- 12 Aug, 2020 40 commits
-
-
Mehrdad Hessar authored
This change enables experimenting with executing TFLite models during normal browser operation. The experiment's goal is to measure the performance of machine learning models using TFLite and Chrome's ML service. This will also enable us to measure any potential impact on the browser behavior when executing more sophisticated ML models, such as Language Identification and Translation, on-device. This creates a Keyed Service that handles construction of the TFLite model that navigations can query. This change also creates a WebContents Observer to allow experimenting with executing the model at various events during browser use, including navigation start, commit and load. This events will be added in later changes. This change also includes logging functionality so the necessary model execution metrics can be recording during local testing. Bug: 1115290 Change-Id: I4319065120bd8ff3952e770a24697e0bc7f478ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329162 Commit-Queue: Mehrdad Hessar <mehrdadh@google.com> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#797345}
-
Clark DuVall authored
We no longer support M80 so should be safe to remove this old loading code. This removes some complexity around loading and how we get the remote context. Bug: 1110811 Change-Id: Ied726f21682504c1ca5d8e93c07807a35c1af9f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350023 Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#797344}
-
Omer Katz authored
Bug: 1030176 Change-Id: Ib820033632bbf107bf33710eadc343a7c48d5cd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352929Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#797343}
-
Kalvin Lee authored
This change modifies several call sites in printing code to avoid constructing base::StringPiece instances from nullptr. This change is a reland of https://crrev.com/c/2313978 with some corrections. Bug: chromium:1110546 Fixed: chromium:1110546 Test: autoninja ... chrome printing_unittests Test: visually inspect printer status in print preview Change-Id: Ib6b903b5e4b6b4e44c2a79ef8b0bcc4703c6fb0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347966 Commit-Queue: Kalvin Lee <kdlee@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#797342}
-
Xida Chen authored
This CL cleans up related code for the experied flag: disable-touch-adjustment Bug: 1110624, 304895, 417534 Change-Id: I36515f1f724fcaf6f09c1aa92d342bb742e3f933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346915Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#797341}
-
Richard Knoll authored
This introduces a base class for Outgoing and IncomingShareTargetInfo classes to hold common fields and make it easier to set them based on incoming vs outgoing contexts. Bug: 1085067 Change-Id: I120a291bd6d29e6d11cfbe0170bb23ba41570504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351990Reviewed-by:
Himanshu Jaju <himanshujaju@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#797340}
-
Roger McFarlane authored
Bug: 1073600 Change-Id: I7380518189c37eb6f396024da65b55a675f4e677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339798Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#797339}
-
Guillaume Jenkins authored
Add unit test coverage for the browser DM token storage delegate implementation on iOS. Bug: 1114853 Change-Id: I3c1421a47bfb6c55f516c08d493d488d0db66752 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346920 Commit-Queue: Guillaume Jenkins <gujen@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#797338}
-
Yifan Luo authored
This CL adds everything in TrustedTypePolicyFactory that changes were made to the spec that weren't reflected in the IDL tests description in `trusted-types.tentative.idl` test file. Change-Id: Iac7c68439a449d5437783daa7640ffcb1d3694a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290090 Commit-Queue: Yifan Luo <lyf@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#797337}
-
Marc Treib authored
This reverts commit dfb96619. Reason for revert: Likely made some Android tests flaky, see crbug.com/1115258 Original change's description: > Sync: Clean up remaining site of unnecessary deferred startup > > Followup to https://crrev.com/c/1989533 > > Sync supports delaying the engine startup by 10 seconds. This is meant > for avoiding contention during browser startup. > Before this CL, the 10-second delay would also apply in one other > (rare) situation, for no good reason other than some tests depending on > this behavior. Two of these tests were recently fixed (in > crrev.com/c/2339986), and the one remaining one is fixed in this CL. > With that, the delayed startup can now go away! > > Bug: 1035874 > Change-Id: I865d0bc3caac4d8f0712489ccbad526f912ccdce > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343036 > Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> > Commit-Queue: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#796819} TBR=treib@chromium.org,mmoskvitin@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1035874, 1115258 Change-Id: Idde272bf1bd4325160346bd5d74c49bdf3f384a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352909Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#797336}
-
Ting Shao authored
This change implements the FetchEvent.handled API which gives developers the ability to intercept when the event is handled. Chrome Status: https://chromestatus.com/features/5654467158474752 Bug: 1039558 Change-Id: I8033d85d57ea6c331401006789713c0cb899aeac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114932 Commit-Queue: Ting Shao <ting.shao@intel.com> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#797335}
-
Jeffrey Young authored
Set height of radio button to 100% to capture click events. BUG=b:162456206 TEST=click on top pixels of ambient mode photo gallery radio button Change-Id: I5a536e903768e606e29fef6658c9733549f53bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351553Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#797334}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5697d3550bc8..09afd88dfed8 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: Ie415008a41412c66f09bd3eefc63c1b471d6869f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352021Reviewed-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@{#797333}
-
Nick Burris authored
To run an origin trial, we need a UseCounter metric that simply counts every time the API is used. This patch adds a use counter to count when the payment request API is used with the "secure-payment-confirmation" payment method. Bug: 1110320 Change-Id: Ie72a3fbd27c7928e858d8e7b8f059dd915af3bac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350247 Commit-Queue: Nick Burris <nburris@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#797332}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/51d97b104f79..fc2bd2179672 2020-08-12 sigurds@chromium.org Offer to filter for offending request for error pages 2020-08-12 szuend@chromium.org [ts] Type-check ui/HistroyInput.js with TypeScript 2020-08-12 szuend@chromium.org [ts] Type-check ui/Glasspane.js with TypeScript 2020-08-12 jacktfranklin@chromium.org Rename newBreadcrumbs => breadcrumbs 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:1011811,chromium:1093247 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I663e858feabb55290e2bfff17363c243abf8182d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352366Reviewed-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@{#797331}
-
David Maunder authored
We should only acquire Title if the Tab is initialized. Now with some attributes such as Title being moved to UserData objects we enforce this. Bug: 1114564 Change-Id: I876603c4126a24a1e6e8579f90cf7beb32e9871b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352511Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#797330}
-
Elly Fong-Jones authored
These tests were asserting that, when Views damages a specific rect within the BridgedContentView, AppKit was propagating the damaged rect all the way back to [BridgedContentView drawRect:]. There are two issues with this: 1) BridgedContentView does not implement drawRect:, and 2) Since BridgedContentView is layer-hosted AppKit is not supposed to track damage to it and is *supposed* to always call drawRect: on the entire thing It appears that AppKit in <= 10.15 did bother to track the damage and invoke drawRect: only on the damaged area even for layer-hosted views, presumably as an optimization for misguided code that was improperly using layers. As of 11 AppKit does not do this, so the test (which was asserting behavior that was both incorrect and irrelevant to us) is broken. This change deletes these tests. Bug: 1114240 Change-Id: I22ede812cdf98707cc22bca1238f59856a371d36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352431 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#797329}
-
Matthew Mourgos authored
This change ensures that circular icons are scaled down when needed so that they do not exceed a maximum size relative to the size of the bitmap. Before this change, when circular icons were standardized they are returned without any changes, even when the size of the icon is too big. Also in this change is an additional unittest, to ensure that a large circular icon is scaled down to the maximum size when standardized. Bug: 1110496 Change-Id: I032da9422d078db8ae8e5d1d1198c8e12f3dec76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347318Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#797328}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0e99b9be0afe..5192b234de64 2020-08-12 ddoman@chromium.org [resultdb] bump up the cipd pin of rdb in depot_tools 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 sokcevic@google.com,ajp@google.com,apolito@google.com,ehmaldonado@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:1113089 Tbr: sokcevic@google.com,ajp@google.com,apolito@google.com,ehmaldonado@google.com Change-Id: I7f7aafc41c8dc20c3d55aac380a1ca892a0f2c7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351750Reviewed-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@{#797327}
-
Danil Chapovalov authored
it is ignored by webrtc Bug: webrtc:6471 Change-Id: Ia6a5b0b09b220e90c7481b3a67894e2fb85fde81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346327 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Auto-Submit: Danil Chapovalov <danilchap@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#797326}
-
Aya ElAttar authored
Bug: 1092469 Change-Id: I4a405c8642bbb78a59bd3681178e372cc2a56cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348772 Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#797325}
-
Boris Sazonov authored
Even though ChromeBackupAgent no longer gets the sign-in account from ChromeSigninController, it still uses ChromeSigninController.SIGNED_IN_ACCOUNT_KEY as the key to store the email of the signed in account. This CL moves this key to ChromeBackupAgent. The value of the key is preserved for backward compatibility. Bug: 1046412 Change-Id: I4c49a406f474348471de2f27c67c6e4ac2c523f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339457Reviewed-by:
Alice Wang <aliceywang@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#797324}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/09afd88dfed8..dfa133b7b48c 2020-08-12 treehugger-gerrit@google.com Merge "Adds protos for memory dump." 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: I7ed224c37a65e5a48601007143a37807e35ec33d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352364Reviewed-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@{#797323}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c4451adcce85..09afd88dfed8 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-mac-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: Ie5797dff15ff24ee6094c14fe82bbb332243e2de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351284Reviewed-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@{#797322}
-
Himanshu Jaju authored
Marks the incoming transfer as started / complete depending upon the status of the transfer metadata. Bug: 1085068 Change-Id: Ie29a294d86b8bd9b05d63d8a11e713cac53f570a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350421 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#797321}
-
Stephen McGruer authored
This reverts commit d43884e1. Reason for revert: Tentative revert for https://crbug.com/1115595 . I'm not very confident in this being the suspect - will be monitoring whether the revert works and will re-land (with my apologies) if it doesn't. Original change's description: > [SH-Blink] Create TextFragmentSelectorGenerator with page. > > Create TextFragmentSelectorGenerator with page and set selection > information when context menu is shown. > This is done so that Java code can just call the GenerateSelector > function without any arguments and generation can happen for the latest > selected text. > > Follow-up CL > https://chromium-review.googlesource.com/c/chromium/src/+/2341662 > will connect to browser-side component. > > Bug: 1102382 > Change-Id: I5574f5b40e5a74bef56698e2de5a9b1fea17e0d0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340734 > Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> > Reviewed-by: David Bokan <bokan@chromium.org> > Commit-Queue: Gayane Petrosyan <gayane@chromium.org> > Cr-Commit-Position: refs/heads/master@{#797256} TBR=yosin@chromium.org,bokan@chromium.org,gayane@chromium.org Change-Id: Ifd4a62cf42088da87227611655e3620d1148022a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1102382, 1115595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351963Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#797320}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/780679454319..d7b09c4c3acf 2020-08-12 johnstiles@google.com Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. 2020-08-12 jmbetancourt@google.com implement and test basic playback features for SkottieView 2020-08-12 johnstiles@google.com Remove dumpInfo() entirely when GR_TEST_UTILS is off. 2020-08-12 johnstiles@google.com Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. 2020-08-12 johnstiles@google.com Reland "Implement `dumpInfo` for .fp files." 2020-08-12 johnstiles@google.com Add AutoDisableInline helper class to SkSLIRGenerator. 2020-08-12 johnstiles@google.com Update the IRGenerator's referenced intrinsics to use unordered_set. 2020-08-12 robertphillips@google.com Make the GrSmallPathAtlasMgr a flush-time object 2020-08-12 brianosman@google.com Revert "Implement `dumpInfo` for .fp files." 2020-08-12 michaelludwig@google.com Apply correct matrix to correct points in GrDashOp 2020-08-12 johnstiles@google.com Implement `dumpInfo` for .fp files. 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 fmalita@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: chromium:1108408,chromium:1113794 Tbr: fmalita@google.com Change-Id: I99e65eb427eb4fcd67d6525998aba79a69b2edc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352367Reviewed-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@{#797319}
-
Wei Lee authored
Without this CL, when enabling #zero-copy-video-capture flag on devices such as Elm, the camera preview cannot show and an error message complaining that YUV_420_BIPLANAR format is not supported will appear in the logs. Bug: 982201 Test: Enable #zero-copy-video-capture and camera preview show normally Change-Id: I5e4b40cabcf5340097e22a8141053adad95a5645 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338276 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Auto-Submit: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#797318}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2d9546d5..75a11031 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: I6af1f50848f72799acc5f8392a08fea6f6aaab26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351551Reviewed-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@{#797317}
-
Charlene Yan authored
Bug: 1111874 Change-Id: I98b17f7240e6434697c9d697fadc89861d788d1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347889Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#797316}
-
Chris Sharp authored
Bug: 1115511 Change-Id: Idc0c4fef58ec3338157e11488cdba8d9ea87e434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351552 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#797315}
-
Kartik Hegde authored
Add a routine to test whether the active network is trapped in a captive portal. BUG=chromium:956783 TEST=unit_tests --gtest_filter=CaptivePortalRoutineTest.* Change-Id: I503920315f8f1ccd4e367373b0ac04f13f3b997e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236099 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#797314}
-
Matt Jones authored
Bug: 1115568 Change-Id: I25754474e7a7600e15987c680880b3e752644218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351376 Commit-Queue: Matthew Jones <mdjones@chromium.org> Auto-Submit: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#797313}
-
Mathias Bynens authored
As part of a DevTools CL [1], we expose decoded X-Client-Data HTTP header values as code in a format similar to the proto definition. Since we want to include comments in that user-visible output, there is a desire to match the comments in the source. This patch tweaks the comments in the source to align with the desired UI strings (slightly shorter, and using active voice). [1]: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2351775 No-Presubmit: true Bug: chromium:1103854 Change-Id: Ic128e0289559ab95c6e293dbcd15aead7cebe6cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351928Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#797312}
-
Guillaume Jenkins authored
The system's shared URL loader factory wasn't set as trusted, probably because no desktop shared code required it so far. With iOS CBCM, some network requests built by shared desktop code have TrustedParams set, and this requires the URL loader factory to be marked as trusted. Bug: 1066495 Change-Id: I20c557ddfc99c19ffb25931ebde557eb5125e33f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346848Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#797311}
-
Joanmarie Diggs authored
* Fire "row-reordered" when the rows are reordered due to aria-sort changing on a column header. * Fire "column-reordered" when the columns are reordered due to aria-sort changing on a row header. Note that there is no AtkObject signal for object attributes changing. But the sort order can be obtained from the focused header in response to the reordered signals. Bug: 1074417, 1074380 Ax-Relnotes: Orca now announces when the sort order changes in a table. Change-Id: Ie5b168af9189d903569bb2db3eb9b4e9548765f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339749Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Cr-Commit-Position: refs/heads/master@{#797310}
-
Michael Giuffrida authored
Extends Demo Mode histograms to M92 since Demo Mode is still in use and under active development. Also replaces owners who have left the project, adding drcrash@ and cros-demo-mode-eng@google.com instead. Bug: 1104931, 1104932, 1104933 Change-Id: I13c8e43ae308bdbdf01b72ccbdccc4e09a624947 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314879Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#797309}
-
Piotr Pawliczek authored
This patch removes an obsolete fuzzer that checks operations on URI set in PrinterConfiguration objects. Currently, these functionality is tested by a fuzzer created for Uri class. BUG=chromium:1106355 TEST=none Change-Id: I0dd973d8c9626026e52495e6435d0d16a1e701dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305215 Commit-Queue: Sean Kau <skau@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Auto-Submit: Piotr Pawliczek <pawliczek@chromium.org> Cr-Commit-Position: refs/heads/master@{#797308}
-
Gauthier Ambard authored
This CL removes the content of the error pages to avoid flag when loading it. Bug: 991608 Change-Id: I7600d091705f930e6115246496f47e21a09e197b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352870 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#797307}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d56f379356d9..9f3ce85bab94 2020-08-12 omerkatz@chromium.org heap: Add ServiceWorker threads to gc metrics. 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 sadrul@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: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:986235 Tbr: sadrul@google.com Change-Id: I31db620c74d602b653f96e808a32f2c45ab0211a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352360Reviewed-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@{#797306}
-