- 17 Nov, 2017 40 commits
-
-
Philip Jägenstedt authored
Bug: 662393 Change-Id: I9a451d5ebb8901d146a1cfaa8a2281882a8ea58e Reviewed-on: https://chromium-review.googlesource.com/774297Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#517357}
-
Guido Urdaneta authored
The test is crashing flakily on Win7 TBR=nhiroki@chromium.org Bug: 784890 No-Try: true Change-Id: I184b81d76404e57ca319f4266bcb1b95761e6b1c Reviewed-on: https://chromium-review.googlesource.com/776594 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517356}
-
Tom Anderson authored
This CL is a followup to [1] which added new packges to the arm64 sysroot. However, it did not include the changes from [2] (since it was done on a separate branch). This CL rolls the arm sysroot again to get both changes. [1] https://chromium.googlesource.com/chromium/src/+/ea2ad20b708c3946995000dd4d0fa0f8ca2e2e0e [2] https://chromium.googlesource.com/chromium/src/+/72f0a9302524579a14a6625fc30cf8377fc197e8 BUG=webrtc:8540 TBR=thestig@chromium.org CC=oprypin@chromium.org NOTRY=true Change-Id: Ie70e5145732cd6efd7fea7d9b8d3e118ea957306 Reviewed-on: https://chromium-review.googlesource.com/776030Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517355}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/64d2c3ba..7ac478bd 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: I962c658e475762af715bccff7a4f47cb41b24d34 Reviewed-on: https://chromium-review.googlesource.com/775981Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517354}
-
Yoichi Osato authored
Rename from |invalidation_set| to |selected_objects| to correspond the type name. Plus, they are not always invalidated. This patch is a preparation for minimizing LayoutObject invalidation: http://crrev.com/c/720817 Bug: 739062 Change-Id: I130bcb562606d2e841b5f17881aa1e054ba22f67 Reviewed-on: https://chromium-review.googlesource.com/776342 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517353}
-
Olivier Robin authored
telefonnummer and housnummer should not be considered as name for card number. Bug: 786007 Change-Id: I62def6fdbd37f1d2e5b95318df3a3efe28c3cff4 Reviewed-on: https://chromium-review.googlesource.com/775220Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517352}
-
Tien-Ren Chen authored
This is a recursive function and inlining will result in larger stack frames. We've observed as bad as ~4KB per frame on Win64 PGO builds, that resulted in stack overflow. This CL splits all the heavy lifting to a explicitly NOINLINE function so the local frame is isolated from recursion. BUG=781301 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I787991639bad184674c172880bac9abf665e4117 Reviewed-on: https://chromium-review.googlesource.com/767548Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517351}
-
Dominik Röttsches authored
This should help to run layout tests on a more diverse set of Linux distributions and avoid running into differences in font target file name differences for common font packages. We should move as much as possible of the test fonts for layout tests from distribution packages to our own mechanism. Modeled after a previously used approach for blimp fonts, compare https://codereview.chromium.org/1776133002/ Bug: 772116 Change-Id: Ia1929d3d22a047d540f841741f5e9a369142e1b6 Reviewed-on: https://chromium-review.googlesource.com/725809 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Justin Schuh <jschuh@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#517350}
-
zhuoyu.qian authored
This patch makes OutlineIsAuto an enum class for better type safety. Bug: 684966 Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: If1ec9c1edda9e543bfc4443373d264a595e5d54c Reviewed-on: https://chromium-review.googlesource.com/770525 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#517349}
-
Pavel Feldman authored
For automation, driver-initiated navigations over the devtools protocol, |devtools_navigation_token| is used to tag the navigation. This navigation token lands on the DocumentLoader instance in Blink. This way subsequent Blink-level frame lifecycle events can be associated this navigation. At this point, navigation token can be generated both, on the browser and on the renderer side. But it is never sent from the renderer to the browser as a part of the IPC message or mojo call. Eventually, it might be replaced with the token reliably generated on the browser side that would be able to cross the renderer- browser boundary. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I30f374a11660d4c5323063a9b2caa07ec64b1ef5 Bug: 783506 Reviewed-on: https://chromium-review.googlesource.com/747805 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#517348}
-
David Roger authored
This CL creates a AccountReconcilorDelegate class, with two subclasses specialized for Mirror and Dice respectively. Bug: 777774 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4bdb4ecee7d4f12e910a2704a09802c383bca9bb Reviewed-on: https://chromium-review.googlesource.com/766368 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#517347}
-
Andrey Lushnikov authored
This patch: - Introduces a new protocol method Network.searchInResponse. - Properly defines SDK.NetworkRequest.searchInContent method in devtools_frontend - Starts falling back to searching in request response if resource is originating from request - Migrates sources-search-scope.js to the new style As a consequence, the sources-search-scope no longer will be flaky, and searching in main resource will work reliably. BUG=chromium:521853,chromium:622440 R=dgozman, caseq Change-Id: I92fd582661a6537ebbe1506d8dba97a700a139c3 Reviewed-on: https://chromium-review.googlesource.com/773596 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517346}
-
Nathan Bruer authored
Fixes some crashes in response interception when stop intercepting, data urls get intercepted, and response body ready and notify headers gets called. R=caseq BUG=785502 Change-Id: I3eb66f1eec23a630bb60f719cda6c59068d717ba Reviewed-on: https://chromium-review.googlesource.com/774358 Commit-Queue: Blaise Bruer <allada@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#517345}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/35c556f33e2c..ecd62a6cf65a $ git log 35c556f33..ecd62a6cf --date=short --no-merges --format='%ad %ae %s' 2017-11-17 angle-deps-roller Roll skia/third_party/externals/angle2/ 8957b6c07..1eda27a65 (4 commits) Created with: roll-dep src/third_party/skia BUG=735497 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=brianosman@chromium.org Change-Id: I52a03d412fe4ff62fe83f98499a5be22bafc2afc Reviewed-on: https://chromium-review.googlesource.com/776026Reviewed-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@{#517344}
-
Wei-Yin Chen (陳威尹) authored
No functional changes. Bug: None Change-Id: I11894fa0b31508293c9d1cdcbdf3213ab8cf63d1 Reviewed-on: https://chromium-review.googlesource.com/775668 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#517343}
-
Daniel Cheng authored
Most usage is implicitly disallowed in Blink, but Source/platform currently suppresses all checks. Mark base::RefCounted as disallowed in Source/platform as well. Bug: 763844 Change-Id: I5c6ad3c1157b429eb7f3a1ffbf290cd346086858 Reviewed-on: https://chromium-review.googlesource.com/776023Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517342}
-
Yuki Awano authored
- Widget of info bubble is activated while the bubble is shown. Activate the widget of network list if info bubble is destoryed to move the focus back to the list. Bug: 758530 Test: confirm the behavior as described in the issue. Change-Id: I9af52ce28f291c2d698da27a3b0c0824c2ddd84e Reviewed-on: https://chromium-review.googlesource.com/768526Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#517341}
-
Jose Dapena Paz authored
This is a fix for a build regression in GCC caused by this commit: commit f3ce2901 Author: Yuta Kitamura <yutak@chromium.org> Date: Thu Nov 9 09:02:40 2017 +0000 Split WTF::CrossThreadFunction out of WTF::Function. After this change, the class passed to CrossThreadPersistent need to be completely defined, so a forward class declare is not enough. Bug: 785965 Change-Id: Ie0c06686a394ad9b531c3023e36f850af4bf0361 Reviewed-on: https://chromium-review.googlesource.com/774747Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#517340}
-
Xiaocheng Hu authored
This patch reorganizes the branches in the above mentioned function to make the branching logic more clearer. It also contains some other minor cleanup. Bug: Change-Id: Iabe6c4fa4f6b2681dcb6b0c2cbc41f4a3382dcfa Reviewed-on: https://chromium-review.googlesource.com/775892Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#517339}
-
Matt Mueller authored
(The format was changed in r129725 on 2012-03-29.) Bug: Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I55e483decb409f49514f65a3791f5a80bc7e8ecf Reviewed-on: https://chromium-review.googlesource.com/769787Reviewed-by:
Oliver Chang <ochang@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#517338}
-
Trent Apted authored
Chrome has a modal first-run dialog displayed during browser startup on Linux and Mac, before the main MessageLoop begins. It is supressed under many scenarios, and completely disabled in Chromium builds, making it very difficult to test (even manually). Before r511312 Chrome would upload a crash dump if a SIGTERM or similar was received while the dialog was showing on Mac. This CL adds --force-first-run-dialog which works in official and non- official builds for testing the dialog manually. Adds a regression test for r511312 to test signal handling while this dialog is showing. This also gives some bot coverage of the dialog code. Consolidates repeated and redundant logic leading up to the dialog invocation, allowing Linux/Mac to share the --force-first-run-dialog logic as well. The behaviour of the run loop used while the modal dialog runs also changed in r511673, which could cause Chrome to ignore SIGTERM while the dialog was showing. That's not ideal, so handle this as well. Bug: 777660 Change-Id: I523966003eda01d43f15d0217e075e11838da38a Reviewed-on: https://chromium-review.googlesource.com/734381Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#517337}
-
Daniel Cheng authored
Python likes to cache the bytecode for imported modules in pyc files. These files should be ignored by git. Since audit-non-blink-usage didn't end in py, this created bytecode files that showed up as noise in git status. TBR=qyearsley@chromium.org Bug: 784738 Change-Id: I613bd3fdb6bfa4b2f8e4bea3ebfdc3cadef355d6 Reviewed-on: https://chromium-review.googlesource.com/776414 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#517336}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e57e7b81..64d2c3ba 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: Ibc1d0b73dbf41943a843ba388d911a8206d2cea5 Reviewed-on: https://chromium-review.googlesource.com/775941Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517335}
-
Shanmuga Pandi M authored
Bug: 771800 Change-Id: Ica4742d1b849e2c60bb195b538fd6bca895a6339 Reviewed-on: https://chromium-review.googlesource.com/770928 Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#517334}
-
tzik authored
Bug: 786033 Change-Id: Id67586f35f0f9c942c1d491e9d4b5abe28590a88 Reviewed-on: https://chromium-review.googlesource.com/776295Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#517333}
-
Gary Kacmarcik authored
This cl adds the basic Clipboard PermissionType and the PermissionContext. UX for this permission (which will be behind a feature flag) will be added in a follow-up cl. Bug: 677564 Change-Id: Ia5909c8f1feeedad5471db87630154071d7ba8ac Reviewed-on: https://chromium-review.googlesource.com/759029 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#517332}
-
Takashi Toyoshima authored
Now that the blink_platform_unittests can support threading, let's move PushPullFIFOMultithreadTest there. Bug: n/a Change-Id: I23e284e695db9f36f28a26045a8cd9194e4b61f5 Reviewed-on: https://chromium-review.googlesource.com/774361Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#517331}
-
Koji Ishii authored
In order to port/share the logic with LayoutNG, this patch cleans up visual overflow logic for InlineTextBox. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie2bd84c6f332d372b744aa0b7c6de6b9e7406bc8 Reviewed-on: https://chromium-review.googlesource.com/768592 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#517330}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/784134994bd0..1eda27a65489 $ git log 784134994..1eda27a65 --date=short --no-merges --format='%ad %ae %s' 2017-11-16 jmadill Buffer11: Allow CopySubData from uninitialized. 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: I065a21b46e84beeec0fedfd40a51fef58f5e0e18 Reviewed-on: https://chromium-review.googlesource.com/776393Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517329}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/5627d65146cb..35c556f33e2c $ git log 5627d6514..35c556f33 --date=short --no-merges --format='%ad %ae %s' 2017-11-16 herb Revert "Revert "Direct evaluation of gaussian"" 2017-11-16 brianosman Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." 2017-11-15 ethannicholas converted GrAARectEffect to SkSL 2017-11-16 herb Fix Sk8b reading too many bytes 2017-11-16 angle-deps-roller Roll skia/third_party/externals/angle2/ 0a05df48f..8957b6c07 (1 commit) 2017-11-16 angle-deps-roller Roll skia/third_party/externals/angle2/ a3106c585..0a05df48f (1 commit) 2017-11-15 csmartdalton Reland "Fold analytic clip FPs into GrReducedClip" 2017-11-15 csmartdalton Reland "Fix precision caps and rrect/ellipse effect precisions" 2017-11-16 ethannicholas fix Housekeeper-PerCommit bot 2017-11-16 brianosman Revert "Direct evaluation of gaussian" 2017-11-16 mtklein remove Win10 GDI bot 2017-10-20 herb Direct evaluation of gaussian 2017-11-16 egdaniel Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" 2017-11-16 ethannicholas Switched SkSL from using raw strings back to STRINGIFY 2017-11-16 egdaniel Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" 2017-11-16 reed test scalePixels and unpremul 2017-11-09 scroggo WebP - allow more scales 2017-11-16 robertphillips Add overbudget handling to GrResourceAllocator 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=brianosman@chromium.org Change-Id: I88ebf163fce563e97dd88702d235495e7071499e Reviewed-on: https://chromium-review.googlesource.com/775624Reviewed-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@{#517328}
-
Bin Zhao authored
- Added an 'always use mirroring' checkbox to MR (route control) dialog. The checkbox only shows up if a route is a local mirroring route. - Send 'setMediaRemotingEnabled' message to chrome when user changes 'always use mirroring' checkbox value Bug: 774245 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I85c9f9ec8bd320ba1f4eebba4f1fb6223dfda084 Reviewed-on: https://chromium-review.googlesource.com/717317 Commit-Queue: Bin Zhao <zhaobin@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517327}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/aea84f55199c..0a8798b26675 $ git log aea84f551..0a8798b26 --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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I64b5269cb48778753cf9785d49697d494f5f5cfe Reviewed-on: https://chromium-review.googlesource.com/776394Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517326}
-
Hayato Ito authored
HTMLSlotElement::AttachLayoutTree should attach assigned nodes, instead of distributed nodes, which is no longer valid in IncrementalShadowDOM. Bug: 776656 Change-Id: Id6d2561ea4f1b0a4e837b8c7744f573948e37dd4 Reviewed-on: https://chromium-review.googlesource.com/773323Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#517325}
-
Xiaohan Wang authored
This is a clean up CL so that we can avoid passing one additional callback into MojoCdmFileIO. BUG=721876 TEST=No functionality change Change-Id: Ifa3b071a5a95437f87b50f888bce72bc51ad3fd9 Reviewed-on: https://chromium-review.googlesource.com/770318 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#517324}
-
Wei-Yin Chen (陳威尹) authored
Bug: 725661 Change-Id: I29d98e6c022ca96de11dce35bc521307a24ce3d1 Reviewed-on: https://chromium-review.googlesource.com/775476 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#517323}
-
Xianzhu Wang authored
Bug: 781508 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I792d53b913abd981759be2473a3e450889181ff2 Reviewed-on: https://chromium-review.googlesource.com/775034 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517322}
-
Greg Thompson authored
Improvements in the test harness may allow these to run on Win 10 (at least, they run on my Win10 box). BUG=699442 Change-Id: Ic884ceba23bcd634ca961326eaf53ee3b6589856 Reviewed-on: https://chromium-review.googlesource.com/774442Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#517321}
-
Kurt Horimoto authored
This CL adds some base classes around which Fullscreen implementation will be built. There is no functionality yet; other classes must be added and setup by FullscreenController. Classes added: - FullscreenController and its observer class - FullscreenUIElement and its updater - FullscreenScrollEndAnimator - ScopedFullscreenDisabler Bug: 778016 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I11439513f4e52515bfee382ccd41cfe531c931a3 Reviewed-on: https://chromium-review.googlesource.com/773473Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#517320}
-
Menglu Huang authored
Bug: Change-Id: I98d225c41b1122016e8758bce8da2365dbb9cf62 Reviewed-on: https://chromium-review.googlesource.com/775602Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#517319}
-
Kenichi Ishibashi authored
We should use ContextClient instead of storing ScriptState because ContextClient can check whether the context is destroyed. Bug: 785553 Change-Id: Icf85fb6c3f97c9a50f85de812b812999669b96f5 Reviewed-on: https://chromium-review.googlesource.com/776136Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#517318}
-