- 05 Mar, 2020 40 commits
-
-
Charlie Hu authored
Renames media_element_parser_helpers::ReportUnsizedMediaViolation to media_element_parser_helpers::CheckUnsizedMediaViolation Combines logic of LayoutVideo::UpdateAfterLayout with LayoutImage::UpdateAfterLayout because LayoutVideo is a subclass of LayoutImage. Calls Document::IsFeatureEnabled with ReportOption::kReportOnFailure instead of Document::CountPotentialFeaturePolicyViolation and Document::ReportFeaturePolicyViolation which are lower level APIs. This CL is also the prework for migration of UnsizedMedia from feature policy to document policy. Bug: 993790 Change-Id: I77eb2be3b5fe9d79d276800e12f4a0218fdb6e51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082480Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#747324}
-
Hesen Zhang authored
- Added a feature flag for the migration. - Added and hid new code path in OfflineNotificationBackgroundTask. - Created JNI bridge for gluing prefetch notification service in native. Bug: 1047037 Change-Id: If7b728609f86665cfe6b4c61f521f7362000b292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082087Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#747323}
-
Arthur Hemery authored
The Cross-Origin-Opener-Policy header should not be taken into consideration when doing subframe navigations. This is enforced by this patch. Bug: 1018655 Change-Id: Icd2846c5992fb795b955101dec91950e5e7008cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087716 Commit-Queue: Arthur Hemery <ahemery@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#747322}
-
Christopher Cameron authored
Remove ExtensionAppShimHandlerMac::Delegate:: MaybeGetAppExtension. That's the goal of this patch. Removing it means no longer playing with extensions:: Extensions directly in ExtensionAppShimHandlerMac. To accomplish what we were doing by those queries, add the following new Delegate functions - AppIsInstalled - AppCanCreateHost (rename of AllowShimToConnect) - AppUsesRemoteCocoa - AppIsMultiProfile Also rename GetHostForBrowser to GetHostForRemoteCocoaBrowser, to clarify that it is only for use with PWAs. After this, we'll get rid of the ExtensionAppShimHandlerMac static functions MaybeGetAppExtension and MaybeGetAppForBrowser, and move ExtensionAppShimHandlerMac to a separate place where it can select between extension and app functions based on id. R=loyso TBR=ellyjones (chrome/browser/ui/views) Bug: 1057195 Change-Id: Ia29810633ec91b7e74a156902fa7f4c952c16eb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088711 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#747321}
-
Stefano Sanfilippo authored
Also, tidy up enforcement headers in WPTs, update one. Bug: 1058437 Change-Id: Ic24b0297af04230562b104fd6664387cba5b169b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089772Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#747320}
-
Josh Nohle authored
The chrome://proximity-auth debug page converts the next enrollment/sync attempt times to milliseconds and stores them as double base::Values. If no future attempt is scheduled, base::TimeDelta::Max() is sent. However, the conversion to a double base::Value is not allowed unless std::isfinite() is true. Bug: 899080, 951969 Change-Id: I56c7633283f9cc85ff59e2f34fab98e64ac9c146 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081011 Auto-Submit: Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#747319}
-
Carlos IL authored
When the mixed content autoupgrade feature is enabled, content that would have been autoupgraded but is already HTTPS does not get the UpgradeIfInsecure flag set, which means if it is eventually redirected to HTTP, that mixed content is not upgraded. This CL fixes that and adds a regression test. Bug: 1058077 Change-Id: I359d720ea5caf0833fabd810de7876e32f17b099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086258 Auto-Submit: Carlos IL <carlosil@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#747318}
-
Luum Habtemariam authored
Design prop: go/cups-printers-manager-refactor This change removes EnterprisePrintersProvider from SyncedPrintersManager and sources enterprise printers to CupsPrintersManager directly. SyncedPrintersManager is now solely responsible for saved printers. Bug: chromium:1030127 Test: updated tests pass Change-Id: I0fd78f2414f03b00858c107d0efacff406687658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072669 Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Luum Habtemariam <luum@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Piotr Pawliczek <pawliczek@chromium.org> Cr-Commit-Position: refs/heads/master@{#747317}
-
Omer Katz authored
Bug: 986235 Change-Id: I4145597523c378f84c9db9cd98822751de7c5e7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089773 Commit-Queue: Omer Katz <omerkatz@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#747316}
-
Ben Pastene authored
Bug: 812428 Change-Id: If15779eebc64714a2a8f27f45379317edbc513f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088498Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#747315}
-
Adam Whiteside authored
Per device-id volume limits mean the content type exception is no longer needed. (https://chromium-review.googlesource.com/c/chromium/src/+/2071483) Instead, the new focus type can be used to ensure the correct ducking behavior: (https://chromium-review.googlesource.com/c/chromium/src/+/2080583) Bug: internal 144181483 Change-Id: I2ff83d18d142763f39ae6ea5ff0142b47142c9f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088836Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Auto-Submit: Adam Whiteside <awhiteside@google.com> Cr-Commit-Position: refs/heads/master@{#747314}
-
Anna Malova authored
Bug: 1007815 Change-Id: I14f5647a693f63d63ffa457190e02dac0727ef00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089756 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#747313}
-
Renato Silva authored
Bug: 1023370 Change-Id: I6c6ffe4ac5616b884edc7137178ee6bebfefc020 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089874Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#747312}
-
Anna Malova authored
Bug: 1007815 Change-Id: I69d56f2ef9967764f1ab1f964d87f621bcf84685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089836 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#747311}
-
Chris Thompson authored
This makes the (i) icon on the Legacy TLS interstitial page match the Lookalike interstitial page for dark mode (otherwise it is too dark). Bug: 1058610 Change-Id: I840b54012236e52fe5968afcc8f34bbcf5ed45da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088676 Auto-Submit: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#747310}
-
Akihiro Ota authored
Bug: 1058472 Change-Id: I66f4c77f02f2486fe151bfbd4142015798a9b2d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087493Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#747309}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/b0d65f1b3c40..daac106699e1 git log b0d65f1b3c40..daac106699e1 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 aerotwist@chromium.org [global] Remaps self.SDK.targetManager Created with: gclient setdep -r src/third_party/devtools-frontend/src@daac106699e1 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/+/master/autoroll/README.md Bug: chromium:1058320 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I8ea08e1dbc07f45e4479ee9a1b70e5452d12ae38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089587Reviewed-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@{#747308}
-
Roman Sorokin authored
* Show overlay for the 3rd-party SAML page. * Hide bottom buttons for the 3rd-party SAML page. Unfortunately my refactoring CL:2046174 is still in-flight. So I followed the model from CL:2000938 in the meantime. As this is needed for M82. Fixed: 1001281 Change-Id: Ia8f2d8cbabb2f44e387ad5f76b6a83997654ae9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089734Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#747307}
-
Eugene But authored
This is a speculative fix for DownloadManager tests flakiness. Multiprocess architecture of EG2 may actually require larger timeouts because client and server run in difference processes. Bug: 1058575 Change-Id: I48ffbc5f39f038238a48fff1c6e78f49735f3183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088632 Auto-Submit: Eugene But <eugenebut@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#747306}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bd1226ba4922..ca451d58ac8d Created with: gclient setdep -r src-internal@ca451d58ac8d 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1044639,chromium:1049657 Tbr: jbudorick@google.com Change-Id: Ib2d919a3b7c0f5a016f9eef1b7aa2e78b1cee9df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089583Reviewed-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@{#747305}
-
Liviu Tinta authored
The cause of this bug is that the default Scroll Behavior during history traversal is instant scroll. Changing it to auto fixes the issue. Bug: 830971 Change-Id: I1c29669b0b630a3d7f6d778892215a91763f2a97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085700Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Cr-Commit-Position: refs/heads/master@{#747304}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8e76ccdb37b0..c7e1c6b5bd96 git log 8e76ccdb37b0..c7e1c6b5bd96 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 andrewlassalle@chromium.org cros_deploy: Prepare for build_dlc split 2020-03-05 lamontjones@chromium.org toolchain: update internal names for artifacts. 2020-03-05 lamontjones@chromium.org toolchain: use new names for some ArtifactTypes. 2020-03-05 chrome-bot@chromium.org Update config settings by config-updater. 2020-03-05 saklein@chromium.org cros build-ap: Add dedede configs. 2020-03-04 saklein@chromium.org Build API: Support binary serialization. 2020-03-04 lgoodby@google.com auto_updater: Fix error message. 2020-03-04 kinaba@google.com Remove Android NYC PFQ. 2020-03-04 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@c7e1c6b5bd96 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:chromeos-kevin-rel Bug: None Tbr: chrome-os-gardeners@google.com Change-Id: I3b2a8910184b2608df5538bda23854d48aa28988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089588Reviewed-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@{#747303}
-
Rohit Rao authored
This will be used to properly remove observers during browser shutdown, so that the omaha service will not DCHECK() due to leaving observers registered. Additionally renames methods from Initialize/ShutDown to Start/Stop. BUG=996148 Change-Id: Ia0e23834f2ec3e11f4e04db2038cc2e144caa2b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933735 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#747302}
-
Mason Freed authored
Per the comment in [1], this CL changes the Mac default focus ring color to #005FCC in the case that the user has not customized the System Preferences Accent Color setting. When they *have* customized this setting, this CL also darkens the selected color a bit, from 0.5 alpha to 0.65 alpha. [1] https://bugs.chromium.org/p/chromium/issues/detail?id=1054813#c22 Bug: 1054813 Change-Id: Icde78801602b49efb93864ef8c942283634b47b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088296Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#747301}
-
Ewann authored
The purpose of this patch is to directly open Files.app to present downloaded files from Chrome. To open Files.app from Chrome, I use a URL which unfortunately is not documented but still used by Apple to create folder shortcuts. This functionality is developed under a flag "kOpenDownloadsInFilesApp". Bug: 1052851 Change-Id: I30d9ba7cdafbddd5bc852faf3ce8bc83807bafb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060370Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Cr-Commit-Position: refs/heads/master@{#747300}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/652ee37df0e7..7c0409aa3814 git log 652ee37df0e7..7c0409aa3814 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 ilkos@google.com Add anon RSS + swap to the java heap stats metric 2020-03-05 hjd@google.com Merge "Add AndroidProcessMetadata to startup metrics" Created with: gclient setdep -r src/third_party/perfetto@7c0409aa3814 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/+/master/autoroll/README.md Bug: chromium:150675972 Tbr: perfetto-bugs@google.com Change-Id: I859d8150d98acafb058dd4c348920d39556dc8ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089584Reviewed-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@{#747299}
-
Javier Ernesto Flores Robles authored
Bug: 1052505 Change-Id: I1af4911a8d927c3530d1d4c70451c556f6e67dfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089816 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#747298}
-
Andrew Grieve authored
Hoping these missing deps are causing bug 1039881 Bug: 1039881, 1054892 Change-Id: I4a1f0e400d60e6d6d97b5a64c7792c042d98c02e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088648 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#747297}
-
Scott Violet authored
This should help limit the number of crashes WebLayer gets. The module is likely to be important if we move forward with WebView and WebLayer in the same process. BUG=1057791 TEST=none Change-Id: Idf089d7f8babba761f5b28a046f79ddccaf22e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088931Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#747296}
-
Anna Malova authored
Bug: 1007815 Change-Id: I06d9bc32a19bfa1d914185505cf47d41c7117d82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087406Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#747295}
-
Manu Cornet authored
Bug: 1020720 Change-Id: I32145a0c5cac946c461d3b7dbd842ccc7c60f799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089858Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#747294}
-
Antonio Gomes authored
... now that it is out of the Blink API, it is possible to use WTF::Vector counterpart. BUG=704136 R=guidou@chromium.org Change-Id: I2707c158e1ffb03cce3cf3b9faa45d32bc024c90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089612Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#747293}
-
Daniel Nicoara authored
This is used to set the default background color while the renderer hasn't produced any frame. Need to forward it to the renderer process otherwise it has no effect. pages. You should see a red flash while the page is loading. Bug: None Test: cast_shell --cast-app-background-color=#ffff0000 and load heavy Change-Id: I6725950714ffe141e00125bf824801e4072cc5b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088835Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#747292}
-
Liviu Tinta authored
Add web test for the bug. Add check in HandleMouseReleaseEvent to release mouse capture only when all the mouse buttons are released. Bug: 1053385 Change-Id: Id327f67c915b79673e80b1c97d3e6975a3488d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071292 Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#747291}
-
Christian Dullweber authored
AutofillAssistantOverlayIntegrationTest.testShowCastOnDocumentElement is flaky. Tbr: sandromaggi@chromium.org Bug: 1058599 Change-Id: I229fc925eba6a867a8a35242258e4d3dd20d2fb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089694 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#747290}
-
Nina Satragno authored
Relying party IDs are defined as "a registrable domain suffix of or equal to the caller’s origin's effective domain". RP IDs do not include a port. This patch changes the host + port subtests to expect a failure instead of success. Bug: 875444 Change-Id: I0067ebd883612d534df13a555284fe1cdec7424d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088002 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#747289}
-
Domenic Denicola authored
https://crbug.com/1057123 will require a runtime enabled feature for use in the IDL file, in addition to our existing content feature. This adds that feature and ties it to the content feature. Bug: 1057123 Change-Id: Ia9db2570a60814525304e8a5965fb5e46b5b8084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087954Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#747288}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f0c5950706c6..d2f18734aa84 git log f0c5950706c6..d2f18734aa84 --date=short --first-parent --format='%ad %ae %s' 2020-03-05 robertphillips@google.com Surface more programs on DDLs Created with: gclient setdep -r src/third_party/skia@d2f18734aa84 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 herb@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: herb@google.com Change-Id: I18c215ccd51ee5b6b74ea14e75950e6b89c9af29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089581Reviewed-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@{#747287}
-
Min Qin authored
This reverts commit f5bf498e. Reason for revert: The revert will cause downstream bot to fail. The issue is in the android perf bot, as it is not picking up downstream patches. Original change's description: > Revert "Upstream internal DownloadCollectionBridge code" > > This reverts commit 680e3222. > > Reason for revert: Looks like this broke https://ci.chromium.org/p/chrome/builders/ci/android_arm64-builder-perf/160982 > > Original change's description: > > Upstream internal DownloadCollectionBridge code > > > > This will allow download in public chromium build to work on Q with MediaStore. > > > > BUG=1052490 > > > > Change-Id: I31476292b92c7a5882fa4ad80cc60b29f6b14dba > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057806 > > Reviewed-by: Robert Sesek <rsesek@chromium.org> > > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > > Reviewed-by: David Trainor <dtrainor@chromium.org> > > Commit-Queue: Min Qin <qinmin@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#746867} > > TBR=yfriedman@chromium.org,dtrainor@chromium.org,qinmin@chromium.org,rsesek@chromium.org,gmariani@google.com > > Change-Id: I1547f1132bbddf575eeacfe2498b97ff1d7cc473 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1052490 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089771 > Reviewed-by: Christian Dullweber <dullweber@chromium.org> > Commit-Queue: Christian Dullweber <dullweber@chromium.org> > Cr-Commit-Position: refs/heads/master@{#747233} TBR=yfriedman@chromium.org,dtrainor@chromium.org,qinmin@chromium.org,rsesek@chromium.org,dullweber@chromium.org,gmariani@google.com Change-Id: I2df7204834f3357728297df6b80d8b59d946c87f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1052490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090011Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#747286}
-
Arthur Hemery authored
COOP should be disregarded in insecure contexts. This was not done properly and only avoided storing the COOP value in the RenderFrameHost after using it to potentially do a BrowsingInstance swap. This patch fixes the issue by completely stripping the response of its COOP value in such cases. Also fixes CrossOriginOpenerPolicyBrowserTest to use an HTTPS server and add a test that verifies it does not work over HTTP. Bug: 922191 Change-Id: I4eb31afe33bbee0da672d8179879ca8242668258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087917Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#747285}
-