- 11 Mar, 2018 14 commits
-
-
Daniel Cheng authored
This method doesn't really make sense on Frame, as it is a property of a LocalFrame. Putting it on Frame implies that there are situations where it would return true for RemoteFrame, but that acn never happen. There are a few places that walk all frames in the frame tree looking for local roots and thus need to do an extra IsLocalFrame() check now: - PropagateZoomFactorToLocalFrameRoots: visits all the local roots in a frame tree to update the zoom factor. - DidExitFullscreen: this one is slightly unusual in that it only notifies the *topmost* local root. - FocusedOrMainFrame: arguably wrong and should be removed. If there are a more instances in the future of needing to walk the frame tree for all local roots, it might be worth adding a helper. Change-Id: Ib91a813c16d5a9b4393962f0053f14447989053f Reviewed-on: https://chromium-review.googlesource.com/958232Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#542403}
-
Daniel Cheng authored
WebLocalFrame and WebFrameWidget return pointers to each other, so this trick only works in one direction. Which direction is somewhat arbitrary and leads to a lot of other files not including what they use. Just add a non-virtual Impl getter for code in Blink. Bug: 478281 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iad383a8e3cbd753de1547d12a13eb7de63a827af Reviewed-on: https://chromium-review.googlesource.com/957748Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#542402}
-
https://skia.googlesource.com/skia.git/+log/6f5bfdca2065..e8de02456a10 $ git log 6f5bfdca2..e8de02456 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 mtklein with no more offline codegen, seed_shader can be normal Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=stephana@chromium.org Change-Id: I53d2860f2ea2eb08d4e0427d2d04e0a3b9ee1794 Reviewed-on: https://chromium-review.googlesource.com/957785Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542401}
-
Nico Weber authored
https://chromium-review.googlesource.com/c/chromium/src/+/952207 removed the initialization of 4 values from constructors, but some tests still read these values. Set them to default values. See comments on the original review for links to failing bots. TBR=dalecurtis@chromium.org Bug: 801245 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: I346b16102492e2683e7a7cd4d626eeb4c25f1e12 Reviewed-on: https://chromium-review.googlesource.com/958208 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#542400}
-
Ramin Halavati authored
Network traffic annotation is added to bidirectional_stream.cc and is used to create Quic or Spdy bidirectional streams. Bug: 656607 Change-Id: I3af2658d69940b66081429b9d970657b07cf1796 Reviewed-on: https://chromium-review.googlesource.com/952969 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#542399}
-
https://skia.googlesource.com/skia.git/+log/79ee1b0c4ee9..6f5bfdca2065 $ git log 79ee1b0c4..6f5bfdca2 --date=short --no-merges --format='%ad %ae %s' 2018-03-11 update-skps Update SKP version 2018-03-10 benjaminwagner Fix OS and GPU driver version for GT610 bots. 2018-03-09 benjaminwagner Add ProcDump support to gn_flavor.py. Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=stephana@chromium.org Change-Id: Ibe53004c9c39cf29b201c548fc67cac1b49ae5b8 Reviewed-on: https://chromium-review.googlesource.com/958581Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542398}
-
Ramin Halavati authored
Bug fixed which resulted in run_tool.py crash, when a path was given which could cover the last file in the repository, such as './'. Bug: 690323 Change-Id: I01e767b73d7c768283a868933d40ac209453c3de Reviewed-on: https://chromium-review.googlesource.com/955644Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#542397}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0cf325d6..6487d3d1 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,sergiyb@chromium.org Change-Id: I0c81296a4b5b6aea7abf4856deb9f59e4da79b71 Reviewed-on: https://chromium-review.googlesource.com/958185Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#542396}
-
Thomas Anderson authored
This reverts commit ebc4d82a. Reason for revert: Broke Linux Builder: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Builder/99438 Original change's description: > Build non-official app_shell installer on Linux > > This causes the app_shell .deb installer to be built on non-ASAN/MSAN > Linux CQ and waterfall bots, so regressions that break the installer > build can be caught before hitting the official builders. > > The Chrome installer was enabled for non-official Linux builders in > https://bugs.chromium.org/p/chromium/issues/detail?id=758654#c32. > > Bug: 714465 > Change-Id: Ifb6908b756d9ffc292fc131396c424d66f841a2a > Reviewed-on: https://chromium-review.googlesource.com/956756 > Reviewed-by: Michael Moss <mmoss@chromium.org> > Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542382} TBR=mmoss@chromium.org,michaelpg@chromium.org Change-Id: Id8587cea5bfcc646b0d4c2a6f2fbd52ee11904be No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 714465 Reviewed-on: https://chromium-review.googlesource.com/958284Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#542395}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=gbiv@chromium.org Change-Id: Iada23c8e23376dfb3c0c1efb2fe39455eb3fe7bf Reviewed-on: https://chromium-review.googlesource.com/958482 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542394}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Ic401f749a0856f7ae6353842d05fd4509e8d797a Reviewed-on: https://chromium-review.googlesource.com/958207Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#542393}
-
Jinsong Fan authored
Cronet uses only a few classes in base_java. The CL mainly excludes classes that contain library_loader, multidex and process_launcher. The size of cronet_impl_native_java.jar is reduced by 165 KiB. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I10d1546b38538052d2e2e286c95b71d20e7dbeb9 Reviewed-on: https://chromium-review.googlesource.com/955802Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#542392}
-
Joel Einbinder authored
Change-Id: Ib3db9d58f1c4b1f91a1fc876a354907208958e11 Reviewed-on: https://chromium-review.googlesource.com/912466 Commit-Queue: Paul Irish <paulirish@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#542391}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f7adad1a. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13618 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=foolip No-Export: true Change-Id: I311971dc65c4901e4bf3db731a2f6d7056976c44 Reviewed-on: https://chromium-review.googlesource.com/958187 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#542390}
-
- 10 Mar, 2018 26 commits
-
-
Sergey Volk authored
We need it to be build libminigbm.so with use_exynos_backend=true Bug: none Change-Id: I35d9ee0971832eff51cca5fa40e386157c627a79 Reviewed-on: https://chromium-review.googlesource.com/957979Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#542389}
-
https://webrtc.googlesource.com/src.git/+log/19170186a0cb..abff7dd7c9e0 $ git log 19170186a..abff7dd7c --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I162f99104a9d90b1d0e60161fefdb404630b417e Reviewed-on: https://chromium-review.googlesource.com/957826Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542388}
-
tzik authored
This updates //headless to use base::OnceCallback instead of legacy base::Callback. No intended functional change is included. This reduces the number of 'base::Bind' in //headless from 142 to 21, and //out/Release/gen from 1011 to 466 as tracked at http://goo.gl/LUVhDj Bug: 714018 Change-Id: Id4ed7a54b9aab6fb649e8bf160b54595daadda88 Reviewed-on: https://chromium-review.googlesource.com/956791Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#542387}
-
Rune Lillesveen authored
We used to force clean style and layout tree getComputedStyle queries to elements inside shadow trees. This was because the traversal in Document::NeedsLayoutTreeUpdateForNode() skipped slots and shadow roots. Now that slots are included in the flat tree, we can simply add checks for shadow roots walking up the flat tree. TEST=fast/dom/shadow/sibling-rules-under-shadow-root.html Bug: 704421 Change-Id: Iee46f326ea96c0a4fad3e09b7784cf86d1dcdc85 Reviewed-on: https://chromium-review.googlesource.com/950042 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#542386}
-
https://skia.googlesource.com/skia.git/+log/a46623b2f3bb..79ee1b0c4ee9 $ git log a46623b2f..79ee1b0c4 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 angle-skia-autoroll Roll skia/third_party/externals/angle2/ e2995cce7..b7d924a8f (1 commit) Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=fmalita@chromium.org Change-Id: Ie82a7709f36f559218c28b7245389fe45201e11e Reviewed-on: https://chromium-review.googlesource.com/957824 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542385}
-
https://chromium.googlesource.com/angle/angle.git/+log/e2995cce7161..b7d924a8f4ad $ git log e2995cce7..b7d924a8f --date=short --no-merges --format='%ad %ae %s' 2018-03-10 jmadill Vulkan: Make free part of DescriptorPool. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=ynovikov@chromium.org Change-Id: I1d02970036f63849af83cc5713afe854fc92408d Reviewed-on: https://chromium-review.googlesource.com/958409Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542384}
-
tzik authored
Most of BindRepeating in task_queue_manager_impl_unittes.cc and task_queue_throttler_unittest.cc can be tighten to BindOnce. This CL converts them to BindOnce where possible. Change-Id: I6f88c5cd4162f5b1b20add7f4181f559791ad636 Reviewed-on: https://chromium-review.googlesource.com/956788 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542383}
-
Michael Giuffrida authored
This causes the app_shell .deb installer to be built on non-ASAN/MSAN Linux CQ and waterfall bots, so regressions that break the installer build can be caught before hitting the official builders. The Chrome installer was enabled for non-official Linux builders in https://bugs.chromium.org/p/chromium/issues/detail?id=758654#c32. Bug: 714465 Change-Id: Ifb6908b756d9ffc292fc131396c424d66f841a2a Reviewed-on: https://chromium-review.googlesource.com/956756Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#542382}
-
https://webrtc.googlesource.com/src.git/+log/03e6ec9db0ec..19170186a0cb $ git log 03e6ec9db..19170186a --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie74aadcf5d74ae882fb6a192bccc93b2e2123151 Reviewed-on: https://chromium-review.googlesource.com/958407 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542381}
-
https://skia.googlesource.com/skia.git/+log/e3dc6a93466f..a46623b2f3bb $ git log e3dc6a934..a46623b2f --date=short --no-merges --format='%ad %ae %s' 2018-03-10 mtklein follow JUMPER_NARROW_STAGES in lowp stages too Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=fmalita@chromium.org Change-Id: I848a0b92c0bbe05379ae0bd99ce11e423418c24e Reviewed-on: https://chromium-review.googlesource.com/958405Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542380}
-
Xiaoqian Dai authored
This reverts commit 07b983e8. Reason for revert: It broken the chrome caroline-information pfq build and reef chrome pfq. See crbug.com/820302 for details. Bug: 820302 Original change's description: > Migrate ServicesCustomizationDocument to SimpleURLLoader > > update to https://chromium-review.googlesource.com/c/chromium/src/+/884063 > > Bug: 773295 > Change-Id: Iba3ea07f19034bf9a1ea2c75876cac5d28297486 > Reviewed-on: https://chromium-review.googlesource.com/956291 > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Commit-Queue: Mark Pilgrim <pilgrim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542180} TBR=jamescook@chromium.org,mmenke@chromium.org,pilgrim@chromium.org Change-Id: I529f57fc99d56d48068af69a4722f28425e76d77 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 773295 Reviewed-on: https://chromium-review.googlesource.com/957744Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#542379}
-
Hitoshi Yoshida authored
"includes" statement is newly defined in Web IDL grammar. This CL updates IDL parser to accept it as a correct tree. Bug: 781257 Change-Id: I934764ee6698d34a6852138235d8f71641e2d3fe Reviewed-on: https://chromium-review.googlesource.com/955702Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542378}
-
Yutaka Hirano authored
The feature has been enabled by default for some time. Bug: 764589 Change-Id: I7181ed027ab30335347179bda7e064b18c752ee7 Reviewed-on: https://chromium-review.googlesource.com/956904Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#542377}
-
Ken Buchanan authored
For the purposes of Blink layout, the viewport of an iframe is the iframe element rect. This is a problem for compositing when an iframe is very large because it means the OOPIF's compositor will raster a very large number of pixels. This CL plumbs a smaller rect based on the current OOPIF's viewport intersection rect, plus a margin to allow for delay when the parent frame is scrolling, to be used as a clip for the OOPIF's root layer. Bug: 690605 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I83e67f0b541fdac54285d89e6de85b040d3fbe3e Reviewed-on: https://chromium-review.googlesource.com/932702Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#542376}
-
Hitoshi Yoshida authored
This CL fixes usages of [EnforceRange] annotations in IDL files. No changes on behaviors. CSSUnitValue: [EnforceRange] can't annotate non-integer numbers, and the spec doesn't have the annotation. OffscreenCanvas: The spec doesn't have [EnforceRange], but it seems the spec is wrong. (requesting to update the spec; https://github.com/whatwg/html/issues/3540) IDBFactory and IDBIndex: Follows spec. Test IDLs: This CL works for tests in Chromium repository, and following tests need to be upstream for WPT. - wpt/interfaces/IndexedDB.idl - wpt/interfaces/WebCryptoAPI.idl Bug: 819112 Change-Id: If7082cba0251a83e269fea428340b3b61d4c17cf Reviewed-on: https://chromium-review.googlesource.com/952589Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#542375}
-
Bin Wu authored
Let QuicConnection to clear queued packets before sending connectivity probing packets. Protected by --quic_clear_queued_packets_before_sending_connectivity_probing and --quic_fix_write_out_of_order_queued_packet_crash. Merge internal change: 187864798 R=rch@chromium.org Change-Id: Ic987c31035765631917a67f72bab696cdab2f1b7 Reviewed-on: https://chromium-review.googlesource.com/957125Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Bin Wu <wub@chromium.org> Cr-Commit-Position: refs/heads/master@{#542374}
-
Koji Ishii authored
Following bot results are included. 4144 4150 4151 4152 4154 4155 4157 4158 4161 4162 4163 6 lines were removed and 5 lines were deflaked by consecutive results since 4097. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ia9fe148d005b4f9ab497ff6b7e6fab4cb9e25ef4 Reviewed-on: https://chromium-review.googlesource.com/956322 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#542373}
-
Rune Lillesveen authored
Make sure we layout the parent document when it's dirty. Bug: 819189 Change-Id: I3835aa913e20abdd4adaab072567191b3ca25c20 Reviewed-on: https://chromium-review.googlesource.com/951248 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#542372}
-
https://skia.googlesource.com/skia.git/+log/46fe9c7f6cc7..e3dc6a93466f $ git log 46fe9c7f6..e3dc6a934 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 update-docs Update markdown files Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=fmalita@chromium.org Change-Id: Ifb18487118d65c1e6d8763e4f96327157855accc Reviewed-on: https://chromium-review.googlesource.com/958323 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542371}
-
tzik authored
This CL changes the ownership of base::Clock and base::TickClock from injectee-owned to injecter-owned. Before this CL, these instances are owned by the owner of the injectee or one of the injectees themselves. That makes the ownership handling complex. After this CL, the injectee of clocks never own the clock. Instead, injecters owns a clock for testing, and a shared clock is used on the production code. Bug: 789079 Change-Id: I0853452f16f4444b5ef336cd06e7fd7b1dc19dac Reviewed-on: https://chromium-review.googlesource.com/956944Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#542370}
-
https://webrtc.googlesource.com/src.git/+log/35576ac007c8..03e6ec9db0ec $ git log 35576ac00..03e6ec9db --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie39dc926f7d9d2abd9f7772cc44fff0645e04c28 Reviewed-on: https://chromium-review.googlesource.com/958264 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542369}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=gbiv@chromium.org Change-Id: I9b19ab217948ec96262b6e4fdf3c718fb5dbf66d Reviewed-on: https://chromium-review.googlesource.com/958322Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542368}
-
Pritam authored
At present, tests for newly added mojom API #FlushCookieStore are missing. With this patch new unittest is added. This is a follow-up CL to #903307. BUG=792672 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I1f4e0b2a989207c09a4bd0c81015d4d4dbce5cde Reviewed-on: https://chromium-review.googlesource.com/948802 Commit-Queue: Pritam Nikam <pritam.nikam@samsung.com> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#542367}
-
https://skia.googlesource.com/skia.git/+log/0c51eeada6a9..46fe9c7f6cc7 $ git log 0c51eeada..46fe9c7f6 --date=short --no-merges --format='%ad %ae %s' 2018-03-09 brianosman Remove SkDumpCanvas 2018-03-10 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 331404098..e2995cce7 (10 commits) Created with: roll-dep src/third_party/skia BUG=815092 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=fmalita@chromium.org Change-Id: Ic9d89f778d43231a25a104641218ea847f19e89d Reviewed-on: https://chromium-review.googlesource.com/958263Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542366}
-
Emily Stark authored
This will allow us to see how many page loads are affected by the Symantec distrust (https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html). Note that this doesn't cover iframe main resources that fail to load because they are distrusted. Bug: 820582 Change-Id: I4a382dc155f0500222d91c7cdd1eb1a15eea32a6 Reviewed-on: https://chromium-review.googlesource.com/957548 Commit-Queue: Emily Stark <estark@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#542365}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 0f36d390. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13544 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=foolip No-Export: true Change-Id: Icfc584cdf365f25be4695748c1bf21cd2b3908a3 Reviewed-on: https://chromium-review.googlesource.com/958183 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#542364}
-