- 28 May, 2020 21 commits
-
-
Giovanni Ortuño Urquidi authored
Adds some simple tests to ensure imported constants and constants specified in terms of other constants have the correct values. The CL used to do more, but https://crrev.com/c/2204846 made it all redundant. Bug: 1002798,1008761 Change-Id: I2de4b945848c8b4ad358fbcd296189c8d989cbfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839752Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#772490}
-
My Nguyen authored
Add the function based on design doc at http://go/e14s-autocorrect-window. Bug: 1068807 Test: Will add later in browsertest for the api Change-Id: I7e9c65af3598cbb6e0e3077d193f5a1f6555816b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166228 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Jing Wang <jiwan@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#772489}
-
Filip Gorski authored
Bug: 1075602 Change-Id: I37e8037ab6c362bd388c595fe278bdee34ebdf5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198546 Commit-Queue: Filip Gorski <fgorski@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#772488}
-
Yury Semikhatsky authored
Bug: 1085150 Change-Id: I4c69b33a89708ac2c7e3d9edf5d1ad3066facc3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218485 Commit-Queue: Yury Semikhatsky <yurys@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Auto-Submit: Yury Semikhatsky <yurys@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#772487}
-
Nazih Almalki authored
Ack a pending surface early the client's scheduler to schedule frames for future surface changes This case happens when screen rotation takes place while there is an active frame when this takes place it has a unique signature of 2 consecutive submit frame requests with clients_needs_begin_frame_ is set (high) and 1st frame is not a new surface and 2nd frame is a new surface. Bug: 1060058 Change-Id: I7020d10aade334e7fda20749217747cea2a2c8b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2190049 Commit-Queue: Nazih Almalki <nalmalki@google.com> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#772486}
-
Rouslan Solomakhin authored
Before this patch, the C++ payment app interface omitted app identifiers, minimal UI fields, and deduplication fields that are used on Android. It also required each individual app implementation to convert from PaymentDetails to PaymentRequestDetailsUpdate mojo struct, although Android performed the conversion in a central place and passed the Update struct to the payment app. These discrepancies prevented using a C++ payment app in Java (through a JNI wrapper). This patch adds the ID, minimal UI, and deduplication fields to the C++ payment app interface, implements the minimal UI and deduplication fields in the C++ service worker payment app, as well as changes the UpdateWith() method to accept a PaymentRequestDetailsUpdate mojo struct. After this patch, using a C++ payment app in Java (through a JNI wrapper) is easier. Design: https://bit.ly/cross-platform-pay-app-factory Bug: 1022512 Change-Id: I39146a08fcd74fe9a883c67107c8fc8cbc17a400 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217847Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#772485}
-
Rahul Arakeri authored
This CL allows the root scroller to be overscrolled beyond the scroll bounds. The OverscrollBounceController drives this. The basic principle here is: the scroll deltas on GSU are fed into a hyperbolic tangent function (ranging [0, 2]). This tells how far the scroller bounds can be "stretched" when the user overscrolls. See OverscrollBounceDistance for details. Animating the bounce back is not in the scope of this CL. Bug: 1058071 Change-Id: I3023c69078ffc6dff0ecfe3554d699ea3b9d1553 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198596 Commit-Queue: Rahul Arakeri <arakeri@microsoft.com> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#772484}
-
David Black authored
Currently AssistantZeroStateView's only child is the pre-existing greeting label. Moving forward, AssistantZeroStateView will conditionally show a richer view in lieu of greeting label. The changes in this CL should not be perceivable to the end user. Bug: b:157510546 Change-Id: I9e813a3d04a9ee9c734c9f5e2ff6913fd18b0ceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213925 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#772483}
-
Andrey Kosyakov authored
Upstream fix: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2216940 Bug: 1085228 Change-Id: I641542cd65f18a573a291a7e3f0feebce7b69ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216708 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#772482}
-
Rachel Wong authored
Currently, privacy_info_view is a launcher notice about Assistant privacy. This CL separates privacy_info_view into two classes: 1) privacy_info_view.*, a parent class for privacy notices in the launcher; 2) assistant/assistant_privacy_info_view.*, which contains all the Assistant-specific methods and strings. This allows us to create a new privacy notice for Suggested Content, which uses the same parent view but has its own methods and strings. This CL should not make any functionality changes. Bug: 1079169 Change-Id: I28324a9196ef2643e5fdcef122c13a8113ee2603 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2198848Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#772481}
-
Tomasz Wiszkowski authored
This change allows most tests to operate without having the QueryTile Processor initialized if these don't care about its presence. Bug: 982818 Change-Id: I6fe6c0bba9fb83d99bcad9e93c84a831df2da8bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219149 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#772480}
-
David Black authored
Copy and paste error caused Assistant MicView to never register to observe AssistantInteractionModel events in recent refactoring. Bug: b:157579976 Change-Id: I992387d69ccfafccd8842070563269b65f974aa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218673Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#772479}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: If0eb3cf6c9a7c659b00269b77edf93116aa29990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219230Reviewed-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@{#772478}
-
Kurt Catti-Schmidt authored
Per https://chromium-review.googlesource.com/c/chromium/src/+/2163429, this change moves GridNG files to their own directory. This will help organize subsequent changes where we will be introducing classes specific to GridNG. There should be no behavioral changes associated with this PR. Bug: 1045599 Change-Id: I50c2c98a7903904bf80663801a80ed1874bb0f1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218616 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#772477}
-
Zach Trudo authored
Bug: b/157188195 Change-Id: I70b45ca1dc44f48d08638b9f23a4eaaae73052b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212796 Commit-Queue: Satoru Takabayashi <satorux@chromium.org> Auto-Submit: Zach Trudo <zatrudo@google.com> Reviewed-by:
Satoru Takabayashi <satorux@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#772476}
-
Xianzhu Wang authored
I changed the filter in crrev.com/c/2202974 to treat results like [ Failure Crash ] as unexpected flaky if the expectation is like [ Failure Timeout ], but it had a bug that containsAll couldn't deal with the differences of the failure keys in actual and expected result (e.g. actual TEXT vs expected FAILURE). Change-Id: Iacd547a242277ad8b39645a2c2130c1d8670bf72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218530Reviewed-by:
Aleks Totic <atotic@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#772475}
-
Yuichiro Hanada authored
This CL lets InputMethodEngine choose the InputMethodKeyboardController instance. It allows us to use different InputMethodKeyboardControllers for ARC IMEs and Chrome OS IMEs. Bug: 1060272 Change-Id: I5677a58429ef2ced5343b8cb3c34dca929f276a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214733Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#772474}
-
Haoyue Wang authored
https://quiche.googlesource.com/quiche.git/+log/517beaa4782d..05c3b7867dfb $ git log 517beaa47..05c3b7867 --date=short --no-merges --format='%ad %ae %s' 2020-05-27 wub Update quicunorderedmap to quichashmap in quicdispatcher, transportparameters, quicspdysession and qpackblockingmanager. no behavior change. 2020-05-26 renjietang Remove ALL_UNACKED_RETRANSMISSION from TransmissionType because it's not used anymore. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ic854b26c758919f06dfa9312be523686ceab724e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219090Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Haoyue Wang <haoyuewang@chromium.org> Auto-Submit: Haoyue Wang <haoyuewang@chromium.org> Cr-Commit-Position: refs/heads/master@{#772473}
-
Sharon Yang authored
Change-Id: I3fd006f9e87c8bdfb8007d9c06d2778b0edce539 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155183 Commit-Queue: Sharon Yang <yangsharon@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#772472}
-
Chris Harrelson authored
The use counters removed in this CL are deprecated since issue 785212 was fixed. Bug: 785212 Change-Id: I52f41cac65e7e5edb171237c4a683fbe78920bd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202788Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#772471}
-
Alexey Baskakov authored
Multiple test fixtures set the TestAppRegistrar explicitly via TestWebAppProvider::SetRegistrar() and TestAppRegistrar is a type unrelated to WebAppRegistrar. Later we will get rid of TestAppRegistrar everywhere: that is a third type of registry (in addition to BookmarkApps and WebApps). Replacing it with TestWebAppRegistryController is a separate follow up task. Bug: 1082881 Change-Id: I7d59f10360f766fccbc888b8c461aefe27b0cdde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215078 Auto-Submit: Alexey Baskakov <loyso@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#772470}
-
- 27 May, 2020 19 commits
-
-
Gabriel Charette authored
Same as in ScheduleWork() (reset the state on unexpected failure). R=fdoray@chromium.org Bug: 1074019 Change-Id: Ia4e04126d1cc879b369638b93f63b7397bc1e14b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216033Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#772469}
-
Peter Kotwicz authored
This CL: - Modifies CustomTabAppMenuPropertiesDelegateto enable adding site to homescreen when WebAPK is out of scope - Introduces EmptyVerifier and uses it for custom tabs - Deletes ExternalIntentsPolicyProviderin favour of accessing verifier directly - Moves trustedwebactivityui.controller.Verifier ot ui.controller.Verifier BUG=1083256 Change-Id: Ic0c1c98ccb3ccef2b71019b3da544c34488477b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2205519 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Cr-Commit-Position: refs/heads/master@{#772468}
-
Becca Hughes authored
We want to check the feed URL against Safe Search (which is in MediaFeedsService) on discovery so first we need to move discovery to MediaFeedsService. BUG=1085095 Change-Id: I12511d9cb8ce3afb095abea50a50c59a1773fdbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211046 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#772467}
-
Christian Biesinger authored
As requested in https://crrev.com/c/2212984 Bug: 1083020 Change-Id: I989fd01823a6fdb01e60f4f5d6d3ef0d85f3f693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218797Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#772466}
-
Kyle Horimoto authored
This class adds metadata regarding whether the section contains only a link to a subpage. Additionally, this CL moves section result generation to a public function on this class. Bug: 1082249, 1071700 Change-Id: Ib191d6a2636adf102d0cd4fde5c1fd298a220e17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219154Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#772465}
-
Ben Kelly authored
Bug: 1018920 Change-Id: Ia4d148502279e768756eb07a9aad2384c190f50e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218671Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#772464}
-
Ramin Halavati authored
Profile API is being updated (issue 1033903) and the usage of GetOffTheRecordProfile and HasOffTheRecordProfile without argument is getting deprecated. Use cases of this call that ONLY refer to incognito or guest mode can use [Get/Has]PrimaryOTRProfile() instead. c/b/net tests are updated to use the new API, and a test is expanded to cover non-primary OTRs. Bug: 1060940 Change-Id: I7962466b337c053c912a617e827af8008639fb69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211345 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#772463}
-
Peter Kotwicz authored
This CL restores recording SOURCE_EXTERNAL_INTENT_FROM_CHROME enum value in in the Launch.HomeScreenSource UMA metric by propagating the android.provider.Browser intent extra from WebappLauncherActivity to WebappActivity. This fixes a regression caused by https://chromium-review.googlesource.com/c/chromium/src/+/2180856 BUG=1086846 Change-Id: I0e2817536565442d910626a8f032c4a4caf2c66c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217378Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#772462}
-
James Cook authored
UserImageManagerTest.SaveUserImageFromProfileImage was using signin::SetRefreshTokenForPrimaryAccount(), which assumes there is a "sync consented" primary account. SplitSettingsSync does not set a sync-consented account until the user goes through the sync consent screen. This test doesn't care about sync consent, so change it to use SetRefreshTokenForAccount(). This avoids a DCHECK failure when SplitSettingsSync is enabled. Bug: 1060289 Change-Id: I7c2b262707ea04c7a23f374680bcffa1eb876104 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218804 Commit-Queue: James Cook <jamescook@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#772461}
-
Carlos Frias authored
This is part 1 of 3 of the prototype to configure PWAS to run on OS login. Updates for the prototype include: - Added feature flag "Desktop PWAs run on OS login", disabled by default. - Added Startup folder to Windows base paths and shell util. - Added "in_startup" entry to Web App Shortcut locations. - If feature flag is enabled, show a checkbox in the PWA install dialog. - If checked, PWA install task creates an additional shortcut in Windows Startup folder by setting "in_startup" location to true. Additional parts for the feature to come in next CLs. Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/RunOnLogin/Explainer.md I2P: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/T6d2zqF_jpw/76TP7Bc2DwAJ Bug: 897302 Change-Id: I0870e5a26e94e8e60001b78c95e53da134388f0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026256 Commit-Queue: Carlos Frias <carlos.frias@microsoft.com> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#772460}
-
Mike Wittman authored
Frames in the Chrome module must be unwound exclusively by ChromeUnwinderAndroid because the module doesn't provide native unwind information. Pass the module base address to NativeUnwinderAndroid to support this. Bug: 1004855 Change-Id: Idd089a7e7ad4989923448fb3d5c1b21bf6fd9b84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209246 Commit-Queue: Mike Wittman <wittman@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#772459}
-
Gabriel Charette authored
Note to QA: This CL is purely mechanical and shouldn't be blamed for future regressions on touched files. This is a follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/2211138 which already removed all usage using content::BrowserThread. Hence this script now matches unqualified BrowserThread:: without risking having "content::" be selected as "traits_before" by the regex (ran on same revision as step #1). content:: is now always added if outside namespace content {} (deleting unused using content::BrowserThread; decls) Script @ https://crbug.com/1026641#c92 (will TBR fdoray@ post-review for mechanical change) TBR=fdoray@hchromium.org AX-Relnotes: n/a. Bug: 1026641 Change-Id: I51ae2f83eb17d19b54563fd9b4fc040d2aa0c948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212469 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#772458}
-
Clark DuVall authored
The autofill popup was not taking the top bar into account when positioning near target input. This change creates a new view that will be offset by the current top bar height, and uses that view as the autofill container. Bug: 1085294 Change-Id: I6bc8ce5dbeae2a00f16a9c01d39c5a8bee7e8d2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218704Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#772457}
-
Peter Kotwicz authored
This CL changes the "Can't connect to site" splash screen WebAPK dialog to show for only the net errors which trigger the dino game interstitial: 1) ERR_NAME_NOT_RESOLVED (the net error which precedes DNS_PROBE_FINISHED_NO_INTERNET) 2) ERR_INTERNET_DISCONNECTED BUG=1086785 Change-Id: Ia8de9fd4a69f9fb254b2a085e5100981f7af4d29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217200Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#772456}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3c1f483205d2..aefd51fe93a8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC lgrey@google.com,dbertoni@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1044639,chromium:1047629,chromium:1069077,chromium:1069094,chromium:1073377,chromium:1083498 Tbr: lgrey@google.com,dbertoni@google.com Change-Id: I54c47807a59f6f903b2b3512cb89d30861ebe5e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218649Reviewed-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@{#772455}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7135239769de..4348097fd4be 2020-05-27 reed@google.com tell gms when they are being run in viewer 2020-05-27 csmartdalton@google.com Bump default GrResourceCache size to 256MB 2020-05-27 ethannicholas@google.com Revert "Store float value for SkSL settings" 2020-05-27 ethannicholas@google.com Reland "Revert "SkSL function inlining"" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC westont@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md 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 Bug: None Tbr: westont@google.com Change-Id: Ia24e35c360adca61dc5de4ea1dccbb6fbf168270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218895Reviewed-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@{#772454}
-
Gabriel Charette authored
R=rockot@google.com Bug: 1026641 Change-Id: Id9e75f1959687ff9cae1fe92e2923f7f38eff8ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219152 Commit-Queue: Gabriel Charette <gab@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#772453}
-
Jinsuk Kim authored
This CL temporarily suppresses contextual search while any BottomSheet feature is open. RootUiCoordinator looks over ContextualSearchManager and BottomSheetController to coordinate the suppression. Bug: 1083396, 1077042 Change-Id: I5fa385a12105fb510a1a59d07148a6b1c5ef71fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206562Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#772452}
-
Christian Biesinger authored
This is for legacy as well as NG. Bug: 1083009 Change-Id: I8c11aca1d5dc03932d437f60c0d56960c28709eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208010 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#772451}
-