- 23 Nov, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/844c1542a1f4..a629d81faa7a 2020-11-23 mbonadei@chromium.org Revert "Add .vpython file for histogram_proto.py." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: sadrul@google.com Change-Id: I8a95277e19c8271e975ba25c955f46c3dc41430e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554963Reviewed-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@{#830274}
-
Jeroen Dhollander authored
These APIs are temporary shared between //chromeos/services/assistant and //chromeos/services/libassistant. To make this clear I've introduced a //chromeos/services/assistant/public/cpp/migration folder where those APIs can reside while they are used by both services. Bug: b/171748795 Test: compiled Change-Id: If0f0d3055b4d39894c0cdf15e6e07cb79c446263 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552998 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#830273}
-
Jamie Madill authored
The EGL_EXT_device_query extension is specified as a client ext. ANGLE was incorrectly exposing it as a regular display ext. This was a long-standing bug in ANGLE introduced with the initial implementation back in 2015. Client extensions allow apps to query extension lists without needing a display. This CL will temporarily allow either type of ext while we roll ANGLE forward. A follow-up CL will switch to a client ext only. Adds helper functions for dealing with EGL client extensions. Bug: angleproject:5372 Change-Id: I5fe5146b0e797a3296e87fde7b2c786ea49746e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552260 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#830272}
-
dpapad authored
This was purposefully skipped on previous CL that migrated this folder to JS modules, to make reviewing easier. Fixed: 1149868 Change-Id: I678d88e58a9e1412c0cda1fb9575b83ecfe431bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553288 Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#830271}
-
Gordon Seto authored
Add new tests for each profile install result Bug: 1093185 Change-Id: Ie15c3b7eb78aa69a791bd05e07b0b68594636d19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547841 Commit-Queue: Gordon Seto <gordonseto@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#830270}
-
Sigurdur Asgeirsson authored
ScopedObserver is being deprecated in favor of two new classes: - base::ScopedObservation for observers that only ever observe a single source. - base::ScopedMultiSourceObservation for observers that do or may observe more than a single source. This CL was uploaded by git cl split. R=jamescook@chromium.org, sky@chromium.org Bug: 1145565 Change-Id: I62c57a98363594c1df5b1b9f13e20d20f94c3ec2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547771 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Auto-Submit: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#830269}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b432754c00d7..cbbe0b0df6b3 2020-11-23 michaelludwig@google.com Fix reverse bounds calculation for SkImageFilters::Compose 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 adlai@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: adlai@google.com Change-Id: I299c4f834aa89051ad05a1dde287e100eb239e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555178Reviewed-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@{#830268}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7950639f..db1a5e72 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: Id100bdaa3bc0966e7cee8f251247c5e4986c1e53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554905Reviewed-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@{#830267}
-
Christopher Cameron authored
The fix for this bug has been landed. Simplify the test to avoid constants for each data type. TBR=yiyix Bug: skia:10965 Change-Id: Id12a321e5aa84c5325cb2bf795e94669885293d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554400 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#830266}
-
Jeremy Rose authored
This seems like a better default than segfaulting :) Change-Id: I33267bbaebbd1bed0ab6bcde24b69cce1d537152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551303Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Jeremy Rose <jeremya@chromium.org> Cr-Commit-Position: refs/heads/master@{#830265}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/4c13659a2a39..6cd6f7462c49 2020-11-23 dneto@google.com spirv-writer: support identity cast for vectors If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC enga@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: enga@google.com Change-Id: Ib89d9d7b7b9dce914cf8ed9ad0afb4bddba90aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554962Reviewed-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@{#830264}
-
Yann Dago authored
The addition of policy::PolicyService:IsFirstPolicyLoadComplete caused the spamming of the following message: "GMOCK WARNING Uninteresting mock function call - returning default value" when running tests. This CL removes those warnings by explicitly adding the default or expected behavior of this mocked function in the affected tests. Bug: 1129065 Change-Id: Iac0db5d5022ef22071d596c2cb923dec351f6dd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547569 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#830263}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d44407ce07e6..63cc484e80b4 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 connily@google.com,fdoray@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: chromium:1150862 Tbr: connily@google.com,fdoray@google.com Change-Id: Iccf089c6e0432292208f8b5f275bfec67f64e23a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555320Reviewed-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@{#830262}
-
sczs authored
The first one will be used to record notice card (or lack of) impressions, and the second one to record the time it takes to fetch articles. Bug: 1145379 Change-Id: I481e86dea3f47d5db8364d87092393bcbcdd00d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551851 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Adam Trudeau-Arcaro <adamta@google.com> Cr-Commit-Position: refs/heads/master@{#830261}
-
Tommy Li authored
This CL updates TemplateURLService's Add() and Update() methods to no longer attempt to uniquify keywords, which was generating duplicate engines. The long explanation is here: go/chrome-search-engines-2020-improvements Bug: 1022775 Change-Id: Ic07cd3731c50f96a702e7be5c3b20cf9053ff9c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548160 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#830260}
-
John Lee authored
After user feedback and UX discussion, the menu item will now only copy the URL to the selected text to the clipboard instead of copying a quote of the selected text. Bug: 1137934 Change-Id: I9b51d70e649de973d34644a294980cd7bccc1658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553031Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#830259}
-
Tom Anderson authored
BUG=1151959 R=penghuang Change-Id: Iec5d9fa9db757aeb2c478d51dbc88d5804e513e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553706 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#830258}
-
Chris Sharp authored
Update several policies to pass this validation (mostly adjusting syntax). BUG: 1152080 Change-Id: I88664716c4498eee68d90d41d89c7691d0f25551 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554785 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#830257}
-
Azeem Arshad authored
This CL modifies android sms service and connection manager so that a startConnection message is sent to the service worker when device is unlocked. This makes sure the service worker reconnects and continues to receive messages after being woken up from sleep. Bug: 1150178 Change-Id: Ie524db4d3714f08ecbbf5a39d573b20712db55b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553183Reviewed-by:
Jon Mann <jonmann@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#830256}
-
Leonid Baraz authored
Memory management implemented and added. Bug: b:159361496 Bug: b:157943192 Change-Id: Iedfb204680c89867188180902ce1054a75e9fd24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552719Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#830255}
-
Xing Liu authored
Use a new string for empty reading list folder in the bookmark main UI. Bug: 1151530 Change-Id: I18bddfa8318a8fb14a94802977eb478a7c408b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553000Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#830254}
-
Mohamed Amir Yosef authored
... to the account storage. Bug: 1139263 Change-Id: Icd6595438579439fd20c9011133d75e095e9b98f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544971Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#830253}
-
Fredrik Söderqvist authored
We create the effect nodes for resource containers as well - which can instantiate FilterData - so we need to invalidate it when the filter content changes too. Bug: 1151610 Change-Id: Ic4ef00b1ee7b0e44cd9237bca5683996e787e91c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554544Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#830252}
-
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-aemu-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 Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: Ib1bff47182a59e52a3eaa5f96a497b11261d060e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554959Reviewed-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@{#830251}
-
Bo Liu authored
When vulkan is used for composite and raster, there are still code paths that needs GL. SharedContextState::IsCurrent always return true if vulkan (or some other non-gl gr_context_type) is used. For the code paths that always needs GL, IsCurrent is returning the wrong value, leading to some no-context-current errors. Fix this by adding a bool needs_gl parameter that defaults to false (similar to MakeCurrent), and set it to true for the two cases that I ran into. Bug: 1151376 Change-Id: Idec4a231579b067d5aa9b60ae21d6a2a11e794ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553285Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#830250}
-
Janusz Majnert authored
Prerendering causes creation of additional RenderProcessHostImpl objects, which hold it's own blink instance. In single-process mode this causes blink to be initialized multiple times, which in turn triggers a DCHECK "FATAL:platform.cc(180)] Check failed: !did_initialize_blink_." This change disables prerendering in single-process mode. Test: load http://jmajnert.github.io/tests/prerender_landing.html in debug single-process build Bug: 1151372 Change-Id: I23992afbf681089b4b25e084eeccf470484b2320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550560Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#830249}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/79348b55df90..4b5d323d2fee 2020-11-23 tommi@webrtc.org Remove dependency on AsyncInvoker from BasicRegatheringController 2020-11-23 nisse@webrtc.org Delete internal getter methods from RtpRtcpInterface 2020-11-23 danilchap@webrtc.org Restructure format of the video layers allocaton rtp header extension 2020-11-23 mbonadei@webrtc.org Reland "Introduce RTC_NO_UNIQUE_ADDRESS." 2020-11-23 danilchap@webrtc.org Ignore frame type when calculating generic frame dependencies. 2020-11-23 nisse@webrtc.org modules/bitrate_controller/include is no longer a legacy api directory 2020-11-23 nisse@webrtc.org Delete unused class CaptureResultDesktopCapturerWrapper 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: chromium:764258 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I309bbd798235398902be5531703db8c6a6f75a67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554960Reviewed-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@{#830248}
-
Elly Fong-Jones authored
When a screenreader or other assistive technology is enabled, this change allows traversing even disabled menu items using the arrow keys. This seemingly odd behavior is how platform menus work on both Windows and Mac. One note: toggling assistive technology off while a menu is open causes the accessible arrow key behavior to remain for the lifetime of that menu, but toggling it on while a menu is open enables accessible behavior for the menu immediately. This too is seemingly odd but matches how the Mac system behaves. Bug: 1067760 Change-Id: Id5630fa69cd3d9cce76c89e123db8bbccb6ce5ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551799Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#830247}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/46823b0ba3d6..6f6504c9ad60 2020-11-23 jmadill@chromium.org Suppress WebGL Mac end2end failures. 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 jmadill@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: jmadill@google.com Change-Id: I74a1c152717f08558d93a9ed5c47a61f7b16abb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554961Reviewed-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@{#830246}
-
Nate Chapin authored
For userAgent(), all the necessary state can be ready off of the ExecutionContext already. For GetUserAgentMetadata(), it's already available on WorkerGlobalScope and can be easily reached from LocalDOMWindow, so add a GetUserAgentMetadata() to ExecutionContext. Change-Id: I03f1f83f589a1d4334efb58e2725ff00c7bd0414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552720 Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#830245}
-
Roman Aleksandrov authored
Fixed: 1136386 Change-Id: I9f6bf45c94fb8b26e05ecff5a5304e9eef857e81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552396 Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830244}
-
Elly Fong-Jones authored
This change renames all remaining variables & updates all remaining strings describing the master_preferences file except for strings/ variables/comments that are describing the filename on disk, which remains unchanged. The next step in this work is to add support for a new "initial_preferences" file, then deprecate support for the old "master_preferences" file. Bug: 1097209 Change-Id: I98ab16002669346239e9b7642302ad832429c3e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551281Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#830243}
-
Clark DuVall authored
This is a reland of 86c3def7 Changed this to use a field on BuildConfig.java so it wouldn't change the native lib. Original change's description: > Add synthetic field trial for isolated splits > > This should make analysis easier for a binary experiment, since the > Finch dashboard can be used. > > Bug: 1150162 > Change-Id: Id90204398234938c441982d5c2bc5c6f7c63d575 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545874 > Commit-Queue: Clark DuVall <cduvall@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#829494} Bug: 1150162 Change-Id: I9447c7f5e1303f036545287738028443c67551d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554032Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#830242}
-
Francois Doray authored
R=bbudge@chromium.org TBR=bbudge@chromium.org Bug: 1003252 Change-Id: I4504720a40f4335bbf45bcc997ed4598c9b3b721 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554788 Commit-Queue: François Doray <fdoray@chromium.org> Auto-Submit: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#830241}
-
Mohamed Heikal authored
Bug: 1151352 Change-Id: I2a117e5f6cb3bf1b08f7f9f68cea7e4a893db6fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553852 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#830240}
-
Jérôme Lebel authored
This patch disables the following tests on iOS device, since they are flaky: RepeatableQueriesServiceTest.SignedIn_ErrorResponse RepeatableQueriesServiceTest.SignedIn_DefaultSearchProviderChanged Bug: 1151909 Change-Id: Id3ad9614adc1fe2a03e6980624895b1172cff8fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552915 Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#830239}
-
Alexander Hendrich authored
This CL is part of a larger refactoring/clean-up of policy_test_cases.json. The "test_policy" field used to be read by the code, but the value is not used anywhere. Bug: 1151251 Change-Id: I472e4daa552e1f276c4d1ec6b4da04c8670cb507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552582 Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#830238}
-
Illia Klimov authored
This CL prevents abusive origin permission revocation for profiles with disabled Safe Browsing. Bug: 1151900 Change-Id: I87d117073363177d16b8957791ebf2badb307fb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552599 Commit-Queue: Illia Klimov <elklm@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#830237}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9c0dc3026eed..260eb0f662b4 2020-11-23 nodir@chromium.org [tryserver] Report affected files via property If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1151655 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I700efd778dea11245a8bc8c3b2a86a49597160f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553701Reviewed-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@{#830236}
-
Alexander Hendrich authored
This CL is part of a larger refactoring/clean-up of policy_test_cases.json. The field only exists as part of the "indicator_tests" so it is ignored here. Bug: 1151251 Change-Id: I6ff4ff8b88c4befaa7b340000fd149c5ea206f5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550819Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#830235}
-