- 21 May, 2018 40 commits
-
-
Bo Liu authored
Child frame process never becomes IMPORTANT even when visible. So change the condition for adding to moderate binding for becoming visible instead. Note in this implementation, there is no guarantee that root frame is ordered before sub frames in BindingManager. Bug: 813232 Change-Id: Ia8a7e76c557a59054194f921bfdf1b0cedf5e4be Reviewed-on: https://chromium-review.googlesource.com/1067516Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#560359}
-
Antoine Labour authored
ContextCacheController needs the context lock, but was not set up in ui::InProcessContextProvider, causing data races. Bug: 845173 Change-Id: Ia9e3ae509efd2aa880f80fde55d92bd835db32b9 Reviewed-on: https://chromium-review.googlesource.com/1067537Reviewed-by:
Victor Miura <vmiura@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#560358}
-
Chris Harrelson authored
The test compares two versions of MapToVisualRectInAncestorSpace, one with GeometryMapper and one without. Bug: 831762 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: If385614a90d5276f1e995f268e81c04cc72abeff Reviewed-on: https://chromium-review.googlesource.com/1065174Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560357}
-
Vlad Tsyrklevich authored
I audited calls to dynamically resolved functions once again and found several more candidate calls that would fail if reached and are included in the chromium build. Bug: 701919 Change-Id: I37d4e90654e005c85aa264593067ea08d610204d Reviewed-on: https://chromium-review.googlesource.com/1067781Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#560356}
-
Matt Menke authored
And make SSLConfigServiceMonitor use them. BUG: 755309 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I72f16fdd74eecf2a9b565895fc97d90654384b16 Reviewed-on: https://chromium-review.googlesource.com/1022691 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#560355}
-
dpapad authored
Bug: 843770 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5026217516d2c2b82c876d56086865c5ee9aa668 Reviewed-on: https://chromium-review.googlesource.com/1066946Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#560354}
-
Bret Sepulveda authored
This patch fixes three bugs: * Dragging the window via finger touch on the titlebar only works about 50% of the time. * Touching the custom titlebar caption buttons would "leak" to the window underneath, if the top window was closed or minimized. * Touching and dragging the custom titlebar caption buttons would cause further touch input on other widgets (like popup bubbles) to not work. This patch fixes them all at once by revising how we handle mouse events synthesized from touch: * We were letting all mouse events synthesized from touch fall through as regular mouse events, unless they were targeted at HTCLIENT. They would cause problems like setting mouse capture incorrectly (causing bug #3) and cause double inputs (bug #2). This patch instead marks these events as handled and ignores them, unless otherwise noted below. * We now DefWindowProc events targeted at HTCAPTION and HTSYSMENU instead of simply ignoring them, which fixes bug #1. Our special drag handling in HandleMouseInputForCaption works poorly for touch. * We also DefWindowProc events targeted at the caption buttons when custom titlebar is off, which is required for them to work. * When we do the hittest for the above targeting, we no longer convert LPARAM to window coordinates before sending WM_NCHITTEST, because the point should remain in screen coordinates. This was causing all three bugs to reproduce inconsistently, since we would sometimes get HTCLIENT or HTNOWHERE for events clearly targeting non-client area. This patch doesn't specifically address the broken pen touch case, but as a side effect it makes dragging the window with the pen work slightly more often. Bug: 838870, 832291, 843486 Change-Id: Ie7d339f7b1b75acb14377d8411234d8faa16755f Reviewed-on: https://chromium-review.googlesource.com/1048877 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#560353}
-
Adrienne Walker authored
Bug: 829614 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Ia776792f78d23d2d9536de200de7135e1c4fee9a Reviewed-on: https://chromium-review.googlesource.com/1067515Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#560352}
-
John Rummell authored
Now that Widevine should support 'cbcs' content, add a regular EncryptedMediaTest that attempts to play 'cbcs' content with MSE. This leaves the previous test that tests only ECK, as it checks different CDM interface versions. BUG=658026 TEST=new browser_tests pass Change-Id: I954a5d78747458c69ff08f7c3c847ab717559b84 Reviewed-on: https://chromium-review.googlesource.com/1062950Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#560351}
-
Mounir Lamouri authored
This is adding a flag to be able to control whether Web Audio should be restricted by autoplay. It will allow testing and experimenting. Bug: 841933 Change-Id: Icdec2e74b210f0cf49db87f79ac9a1cb60d94d63 Reviewed-on: https://chromium-review.googlesource.com/1067148Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#560350}
-
Rayan Kanso authored
Bug: 838908 Change-Id: I6b4e582ec1e572b3c35f105bb5f42f46f70df2d5 Reviewed-on: https://chromium-review.googlesource.com/1064412 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#560349}
-
Dan Sanders authored
Basically a quick hack to reduce latency when hardware decode is not supported, while a more permanent solution is developed. (c.f. https://chromium-review.googlesource.com/c/chromium/src/+/1066620) Bug: 839951, 522298 Change-Id: Ib2b51454942e02f144b99605be7915827fc18154 Reviewed-on: https://chromium-review.googlesource.com/1066697 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#560348}
-
Eugene But authored
It is possible to reliably tell if link was activated with or without user gesture via GetNavigationActionInitiationType(). This CL remove fallback to [self userIsInteracting] heuristic. Updated all link click tests to use real tap events, instead of JavaScript clicks. Added testLinkWithBlankTargetWithoutUserGesture test to verify that JavaScript link click popups are blocked. Bug: 809706 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I2811513c0e160b29e20fb0d69ae3ceed316a9653 Reviewed-on: https://chromium-review.googlesource.com/1066773 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#560347}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5b4ef865e888..5926c612e546 $ git log 5b4ef865e..5926c612e --date=short --no-merges --format='%ad %ae %s' 2018-05-18 dtu [pinpoint] Store `comparison_mode` in JobState. 2018-05-21 wangxianzhu [trace-viewer] Update according to chrome side Frame Viewer trace format Created with: roll-dep src/third_party/catapult BUG=chromium:842238 The AutoRoll server is located here: https://catapult-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=sullivan@chromium.org Change-Id: I276a53c887b39261686e2c0922c94b6dda906bb0 Reviewed-on: https://chromium-review.googlesource.com/1067777Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560346}
-
Tommy Li authored
This reverts commit 00db3ddc. Reason for revert: Breaks Linux CFI build here: https://ci.chromium.org/buildbot/chromium.memory/Linux%20CFI/8024 Original change's description: > Let lld emit colored diagnostics when invoked from ninja. > > Bug: 841221 > Change-Id: I72d13c78a2c623865a4f29542d25f6b3488b350b > Reviewed-on: https://chromium-review.googlesource.com/1067460 > Reviewed-by: Reid Kleckner <rnk@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#560343} TBR=thakis@chromium.org,rnk@chromium.org Change-Id: I3811083daa622dca605ca32be5cc4c7098b60b4a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 841221 Reviewed-on: https://chromium-review.googlesource.com/1067949Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#560345}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/9e1739218386..588a35b1db1e $ git log 9e1739218..588a35b1d --date=short --no-merges --format='%ad %ae %s' 2018-05-21 thestig Avoid indexing into std::vector inside a tight loop. Created with: roll-dep src/third_party/pdfium BUG=chromium:843899 The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: I10c2e2c3c6719e434ac71065ad6c9dce0f236443 Reviewed-on: https://chromium-review.googlesource.com/1067539 Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560344}
-
Nico Weber authored
Bug: 841221 Change-Id: I72d13c78a2c623865a4f29542d25f6b3488b350b Reviewed-on: https://chromium-review.googlesource.com/1067460Reviewed-by:
Reid Kleckner <rnk@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560343}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/421df92ae3d4..5b4ef865e888 $ git log 421df92ae..5b4ef865e --date=short --no-merges --format='%ad %ae %s' 2018-05-18 benjhayden Roll eslint to 4.0. 2018-05-18 benjhayden Shorten normalizedPercentage units to a single decimal digit. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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=sullivan@chromium.org Change-Id: I8b249edc8a21ee27b7f1b59d29c398cc8d73daeb Reviewed-on: https://chromium-review.googlesource.com/1067495 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560342}
-
edchin authored
This CL refactors a small piece of code in RecentTabsTableViewController. This method was previously hard to read and had superfluous variables. Bug: 804590 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I19af585c6177ef45bb7a6a255a8d3371c5b73073 Reviewed-on: https://chromium-review.googlesource.com/1067081 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#560341}
-
Dmitry Gozman authored
This addition to LayoutRectOutsets is only used for inline layout, but brings an unnecessary dependency geometry -> text. Moving utility closer to the usage makes reasoning about deps easier. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ib29fe76da950b1e1316a0d9573fca0b2c93c1c84 Reviewed-on: https://chromium-review.googlesource.com/1062664Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#560340}
-
Abhishek Arya authored
R=mmoroz@chromium.org,liaoyuke@chromium.org Bug: 842851 Change-Id: I16b89ae5bf77ae69da2fd8933658a26f668608a7 Reviewed-on: https://chromium-review.googlesource.com/1067259 Commit-Queue: Abhishek Arya <inferno@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#560339}
-
Tom Anderson authored
BUG=747675 R=thakis TBR=dpranke Change-Id: I8d3cdab732a10d81480f6476fbdccff2c8ef34e5 Reviewed-on: https://chromium-review.googlesource.com/754033Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#560338}
-
Sergey Berezin authored
This removes the support for system-wide Xcode. R=huangml@chromium.org Bug: 835036 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I925587983d618593771522a28ccd4bdf0cd16d78 Reviewed-on: https://chromium-review.googlesource.com/1064829Reviewed-by:
Menglu Huang <huangml@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#560337}
-
Tom Anderson authored
On Mac, they discovered long ago that quitting after holding Cmd+Q was a bad idea since apps underneath Chrome would get the repeated Cmd+Q key event and would also close [1]. Their solution was to delay quitting until the shortcut is released. To give users confirmation that Chrome is quitting, all browser windows are faded out. The same issue occurs on Linux and Windows (I've unintentionally closed many background apps writing CL [2]), so this CL implements the Mac solution. [1] http://dev.chromium.org/developers/design-documents/confirm-to-quit-experiment [2] https://chromium.googlesource.com/chromium/src.git/+/6cbd505d3cb04e3e108e61a74f82421b66f0f655 BUG=243164 R=sky Change-Id: Ia3de4acaf463cd5b202743d44f763c6d52fbe963 Reviewed-on: https://chromium-review.googlesource.com/1066924Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#560336}
-
Yafei Duan authored
Renaming SystemDownloadManagerStub to StubSystemDownloadManager for consistency with StubOfflinePageModel. Bug: NONE Change-Id: I7cb2d9d13b7c31a44c24b030d33125d38e1efd2f Reviewed-on: https://chromium-review.googlesource.com/1063036 Commit-Queue: Yafei Duan <romax@chromium.org> Reviewed-by:
Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#560335}
-
Eric Roman authored
Change-Id: I2451fcbfd31bb70628d138838ec95327cb8af91b Reviewed-on: https://chromium-review.googlesource.com/1066599Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#560334}
-
Christian Biesinger authored
As pointed out by Koji in https://chromium-review.googlesource.com/c/chromium/src/+/1064855, we should not clear the paint fragment if IsIntermediateLayout(). That was an oversight in the original CL. R=eae@chromium.org,kojii@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I93d899dd554edc227c190d2ebad3eca725531c9a Reviewed-on: https://chromium-review.googlesource.com/1067423 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#560333}
-
Lei Zhang authored
Instead of writing PDF data out to disk and reading it back in again in a different process, write out the data to shared memory and share that with the receiving process. Send the rendering results back using shared memory as well. Change-Id: If80fccdda1237313c6b4d4caa87cfea4b73c2439 Reviewed-on: https://chromium-review.googlesource.com/1055202Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#560332}
-
Fredrik Söderquist authored
Previously we didn't know in what context said method was called, so we didn't know if zoom ought to be applied or not. Add LayoutSVGRoot::UnscaledIntrinsicSizingInfo and change current callers of ComputeIntrinsicSizingInfo to use it. Then make ComputeIntrinsicSizingInfo scale the intrinsic size. Bug: 722055 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: If668e85bcea1028e48a3bc98c74d07435d425338 Reviewed-on: https://chromium-review.googlesource.com/1067397 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560331}
-
Nico Weber authored
Ran `tools/clang/scripts/upload_revision.py 332838`. Bug: 844392 Change-Id: I1a6288f8ba56f52bc2ec7c9c50ac2af4bf590b4f Reviewed-on: https://chromium-review.googlesource.com/1067108Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560330}
-
Nico Weber authored
I added them to the clang/tot memory bots in https://chromium-review.googlesource.com/1060293 and they mostly pass. Disable the two tests that don't pass. TBR=nyquist,dmazzoni Bug: 843511 Change-Id: Iefc4f1450e3da57ad7854513587e1c9e2744a75e Reviewed-on: https://chromium-review.googlesource.com/1067168Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560329}
-
edchin authored
Following general coding guideline: "Don't gift wrap". Might also be described as returning early. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I75a1f467b56853207a6d7ec5516eb853b1cca9a4 Reviewed-on: https://chromium-review.googlesource.com/1067249 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#560328}
-
Marco Paniconi authored
https://chromium.googlesource.com/webm/libvpx.git/+log/d99abe9a9ad7..e27a331778c4 $ git log d99abe9a9..e27a33177 --date=short --no-merges --format='%ad %ae %s' 2018-05-18 marpan vp9-svc: Fix on disabling inter_layer prediction. 2018-05-18 marpan vp9-svc: Fix issue with reseting lst_fb_idx. 2018-05-15 johannkoenig Revert "Revert "update libwebm"" 2018-05-18 johannkoenig iosbuild.sh: portable sed usage 2018-05-16 marpan vp9-svc: Skip find_predictors based on ref_frame_flags. 2018-05-16 marpan vp0-svc: Small code cleanup in nonrd-pickmode. 2018-05-14 marpan vp9-svc: Enable scene detection and re-encode for SVC. 2018-05-15 jingning Use the updated best rd cost for transform block search Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I5ba816c96cde73a5cfaecb4e520dc0f54078a1a8 Reviewed-on: https://chromium-review.googlesource.com/1066082Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Marco Paniconi <marpan@google.com> Cr-Commit-Position: refs/heads/master@{#560327}
-
Tom Anderson authored
R=dpranke Change-Id: I880c2cc2a2702db6ebbbd90120753587971bb2be Reviewed-on: https://chromium-review.googlesource.com/1067581Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#560326}
-
sczs authored
Bug: 845192 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I66a8d2c45021c27674c937572c1b706895f2eb8c Reviewed-on: https://chromium-review.googlesource.com/1067482Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#560325}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/435282162ed6..4dc5a454052e $ git log 435282162..4dc5a4540 --date=short --no-merges --format='%ad %ae %s' 2018-05-21 caryclark remove defines and add commas 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=allanmac@chromium.org Change-Id: I8861976abcafea5a46efbec13001a7a944f942b2 Reviewed-on: https://chromium-review.googlesource.com/1067506Reviewed-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@{#560324}
-
Justin Cohen authored
Bug: 833562 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ic0c915d3458b20dd0c660cdfd18f317be061bb85 Reviewed-on: https://chromium-review.googlesource.com/1066575Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#560323}
-
Fredrik Söderquist authored
Rather than exposing the document root's LayoutObject, add an bunch of methods to achieve the same thing as the returned object is used for. Reuse the same names as used on FrameView. Also rename the method on LayoutImage to something more appropriate. Bug: 722055 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6d006206365988c2ad8068db7251414529ed3bca Reviewed-on: https://chromium-review.googlesource.com/1065997 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#560322}
-
Philip Rogers authored
CompositedLayerMapping's background_layer was only used for fixed root backgrounds (see: PLC::NeedsFixedRootBackgroundLayer) because the main graphics layer scrolled. With root layer scrolling, all fixed backgrounds are painted on the main graphics layer, and we no longer need CLM's background_layer. Bug: 823365 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I1546edb5fa1588b7499328b1ec56327e379f847b Reviewed-on: https://chromium-review.googlesource.com/1067076Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560321}
-
Yuri Wiitala authored
1. Removed people long-gone from the project (by several years). 2. Added xjz@ for cast streaming files. 3. Fixed/Added "# COMPONENT" comments to help redirect new crbugs. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I1a549a4f85e76f563a162263e90268de57daddab Reviewed-on: https://chromium-review.googlesource.com/1065089Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#560320}
-