- 21 Jan, 2021 40 commits
-
-
Rahul Goyal authored
The trigger scripts persists in case user clicks cancel/dismiss in onboarding dialog. With this patch user has the option to continue with JITT even after cancelling/dismissing the onboarding dialog. Bug: b/174445633 Change-Id: If6d9caf1a39af1668f2b9e796d9fd42326590e17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612892 Commit-Queue: Rahul Goyal <goyalrahul@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#845605}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611176356-4b0456d54b0928899e317c11eb73b969caf82aca.profdata to chrome-win64-master-1611219467-221ce2b3efda04c3b102ac62c26b5f5a8e2aaa76.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: I7555b0acb3bd87fcc81489cc18686e0814d42147 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642424Reviewed-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@{#845604}
-
Simon Zünd authored
These tests print the sidebar menu in the Applicastion panel, thus prohibiting the new Trust Token panel (https://crrev.com/c/2626291) to land. R=sigurds@chromium.org Bug: chromium:1126824 Change-Id: I3f7afb680a1dfa8817fab956bc5a01748b4a41b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642616 Commit-Queue: Simon Zünd <szuend@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Auto-Submit: Simon Zünd <szuend@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#845603}
-
Anders Hartvoll Ruud authored
This CL wraps all calls to Element::StyleForPseudoElement outside the Element hierarchy in a new function Element:: UncachedStyleForPseudoElement. This is done because we need to differentiate between pseudo-element style calculation done as part of the main style recalc (where the StyleRecalcContext is immediately available on the stack), and calculations done on demand from paint/layout code (where we'll need populate a StyleRecalcContext by traversing the ancestor chain). By doing this refactor, we can limit the "StyleRecalcContext re- construction" to take place in Element::UncachedStyleForPseudoElement, rather than at every "external" call-site for StyleForPseudoElement. Note: I was considering adding a PassKey<Element> to StyleForPseudoElement to prevent accidental use of that function outside the Element hierarchy, but it probably won't be needed once a StyleRecalcContext parameter is added. There should be no behavior change in this CL. Bug: 1145970 Change-Id: I4e505deaf1a3158185865e6df231e3b78cb02632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637476 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#845602}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/477bd92472cc..3b349f3ea9c0 2021-01-21 lijiahui.me@gmail.com Update build-instructions.md file reference location in ui/README.md 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: I784b8fb6185283a2ebe72c8e11a8ad5a1a277dfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642170Reviewed-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@{#845601}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1611208290-cf05eaf8e0dadf6ae1b4b2e6d84e2b6985a10d51.profdata to chrome-win32-master-1611219467-390b4abe6a87e7c94cab88849ad56f5359438186.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: I4e87dc2e52d98c023e3746f273f5e15b99adc8c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642164Reviewed-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@{#845600}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/5fccb46378a1..309863f0a8f1 2021-01-21 wolfi@chromium.org Port FrameDetailsView 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iad20833c5e7888e537436a6d56fba1c961c169bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641992Reviewed-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@{#845599}
-
Anastasiia N authored
This reverts commit 660b7591. Reason for revert: https://crbug.com/1169070 Original change's description: > [ntp] Add flag to disable the logo > > Makes the logo Finch-configurable. Flag is enabled by default. > > Bug: 1168361 > Change-Id: Ie9fbeebb5f88fcf6ca2d6a418759f65e61d3231e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639153 > Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Esmael Elmoslimany <aee@chromium.org> > Cr-Commit-Position: refs/heads/master@{#845490} TBR=tiborg@chromium.org,aee@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Ifa4cd2f58ccf58452a32f0c89bc23fb07cb50a5d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1168361, 1169070 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642327Reviewed-by:
Anastasiia N <anastasiian@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#845598}
-
Jan Wilken Dörrie authored
This change modifies encryption utils used for Password Check to return base::Optional<std::string> instead of std::string. Now these methods return a nullopt instead of an empty string in case there was an error in the used Cipher, forcing callers to explicitly handle error cases. Bug: 1157004 Change-Id: I21bea839020cd89e097fcf2a36efabe2adbed91a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642144 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#845597}
-
Viktor Semeniuk authored
This change allows to sync compromised credentials only if appropriate flag is enabled. Bug: 1168546 Change-Id: I8d777778771a344cefa62c418a0e364b695b522e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640094 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#845596}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bb7660008b16..9f4b159b7aa0 2021-01-21 syoussefi@chromium.org Translator: Avoid vector copies with multi-replacement 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 cnorthrop@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: cnorthrop@google.com Change-Id: Id4ea9fb7a04c081b7f776515150b37db3a64522e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641573Reviewed-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@{#845595}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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 Tbr: gbiv@chromium.org Change-Id: Ib1bf1c5dbe182909134e04b298147355a3523814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641012Reviewed-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@{#845594}
-
Dana Fried authored
Currently nothing will cause this tip to be displayed, but this CL provides the mechanism to do so for future experimentation. Change-Id: Id8730bcf9c0a543c825a8842ebb6c4d73a5562aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552035 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#845593}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/026ad9ac2205..a7e34d33fe70 2021-01-21 asapersson@webrtc.org Add resolution_bitrate_limits to EncoderInfo field trial. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia7d0ba42352607495a7f2973e101e5c81ba143b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641989Reviewed-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@{#845592}
-
Yoshisato Yanagisawa authored
Bug: b/168080931 Bug: b/147265909 Change-Id: I786453f22e1748a3b1e2da6edb8d3a35563bb57d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642084 Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#845591}
-
Collin Baker authored
ThumbnailImage::CropPreviewImage relies on the supplied thumbnail having non-null image data. A null thumbnail was passed when ClearData was called. It is not necessary to crop a null thumbnail, so avoid calling it when the thumbnail is null. Fixed: 1168483 Change-Id: I89de21fb69f49069c44db54f4e82f80c3afa7da8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641156Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Auto-Submit: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#845590}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/settings. Bug: 1148570 Change-Id: I10bcc9e993a9df44932719297ed1893821ae2525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641476 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#845589}
-
Peter E Conn authored
Change-Id: I8caff95f74faa0ac9509028b357dfcc146980262 Bug: 1164866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637498Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#845588}
-
Gauthier Ambard authored
This CL is adding a way of experimenting with the location sent with omnibox requests. It allows to add experiment with no location, restricted location or the precise location. The Feature is checked only on iOS 14 and when the location can be used to reduce biais in the groups. Bug: 1165796 Change-Id: I6aa2bf1214c3ecc548a0220c668bbf658a775306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624672 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#845587}
-
Ioana Pandele authored
Bug: 1165075, 1165076, 1165112 Change-Id: I85ab59cd6057ff96e0ee17c1a61c216cbbf2eb13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623930 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#845586}
-
arthursonzogni authored
In ComputeSandboxFlags(..), take into account CSP embedded enforcement. This allows adding back the DCHECK that the sandbox flags computed by the browser and the renderer are matching. Bug: 1041376 Change-Id: I7e8f4dd81305d7b8a396fa8554db2dafe905ce4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2614785 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Antonio Sartori <antoniosartori@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#845585}
-
Anatoliy Potapchuk authored
There are cases when |delegate_| is set to nullptr, but we are still on the codepath where it is executed. For example, restart of the application during the session. In such cases, we should not call already non-existing delegate. Bug: 1168248 Change-Id: I44bec441d16115f95e9e92452c3beede37fb11a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640406Reviewed-by:
Anqing Zhao <anqing@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#845584}
-
Aaron Leventhal authored
Bug: None Change-Id: I680ebf6ce2561632a2bd937e03298b4e4f30e573 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2512602 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#845583}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ed78a103..cc1e578d 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: Ia9cebae6f9b01992b4e24152c25877baef9b5258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641418Reviewed-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@{#845582}
-
Mihai Sardarescu authored
Bug: 1122988 Change-Id: I72a660502ffa2b01e696f54534a30e17df982c1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640539 Auto-Submit: Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#845581}
-
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 chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I3d2e5723d3d98528c0cf787d8952b997672a487b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641658Reviewed-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@{#845580}
-
Eugene But authored
Bug: None Change-Id: Iafce27f1bbb32ad70104f65e9ce42f0bfe586238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640577 Auto-Submit: Eugene But <eugenebut@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#845579}
-
dpapad authored
- In the frontend, hardcode the pdf-viewer-update-enabled attribute. Previously present/absent based on the state of the flag. - In the backend, remove checks for base::FeatureList::IsEnabled(features::kPDFViewerUpdate) As a result of these changes --disable-features=PDFViewerUpdate no longer works, in the sense that even if specified it will show the new UI. Newly dead code (old UI) will be removed in follow up CLs. Bug: 1164004 Change-Id: I0321f2f22e1358c69f6dc5d5c2662739e0b7ead7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638992 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#845578}
-
Mike West authored
This patch wires the kV8SharedArrayBufferConstructedWithoutIsolation feature up to Blink's deprecation infrastructure, resulting in a console warning on the one hand, and a deprecation report on the other. Bug: 1168554 Change-Id: I129ef0fc85d6e57ecb5db7a8671d771556e9f375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640254 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#845577}
-
Christian Dullweber authored
The histogram file has changed and the actions file does not require that exact base::Feature name. Change-Id: I2151c8e388621f5322ec831e8a0b4d89f1695b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632648Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#845576}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/49b20f919abe..026ad9ac2205 2021-01-21 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2021-01-21T04:03:14). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I40a22efde79d5ad919a08ca97515c1737d33b72d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639152Reviewed-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@{#845575}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1611197911-ad3187e6248266adece06729ea19dc5d8f4016ce.profdata to chrome-win32-master-1611208290-cf05eaf8e0dadf6ae1b4b2e6d84e2b6985a10d51.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: I60732a34f81b24801f25e14ecc4241fc010e5729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641417Reviewed-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@{#845574}
-
Anders Hartvoll Ruud authored
There is a plan to propagate a bit with the needed information on the Node tree, but for now let's traverse the ancestor chain to figure out if we're in a @container-dependent subtree or not. Bug: 1145970 Change-Id: I27dfb0ff2fdb3947da3b5d2f78adab729ec63dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636316 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#845573}
-
Tina Wang authored
When the enterprise only allows the users to use incognito mode, Chrome should be started up in incognito mode. Bug: 1165405 Change-Id: Ic08059527becb7ce9210f693dea2679870678247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641181 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#845572}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3c142940b9dd..87a055b02027 2021-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 382f016dd3b6 to f0286e636456 (15 revisions) 2021-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 78d95924 to dac687f4 (517 revisions) 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 scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Test: Test: Test: D3DTextureTest.TextureArrayImage* Change-Id: I4099739177d861a76b22f1e17a1869a420e7e954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641657Reviewed-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@{#845571}
-
Henrique Ferreiro authored
This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Bug: 1101837, 1164001 Change-Id: Ia0449cb26c992a3c410f0de71812185974c8ecff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640234Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#845570}
-
dpapad authored
- Delete PDFExtensionTestWithParam class. - Update all subclasses to subclass PDFExtensionTest instead. - Update various tests that implement testing::WithParamInterface and no longer need to do so. After this CL, there are no tests running with PDFViewerUpdate turned off. Bug: 1164004 Change-Id: I600af550aaca8de126cf32edcfa34c05658fc816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639802 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#845569}
-
dpapad authored
- Replace several test cases to use PDFExtensionTest instead of PDFExtensionTestWithParam. - Always enable PDFViewerUpdate UI in PDFExtensionTest. - Disable PDFExtensionJSUpdatesDisabledTest test, which refers only to old UI (and added a TODO to decide on deleting or moving). In this CL only updating test cases that used PDFExtensionTestWithParam directly. Test cases that subclass PDFExtensionTestWithParam will be addressed in a separate CL. This is the first of many CLs aiming to remove the old pre-PDFViewerUpdate UI. Bug: 1164004 Change-Id: Ic7cd069a343885ed314ddd05e5cb8fa653df7d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638244Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#845568}
-
Jinsuk Kim authored
Removes deps on TrackerFactory in ToolbarTabControllerImpl and move it to the modularized toolbar/. There are a few more classes that can also be moved: ToolbarTabControllerImplTest.java ToolbarTabControllerImpl.java top/IncognitoSwitchCoordinator.java top/IncognitoSwitchProperties.java top/IncognitoSwitchViewBinder.java top/TabSwitcherActionMenuCoordinator.java top/TabSwitcherActionMenuRenderTest.java Bug: 1127732 Change-Id: I0543ab61e80015f5c34ff58640dacff799b109ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639067Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#845567}
-
Hanlin Chen authored
When merging metadata of partial results, VCD will discard duplicated tags. This cause the entry_count being larger then actual entry array. Bug: 177992869 Change-Id: Icd176dc41a5a8ad15f3bbe93ad874679e8d4ecc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639342Reviewed-by:
Jasmine Chen <lnishan@google.com> Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Hanlin Chen <hanlinchen@google.com> Cr-Commit-Position: refs/heads/master@{#845566}
-