History log of /external/skia/tools/skp/webpages_playback.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aa31ee78eecef34128aa1eaf0e1bb9398a7caec5 23-Apr-2015 rmistry <rmistry@google.com> Add ability to specify extra browser args and a prefix for SKP names to webpages_playback.py

BUG=skia:3763
NOTRY=true

Review URL: https://codereview.chromium.org/1066933006
/external/skia/tools/skp/webpages_playback.py
80bd3ae9d76bcb9bdbf28c978c64134cdd503385 03-Apr-2015 rmistry <rmistry@google.com> Delete no longer needed pagesets, add new pagesets and make names more readable

Deleted all pagesets mentioned in https://code.google.com/p/skia/issues/detail?id=3574#c18
Added new Wikipedia and Unicodetable pagesets from https://code.google.com/p/skia/issues/detail?id=3574#c19

BUG=skia:3574
NOTRY=true

Review URL: https://codereview.chromium.org/1053253003
/external/skia/tools/skp/webpages_playback.py
2a3c8493af6efe2256025b6cfbec882845925bd0 31-Mar-2015 rmistry <rmistry@google.com> Turn on Chromium's top 25 page set

#crskps

BUG=skia:
BUG=skia:3574
NOTRY=true
TBR=borenet

Review URL: https://codereview.chromium.org/1045153004
/external/skia/tools/skp/webpages_playback.py
39383a194622a917dd2ae0c4b43e9c634d61e94a 31-Mar-2015 rmistry <rmistry@google.com> Fix cr SKPs naming

#crskps

BUG=skia:
BUG=skia:3574

NOTRY=true

TBR=borenet

Review URL: https://codereview.chromium.org/1044193003
/external/skia/tools/skp/webpages_playback.py
5af9a3792f3b5a1b2153391ddf1064098a177d4d 31-Mar-2015 rmistry <rmistry@google.com> Turn on key mobile sites cr page set and delete dashed desktop

#crskps
BUG=skia:3574
BUG=skia:3605

NOTRY=true

Review URL: https://codereview.chromium.org/1040233004
/external/skia/tools/skp/webpages_playback.py
009b069f5253f7e903b2f3913d56ded990969abd 31-Mar-2015 rmistry <rmistry@google.com> Fix gs.upload_dir_contents arguments mismatch

Fixing bug introduced by https://codereview.chromium.org/737123005

BUG=skia:
NOTRY=true
TBR=borenet

Review URL: https://codereview.chromium.org/1041003003
/external/skia/tools/skp/webpages_playback.py
49d093cef9d571877a07173e879a765ef83a90b9 31-Mar-2015 rmistry <rmistry@google.com> Add ability to capture SKPs from Chromium's pagesets

Also added support for pagesets with multiple pages in them.

#crskps

BUG=skia:1723
BUG=skia:3574

NOTRY=true

Review URL: https://codereview.chromium.org/1047703003
/external/skia/tools/skp/webpages_playback.py
b4ee7ea834db121bebcff5dc265fee776d18b773 31-Mar-2015 kkinnunen <kkinnunen@nvidia.com> webpages_playback.py: Support storing to local directories

Make webpages_playback support storing to local directories as an
alternative to Google Storage.

Rename argument --dest_gsbase to --data_store=<location>. Make this parameter
accept either gs:// url or directory for local file system storage.

Rename argument --upload_to_gs to --upload.

Implement file existence check, download and upload for the file
operation.
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/737123005
/external/skia/tools/skp/webpages_playback.py
f9310fe2be460e2cefd844cd0f53f3e2b9f3488b 30-Mar-2015 kkinnunen <kkinnunen@nvidia.com> webpages_playback.py: Avoid crash when retrying to capture skp

Move the .wpr files after recording, in the recording retry loop.
Previously they were moved in the skp capture retry loop.

Review URL: https://codereview.chromium.org/1033223005
/external/skia/tools/skp/webpages_playback.py
960fb50a1a7ac76fd51e22983812f26bfffa6d1e 03-Dec-2014 kkinnunen <kkinnunen@nvidia.com> Make debugger not fail with webpages_playback script and multiple skp files

The debugger accepts either a single skp or a directory as a parameter.
The webpages_playback script used to pass multiple files using a '*'
glob.

Review URL: https://codereview.chromium.org/775073002
/external/skia/tools/skp/webpages_playback.py
fcf35c533b15b8c1d7396bd8f5c1e02bf436aec2 03-Dec-2014 kkinnunen <kkinnunen@nvidia.com> Update webpages_playback documentation

Update the documentation on how to run webpages_playback. It was out of
date.

Review URL: https://codereview.chromium.org/778633002
/external/skia/tools/skp/webpages_playback.py
e75d2d2d995dad4eeed1bd306ef987adabac2bfc 03-Dec-2014 kkinnunen <kkinnunen@nvidia.com> Remove Google Storage scheme prefix correctly from gs base name in webpages_playback

In python, str.lstrip([chars]) means "lstrip any of the chars from str",
not "remove prefix". Thus "gs://skia".lstrip("gs://") yields "kia".

Replace with custom function stripping the prefix from lstrip()ed gs
base name.

Review URL: https://codereview.chromium.org/780493002
/external/skia/tools/skp/webpages_playback.py
3a6aa8697831e1957f7a47160c984f28f6e83182 03-Dec-2014 kkinnunen <kkinnunen@nvidia.com> Make render_pdfs not crash webpages_playback script

The render_pdfs nowadays seems to input the skps from
the dir passed as '-r' parameter.

The app will not output anything, but it will not crash the
webpages_playback script either. Affects only runs that have
--skia_tools=<dir> argument.

Review URL: https://codereview.chromium.org/776873004
/external/skia/tools/skp/webpages_playback.py
0ec28af1a7259ef0deec44bd3cba74aafc3c2ad1 28-Oct-2014 rmistry <rmistry@google.com> Updated all page sets to capture new set of webpage archives.

Fixed the record_wpr retry mechanism in webpages_playback.py.

Updated all page sets to remove the no longer needed RunSmoothness and RunNavigateSteps.

Updated the key_silk_cases pagesets to point to a non svn location:
* skia_fontwipe_desktop.py
* skia_silkfinance_desktop.py

Removed mercurynews, record_wpr was timing out because of a popup.

Added back the following pagesets which were previously disabled but are now working again:
* skia_cnn_nexus10.py
* skia_wordpress_desktop.py
* skia_transformice_nexus10.py

BUG=skia:3049

Review URL: https://codereview.chromium.org/684863002
/external/skia/tools/skp/webpages_playback.py
7620bf06581aa36d8c478624eff240ff150f3bb7 27-Oct-2014 rmistry <rmistry@google.com> Fix ability to capture archives in webpages_playback.py

Updated all page sets to match the file name. This is to make it easier to call record_wpr with the page set class name.
Also updated the wait time for baidu to 60 seconds.

BUG=skia:3049

Review URL: https://codereview.chromium.org/683473002
/external/skia/tools/skp/webpages_playback.py
f802f326f46aebd9fbad5ffe63450f0dcad948bb 22-Oct-2014 rmistry <rmistry@google.com> Update webpages_playback script and all page_sets to use new skpicture_printer benchmark

The purpose of this CL is to turn the RecreateSKPs bot green after
https://codereview.chromium.org/665193002/ lands.

Description of changes in this CL:
* After https://codereview.chromium.org/665193002/ lands we will no longer need to copy the archives and pagesets to telemetry's data directory, I removed the code that did this in https://codereview.chromium.org/655313003/
* page_sets now need unique class names. Updated all page_sets to have unique class names.
* Using the new --page_set_name and --page_set_base_dir and --also-run-disabled-tests parameters

BUG=skia:3046

Review URL: https://codereview.chromium.org/671513009
/external/skia/tools/skp/webpages_playback.py
783991585be67da3286680d850a99c5410885965 17-Oct-2014 borenet <borenet@google.com> Fix recreate_skps?

run_measurement was removed in https://codereview.chromium.org/655563007.
Based on the comments, I think the right thing to do is replace it with
run_benchmark. Hopefully this fixes the bot.

BUG=skia:
TBR=rmistry
NOTRY=true

Review URL: https://codereview.chromium.org/658513004
/external/skia/tools/skp/webpages_playback.py
dc89ca56e6f33790cda2cd93ad772ca61497346b 17-Oct-2014 borenet <borenet@google.com> Add recreate_skps script

BUG=skia:3008

Review URL: https://codereview.chromium.org/655313003
/external/skia/tools/skp/webpages_playback.py