- 17 Apr, 2020 40 commits
-
-
Kyle Horimoto authored
(1) Added relevance score, which indicates how well the result matches the user's query. (2) Added settings page hierarchy, an array of strings to be used for breadcrumbs. The implementation adds dummy values for this field and has a TODO to implement them properly. These changes are required by the Launcher UI code and unblock their team's development. Bug: 1059099 Change-Id: I46e9a6ca3bad830446eb0d415d368b4fb750b335 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153271Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#760194}
-
Becca Hughes authored
Add a last display time field that is used for picking feeds that have not been shown recently. BUG=1053599 Change-Id: Ia6e9cf7c8023b04294d6c4cc88d22b8dd11a0af4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145568Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#760193}
-
Sergio Collazos authored
This reverts commit 21eb2224. Reason for revert: Causing failures on ios_web_unittests on iOS12 https://ci.chromium.org/p/chrome/builders/ci/iphone-device/7949 Original change's description: > [iOS] Restore the user agent only on iOS 13+ > > This CL restrict the user agent restoration to iOS 13 and further as > iOS 12 has an issue getting the right User Agent. > > Bug: 1070593 > Change-Id: Ie4570efcb9931ccb8662511b16a1298570f0a297 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154189 > Reviewed-by: Justin Cohen <justincohen@chromium.org> > Commit-Queue: Gauthier Ambard <gambard@chromium.org> > Cr-Commit-Position: refs/heads/master@{#760057} TBR=justincohen@chromium.org,gambard@chromium.org Change-Id: I0458f2cea4df855599dd8fa72692b7ff4840ef06 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1070593 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153733Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#760192}
-
Lily Chen authored
In CanonicalCookie, the string member |domain_| is a combination of the cookie's domain (as defined in RFC 6265bis) and the negation of the cookie's host-only-flag, which is indicated by the presence of a leading dot. The Domain() accessor returns the |domain_| string whereas many consumers actually want the RFC's definition of the cookie domain, leading to many of them manually stripping off a leading dot. This CL moves CanonicalCookie::DomainWithoutDot() from private to public so that users can directly access the domain without worrying about how it's internally represented, and organizes some functions in cookie_util to avoid redundant string operations. Bug: 1071291 Change-Id: If1db8ece3d436956696951ed4eafeb6fa3784bfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151310Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#760191}
-
phillis authored
PWA is treated same as general websites and thus it doesn't need to check additionally if extensions sync is turned on for UKM logging. Bug: 1068404 Change-Id: I4fee2bdf53527a8f8693be27205e7fb4d68142b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152895Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/master@{#760190}
-
Joshua Pawlicki authored
Bug: 1071965 Change-Id: I68ab432d4a0835e15cbca2467c507316ce4dcdf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154740 Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#760189}
-
https://crrev.com/c/2137925Bence Béky authored
Change-Id: I98010947ff6f74fa7cabcb0e86dece1412a9974e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147632 Commit-Queue: Renjie Tang <renjietang@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#760188}
-
Devlin Cronin authored
Adjust the CHECKs in BrowserView to avoid triggering a CHECK failure when there is no extensions container (which can happen in the case of app windows). This fixes AppBrowserControllerBrowserTest.NoExtensionsContainerExists with the menu enabled. Bug: 943702 Change-Id: Id14113c456934f5e7984d142f97104929080da32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153745Reviewed-by:
Caroline Rising <corising@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#760187}
-
Kevin McNee authored
When a page is orphaned, it is still considered to be in a portal, so the PortalNavigationThrottle can still enforce its restrictions. Bug: 1043777 Change-Id: I56fb835570d8d81b8e4befacbf37a86b61429f93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154812Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#760186}
-
Roberto Carrillo authored
Also, enable test results export to BQ on CI builders in the dev instance of buildbucket. R=vadimsh,nodir,chanli Bug: 1048825 Change-Id: I8135072708114962306b21f6293767c7db23368a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153932 Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#760185}
-
Adrian Taylor authored
Also, removing conflicting wording about what to do if there's no CPE available. R=dcheng@chromium.org Bug: 895969 Change-Id: I17916054d78882b9a57a0067de5507a592292727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144611Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Auto-Submit: Adrian Taylor <adetaylor@chromium.org> Cr-Commit-Position: refs/heads/master@{#760184}
-
Elly Fong-Jones authored
Bug: None Change-Id: I5cdc27a89236b163d232f2f8360147ded353f796 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154858 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#760183}
-
Eric Roman authored
Bug: 1054414 Change-Id: Iede646dd272413fcc8c2f9951a9ff7d663708b88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151887Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#760182}
-
Kevin Marshall authored
Adds an additional minor version suffix to the hardcoded CrKey version string. Bug: 1071138, b/143307063 Change-Id: Iacbc48bd90e8d9bbdf725e57209a654ef68afc4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150061 Auto-Submit: Kevin Marshall <kmarshall@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#760181}
-
Xiqi Ruan authored
Change the supervised user icon used throughout Chrome OS to the new family experience kite icon. Rename some files to supervised_user suffix. Bug: 1058516 Change-Id: Ief22e51de73b0675c0a9a18969dac8627d9ad30d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146080Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Xiqi Ruan <xiqiruan@chromium.org> Cr-Commit-Position: refs/heads/master@{#760180}
-
Sahel Sharify authored
This cl adds Timeout to external/wpt/html/cross-origin-opener-policy/popup-coop-by-sw.https.html's expectations since it is flaky on multiple platforms: https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVybAsSBUZsYWtlImFjaHJvbWl1bUBibGlua193ZWJfdGVzdHNAZXh0ZXJuYWwvd3B0L2h0bWwvY3Jvc3Mtb3JpZ2luLW9wZW5lci1wb2xpY3kvcG9wdXAtY29vcC1ieS1zdy5odHRwcy5odG1sDA TBR: pmeuleman@chromium.org Change-Id: I2caf3aeeeb020a8d1b6c7d4fe4b2cbd227280bf1 Bug: 1071909 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153022Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#760179}
-
Gavin Williams authored
- Add CupsPrinterStatus as a private member of the Printer object. - Create a new map for caching and retrieving printer statuses. - Add logic for serializing CupsPrinterStatus to JSON. Bug: 1059607 Change-Id: I86c176df9d23f799486c521b604bebbac9611caa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118760Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#760178}
-
Clark DuVall authored
This implements TabSpecificContentSettings for weblayer, and syncs content settings to the renderer similar to what is done for chrome. A couple client hints tests are added which depend on the content settings syncing behavior to make sure it's working. Bug: 1070825, 1065537 Change-Id: I72946341ae8e0932663ffb1ef72954b0a7897b1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153314Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#760177}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/080904627d71..377573cc1038 git log 080904627d71..377573cc1038 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 bclayton@google.com Use Thread Safety Analysis annotations throughout SwiftShader. Created with: gclient setdep -r src/third_party/swiftshader@377573cc1038 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Iaba2bcbce81a1ddeef84d430a633cc2a019dc5be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154890Reviewed-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@{#760176}
-
Khushal Sagar authored
R=kbr@chromium.org Bug: 1070464 Change-Id: Ia7a5b82e9aae126b1a6860224879b7638940102e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154374 Auto-Submit: Khushal <khushalsagar@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#760175}
-
Yuheng Huang authored
Add optional text and shouldAnnounceA11y boolean params to show() method to be able to show text and announce a11y Bug: 1033660 Change-Id: I484afd8158d04d33d55592d21dc621bdb7f55221 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144427 Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#760174}
-
Antonio Gomes authored
BUG=767015, 1063749 R=rego@igalia.com Change-Id: I407fbd42550a4e7b99676cbf509164a147cc4804 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153731Reviewed-by:
Manuel Rego <rego@igalia.com> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#760173}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/aac66787f172..78f5b9ddeb5d Created with: gclient setdep -r src-internal@78f5b9ddeb5d 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 sahel@google.com,pdr@google.com,mamir@google.com,meredithl@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1069208 Tbr: sahel@google.com,pdr@google.com,mamir@google.com,meredithl@google.com Change-Id: Iada2a4567c4f9952c88dbec46b5fe141802606f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154971Reviewed-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@{#760172}
-
Ali Juma authored
Attempting to sync an unsupported list from the Safe Browsing database server causes the server to return a 404 error. This CL modifies the set of lists sync'd on iOS to only include those lists that are supported for iOS. Bug: 1071919b Change-Id: I14d5906c8315fd01e7c7d0933d68752ff2b7ef62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155010Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760171}
-
Corentin Wallez authored
Bug: dawn:383 Change-Id: Icdf281d0a1492d067ac0db1fc036cf0d3cc234e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153078Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#760170}
-
Sigurdur Asgeirsson authored
This allows the graph view to poll for changes to node attached and node related data for the nodes that are interesting at any time. This will probably be done on hover and/or for nodes on explicit display. Bug: 1068233 Change-Id: I52c6ba433784dbe8829beaa77d081f2a40d80010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152888Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#760169}
-
Lei Zhang authored
Also better organize member variables and make OnPrint() private. Change-Id: I38d28f08d8f5c704aaea12ad2db6f64a2b5123df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154231Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#760168}
-
Philip Rogers authored
This test is flaky on all platforms: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=blink_web_tests&tests=media%2Ftrack%2Ftrack-cue-rendering-position-auto-rtl.html TBR=sahel@chromium.org Bug: 979323 Change-Id: I85d7fa4a5959c612e0eed4512cb5f5613ffe3f4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155067Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#760167}
-
dpapad authored
Bug: 1069258 Change-Id: I1c29bad8bb8e320256079f0ac2bfe42b1f6ce33a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152900 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#760166}
-
Lei Zhang authored
Automatically reset the |in_paint_| boolean when DoPaint() finishes, instead of doing it manually. Change-Id: I6049a728f05a691a36ece682062d8a149c4a062b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154232Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#760165}
-
Caitlin Fischer authored
Also cleans up the relevant code in the fieldtrial testing config. Bug: 978849, 1006806 Change-Id: Iecd7f06dd245dbbe9bfca17523b3ebafbc98d372 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154527 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#760164}
-
Lei Zhang authored
PrintCompositorImpl ended up with 2 CompleteDocumentToPdf() methods, which is confusing. The first is a required PrintCompositor interface impl. The second is a private method that is only called by CompleteDocumentRequest(). Since CompleteDocumentRequest() is just a minimal wrapper around the private CompleteDocumentToPdf(), merge the two and avoid the confusion. Also remove some methods declared in the header but never defined. Change-Id: I19832cb994a23a02dd7f18ad1757937576bd498c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152919Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#760163}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/888c0fe76833..e2686734ac51 git log 888c0fe76833..e2686734ac51 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 miladfar@ca.ibm.com Make fetch compatible with py 3.5 Created with: gclient setdep -r src/third_party/depot_tools@e2686734ac51 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I1773a87368d0600993e92dec903a112b846d56fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154973Reviewed-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@{#760162}
-
Sammie Quon authored
Test: none Bug: 1056490 Change-Id: Ice9fef7222f5af17725dd3812ff633b0fa0a8f92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131151 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#760161}
-
Mugdha Lakhani authored
This is so PageInfoController, which will be componentized soon, can continue to use CookieControlsObserver. See https://chromium-review.googlesource.com/c/chromium/src/+/2151455 for how I build upon this change. Bug: 1052375 Change-Id: I156489282000e92b0a93d6abf5abb5c05d3d2918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152829 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#760160}
-
Roman Sorokin authored
Bug: 1067260 Change-Id: Ic86579fd50c5815c9adadbd3feade22cbd1c37a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144146Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#760159}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/af564a5d0b8b..414782d132e8 git log af564a5d0b8b..414782d132e8 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 bsalomon@google.com Disable testing of D3D9 ANGLE backend on NVIDIA 2020-04-17 mtklein@google.com refactor arm instructions 2020-04-17 mtklein@google.com set up stack frames on aarch64 2020-04-17 michaelludwig@google.com Revert "Respect wrap mode when decimating for blur" Created with: gclient setdep -r src/third_party/skia@414782d132e8 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 kjlubick@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/+/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: kjlubick@google.com Change-Id: I6525aebde281b3b87a28cfc96fd7f79b92d610f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154970Reviewed-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@{#760158}
-
Alex Newcomer authored
Focus should be NavWidget->HotseatWidget->StatusAreaWidget. This was missed when we split the shelf into multiple widgets. Bug: 1060338 Change-Id: Ic1d4e259e94338c7110a712bdd70ade147b6986c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153320Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#760157}
-
Eric Orth authored
Split the entry into two, one for autoupgrade and one for UI selection, and remove the no_ecs option from the user-selected one. That parameter was originally added to maintain same-behavior on upgrade, but if it's not an upgrade scenario, the parameter should only be used if added by advanced users through manual URL entry. Bug: 1065338 Change-Id: I52fd4d346595cff78681ccf6f29fd03013c815de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154846Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#760156}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ec7bd4a323c6..15a15152f054 git log ec7bd4a323c6..15a15152f054 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 jbudorick@chromium.org devil: add dependency update script and update chromium deps. Created with: gclient setdep -r src/third_party/catapult@15a15152f054 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC wenbinzhang@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-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 Bug: chromium:1067712 Tbr: wenbinzhang@google.com Change-Id: I7e3d1bc5e2ef13e7bd851cb8ff4b0ce86b80677b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153020Reviewed-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@{#760155}
-