- 15 Oct, 2017 15 commits
-
-
Jonathon Kereliuk authored
This CL contains the key type actions. Follow up CLs for tests and pointer/pause actions spec: https://w3c.github.io/webdriver/webdriver-spec.html#actions Bug: chromedriver:1897 Change-Id: I135df58d97a45494e51a5ac09dfce021f7d094d3 Reviewed-on: https://chromium-review.googlesource.com/692599 Commit-Queue: Jonathon Kereliuk <kereliuk@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#508958}
-
Hitoshi Yoshida authored
Now all information in snapshot_blob.bin is included in v8_context_snapshot.bin. This CL makes V8 initialization workable with v8_context_snapshot.bin It keeps current speed of launching V8 environment in workers. Bug: 764576 Change-Id: I676dc4305105bfe9c8b71bd73f8c31da53c2ff77 Reviewed-on: https://chromium-review.googlesource.com/714738 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#508957}
-
Sam McNally authored
Add an InterfaceProvider to the ServiceWorkerProviderInfoForStartWorker struct passed to EmbedderWorkerInstanceClient::StartWorker(). Bind the impl ends of the InterfaceProvider to ServiceWorkerProviderHost instances hosting service workers and bind the client ends to WorkerGlobalScope InterfaceProviders when creating ServiceWorkerGlobalScopes. Bug: 734210 Change-Id: Iec1d354dbe0a83b72e385934d8c94a392cfafa4a Reviewed-on: https://chromium-review.googlesource.com/706745 Commit-Queue: Sam McNally <sammc@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#508956}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/e501033bbdc9..22a43a36d83d $ git log e501033bb..22a43a36d --date=short --no-merges --format='%ad %ae %s' 2017-10-15 update-skps Update SKP version Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=benjaminwagner@chromium.org Change-Id: I3eab5749fc4a863866f08f8541a91166def33f1c Reviewed-on: https://chromium-review.googlesource.com/720104Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508955}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1af7efea..f7fbd53e Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I3339c84361882d4590133b784794967bb2b3d717 Reviewed-on: https://chromium-review.googlesource.com/719941Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#508954}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/ac094702f425..e501033bbdc9 $ git log ac094702f..e501033bb --date=short --no-merges --format='%ad %ae %s' 2017-10-14 csmartdalton Refactor CCPR coverage shaders for a vertex impl Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=benjaminwagner@chromium.org Change-Id: I4092bd9d60e81d64641a0cfac64ca53d3e57f9f2 Reviewed-on: https://chromium-review.googlesource.com/720440Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508953}
-
Chris Harrelson authored
Boxes without control clips don't necessarily have PaintLayers, so in the current code are not necessarily fragmented. (*) Such boxes should only end up in one fragment, because fragmenting input elements or buttons doesn't make sense. This patch computes the position of that fragment, and places the control clip at that location. (*) This is being changed in another much bigger patch, but this bugfix is needed for M63. Bug: 772850 Change-Id: I187d3dcf9c0dea2b7703dd759bf8b5f2886d4e2e Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/720200 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#508952}
-
Yuly Novikov authored
And remove some pixel_test suppressions. Suppress on Intel High Sierra: WebglConformance_deqp_functional_gles3_fbocolorbuffer_tex2d_00 WebglConformance_deqp_functional_gles3_fboinvalidate_format_00 WebglConformance_deqp_functional_gles3_framebufferblit_default_framebuffer_05 Suppress on Nvidia High Sierra: WebglConformance_conformance2_glsl3_array_assign WebglConformance_deqp_functional_gles3_fborender_resize_03 WebglConformance_deqp_functional_gles3_shaderindexing_mat_00 WebglConformance_deqp_functional_gles3_shaderindexing_mat_02 WebglConformance_deqp_functional_gles3_texturespecification_teximage2d_pbo_cube_00 Unsuppress on Intel High Sierra: Pixel_OffscreenCanvas2DResizeOnWorker Pixel_OffscreenCanvasAccelerated2D Pixel_OffscreenCanvasAccelerated2DWorker BUG=774809,774826,774827 TBR=kbr@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I3bd2b5dbfb48bd93b006ed87cc3efdad1bd46387 Reviewed-on: https://chromium-review.googlesource.com/720458 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#508951}
-
Chris Harrelson authored
TBR=trchen@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ida8f3a5b0e9b1edcde6e48cda9a3bbc2599164c6 Reviewed-on: https://chromium-review.googlesource.com/720169Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#508950}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/e1dadd74f8a5..ac094702f425 $ git log e1dadd74f..ac094702f --date=short --no-merges --format='%ad %ae %s' 2017-10-15 angle-deps-roller Roll skia/third_party/externals/angle2/ 2bdbf788b..bf90b6032 (1 commit) Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=benjaminwagner@chromium.org Change-Id: I978c8a7b08d7887487636ecc4c1e1c2297654848 Reviewed-on: https://chromium-review.googlesource.com/720101Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508949}
-
Nate Chapin authored
It's only counting when enabled. Ideally we'd like to know when it would be triggered, whether or not the experiment is enabled. Bug: 638198 Change-Id: Ib9dddd38f57816b75a8494b17f2482a92bc9023f Reviewed-on: https://chromium-review.googlesource.com/717416 Commit-Queue: Ojan Vafai <ojan@chromium.org> Reviewed-by:
Ojan Vafai <ojan@chromium.org> Cr-Commit-Position: refs/heads/master@{#508948}
-
Daniel Bratell authored
This adds support for jumbo compilation (merging cc files into larger translation units for faster compilations) in blink's platform unit tests. It shaves 9 CPU minutes from the compilation time which is roughly half of the remaining time needed to compile blink/platform. Bug: 761475 Change-Id: Iaafdd9a4b00951a6274582a8e90707e7d3ee7028 Reviewed-on: https://chromium-review.googlesource.com/718203 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#508947}
-
Yuly Novikov authored
Pixel_WebGL2_ClearBufferfv_Result_Displayed on Nexus 5 Pixel_OffscreenCanvas2DResizeOnWorker Pixel_OffscreenCanvasAccelerated2D Pixel_OffscreenCanvasAccelerated2DWorker Pixel_Video_MP4 Pixel_Video_VP9 Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha on Mac Intel HighSierra BUG=773293,774809 TBR=kbr@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I00c8051302de94a599b8d3ed974bd32a2f6c2946 Reviewed-on: https://chromium-review.googlesource.com/720164 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#508946}
-
chrome-release-bot authored
TBR=mmoss@chromium.org Change-Id: I8b5f0e3e9a6f528f23f7a853689efd4702d11cf8 Reviewed-on: https://chromium-review.googlesource.com/719939Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#508945}
-
http://crbug.com/754704.Randy Smith authored
This reverts commit 5cc46455 (see https://chromium-review.googlesource.com/651553), which added debugging code which is no longer needed. TBR=mmenke@chromium.org Bug: 756668 Change-Id: Ibcfd7b8c240b4b66706031718597d255d9ef8fea Reviewed-on: https://chromium-review.googlesource.com/720297Reviewed-by:
Randy Smith <rdsmith@chromium.org> Commit-Queue: Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#508944}
-
- 14 Oct, 2017 25 commits
-
-
Chris Nardi authored
https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+log/dc6e7c25bf47..a9bac57ce6c9 $ git log dc6e7c25b..a9bac57ce --date=short --no-merges --format='%ad %ae %s' 2017-10-14 hichris123 Update English Hunspell dictionaries Created with: roll-dep src/third_party/hunspell_dictionaries Bug: 774804 Change-Id: I9ceb5110307f9050f0574d1f992de948da7d9aea Reviewed-on: https://chromium-review.googlesource.com/719449 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#508943}
-
Yuly Novikov authored
BUG=675997 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ic11a464f6308e8aef879bd96d074c4010296791c Reviewed-on: https://chromium-review.googlesource.com/717740Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#508942}
-
Wez authored
TBR: jamesr@chromium.org Bug: 707031 Change-Id: I78db4977eece9b473b2578a8aeb30b04cef4aa55 Reviewed-on: https://chromium-review.googlesource.com/720163Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#508941}
-
Kevin Bailey authored
URLIndexPrivateData is making lots of intermediate containers. Replace, where possible, with in-place operations, preferably using Chromium style STL functions. This results in a 20% improvement in our perf-tests, and should avoid some memory fragmentation. Bug: Change-Id: I6d7b492ae75177d3aca8785fa9992932b89e347f Reviewed-on: https://chromium-review.googlesource.com/695602 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#508940}
-
David Reveman authored
Request an ideal video stream size that matches the capture size. Improves capture quality and makes sure we handle cropping correctly. Bug: Test: No "Video capture size too small" messages is UI log. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I72ee55a4599e71bd249df4ff0d8eda89b73a785c Reviewed-on: https://chromium-review.googlesource.com/719158 Commit-Queue: David Reveman <reveman@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#508939}
-
Nico Weber authored
no intended behavior change. Bug: 94925 Change-Id: Ic8851094ab7f851c3fffdf515502c5e89cefccf4 Reviewed-on: https://chromium-review.googlesource.com/719159 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#508938}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2b09005d..1af7efea Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: Ia04bd2e72a390942bf2a774fc2d21f0216f45a2f Reviewed-on: https://chromium-review.googlesource.com/719782Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#508937}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/8adfc30c1bfc..c0f385be003d $ git log 8adfc30c1..c0f385be0 --date=short --no-merges --format='%ad %ae %s' 2017-10-14 benjhayden Add button to histogram-set-controls to clear search. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I127afdd89cb553654d4c162a4b71d7f6ef34d663 Reviewed-on: https://chromium-review.googlesource.com/720162 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508936}
-
Daniel Bratell authored
There are 4 different ClearSessionsOnlyOrigins functions in content/browser and 2 of them collided in jumbo build experiments. This makes all 4 members of their logical class: AppCacheStorageImpl::ClearSessionsOnlyOrigins DOMStorageContextImpl::ClearSessionOnlyOrigins IndexedDBContextImpl::ClearSessionOnlyOrigins ServiceWorkerStorage::ClearSessionOnlyOrigins Two of them (AppCache and IndexedDB) had to move for that to be accomplished. Bug: 746953 Change-Id: I9c8931b909fc78292e892dcff07d213abde2d8d1 Reviewed-on: https://chromium-review.googlesource.com/718753Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#508935}
-
Bill Orr authored
This is a reland of 95ae7232 Original change's description: > Make CQ run vr_common_unittests on Windows > > There were a few clang-specific C++ extensions in use, and some warnings that hit only on MSVC. > gltf tests had to be disabled because url->path parsing is not correct on Windows. > > BUG=744675 > > Change-Id: Ica976477da4b5009a68d738e71ee995af871d1f7 > Reviewed-on: https://chromium-review.googlesource.com/695807 > Commit-Queue: Bill Orr <billorr@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: Christopher Grant <cjgrant@chromium.org> > Cr-Commit-Position: refs/heads/master@{#506866} Bug: 744675 Change-Id: I276c82434188787660954eea6260789099f4b4d8 Reviewed-on: https://chromium-review.googlesource.com/706544 Commit-Queue: Bill Orr <billorr@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#508934}
-
Khushal authored
Ensure that the frame index used with PaintImage is less than the number of frames available. Bug: 768975 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I32d550415a3708001230ce8be05e52f19e65d127 Reviewed-on: https://chromium-review.googlesource.com/711030Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#508933}
-
jdoerrie authored
This change adds a value rewriter to the value_cleanup clang tool. It is intended to be extended for future use cases, currently it supports the renaming of base::Value::GetType to base::Value::type. Furthermore, this change removes the existing ListValueRewriters which became obsolete with r464866. For future discoverability it adds a reference to //docs/clang_tool_refactoring.md. Bug: 646113, 581865 Change-Id: I07b5c1279753a65c123ebdd4a5c5f3a384321081 Reviewed-on: https://chromium-review.googlesource.com/702454 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#508932}
-
Will Chen authored
This eliminates a lot of the code duplication between the new and legacy integration test frameworks by making the legacy test helper files small wrappers to load the new *test_runner modules. * syntax-highlight.js - no longer needed because it's in TestRunner.js * Line numbers changed in indexed DB tests because inspected page helper functions are executed in anonymous scripts with initAsync Drive-by: This also removes unused files in http/tests/inspector that are no longer needed now that the tests have all been moved to http/tests/devtools. Bug: 667560 Change-Id: Ifc6655dbf76d9b56d6e6de0fff3103a533cf6e31 Reviewed-on: https://chromium-review.googlesource.com/719711Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#508931}
-
Dan Elphick authored
Use offline_items_collection to display a notification (currently only on Android) showing the title of the ongoing background fetch and its origin. The percentage shown is currently just based on the number of files downloaded compared to the total number of files. Also support cancelling/pausing/removing downloads through the notification although this is not yet fed back to the javascript layer. To simplify the code OnDownloadComplete is co-opted to pass failure results as well as success by adding FailureReason to BackgroundFetchResult. Change-Id: I48ffa20dce3a6443bd219136a80dfe65f22f7375 Bug: 706829 Reviewed-on: https://chromium-review.googlesource.com/690298Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
John Mellor <johnme@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#508930}
-
depot-tools-roller@chromium.org authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7de54ef0a25f..f424d357ecc4 $ git log 7de54ef0a..f424d357e --date=short --no-merges --format='%ad %ae %s' 2017-10-13 hinoka Roll led to git_revision:2f4b9eda0d1860c73abb8e9ab4ad31258f15249a Created with: roll-dep src/third_party/depot_tools Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=phajdan.jr@chromium.org Change-Id: I7d806624d9400be0b01516169d6b70524c1f48e4 Reviewed-on: https://chromium-review.googlesource.com/719434Reviewed-by:
depot-tools-roller . <depot-tools-roller@chromium.org> Commit-Queue: depot-tools-roller . <depot-tools-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508929}
-
yusukes authored
This CL also starts UMA when Chrome tries to start it so that we can know the percentage of containers that failed. The failures this CL tracks are: container startup failure, container crash before mojo connection is established, container crash after it's established, unexpected container exit. BUG=b:67723105 BUG=b:62101921 TEST=try Change-Id: I73448532d35e5e0234e0c24225807cb747cfb08d Reviewed-on: https://chromium-review.googlesource.com/715357 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#508928}
-
Sunny Sachanandani authored
TexStorage2DImageCHROMIUM allows allocating GpuMemoryBuffer storage for scanout textures in the GPU process. This eliminates a round-trip IPC in the renderer for creating the GMB and another IPC for associating the GMB with a GLImage in the GPU process. Also expand the list of formats supported for scanout by IO surfaces so that we can cover all formats we encounter today. BUG=768108 R=piman Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ieb2dc0a9ffb29a067fa474973c4784fd574d8d90 Reviewed-on: https://chromium-review.googlesource.com/625064 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#508927}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/15d4b562..2b09005d Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I1e30f869c0ce53d69e9c9e53d6157fef7ccc4397 Reviewed-on: https://chromium-review.googlesource.com/720296Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#508926}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/5b6e6277ad87..e1dadd74f8a5 $ git log 5b6e6277a..e1dadd74f --date=short --no-merges --format='%ad %ae %s' 2017-10-13 fmalita [SVGDom] Add 'stroke-dashoffset' support 2017-10-13 csmartdalton Add a tooling flag for path mask caching Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=reed@chromium.org Change-Id: I297aebe33a2e460d5088aac7ced86bf8096f677a Reviewed-on: https://chromium-review.googlesource.com/719887Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508925}
-
Alexey Kozyatinskiy authored
We don't run microtasks on pause to avoid running any code in page context so Promise rejection is never fired on pause. TBR=dgozman@chromium.org Bug: chromium:572723 Change-Id: I9072cd9c2d3de21e55bc7f77875d0308a869b1bb Reviewed-on: https://chromium-review.googlesource.com/720142 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#508924}
-
Sunny Sachanandani authored
GpuChannelManagerTest.OnLowEndBackgroundedWithoutWebGL checks that all channels and contexts are destroyed when the app is backgrounded. However, it queries the destroyed channel for the context after backgrounding. Change it to query the channel manager for the channel instead. Found while trying to remove the old scheduling code in crrev.com/c/699418. BUG=736117 R=kbr Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I0e862da1b2d8d32f8e8df16600ef43fda0c891d1 Reviewed-on: https://chromium-review.googlesource.com/719710 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#508923}
-
Yafei Duan authored
Removed the predefined namespaces macro for temporary pages from DeletePageTask. Replaced by getting temporary namespaces from policy controller, in order to keep in sync with other tasks. Also updated related tests. Bug: NONE Change-Id: If8367f2f30187ecfaf15eede0b6c6dbd2f2b4747 Reviewed-on: https://chromium-review.googlesource.com/707742 Commit-Queue: Yafei Duan <romax@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#508922}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/03a5bff8121a..8adfc30c1bfc $ git log 03a5bff81..8adfc30c1 --date=short --no-merges --format='%ad %ae %s' 2017-10-13 nednguyen Increase the timeout for collecting Chrome trace Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I0a6731266ddd832ffc9586f7660ce7c86f022292 Reviewed-on: https://chromium-review.googlesource.com/720148 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#508921}
-
chrome-release-bot authored
TBR=anantha@chromium.org Change-Id: I96e3d3282fe64e66c9cc1c41729562bd2158e020 Reviewed-on: https://chromium-review.googlesource.com/720277Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#508920}
-
dpapad authored
This is a reland of 4981992a Original change's description: > MD Settings: Migrate settings-toggle-button to use cr-toggle. > > Bug: 768073 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: If3efa3993d9ff75cce73eb48d583adb0ea5db543 > Reviewed-on: https://chromium-review.googlesource.com/686041 > Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> > Reviewed-by: Scott Chen <scottchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505269} Bug: 768073 Change-Id: I1926a5763c4331008f3734b4a977c5ecf3aedd82 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/709874 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#508919}
-