- 11 Dec, 2020 40 commits
-
-
Ramin Halavati authored
This change has no effect until EnableEphemeralGuestProfilesOnDesktop flag is enabled. Please see go/ephemeral-guest-profiles for more context. Bug: 1125474 Change-Id: I23caee7e825153faf7b6e3f8d11ce3f8b3640898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469566 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#836088}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1607622801-7eee2da7088824da6e68b5fe6587fe40e650ba9e.profdata to chrome-win32-master-1607655596-75336cc70b08765a793f0c1f5daab74c560f984f.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I1db66b13a0424e6469bc8d7efe11aaa0827badae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586749Reviewed-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@{#836087}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5a9d7eaa74ad..f2d81b7d4073 2020-12-11 lalitm@google.com perfetto_cmd: use new atoms for logging triggers 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: chromium:174150911 Tbr: perfetto-bugs@google.com Change-Id: Id0ae87fa90df1f879116308f1700225702c40677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586901Reviewed-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@{#836086}
-
Nohemi Fernandez authored
Bug: 1157475 Change-Id: Ifa0d6e112be23a489e2a5cc73b483e52308396d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584028Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#836085}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d2a9af6f630f..388379be2125 2020-12-11 alexrudenko@chromium.org Fix device name overflow in Devices list 2020-12-11 alcastano@google.com [Frontend] Show Issue next to corresponding line in Source Tab 2020-12-11 jacktfranklin@chromium.org Migrate string-utilities.js to TypeScript 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:1050549,chromium:1150883 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0c8a409b109b376015dabb5d0a8d3716f09c64ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586953Reviewed-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@{#836084}
-
Yifan Luo authored
Add warnings for empty/invalid require-trusted-types-for keywords in CSP parser. Bug: 1149293 Change-Id: I97d2daddba8ebad7eb34ffcbe8467e1e7d7bb9c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575305 Commit-Queue: Yifan Luo <lyf@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Yifan Luo <lyf@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#836083}
-
Jakub Chyłkowski authored
Currently, the TraceConfig JSON object passed to the DevTools method to start tracing only supports configuration of the Chrome-internal trace event data source. This commit provides additional parameters in DevTools: - base64-encoded serialized protobuf message which takes precedence over other parameters, - backend selection. In order to handle new parameters, convert base::trace_event::TraceConfig to perfetto::TraceConfig before passing it and add support for the new perfettoConfig protocol param. Add test to handle Command to run new test: out/Default/content_browsertests --gtest_filter=DevToolsProtocolTest.TracingWithPerfettoConfig Bug: chromium:1141381, chromium:1141386 Change-Id: I35e436487b2526bb3bf17bac34b9741712fb5319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560581 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#836082}
-
Michael Ershov authored
Extract CertDbInitializer interface from the implementation to allow writing a mock for it. This is a refactoring with no intentional change to behavior. Bug: 1145946 Change-Id: If08abcdcd1257d574137d2d5d1264dc389e868f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581925 Commit-Queue: Michael Ershov <miersh@google.com> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#836081}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d2300e5aba7c..49ce67ac98da 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 sreejakshetty@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: sreejakshetty@google.com Change-Id: I2872b49d2665000070bdb3051d89001ae21b4c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586055Reviewed-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@{#836080}
-
David Roger authored
The logic to check whether an account is managed was duplicated many times in the code. This CL factors it in a helper function. This should be a pure refactoring, and should not change the behavior. Fixed: 1122496 Change-Id: I32e09af11ecc1169b2d704a5c4552e7f17f8ec7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570569Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#836079}
-
Gyuyoung Kim authored
This CL replaces the use of IsolatedWorldId::kEmbedderWorldIdLimit in //content via IsExceedEmbedderWorldIdLimit() to move IsolatedWorldId enum into blink/renderer. IsolatedWorldId enum is moved to DOMWrapperWorld class. Bug: 919392 Change-Id: I62b499c64e6c268705fb3bb0ea6c704c30a5ea1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585255Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#836078}
-
Sreeja Kamishetty authored
Following tests are consistently failing on linux chromeos-dbg LoginOfflineManagedTest.CorrectDomainCompletion LoginOfflineManagedTest.FullEmailDontMatchProvided LoginOfflineTest.AuthOffline More details build: https://ci.chromium.org/ui/p/chromium/builders/ci/linux-chromeos-dbg/21702/overview Suspected CL: https://chromium-review.googlesource.com/c/chromium/src/+/2450314 TBR=dkuzmin@google.com,antrim@chromium.org Bug: 1157777 Change-Id: I4586346e689b1281eb77b178b19a5f68151c878a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586840Reviewed-by:
Sreeja Kamishetty <sreejakshetty@chromium.org> Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/master@{#836077}
-
Leo Lai authored
we are migrating tpm status calls to TpmManagerClient. BUG=b:172748724 TEST=build ok. Change-Id: I8837750441a5c451c9107137d78fd0e04b8ad8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581169 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#836076}
-
Bence Béky authored
migrateNetworkPredictionPreferences has been part of PrivacyPreferencesManager ever since it was upstreamed on 2015-02-19 at https://codereview.chromium.org/935903002. This removal only affects users who had set this particular preference to non-default before 2015 and have not launched their Chrome since than. Remove now unused PRIVACY_NETWORK_PREDICTIONS. Bug: 526773 Change-Id: Iba72578c9e7bd77e95433098b29d727166326d97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568665Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#836075}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1607644656-7adc1a9108854fa8e662531b0c0fa8127d30765c.profdata to chrome-win64-master-1607666365-c1cc1d25065c901589c113e3c731cdd417d0631b.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I6cb507da755c5f01279d7a6f0b889885182fce6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586874Reviewed-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@{#836074}
-
Robbie Gibson authored
CRWWebViewScrollViewProxy initializes itself with a base UIScrollView so any properties set on it before a real web view scroll view is set are used (see the comment in CRWWebViewScrollViewProxy -init). Then, when another scroll view is added to the proxy, all properties are copied over from the stored scroll view to the newly added one. However, there are a few properties for which a WKWebView.scrollView (WKScrollView, a private class) and UIScrollView have different defaults. This means that the property copying phase overwrites the WKWebView.scrollView defaults with the UIScrollView defaults. A better solution might be to track which properties are set, and only copy over those properties in the copying phase, but that would be a much more involved solution. Bug: 1156224 Change-Id: Ie0ad8bad0439caf3fdb4ec37d03369c43d0a7100 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580533Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#836073}
-
Wez authored
Migrate console logging from content hosted by a FrameImpl to use per-Frame fx_loggers, rather than the //base LOG() macros. Log messages are tagged with the |debug_name| specified when the Frame was created, if any. Implement a SetConsoleLogSink() API to allow callers to redirect logging on a per-Frame basis. Bug: 1088094, 1051533, 1139396 Change-Id: I7c4d6b55fa34ba6e8a343d5830c91594eedcca7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517534 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#836072}
-
Rune Lillesveen authored
The spec says the behavior is currently undefined and implementations should not apply the property to generated content. It is still part of the computed styles, so add a test for that as well. Bug: 397265 Change-Id: I5391c54c2e3035c90cb5b8db38aa55a77c5ef0b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584970Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#836071}
-
Maksim Ivanov authored
Fix use-after-move (potential) bugs found by the "bugprone-use-after-move" clang-tidy check. Bug: 1122844 Change-Id: I7b45782b6f9fed91c68cf3e989be026cadfd9d7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586344 Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#836070}
-
Thomas Tellier authored
Bug: 1003885 Change-Id: I5753343b5e52f26679f54077b09877474b54330a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573436 Commit-Queue: Thomas Tellier <tellier@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#836069}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/721ef456ee27..d2a9af6f630f 2020-12-11 wolfi@chromium.org Fix wide dropdown in DeviceModeToolbar 2020-12-11 jacktfranklin@chromium.org Migrate utilities to TypeScript files 2020-12-11 petermarshall@chromium.org [application] Avoid jumpy UI when clearing IndexedDB list 2020-12-11 changhaohan@chromium.org Remove auto-focus in Computed pane 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:1050549 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0bdb96ce6a50982839ca60e233131d6dc4d43c4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586894Reviewed-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@{#836068}
-
Alice Wang authored
This CL moves PersonalizedSigninPromoView to signin.ui target. Bug: 1156619 Change-Id: Ic0c0a1e23c05b88bb36f4daee3eba469c7fcb63f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584505 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#836067}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/dd549ceda1d4..d2300e5aba7c 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 sreejakshetty@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: sreejakshetty@google.com Change-Id: I7b9c5f7496be447a7b9e9c23b10380bf11d822c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586054Reviewed-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> Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/master@{#836066}
-
David Dorwin authored
Although fuchsia.logger.LogSink is provided when using run-test-component, it still needs to be in the sandbox. Also make indentation consistent. Bug: 1132147 Test: The following no longer appears in the system log when running run_cast_runner_integration_tests with and without --use-run-test-component: `app#sys#fuchsia-pkg://fuchsia.com/cast_runner_integration_tests#meta/cast_runner_integration_tests.cmx` is not allowed to connect to `fuchsia.logger.LogSink` because this service is not present in the component's sandbox. Change-Id: I67d4205156f1a0bc7eb847159ea417ec776a7832 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586098 Auto-Submit: David Dorwin <ddorwin@chromium.org> Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#836065}
-
Leo Lai authored
we are obsoleting the unnecessary `TpmIsBeingOwned()`. BUG=b:172775884 BUG=b:172748724 TEST=build ok. Change-Id: Ie1dc4044060caadb24a9470dbb98d51bcfc383e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532157 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#836064}
-
Benoit Lize authored
The provided task runner was always bound to the same thread on which the manager is created. Make this explicit rather than implicit. Bug: 1131857 Change-Id: I1e24d20edf9cd77c2ce904d13e2e66ef559cc183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527045 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#836063}
-
Victor Hugo Vianna Silva authored
1) Before this CL, some ModelTypeControllers called IsWebSignout() in their GetPreconditionState() implementation to make sure the data type was stopped upon web sign-out. This is no longer needed following the StopSyncInPausedState launch (crbug.com/906995), so this CL removes such checks. If GetPreconditionState() makes no other checks, the controller also no longer needs to observe the SyncService. Note this isn't true for controllers that check for persistent auth errors, since that concept is more general than web sign-out. For those, only TODOs/includes are removed. 2) The CL also addresses one IsWebSignout() TODO in PersonalDataManager. Contrary to what the TODO implies, just removing the call isn't enough. IsSyncFeatureEnabled() returns true in the sync-paused state, so the check for TransportState::PAUSED must be moved up. 3) Finally, the CL updates the last TODO pointing to crbug.com/906995 to point to a newly filed bug. This concludes the post-launch cleanup for StopSyncInPausedState. Bug: 1140447 Change-Id: I996a8871050f8f18e1509a5560ca0ccfc849f217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505772Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#836062}
-
sandromaggi authored
Before this change, an empty value was causing a failure state only if no other values existed. The empty value was skipped for filling and later on (maybe) failed in the empty-check. If the field was filled by outside forces (e.g. cached by website) the skipped value would not cause a failure state. This behaviour was causing inconsistent results. After this change, an empty value will always cause a failure state immediately and not attempt the filling. Bug: b/175270472 Change-Id: I939e2069e237d960ebf3a826a799e5ab23ecc4c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582323Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Marian Fechete <marianfe@google.com> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#836061}
-
Joel Hockey authored
Adds window properties for * kEscHoldToExitFullscreen - if true holding esc for 2s will exit fullscreen. * kEscHoldExitFullscreenToMinimized - if true window is minimized when it exits from fullscreen rather than being restored to normal. AppServiceAppWindowLauncherController sets these properties on: * Borealis to use esc, and minimize on exit * PluginVM to use esc, and restore on exit Bug: 1144780 Change-Id: Ibcbbb811f99b5650df6b16e0de85b2b5129a4a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581626Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#836060}
-
David Grogan authored
Updated TestExpectations in place and organized the flex section a bit. 7 tests weren't moved because I already ported those to check-layout versions in css/css-flexbox and they hadn't been deleted from vendor-imports yet. Removed two tests from css3/flexbox/mozilla because they were in the move. One test is still in that directory because it wasn't in vendor-imports. Change-Id: I15e815ea15e30eee4568c65aa92dd364c17a5e9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585929 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#836059}
-
Michael Ershov authored
Some initialization steps may block (and trigger a crashing check). Move it to a worker thread to unload the UI thread and fix the crashing. Waiting for the initialization to finish will be implemented in the next CL. Bug: 1145946 Change-Id: I03ca8aee5e0ab3870670506828b821a7a69bddff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574938Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#836058}
-
Carlos IL authored
Enable AutofillPreventMixedFormsFilling and InsecureFormSubmissionInterstitial in preparation for 100% launch. Bug: 1105210 Change-Id: Id6d4325ee8d0fb27f109b45d3654c56e5d653688 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583141 Commit-Queue: Dominic Battré <battre@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#836057}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/fea01bf21b37..721ef456ee27 2020-12-11 sigurds@chromium.org Refactor ApplicationPanelTreeElement 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:1157484 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie332f48ad59eace2343ac01578e7960fc939a532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586752Reviewed-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@{#836056}
-
Aya ElAttar authored
- Removed DlpRulesManager::IsRestrictedAnyOfComponents given that it's no longer needed after replacing kGuestOs with {kCrostini, kPluginVm}. Change-Id: I9730cc7eb1f20d16a6ac8e1e47c16afe62598fe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577780 Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Reviewed-by:
Nikita Podguzov <nikitapodguzov@chromium.org> Cr-Commit-Position: refs/heads/master@{#836055}
-
Leo Lai authored
we are migrating tpm status calls to TpmManagerClient. BUG=b:172748724 TEST=build ok. Change-Id: I3cee2889e8bb17ac1b39f9dc973d1bf94cbf1558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580974 Commit-Queue: Leo Lai <cylai@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#836054}
-
Alice Wang authored
This CL moves SigninView to signin.ui target. Bug: 1157052 Change-Id: I2211e6f6592dccbe4d73edeb8b6e18f173a92c13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582324 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#836053}
-
arthursonzogni authored
[Bug] showed there was a mismatch in between Chrome and Firefox about the referrer sent during a navigation, when initiated from a document with an opaque origin. Chrome: No referrer sent for both subresources and main resources. Firefox: No referrer sent for subresources, but a referrer is sent for main resources. This patch is meant to help making web browser to eventually converge. We believe the correct behavior is not to send the referrer: - 3.1.2 of [determine-requests-referrer] - 6.9 of [http-network-or-cache-fetch] [Bug]: https://crbug.com/1109065 [determine-requests-referrer]: https://w3c.github.io/webappsec-referrer-policy/#determine-requests-referrer, [http-network-or-cache-fetch]: https://fetch.spec.whatwg.org/#http-network-or-cache-fetch). Fixed: 1109065 Bug: 1109065 Change-Id: I15c80d52d963fc8e8a1318e4bf89fe72234c5fc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584029 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#836052}
-
Eugene But authored
Bug: 688063 Change-Id: I4cef9ed86a096fe6035ef5a11b4eb02b29c047bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585679 Auto-Submit: Eugene But <eugenebut@chromium.org> Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#836051}
-
Colin Blundell authored
This CL moves the implementation of ChromeSubresourceFilterClient::OnAdsViolationTriggered() to ProfileInteractionManager, with the former now just calling through to the latter. In subsequent work we will eliminate the callthrough to the client altogether, thus having this logic be shared with WebLayer. In this CL, however, there is no behavioral change. Bug: 1116095 Change-Id: Ic315394b20e107d3eb0180bbf157a2a8cdb23118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578838 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#836050}
-
arthursonzogni authored
If the first navigation is same-origin and the previous document was the initial empty document, the 'window' object is sometimes reused for the new document. It means the initial empty document and the new documents will both reuse the same LocalDomWindow. Weirdly, sandbox_flags are stored on the LocalDomWindow, instead of the Document. I don't know why. As a result, Chrome apply sandbox twice. It gets the union of sandbox flags defined for the initial empty document and for the new document. Firefox doesn't, see [WPT test]. The patch makes Chrome to converge toward Firefox. Chrome also stop reaching a DCHECK about sandbox flags computed from the browser and the renderer not matching. [WPT test]: https://wpt.fyi/results/html/browsers/sandboxing/sandbox-initial-empty-document-toward-same-origin.html?sha=009fb03561&label=master&max-count=1 Fixed:1156632 Bug:1156632,1041376 Change-Id: Ic8eaa5409ce3affdfee3e75bb12c4dad3cf84ede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578902 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#836049}
-