- 23 Jul, 2020 40 commits
-
-
Danila Kuzmin authored
Battery warning message is shown after UPDATE_AVAILABLE stage on update screen iff the battery is DISCHARGING and is lower 50%. In this CL only placeholder for html part is provided. Bug: 1101783 Change-Id: I70376a668c1a905e5dbab6cda986f13029e8e71c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285009 Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#791222}
-
Karel Král authored
Implement tracing of array types that are used as parameters of mojo autogenerated methods. Thus provide more debugging information. Refactor _WriteInputParamForTracing to avoid code repetition and make the code more readable. Bug: 1103623 Change-Id: I9b5feb8b79d1fd5026968d00a8926edc11b6a7f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307829 Commit-Queue: Karel Král <karelkral@google.com> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#791221}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1595483644-6e8695d24392ae339c7de29c47d12948bf6cd425.profdata to chrome-mac-master-1595505150-b920bff7e4a91d427dfc50f17f264391e8fbe691.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Id9efda58b4d59f0eb99784c4406e41a0d3cf1b27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316247Reviewed-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@{#791220}
-
Tomek Ponitka authored
Added a writeTexture function. Bug: dawn:483 Change-Id: I2276553daa0c8c1491c7aebfcc63b068bdc0e93b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303394 Commit-Queue: Tomek Ponitka <tommek@google.com> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#791219}
-
Owen Min authored
When user sign in to the content area but not fully consented sync and force sign in is turned on, we shouldn't use the reauth workflow after password is typed. Using normal sign in workflow to show the sync confirmation dialog. Bug: 1101839 Change-Id: I3690e165727e15ce1cb54ae063b8e83e2575bcbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304534Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791218}
-
Tommy Martino authored
This CL introduces a new util method, RegisterEditMenuItem, for adding items to the global Edit Menu singleton. This is needed because the classes that add to the Edit Menu overwrite the contents of the custom actions in the singleton. I also found what I believe to be a small metrics logging error in LocationBarVC, and updated it to be consistent with OmniboxVC. Context: Fixing the overwrite behavior described above enables adding a new Edit Menu action to the content area. This refactor was split off from: https://chromium-review.googlesource.com/c/chromium/src/+/2285328 Bug: 1099268 Change-Id: Ia8fad48aad0d047551439faa95c39374a2a8e156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313477Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#791217}
-
Nico Weber authored
This is a reland of fc86bd6c We landed a workaround for the SDK bug, see https://crbug.com/1108561 Original change's description: > mac/arm: Update to Xcode 12 beta 3. > > Bug: 1098899 > Change-Id: I9423e63db7f55fe4c18271a26ff60cee6b802bc2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314676 > Commit-Queue: Nico Weber <thakis@chromium.org> > Commit-Queue: Mark Mentovai <mark@chromium.org> > Auto-Submit: Nico Weber <thakis@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#791026} TBR=mark Bug: 1098899 Change-Id: Idc42491929c5eb21a1f12c14ef3e9156fe6698e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315012Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#791216}
-
Maksim Ivanov authored
Add ability to wait for the given events into ExtensionForceInstallMixin: * the pref gets updated; * the extension's background page is loaded for the first time. Migrate the tests in challenge_response_auth_keys_loader_browsertest.cc onto ExtensionForceInstallMixin (instead of TestCertificateProviderExtensionLoginScreenMixin). Bug: 1090941 Change-Id: I2b71546564b99a682a74fef70abc243d3e198c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312640 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Omar Morsi <omorsi@google.com> Reviewed-by:
Fabian Sommer <fabiansommer@chromium.org> Cr-Commit-Position: refs/heads/master@{#791215}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d192a324..5cdec88a 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: I97c8cd553953bc933789bc5a4e3c337f37f82a2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316140Reviewed-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@{#791214}
-
Igor Eremeev authored
- Fix address space leak in modern linker. If wanted address can no longer be mapped at (which is possible), linker falls back to usual aslr loading without sharing relro's. There was a missing call to munmap, so that this chunk of 192MB remained dangling. Legacy linker handles this correctly, see InternalElfLoader::ReserveAddressSpace at crazy_linker lib. - Fix needless call to GetRandomBaseLoadAddress in child processes. Method ensureInitializedLocked uses mInBrowserProcess to determine if it needs to generate an address for library loading. mInBrowserProcess is initialized with 'true', so we had a useless mmap of 192MB in every child process. Change-Id: I918e9a35bf5179a79a3676e4a50f3c6e7677933c Bug: 1108740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315019Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Auto-Submit: Igor Eremeev <myrth@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#791213}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/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: Iafb72e702abc732258a65ae8af19793670cf3c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316001Reviewed-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@{#791212}
-
Francois Beaufort authored
This CL makes sure pan, tilt, and zoom can only be set when page is visible. When page is hidden, applyConstraints will reject with a SecurityError for pan, tilt, and zoom only. Spec: https://github.com/w3c/mediacapture-image/issues/236 Bug: 934063 Change-Id: I442985fabe7337093e336cfd804e405f4c965a12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302691Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#791211}
-
Chris Thompson authored
This adds SCT auditing enable/disable interfaces to NetworkContext to control auditing behavior on a per-NetworkContext basis, and a new SCTReportingService to monitor changes to the Safe Browsing Extended Reporting status per-profile (to gate SCT audit collection to users opting in to Extended Reporting). The SCTReportingService also receives the notifications about new SCTAuditReports sent to the NetworkContextClient. As this makes entries in the SCTAuditingCache visible to the browser, this also adds end-to-end tests covering the cache behavior. Bug: 1082860 Change-Id: I98922bbdc359cc641b920185fd0b4ccd8aea9eef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252569 Auto-Submit: Christopher Thompson <cthomp@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#791210}
-
arthursonzogni authored
Patch [3/N] modified blink windows's binding to call CheckCoopAccess() whenever a "CrossOrigin" attribute/methods was accessed. So far, so good. Nevertheless, some attributes are missing, because they have a custom implementation. CheckCoopAccess needs to be added manually for them. This patch fixes the accesses to "location". COOP access reporting: [1/N] https://chromium-review.googlesource.com/c/chromium/src/+/2264294 [2/N] https://chromium-review.googlesource.com/c/chromium/src/+/2270185 [3/N] https://chromium-review.googlesource.com/c/chromium/src/+/2270472 [4/N] https://chromium-review.googlesource.com/c/chromium/src/+/2273120 [5/N] https://chromium-review.googlesource.com/c/chromium/src/+/2309433 [6/N] https://chromium-review.googlesource.com/c/chromium/src/+/2308715 [7/N] this patch. Bug: chromium:1090273 Change-Id: I6509604950baf04e5a9b644981c58282ef5e7dc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309697 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#791209}
-
Marc Treib authored
Bug: 1079297 Change-Id: I1cb15bd3e3b9cdafcc46bb8954f731fa8b35242b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300439 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#791208}
-
Sebastien Lalancette authored
This factory will be used by components to create UIAction instances and use these instances to populate the new Context Menus. The Factory's role is to decorate execution blocks with metrics collection along with providing consistent titles and images for these actions. Disclaimer about testing: UIAction does not expose the execution block. This means we cannot unit test UIAction instances' execution, we'll have to rely on EG tests for that. Bug: 1093302 Change-Id: I835bcceabeff53ecf65da54f6518eb1edd0d6d72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303361Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#791207}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/06d53faa7b72..7f89cfd4944e 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 pmarko@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: pmarko@google.com Change-Id: I1e43b82d098dc5865d725303c5368399075d592c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315206Reviewed-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@{#791206}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I3aaaa5dab3a102d55c46ae1e3d9cf44e809bc67c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316237Reviewed-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@{#791205}
-
Rohit Rao authored
https://chromium-review.googlesource.com/c/chromium/src/+/2266476 modified this test to pass applicationActive:NO instead of YES. This invoked a different codepath in url_opener.mm that happens to always call |connectionInformation.startupParameters|. The test was only registering an expectation for this call when DCHECKs were enabled, causing a failure in Release builds. BUG=1102032 Change-Id: I30ea62892300cf9fa1cac453149acfa08ca1c159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315254Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#791204}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/af6416cd74c8..038b9b33775b 2020-07-23 kimanh@chromium.org Use setBreakpoint() only when creating a new breakpoint 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:1105172 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I92717ea57b2483cb209067fd1811c212a72c9824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315207Reviewed-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@{#791203}
-
Mike Dougherty authored
[LocationBarViewController visitCopiedLink] should log "Mobile.OmniboxContextMenu.VisitCopiedLink" instead of "Mobile.OmniboxContextMenu.SearchCopiedImage" Fixed: 1108682 Change-Id: Icec446acb57d6821f51c181352c0399dca170701 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315224 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#791202}
-
Guido Urdaneta authored
This CL makes CheckMediaAccessPermission pass the main RenderFrameHost of the embedder WebContents instead of the original RenderFrameHost. This makes it work similarly to RequestMediaAccessPermission(), which uses the embedder WebContents instead of the original WebContents, and fixes an issue with device enumerations when using ChromeOS logins, where the permission check always failed. Note that CheckMediaAccessPermission() originally used the embedder WebContents until the switch to RenderFrameHost in crrev.com/540967. Bug: 1086756 Change-Id: I5342c8d2617144caca7e451af0f12f31b5c6bb5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294807Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#791201}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f9803e14b0fb..33265b79e5b1 2020-07-23 eseckler@google.com ui: Clear traceProtoWriter between ADB recording sessions. 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: I0e98fdab9089973a6d1e35f44baaacb64f919417 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315205Reviewed-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@{#791200}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 787b18d6. With Chromium commits locally applied on WPT: a02f2df5 "Implement Storage Access commands for TestDriver" 9c2ef271 "[COOP report] Add support for report-only" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I5cf73526e4d3b14b681eaac2d66f54ad5c3a241f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316036Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#791199}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9c9ffbfc..d192a324 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: I3d3d169e6e2d916b7e68c47e492c1c73b9792c6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315302Reviewed-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@{#791198}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f359cb667cb9..201d43aed5f5 2020-07-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f272427bda39 to 6a8a74986c35 (3 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 timvp@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: timvp@google.com Change-Id: Id4147fb6c9e7643111afb6fe8435e391402de78c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315384Reviewed-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@{#791197}
-
Victor Hugo Vianna Silva authored
|specifics| is not defined in this snippet. TBR=treib@chromium.org Bug: None Change-Id: I5654c0230340e672f1f24347c1a0b0eb35431c89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315140Reviewed-by:
Victor Vianna <victorvianna@google.com> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#791196}
-
sandromaggi authored
The reason for making a "snapshot" check on the keyboard is (or was) to check against the following scenario: * Keyboard showed up * Keyboard was suppressed and hidden The "snapshot" does not guard better than the waiting in this case. Waiting for the keyboard should prove to be more stable because it also covers cases where the keyboard is not yet open but will appear in a short while. The case where the keyboard is suppressed is not properly covered in both cases. Bug: 1108350 Change-Id: I196782916c4d35376d8d2afd6ab46f91265e0f19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314177Reviewed-by:
Luca Hunkeler <hluca@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#791195}
-
Victor Hugo Vianna Silva authored
Bug: None Change-Id: I044730d17ee2f23338c6ca8859c96a9cc7d92b6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312701 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#791194}
-
Maksim Ivanov authored
Bug: none Change-Id: Iaa9be03d57fc1505dd6b85320c4ecf06b17012cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315137Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#791193}
-
sandromaggi authored
Before this change, a missing entry of |overlay_image| would reset it. Now to unset it one needs to add an invalid (e.g. empty) setting for it. Bug: b/161870830 Change-Id: I9a7fa1b11fe437071a7e4bbea11b44fb95f3b1c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315858Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#791192}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/cb2f73564cb5..af6416cd74c8 2020-07-23 bmeurer@chromium.org Remove deprecated `use_relative_hooks = True` from DEPS file. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I63011ca7fb498a0a5815f54f6155c7f0bd9b0050 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315917Reviewed-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@{#791191}
-
arthursonzogni authored
All of this is put behind a flag disabled by default. This is mostly based on the initial prototype: https://chromium-review.googlesource.com/c/chromium/src/+/2223934/24 Capture, plumb and use the SourceLocation for COOP access reporting. COOP access reporting: [1/N] https://chromium-review.googlesource.com/c/chromium/src/+/2264294 [2/N] https://chromium-review.googlesource.com/c/chromium/src/+/2270185 [3/N] https://chromium-review.googlesource.com/c/chromium/src/+/2270472 [4/N] https://chromium-review.googlesource.com/c/chromium/src/+/2273120 [5/N] https://chromium-review.googlesource.com/c/chromium/src/+/2309433 [6/N] this patch. Bug: chromium:1090273 Change-Id: I03047773f0353011b2a202b6792c900eac90c99a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308715Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#791190}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7c633d9713fc..06d53faa7b72 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: meredithl@google.com Change-Id: I557bf41db6f60d8c8021b13dabd3c1ddd939b0db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315292Reviewed-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@{#791189}
-
Keith Lee authored
Replaced with it's negative to not use a negative for readability. Change-Id: I9ba712ab0b8a9cf3089c9c5f6d6f09d8b3c73694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143026 Commit-Queue: Keith Lee <keithlee@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#791188}
-
Pavol Marko authored
Marking external/wpt/html/cross-origin-opener-policy/reporting/access-reporting/opener-accessed_openee-coop-ro.https.html as expected to fail - see ${BUG}. Following https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md#waterfall-failures-caused-by-automatic-imports Bug: 1108728 TBR=clamy@chromium.org Change-Id: If1921bb903b990e4185ddaf45f5aefadc6802128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315679Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#791187}
-
Anastasiia N authored
ProfileSyncServiceBundle declares test_url_loader_factory_ after identity_test_env_. When profile_sync_service_bundle.cc passes a TestURLLoaderFactory pointer to IdentityTestEnvironment constructor, it's still in undefined state. Fix this by moving declaration of test_url_loader_factory_. Change-Id: Ieb38b395becffc0c26400770057196987376df29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306259Reviewed-by:
Kush Sinha <sinhak@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#791186}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I21d8638cbff328affadcd7cdc4780b6f614304cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315805Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#791185}
-
Andreas Haas authored
In the constructor of ArrayBufferContents, we did not create a V8::BackingStore if an byte array was provided, i.e. byte == nullptr. Without BackingStore, however, it was not possible to create a V8::ArrayBuffer for this ArrayBufferContents, as V8 expected that a BackingStore always exists. With this CL we always create a BackingStore, even though the data is nullptr. R=haraken@chromium.org, ulan@chromium.org Bug: chromium:1104580 Change-Id: I4a05de503f5916a9491dbe4595f699c0e834bb10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302694Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#791184}
-
Victor Hugo Vianna Silva authored
Although new users can't enter this state, a number of users still remain on it. "legacy" probably reflects better this scenario. Bug: None Change-Id: I1e61f6ed601bc6ea8bb51490ab5ebc00d4dd7efc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312803Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#791183}
-