- 19 Jan, 2021 40 commits
-
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1683f26e. With Chromium commits locally applied on WPT: fafb4f34 "[EventTiming] Exclude target from toJSON" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: binji@chromium.org: external/wpt/wasm cbiesinger@chromium.org: external/wpt/css/css-flexbox domenic@chromium.org, ricea@chromium.org: external/wpt/streams foolip@chromium.org, lpz@chromium.org, smcgruer@chromium.org: external/wpt/tools mustaq@chromium.org: external/wpt/html/interaction/focus nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents nzolghadr@chromium.org, yosin@chromium.org: external/wpt/input-events rego@igalia.com: external/wpt/css/css-grid external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: I9896ae1cecae7582b8ed3195266fe2d624a707a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637774Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#844894}
-
Dave Tapuska authored
Create a SubresourceFilter interface in mojo. Adjust the tests so that we can capture the send of the message to the MockRenderProcess. BUG=993189,820612 Change-Id: I72f5d2ba3305955165fea2555271089812ada8ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633353 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#844893}
-
Adam Norberg authored
This class uses the Builder pattern to write the config file loaded by ExternalConstantsOverrider. "Builder" is not common in C++, compared to Java, but here it seems like the easiest way to express our knowledge about what fields are supported in this file type; it will create reasonably terse integration test code and can be extended as new fields are added to the set of overridable constants. Bug: 1154901 Change-Id: Ia17280e5a6eaad8cd4e1d1f04f5fd0515ac2e3c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631185 Commit-Queue: Adam Norberg <norberg@google.com> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#844892}
-
Xida Chen authored
TBR=eirage@chromium.org NOTRY=true Bug: 1168198 Change-Id: I3196ad66bace95157d110f840babd269d394df32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637963Reviewed-by:
Xida Chen <xidachen@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#844891}
-
chrome://webapksdpapad authored
Bug: 1167001 Change-Id: I324a52ebe9eda15bb8f55396a38ea037d827485f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637307 Auto-Submit: dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#844890}
-
Hirokazu Honda authored
Chromecast fails to decode h264 streams encoded by the ChromeOS AMD HW encoder. This CL disables the hardware encoder for the mirroring use case as a temporarily workaround. Bug: b:169533953 Test: chromecast works on kasumi Change-Id: I6052a06ced2c432653abb46be34fcea61e13379e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627241 Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#844889}
-
Caitlin Fischer authored
Bug: 1126640 Change-Id: Ide75f8427f0495e73f3121f68088613917b0428f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627750Reviewed-by:
Bettina Dea <bdea@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#844888}
-
Yaron Friedman authored
Not quite the same coverage but focuses on logic in TabAssociatedApp class. Other test in TabsOpenedFromExternalAppTest can serve as integration tests. Also ported over a related test. Bug: 147853 Change-Id: I51ddc8cc022bc9b44689be52b8daa68c66bcde51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637261 Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#844887}
-
Scott Violet authored
SessionServiceTestHelper no longer owns SessionService. Having SessionServiceTestHelper own the SessionService is not at all expected and lead to awkward code. BUG=none TEST=none Change-Id: I652de08405d6e66b99ea114cf5c3919042a7e027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634221 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#844886}
-
Dirk Pranke authored
This reverts commit b6172196. Reason for revert: We rolled GN to a new version with a fix for the win dev issues, so hopefully is good to go now. Original change's description: > Revert "Force Python 3 to be used in build." > > This reverts commit bb97ab9b. > > Reason for revert: Various breakages. > > Original change's description: > > Force Python 3 to be used in build. > > > > This CL makes Python 3 be the default script executable used by Ninja > > to run action() and action_foreach()'s during the build. > > > > This does *not* mean that everything works with Python3; many targets > > may still use Python 2 via the python2_action() and > > python2_action_foreach() targets or via custom logic. > > > > However, it does mean that it should prevent regressions from > > creeping in. > > > > This CL should not be taken to imply that we can start to write > > Python3-specific code that can run during the build; we should > > still be trying to ensure that everything is compatible with Python2. > > > > Also, this CL does not enable the use of vpython in actions; we should > > still avoid that because vpython is slower than direct Python > > invocations. > > > > Bug: 1112471 > > Change-Id: I472b032b500715156d955b0758640a7ed0384305 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515787 > > Reviewed-by: Bruce Dawson <brucedawson@chromium.org> > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > Cr-Commit-Position: refs/heads/master@{#836234} > > TBR=dpranke@google.com,brucedawson@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com > > Change-Id: I72039140f401f1fefc1b515dcfe34f1984b0d914 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1112471 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587576 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Dirk Pranke <dpranke@google.com> > Cr-Commit-Position: refs/heads/master@{#836284} TBR=dpranke@google.com,brucedawson@chromium.org,tikuta@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1112471 Change-Id: I55ee8ccb381b5aeeac58a85a6168765ed40457ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630725Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#844885}
-
Christopher Cameron authored
Bug: 1162496 Change-Id: Ie8d986ae88b4f909380b527855eb3c84b3a0a71c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634016 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#844884}
-
Tommy Li authored
Two weeks ago we added a CHECK to verify in production our assumption that the default search provider was never Remove()-ed. This turned out to be violated in SearchEngineTabHelper. This CL fixes that violation. We don't need to call Remove() from that tab helper anyways, since a call to Add() will remove duplicates if possible, and will preserve the DSE. Bug: 1166372 Change-Id: Ia3d145ddc457d901fbb81c94487cee28b2792cca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637957Reviewed-by:
Orin Jaworski <orinj@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#844883}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1611057528-6f03f3ff553c2040abb87e84fc5d258c023feaa2.profdata to chrome-mac-master-1611078768-634fb3ae1c67578f99ad9e12394867d392a20265.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I360531555dc70aaae63149e128697c47c045b528 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638238Reviewed-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@{#844882}
-
Joshua Berenhaus authored
Changing the client id backup logic so that it does not try to get the id from the registry if there was a cloned install. This avoids the race condition specified in crbug/1160366 Bug: 1160366 Change-Id: Iee04a5173ed7713392d15fec42ded18f2b65bc2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612110 Commit-Queue: Joshua Berenhaus <joshber@microsoft.com> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Joshua Berenhaus <joshber@microsoft.com> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#844881}
-
Nancy Wang authored
In ~AppWindowLauncherItemController, AppWindowBase::SetController could remove the window from windows_, so the for loop for windows_ might cause crash. Modify the for loop to use the reverse iterator to resolve the crash issue. BUG=1164188 Change-Id: Ifa561df71d3be1daf0c3505e8836d1cb60fa9143 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633483Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#844880}
-
Ryan Sturm authored
Bug: 1135715 Change-Id: I8363e7434c24bf6d6b52b150e9b7747fe3d421e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636215Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#844879}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1611057528-c042fc837e99141efabc34633cbdaeed88679432.profdata to chrome-win32-master-1611068186-6acea0a5e8e4dcb5129946657add72ff4aa0a2a2.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3e990922a2061af56be2cbb6cbc754131d7ce792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638235Reviewed-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@{#844878}
-
Evan Stade authored
This reverts commit 4e7cf905. Reason for revert: no longer necessary after crrev.com/f6658bc4 Original change's description: > [omnibox] Fix Views clipboard access issues on Linux. > > Includes one behavioral change, no longer disabling the ability to paste > via keyboard shortcuts when the clipboard is empty. This change > simplifies the code, reducing the number of points of access to the > clipboard and removing the need for an auto-reset bool to control > whether the user is notified of restricted clipboard access. The removal > of the auto-reset bool is especially important as the scope-exiting > reset will always cause a memory access even if the view has been > deleted. > > Bug: 1161149 > Change-Id: I7a494c534e0efbf5d762a58fe6f7f39591cebb80 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619204 > Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> > Reviewed-by: Evan Stade <estade@chromium.org> > Reviewed-by: manuk hovanesian <manukh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#843159} TBR=estade@chromium.org,jdonnelly@chromium.org,manukh@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1161149 Change-Id: I9bca7d74069f69f84addf96f2c9019b80ad0dacf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637259Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#844877}
-
Michael Checo authored
Screenshot: http://shortn/_EzVSDUHswl Spec: https://carbon.googleplex.com/cros-ux/pages/diagnostics/mvp#db1415fc-6806-4059-958e-459d8da17580 Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: I910d41a48c036b4a9067355faff4592c80b88aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530902Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Michael Checo <michaelcheco@google.com> Cr-Commit-Position: refs/heads/master@{#844876}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a8b2b4a5eb39..baf149636bd5 2021-01-19 morlovich@chromium.org UA-ch editting: let enter on (i) button actually work. 2021-01-19 morlovich@chromium.org UA-CH editing: fix focus indicator for (i) overlapping leading text 2021-01-19 andoli@chromium.org [module.json extensions] Adds getLazilyComputedLocalizedString to 2021-01-19 janscheffler@chromium.org [JSDOC2TS]: Migrate snippets 2021-01-19 janscheffler@chromium.org [JSDOC2TS]: Migrate node_debugger 2021-01-19 janscheffler@chromium.org [JSDOC2TS]: Migrate protocol_monitor 2021-01-19 andoli@chromium.org [module.json extensions] lighthouse 2021-01-19 janscheffler@chromium.org [JSDOC2TS]: Migrate performance_monitor 2021-01-19 tvanderlippe@chromium.org Fix localization of developer-resources If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1134103,chromium:1158760,chromium:1167652,chromium:1168075 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ic45b6b30337c6db775c86f1030d576208159d15b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637723Reviewed-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@{#844875}
-
Rainhard Findling authored
This is a temporary workaround for crbug.com/1159942 Bug: 1152336 Change-Id: I58a55101e7344e756e694d8b8d213d33f8b1a88b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627394 Commit-Queue: Rainhard Findling <rainhard@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#844874}
-
Peter Wen authored
D8 provides a list of dependent/dependency relationships for desugaring. When a file changes (whether within the target or on the classpath), the classes within the target that implement it will need to be re-desugared even though those classes did not change. Previously we would re-desugar all classes within the target. Now we can just re-desugar (i.e. re-dex) only the necessary ones. This provides a build speed boost primarily due to avoiding the need to run any desugaring (either bazel desugar or D8 desugar) when a change does not require it. A follow-up CL will deal with the DexSplitter issue for monochrome and trichrome bundle builds. The stats below are timed with android_fast_local_dev=true. Before: chrome_java_nosig: 34.5s avg (34.1s, 35.2s, 34.2s, 34.4s) chrome_java_sig: 36.2s avg (35.0s, 37.0s, 36.4s, 36.4s) chrome_java_res: 39.8s avg (39.8s, 39.9s, 39.6s, 40.0s) base_java_nosig: 46.0s avg (46.9s, 46.0s, 45.0s, 46.1s) base_java_sig: 107.2s avg (106.8s, 106.9s, 107.7s, 107.3s) After: chrome_java_nosig: 31.6s avg (32.5s, 31.1s, 31.7s, 31.2s) chrome_java_sig: 34.0s avg (34.2s, 34.0s, 33.8s, 34.1s) chrome_java_res: 39.8s avg (39.8s, 39.6s, 39.9s, 39.8s) base_java_nosig: 22.7s avg (22.5s, 23.1s, 22.3s, 22.8s) base_java_sig: 101.3s avg (102.0s, 101.2s, 100.9s, 101.2s) Bug: 1015559 Change-Id: Idf4e05bf41583b2ea7d4f1d3855b508be56eea94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633323 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#844873}
-
Michael Checo authored
Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: I4b02fe1d0f5625a1c1562339f08f792a63b622e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616741Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Joon Ahn <joonbug@chromium.org> Commit-Queue: Michael Checo <michaelcheco@google.com> Cr-Commit-Position: refs/heads/master@{#844872}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b69f54069cbf..e670fc72a5ae 2021-01-19 jmadill@chromium.org Implement shader compiler changes for Tessellation. 2021-01-19 cnorthrop@google.com Capture/Replay: Fixes for compressed texture cache 2021-01-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2bb77d70cc64 to dd50a3bce3ca (3 revisions) 2021-01-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 149733cead63 to 8da0f82baf35 (2 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;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: cnorthrop@google.com Test: Test: Aztec Ruins MEC Change-Id: I89e85dd24b00447e7be03115212767b2b1695a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638078Reviewed-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@{#844871}
-
Daniel Hosseinian authored
Currently, both the plugin and the UI track the state of two-up-view. Additionally, the state tracked by the plugin is consistently sent to the UI. While two-up-view can only be invoked on through the UI, the feature actually occurs asynchronously. It would be better to update the UI state with that of the plugin. Change-Id: Id0b40c2fa0d7d4eb029bbb06d8eb162871938385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631360 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#844870}
-
Marc Treib authored
Bug: 1103604 Change-Id: I69d1d4d62de530c6ad0aaa83a5e1c09fd4ae2a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637597 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#844869}
-
Erik Språng authored
This method replaces the ImplementationName() and adds support for the explicit is_hardware_accelerated flag. Bug: webrtc:12271 Change-Id: I22c6956077b7494b74016382f9ba304017bffc57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599087 Auto-Submit: Erik Språng <sprang@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#844868}
-
Eric Seckler authored
Adds a power_scheduler component and the foundational framework to vote on and determine a process-wide PowerMode, which will later be used as input to the yet-to-be-implemented power scheduler. We will instrument different Chromium components to provide inputs to power mode detection. Each instrumentation site will instantiate a PowerModeVoter, which votes on the process's power mode. The votes are collected by a PowerModeArbiter, which decides the overall mode for the process based on a prioritization mechanism. Internal design doc: http://go/chromium-process-power-scheduler (sorry, no public docs yet.) Bug: 1166695 Change-Id: Idc70c8c5202d45ba44cddffa3fba9a5da41257fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628958Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#844867}
-
Mohamed Amir Yosef authored
This CL introduces a method in Autofill client that opens the Save Address bubble. No implementation is added in this CL. The method is currently empty. Follow up CLs will add implementation for this on various platforms. Bug: 1135178 Change-Id: I8d67a4a097013785eddc28a0981da71e3fc10ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632587Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#844866}
-
Caitlin Fischer authored
These experiments appear to have launched. Bug: 1126640 Change-Id: I42c346088f392de93d8ca77e0d1988025b52bc3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631926Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#844865}
-
Ahmed Mehfooz authored
Bug: 1160929 Change-Id: I1dbcf67108e7e07c2a746610b237870db1b1c386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633724Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#844864}
-
Danila Kuzmin authored
Bug: 1159889 Change-Id: I54ea83b1599f6a732e910f2034c67ccfd038c426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616350Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Cr-Commit-Position: refs/heads/master@{#844863}
-
Victor Costan authored
The method currently follows an unfortunate maybe-async pattern established in //net whereby operations may either report an outcome synchronously by returning a net::Error other than net::ERR_IO_PENDING, or report the outcome asynchronously by invoking a callback. This CL changes the method to unconditionally run the callback with the operation outcome. This is intended to simplify the mental model and control flow around the method. Change-Id: Iedf252bae4f6dc82c5570ccc5f1d70f8b2e11c2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635679 Auto-Submit: Victor Costan <pwnall@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#844862}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1f6ed1382f51..0d1002c96edb 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 davidvc@google.com,adithyas@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: None Tbr: davidvc@google.com,adithyas@google.com Change-Id: I8d0e834957551181c7ed04fcd92890b7c2ba87fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630572Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#844861}
-
Jarryd authored
* Quota.GlobalTemporaryPoolSize * Quota.QuotaForOrigin * Quota.PercentUsedByOrigin Bug: 1165268 Change-Id: I9303197804caa996c9f44845d60f932705c51a85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633939 Auto-Submit: Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#844860}
-
Domenic Denicola authored
The feature's name has changed, so it's ideal for places like https://www.chromestatus.com/metrics/feature/timeline/popularity/3286 to reflect the new name. Bug: 1158853 Change-Id: I17c83d8be38c97e4748b4299f81861ce411bbb34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633374Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#844859}
-
Adam Langley authored
BUG=1002262 Change-Id: I46732a4570ebbfc896e23c86f6689b29e82f0aec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636382 Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#844858}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b28c3b8f..870bd0b9 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6419cf6f263ff4c49c47e102323aded0fcfa7d30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637328Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#844857}
-
Tim Volodine authored
Add kWebViewJavaJsBridgeMojo feature for Android WebView, to enable/disable the new Java/JS bridge code path using mojo. The feature is currently disabled by default. When the feature is enabled the mojo interface for the addJavascriptInterface() API in Android WebView is used. This CL also adds the feature to the ProductionSupportedFlagList and removes the 1-arg version of JavascriptInjector.fromWebContents(). BUG=1164434 Change-Id: Ic4ecdbb78ca18e5455ddbac3367ddbe301bdb67e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630905Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#844856}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0bc32f23f69e..f8dfc3b51883 2021-01-19 johnstiles@google.com Generate valid Metal code when globals reference one another. 2021-01-19 adlai@google.com Optimize task clustering, part 1 2021-01-19 fmalita@chromium.org [svg] Cleanup: drop the presentation attribute SkPaint cache 2021-01-19 bungeman@google.com Avoid division by zero when shaping. 2021-01-19 bsalomon@google.com Revert "Test all YUVA image factories with different encoded origins." 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 scroggo@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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Change-Id: I069d44c5d3de7225aa974fc1c682f2a12c62f677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638012Reviewed-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@{#844855}
-