- 12 Nov, 2020 40 commits
-
-
Sharon Yang authored
* Add an implementation of NavigationPolicyThrottle to WebEngine * Add NavigationPolicyHandler, which keeps track of throttles and checks if navigations need to be passed on to the client * Add a FakeNavigationPolicyProvider for tests Test: NavigationPolicyThrottleTest Bug: 1117601 Change-Id: I0bdf94345b10d829bea4aeb85f74204970a97239 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519039 Commit-Queue: Sharon Yang <yangsharon@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#826625}
-
Fergal Daly authored
Bug: 1146573 Change-Id: I695cecab30b60028a6003245da150b1a72089706 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531334 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#826624}
-
Alexander Dunaev authored
Bug: 1109112, 439051 Change-Id: Ie32c3c91cb6344c0cbc04040c054bbedc973ec32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531274Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Auto-Submit: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#826623}
-
Hirokazu Honda authored
This CL adds media Feature of controlling the availability of the VAAPI HW AV1 decoder. The feature is enabled by default. Thanks to this, we can disable the HW AV1 decoder by finch. Bug: 1029212 Test: None Change-Id: Ib9b6abb1322262ddaa489647c7dae0bcb1f9d515 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399939 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#826622}
-
Ahmed Mehfooz authored
The shelf tray buttons do not currently change color properly after login. Bug: 1110762 Change-Id: Ic1f95c1ee0e4048633b0ecbff6f3a15951afaacd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496742 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#826621}
-
Connie Wan authored
Tab Groups was enabled by default on ToT in M86: https://chromium-review.googlesource.com/c/chromium/src/+/2398962 Bug: 905491 Change-Id: I60e0d611ed29a41daabecc2cd97e07cbbc8dbdb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533200Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#826620}
-
Phillis Tang authored
Record that IPH install is ignored for this app when user didn't click PWA install button, or user didn't install after clicking install button and see install dialog. The number of consecutive ignore is stored in pref and reset to 0 if a successful install is triggered. Bug: 1135811 Change-Id: I615125f519b1f8a20342c40dd6ce04313d6c2bb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518428 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#826619}
-
Jesse Schettler authored
Sort the color modes alphabetically and correctly select the default option. Bug: 1059779 Change-Id: I4de9d7bbf44e07d73ccf27d283c5d5072649755d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533138Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#826618}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3390f9e7fe5d..ea635f12e83e 2020-11-11 chrche@microsoft.com [Loc] Migrate devices directory 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:1136655 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I176488f05cfcd1c2fccc3bdc96a7c44995d53d2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533802Reviewed-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@{#826617}
-
Kenichi Ishibashi authored
This CL adds more tests for mojo remote disconnection handling. These tests check if ServiceWorkerCacheWriter gracefully fails a comparison in the following situations: * During copying * Before resuming coomparison Bug: 1133143 Change-Id: I5c623363d7a2f1b4b6e99d78dcf51b0f260d3685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532138Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#826616}
-
Jenny Zhang authored
Both ui.ExistingUserLogin and ui.SigninProfileExtension were recently promoted to critical tests, but failed since they need to access some variables in tast-tests-private, which are not available in Chromium CQ. Bug: 1148036 Change-Id: I1c3e4e4a53555aa769a8e3e17a03288cf6b2b46a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533234Reviewed-by:
Shuhei Takahashi <nya@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#826615}
-
Ken Rockot authored
This reverts commit d5f35679. Reason for revert: Probably causing https://crbug.com/1148101 Original change's description: > mojo: Remove ScopedProcessHandle in favor of base::Process. > > This adds a process_stubs.cc implementation for iOS and NaCl > to have an implementation of process.h. > > Bug: 1008512 > Change-Id: I44a478a790bfe8c3aabc17298a2ddb99efb2bf5a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517924 > Commit-Queue: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Wez <wez@chromium.org> > Reviewed-by: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#826494} TBR=wez@chromium.org,rockot@google.com,rsesek@chromium.org Change-Id: I5bc75a341198ff7a217301f30c1593615cd329b9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1008512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533839Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#826614}
-
Max Curran authored
number of translations and reversions over the course of a page load. Over the course of a page load, a user can interact with Translate and change its state. This new code will track this state along three key dimensions: 1) whether the page is translated, 2) whether the translate omnibox icon is shown, and 3) whether the translate UI (either infobar or bubble depending on platform) is shown. We then record both the initial state (set based on a wide variety of signals) and the final state to UMA histograms. In addition, we record the number of times the user translated the page and reverted teh translation. Full design doc: https://docs.google.com/document/d/1dyWh1Xw5VgUA00VA-5PTgKQ6ItziPBnSyeDR8saJ9vM/edit?usp=sharing Bug: 1114868 Change-Id: I91d42af6f191872ad7cd3c3a0ac25b5e85d8ad62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518751 Commit-Queue: Max Curran <curranmax@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#826613}
-
Daniel Cheng authored
Currently, RenderFrameProxy is responsible for linking together any provisional RenderFrameImpl that might be associated with it, and cleaning it up if the RenderFrameProxy is detached. This CL moves this association directly into Blink, which ensures that any provisional frame is cleaned up, even with RenderDocument enabled. Followup CLs will also increasingly move responsibility for cleaning up any associated provisional frames on frame detach to the renderer, rather than relying on the browser to call DeleteRenderFrame(). Bug: 838348 Change-Id: Idfbe41c74ee35c9f778d7f5f5e591602161c5cc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518723 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#826612}
-
Clark DuVall authored
This was causing failures of the bundle smoke tests with debug builds. I think R8 was fixing this for us on release builds. Bug: 1147248 Change-Id: I9490f26f069becea5a8a6662b614c62cf23c16fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533307 Auto-Submit: Clark DuVall <cduvall@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#826611}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1605115854-1e3902a349595a3aefdefcca21db1c4eb58b3341.profdata to chrome-linux-master-1605139151-e048243497dbd74335652a6b91001809f760c8c3.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-linux-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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I51056a76c90141c451b8863fab0cf6f21963aa81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533686Reviewed-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@{#826610}
-
Evan Stade authored
This reverts commit 657b47a9. Reason for revert: breaks regular media session notifications on WebLayer Original change's description: > WebLayer: hook up volume control for Media Router > > Using the phone's volume button when casting should change the casting > volume. > > Bug: 1057099 > Change-Id: I50971df97df598922c6da683cbfd376d2e42859f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515282 > Commit-Queue: Evan Stade <estade@chromium.org> > Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> > Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> > Cr-Commit-Position: refs/heads/master@{#825152} TBR=estade@chromium.org,mlamouri@chromium.org,tguilbert@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1057099 Change-Id: I1d560a9ec4bebd02c7c47b59c760fbb05904c63f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533806Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#826609}
-
Weilun Shi authored
This tool allows users to sanity check what histograms will be generated by patterned histograms or histogram suffixes. The difference between this tool and the print_histogram_names.py is that this tool also allows you to see what the generated summary and expanded owners. Bug: 1143748 Change-Id: I55bf2d3c127ecf6292bac08661ede2045a4eaaae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533320 Commit-Queue: Weilun Shi <sweilun@chromium.org> Auto-Submit: Weilun Shi <sweilun@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#826608}
-
Stefan Zager authored
Change-Id: I7aa610995e6ee647f2a30ca3df5649d67cd7031a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533328Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#826607}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e1012cfc791d..b638dfe160a1 2020-11-11 nicolascapens@google.com Fix backslash interpreted as part of URL 2020-11-11 srisser@google.com Implement VK_KHR_shader_float_controls 2020-11-11 amaiorano@google.com Subzero: clang-format crosstest, pnacl-llvm, runtime, and unittest 2020-11-11 amaiorano@google.com Subzero: clang-format src 2020-11-11 capn@google.com Fix LLVM host triple for ORCv2 JIT 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/+doc/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: I98581d0e2f34f8bdd239fe965ebbd07988fe9c12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533502Reviewed-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@{#826606}
-
David Dorwin authored
Since this is for development, it makes sense to enable logging. Bug: 1051533 Change-Id: Ib0f46de196e1edeb0068e84c556fc1952bee19d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533973 Commit-Queue: David Dorwin <ddorwin@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Auto-Submit: David Dorwin <ddorwin@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#826605}
-
zhiyuancai authored
Bug: 1144742, 1148020 Change-Id: I03cbed7c8c2b66f0ff4779eb1a200123040d29ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533037 Commit-Queue: Zhiyuan Cai <zhiyuancai@google.com> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#826604}
-
Yu Han authored
Update form-controls-dark-mode flag expiry-milestone Tbr: masonfreed@chromium.org Bug: 929098 Change-Id: I5934653aaf0514cf7c4172a4dccdc34bdaee383b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532581 Commit-Queue: Yu Han <yuzhehan@chromium.org> Reviewed-by:
Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#826603}
-
Tal Pressman authored
All listeners should be registered on the AgentSchedulingGroup(Host), so there shouldn't be a need for this delegation. This follows-up on a comment from crrev.com/c/2513958. Bug: 1111231 Change-Id: I69e13cbc1cadd1c7d2dc7b5b425353adabd4c364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526667 Commit-Queue: Tal Pressman <talp@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#826602}
-
Devlin Cronin authored
Add a minimal scripting.executeScript() function. This currently only allows taking in a function (to be serialized), targeting the main frame of the tab, and does not support currying arguments. Follow-ups will address these (and other) expansions. This adds the "scripting" namespace, permission, and enums, the executeScript core function, and an end-to-end API test for function serialization. Bug: 1144841, 1144839 Change-Id: Ibd0ecaaec84b5ade27b6af897467ae71284046cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531658 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#826601}
-
Moe Ahmadi authored
MostVisitedSites will be serving repeatable queries in the first two or the last two slots for the Most Visited URLs, if applicable, depending on the chosen variation. Fixed: 1145050 Change-Id: I899eb37d5461dc68e43c85bcaf0666830575e025 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531067Reviewed-by:
Kristi Park <kristipark@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#826600}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dfff133590c2..d3f0d0cc3810 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I568e1c52345c1e4a0d675c22547234e286f41514 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533304Reviewed-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@{#826599}
-
Shakti Sahu authored
This CL adds reading list read and unread section headers to the reading list page in bookmarks. Bug: 1139070 Change-Id: If2d3d02bb4b354f1e2d1b5269fa89875e46a6562 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518426 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#826598}
-
David Lei authored
Feeds in isDevChannel to window.features via loadTimeData. This allows us to determine if the SWA is running in a DEV channel. Bug: b/159267911 Change-Id: Id4dcbb8be14fc726cf995d9accba07658f55ef88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2531336 Commit-Queue: David Lei <dlei@google.com> Reviewed-by:
David Lei <dlei@google.com> Reviewed-by:
Patti <patricialor@chromium.org> Auto-Submit: David Lei <dlei@google.com> Cr-Commit-Position: refs/heads/master@{#826597}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b776a105e531..59bafeeaa7de 2020-11-11 kjlubick@google.com [canvaskit] Deprecate measureText 2020-11-11 kjlubick@google.com [canvaskit] Use Raster instead of RasterDirect for Canvas2D surface 2020-11-11 bsalomon@google.com Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums 2020-11-11 scroggo@google.com Remove SkAnimatedImage::dimensions 2020-11-11 scroggo@google.com Remove unused SkAnimatedImage factory 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 jlavrova@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: jlavrova@google.com Change-Id: I2e0050ada11abef594df4325212f5152c5b7d747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533148Reviewed-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@{#826596}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ea473b133142..c877d81ec34e 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 estade@google.com,wjmaclean@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:1143402,chromium:1145379 Tbr: estade@google.com,wjmaclean@google.com Change-Id: I50d833e00f7d42b87bfc1d0c19a43a04b62548c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533434Reviewed-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@{#826595}
-
Nancy Wang authored
This CL adds the "settings.restore_apps_and_pages" preference item to prepare for the full restore feature. DD: go/chrome-os-full-restore-dd BUG=1146900 Change-Id: I259cc7fac01e77407337dbc2942ef645191c6057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533213 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#826594}
-
David Lei authored
Change-Id: I4daf247e0136bf5a5e95796e0463540099a7b039 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533216Reviewed-by:
David Lei <dlei@google.com> Reviewed-by:
dstockwell <dstockwell@chromium.org> Commit-Queue: dstockwell <dstockwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#826593}
-
Juan Mojica authored
Also, use GSAState helper methods to fetch AGSA version names. Bug: 1098431 Change-Id: Ic369d1fbdb08df74dfffacc29592408f74fb9b97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522883 Commit-Queue: Juan Mojica <juanmojica@google.com> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ben Goldberger <benwgold@google.com> Cr-Commit-Position: refs/heads/master@{#826592}
-
Yusuf Ozuysal authored
Change-Id: Ic6460a234659c04473e486b7cf315ad67b386106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530623 Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#826591}
-
Kenneth Russell authored
The earlier of these CLs is suspected to have introduced a flaky failure to load certain images per http://crbug.com/1146687 and linked http://crbug.com/965387 . Speculatively reverting to see if the flakiness is resolved; will revert this if it isn't. Revert "Call OnComplete when pipe creation in OnStartLoadingResponseBody failed" This reverts commit 48341fab. https://chromium-review.googlesource.com/2531088 Revert "Make DeferredOnStartLoadingResponseBody drain the body pipe" This reverts commit b5decd74. https://chromium-review.googlesource.com/2513314 Bug: 1137682 Bug: 1146791 Bug: 1146687 Change-Id: I67dd3697080ceaa6440b63883ef5383ed9381653 Tbr: rakina@chromium.org Tbr: yhirano@chromium.org Tbr: kinuko@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532869Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#826590}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8630bb119f96..26cd974abfad 2020-11-11 hferreiro@igalia.com Add a python2 shim under python2-bin/ 2020-11-11 mattkot@microsoft.com Retry CIPD client download on Linux / macOS 2020-11-11 vadimsh@chromium.org [cipd] Update cipd and vpython to latest versions. 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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 Bug: chromium:1109180,chromium:1124112,chromium:1145741 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I7be92c6400fac4d3c16662308f000e4b89cc256a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533147Reviewed-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@{#826589}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d3f0d0cc3810..53d3c085a784 2020-11-11 fmayer@google.com Merge changes I75cd4e72,I77bf8f64 2020-11-11 cferris@google.com Merge "Update for new unwindstack error codes." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Icd67817ae8b5125c5f993c3b665ee94cc6b01ba0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533799Reviewed-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@{#826588}
-
Aaron Leventhal authored
- Use clear order - Avoid double calculation of parent TBR=dmazzoni@chromium.org Bug: None Change-Id: Iddc27d27f33191d147c4ad1137e612ae05810a57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533578 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#826587}
-
Nate Chapin authored
Bug: 1147612 Change-Id: I970c0dc32c56dd4b94273b5a29dd305925169a3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530737 Commit-Queue: Nate Chapin <japhet@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#826586}
-