- 14 Aug, 2019 11 commits
-
-
nancy authored
BUG=992839 Change-Id: Ice35146fbe8c931bbfb81e885c9a24766619e27b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750515Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#686645}
-
Alexey Baskakov authored
Plumb WebApp::launch_container_ from WebAppInstallFinalizer::FinalizeInstall. Implement persistence for launch_container_ and its enum. We don't want to change components/sync/protocol/web_app_specifics.proto for now: there will be many proto changes on our side. We will upstream them in one big CL to be approved by the sync team (i.e. we want to batch all the updates when our proto structure stabilized). Bug: 891172 Change-Id: Ia6780ddcfc4143cad3f4a74e92ac61c71b3886b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750475Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#686644}
-
Ian Kilpatrick authored
This passes border_padding of the flex-item into the size calculation calls, instead of border_scrollbar_padding. Additionally this removes two GetLayoutBox() calls (used to determine) the scrollbars from within NGFlexLayoutAlgorithm::Layout. Bug: 845235 Change-Id: Ifddca6db7e25b4c2d8851ffbcbce71b2740cd9e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752549Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#686643}
-
Vikas Soni authored
1. StreamTextureHost's |channel_| could be null while StreamTextureHost is still alive because |channel_| can be set to null on a OnChannelError() call. 2. Add a new unit test to test and make sure StreamTextureHost can handle a null |channel_|. 3. An invalid mailbox needs to be checked by calling Mailbox::IsZero(). 4. Remove previously added CHECK's for debugging. Bug: 984309 Change-Id: I1fb42855877540f1ec0ddbcec4fe5713071727a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1740168 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#686642}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/42424bf2eab6..f20959283711 git log 42424bf2eab6..f20959283711 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 thestig@chromium.org Remove some checks that are always/never true in CPWL_ListCtrl. 2019-08-13 thestig@chromium.org Reuse existing methods in CPWL_ListCtrl. 2019-08-13 thestig@chromium.org Clean up some CPDF_CMap code. Created with: gclient setdep -r src/third_party/pdfium@f20959283711 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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=pdfium-deps-rolls@chromium.org Bug: None Change-Id: I5b197c597f0d7265d794dac6bf4f61483f4b6766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753047Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686641}
-
Antonio Gomes authored
... placing it in service_worker_global_scope_proxy.cc, closer to the Blink -> Content barrier. This is similar to CL https://crrev.com/c/1627450. BUG=963574 R=haraken@chromium.org Change-Id: Ifc3de842f4ba6f8c2a61574c39442dcf6087ec27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752067 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#686640}
-
Julie Jeongeun Kim authored
This CL converts BroadcastChannelProvider in the browser process and BroadcastChannel in blink to new Mojo types. It keeps CreateBroadcastChannelProvider with BroadcastChannelProviderRequest since RenderProcessHostImpl still uses service_manager::BinderRegistry. Bug: 955171, 978694 Change-Id: I27a0fd6d4410a325cc86a3d9cc9c0500de4ec79d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746212Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#686639}
-
Ryan Hansberry authored
Bug: 785758 Change-Id: I35f3270d0b61b8f0e3e3bde6d64f5b1c54f1a254 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752913 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Auto-Submit: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#686638}
-
Balazs Engedy authored
The strings shown in the page info bubble and chrome://settings/contents now read `File editing`. Bug: 992175 Change-Id: Ib280bc84a1f48387d01af1728be3ffef46d9b297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749192Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Auto-Submit: Balazs Engedy <engedy@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#686637}
-
Takuto Ikuta authored
recipe is added in https://chromium-review.googlesource.com/c/chromium/tools/build/+/1752403 Bug: 988833 Change-Id: I089f7f85c0691965d55a48582f0b17daa14973c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752484Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#686636}
-
Yi Gu authored
In HitTestManager::ValidateHitTestRegionList() we only verified regions in HitTestRegionList. However, the hit test region list itself also needs to be verified. Bug: 985786 Change-Id: Ic501de41abaa9413573b83a1fcea4da54c51f76a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752874 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#686635}
-
- 13 Aug, 2019 29 commits
-
-
sczs authored
- Changes the presentation to FormSheet and makes all presented VC conform to UIAdaptivePresentationControllerDelegate. - When editing a VC (BookmarkEditVC or BookmarkFolderEditorVC) and the user tries to dismiss by swiping down an alert is displayed. Screenshots: iPad: https://drive.google.com/open?id=1znj13pFTmKZ-STtPaVyZH6Vber_qTxcd https://drive.google.com/open?id=1aXATNB7q_y4feMQP6V5BSAsFJyHq_ZKK iPhone: https://drive.google.com/open?id=1CktzDtiE5NnXZwfKMJa1gEJ4-a3Ivh3Q https://drive.google.com/open?id=1mClWFlkpwVgOJQK53U9BvGS_SBUYbWYu Bug: 979201 Change-Id: Ide9ef511b8a4c96293f809185d1981410eca3187 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719455 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#686634}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5e2c489a335c..f75996469d02 git log 5e2c489a335c..f75996469d02 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 robertphillips@google.com Make defaultBackendFormat callable from anywhere in the GrContext hierarchy 2019-08-13 halcanary@google.com SkMallocPixelRef::MakeDirect: doesn't need a release proc Created with: gclient setdep -r src/third_party/skia@f75996469d02 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=scroggo@google.com Bug: None Change-Id: I0e69907bd97833fa13cfde21f18c213060f7c494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752909Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686633}
-
Austin Eng authored
Bug: 948902 Change-Id: Ib393d71a20f02d8bed14181eff82e35291d8b51d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753027Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#686632}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/01525f9e0338..7c6f74ab0344 git log 01525f9e0338..7c6f74ab0344 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 qingsi@webrtc.org Set the usage pattern bits for adding remote ICE candidates from SDP. 2019-08-13 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 3ae2445b..6652dd41 (686310:686436) 2019-08-13 eladalon@webrtc.org Control PeerConnectionFactory's default min/starting/max bitrates from experiment 2019-08-13 nisse@webrtc.org Delete StreamDataCountersCallback from ReceiveStatistics Created with: gclient setdep -r src/third_party/webrtc@7c6f74ab0344 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ica56c038235c210eed733d59b8a38cc2a5c9b171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752906Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686631}
-
Xiaocheng Hu authored
Current |Length| class assumes that a calculated length can always be represented as a (px, %) pair. To implement CSS comparison functions, we need to augment it to hold a tree instead. This patch allows |CalculationValue| to host either a |PixelsAndPercent| or a calculation tree, to support comparison functions. There are some clients assuming that a |Length| is always a (px, %) pair. They are either changed to cope with the calculation tree, or marked as will be handled in future work. This patch is part of the implementation of CSS comparison functions min() and max(). See the all-in-one patch crrev.com/c/1737874 for reference. Bug: 825895 Change-Id: Ia83c83208c35b32e301d75b2961eeeb9ed389f1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741959 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#686630}
-
Tatiana Buldina authored
Add ability to use capability platformName with version, but in fact we check only that it starts with correct operation system e.g. for "Windows 10" we check only Windows Bug: chromedriver:3047 Change-Id: I07f2db4bff9aa39433299bab7fa673d727ab6758 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750161Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tatiana Buldina <buldina@chromium.org> Cr-Commit-Position: refs/heads/master@{#686629}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/811aead064fb..14ef7d57c13d git log 811aead064fb..14ef7d57c13d --date=short --no-merges --format='%ad %ae %s' 2019-08-13 cjmcdonald@chromium.org Enable new parallel_emerge impl for PCQ Created with: gclient setdep -r src/third_party/chromite@14ef7d57c13d The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I55b6255a30c1bcc5f89ecf4576fe4d51b047e1d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752904Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686628}
-
Alex Leung authored
Multizone follower on Android is not working because insufficient time was given for pushing data to the audio pipeline. This resulted in cropped audio buffers. Bug: 117832377 Test: Tested multizone follower on atv and android things Change-Id: I92e8fbb39fa904fd3b38e4fb28d418d3e4272ac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742995Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Alex Leung <alexleung@google.com> Cr-Commit-Position: refs/heads/master@{#686627}
-
Takumi Fujimoto authored
Remove the MediaStatus struct and typemapping, and use mojom::MediaStatus directly. Also delete the MirroringMediaRouteController class which is no longer used. Change-Id: I92ee56c3c276000948340da2c7d85248041cbf28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747740Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#686626}
-
Evan Stade authored
Bug: 268984 Change-Id: I36440e22f2d15a63aa5aba46b0f062eafdb11e33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715530 Auto-Submit: Evan Stade <estade@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#686625}
-
Pete Williamson authored
Bug: 988882 Change-Id: Ie70672df41631d3c6b6cb51997fe5f4b17970045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747072Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#686624}
-
Justin Cohen authored
Bug: 992500 Change-Id: I797068fb5d58f5ebb19231d2c77ef1d5cb60b3f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724702Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#686623}
-
Derek Schuff authored
Bug: 701326 Change-Id: If652eb76fabc09cabdd61865cdb409f72c140392 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1748083Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Derek Schuff <dschuff@chromium.org> Cr-Commit-Position: refs/heads/master@{#686622}
-
Chris Lu authored
The UMA metrics logging for Infobar badges was removed in crrev.com/c/1717651. This change adds it back in BadgeActionDispatcher. A new 'accepted' property is added to the BadgeButton to determine badge state for the metrics. Bug: 976901 Change-Id: Ic81988d59f6695a1b32e1ca0b4e340cc20966d52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749602 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#686621}
-
Lan Wei authored
This reverts commit 95343512. Reason for revert: <INSERT REASONING HERE> Original change's description: > Disable flag "UpdateHoverAtBeginFrame" > > Blink.MainFrame.StyleAndLayoutRatio metrics has a significant > regression increase, we will disable flag "UpdateHoverAtBeginFrame" for > now in M78 to help identify what is the reason to cause this > regression. > > TBR=bokan@chromium.org > > Change-Id: Ic85d4c142a2a25928c3ec25a61de20649144ef50 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733037 > Reviewed-by: Lan Wei <lanwei@chromium.org> > Commit-Queue: Lan Wei <lanwei@chromium.org> > Cr-Commit-Position: refs/heads/master@{#684518} TBR=bokan@chromium.org,lanwei@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Id6ad8e351ed45dc60d21984ef49bcbbe45dd5b2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752765Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#686620}
-
James Cook authored
ui.MashLogin and ui.SingleProcessMashLogin don't exist any more. Bug: none Change-Id: I9a0d4650a4d3887cf0592f428a2a3cf81f28b82c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752539 Commit-Queue: James Cook <jamescook@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#686619}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/772d5c6161c5..942e493326d1 git log 772d5c6161c5..942e493326d1 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 simonhatch@chromium.org Pinpoint - Record the estimate along with the timing info. Created with: gclient setdep -r src/third_party/catapult@942e493326d1 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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=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=simonhatch@google.com Bug: chromium:992523 Change-Id: Iea917a9ff732fa1f5310f635897d7b6b7a1f60f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752902Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686618}
-
Simon Pelchat authored
Some navigations are both forward/back and reload. As far as page_end_reason is concerned, these should be considered as history navigations. Most "true" reloads result in the user loading the same URL again (e.g. pull-to-refresh or preview opt-out button). By contrast, navigations that are both forward/back and reload navigations usually result in loading a different URL. Bug: 991741 Change-Id: Iac70ec0b62f6b9bd228419d127ae338ebb4ff5b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743129Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Simon Pelchat <spelchat@chromium.org> Cr-Commit-Position: refs/heads/master@{#686617}
-
Derek Schuff authored
This mirrors the announcement that was sent to native-client-discuss. Bug: 918374 Change-Id: I2e82c60533a2215bdc08ab6668031cba8e94498d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750204Reviewed-by:
Sam Clegg <sbc@chromium.org> Commit-Queue: Derek Schuff <dschuff@chromium.org> Cr-Commit-Position: refs/heads/master@{#686616}
-
Antonio Gomes authored
... when posting tasks. A task posted runs once, so CrossThreadBindRepeating is not strictly correct. This is now possible, after [1]. [1] crrev.com/c/1750043 BUG=964922 R=jbroman@chromium.org Change-Id: Ic3a7cf2fbcd6c07b92efaeab206e45a0cd1e418f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752077 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#686615}
-
Philip Rogers authored
Now that BlinkGenPropertyTrees (BGPT) has launched, we can remove the pre-BGPT code. Bug: 989251 Change-Id: I7c64da9fd5e593436301936abcef3e39198ccbe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752244 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#686614}
-
Sunny Sachanandani authored
Bug: 892874 Change-Id: I15a63a95302d8cf55935f1287d4e9b8fb458ada5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747070Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#686613}
-
Brian Sheedy authored
Adds "Linux FYI Release (Intel UHD 630)" to chromium.gpu.fyi, which is identical to "Linux FYI Release (Intel HD 630)" except that it has longer timeouts and triggers tests on a machine with a newer GPU. Bug: 986939 Change-Id: I58a569330390310d9224be3fed86b87a53d2ebed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752291Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#686612}
-
Rose Garcia authored
Put the selection change listener and the clipboard data change listener behind the text editing improvements flag. This makes sure the menu isn't reloading uncessarily when the flag is not used. Bug: 982004 Change-Id: Iafde32d263e41030ba54a6b5ae98bed2c968d8f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746790 Commit-Queue: Rose Garcia <rosalindag@google.com> Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#686611}
-
Wez authored
Bug: 991300 Change-Id: I720433a8d9673bf1f08634ac2709f22e18408668 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750343 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#686610}
-
Robbie Gibson authored
Before, the color of the tiles wasn't updated in dark mode. Now, both the most visited and the shortcut tiles have their colors updated. The |+backgroundImage| class method can be removed because now, both tiles use the background as a template image. Bug: 991973, 976641 Change-Id: I3db5204ec7684f592e67c6b7fa6ff8944b5ac839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751328Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#686609}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e765f652958c..6bb29da82994 git log e765f652958c..6bb29da82994 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial). Created with: gclient setdep -r src/third_party/depot_tools@6bb29da82994 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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=agable@chromium.org Bug: None Change-Id: I8b35fa509d1cbc897509622c852ca0bf5e9c4ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752301Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686608}
-
Sorin Jianu authored
TBR=waffles CC=tommycli Bug: 992551 Change-Id: Ie434b71f7eb1541c01e1d08eb899cb9eb69c5799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752868Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#686607}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f9fbd0f9b5e9..d550b702ac53 Created with: gclient setdep -r src-internal@d550b702ac53 The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None,chromium:None,chromium:None Change-Id: Ic40e4db5230d082c0e7c424b80a4e5d085836beb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751770Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686606}
-