- 01 Oct, 2020 40 commits
-
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/dba4db5668d6..29ef556aff96 2020-10-01 alessiob@webrtc.org AGC2: max adaptation speed now part of config 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: I1781ddd717d5afecab52807416be8c1e2fbdd846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443286Reviewed-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@{#812932}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/da5828c06b4c..16ebcf601d7f 2020-10-01 brandon1.jones@intel.com Limit Clear Color Values to 2^24 For Integer Formats If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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: cwallez@google.com Change-Id: I84a407a2b8ce27620a5beced24b9b80adde00aa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441708Reviewed-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@{#812931}
-
Henrique Nakashima authored
This will be used in the builder to generate stats to track the progress of modularization (which is done by running some scripts manually at the moment. Sample output: {"class_edges": 51396, "class_nodes": 8368, "inbound_ChromeActivity": 196, "inbound_ChromeTabbedActivity": 24, "package_cycles_size_equals_2": 390, "package_cycles_size_up_to_4": 19949, "package_edges": 7932, "package_nodes": 744} Bug: 1133838 Change-Id: Ia732386706740df290e58b0187c25589320217b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441323 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#812930}
-
David Black authored
Currently the file_icon_util will return kGoogleGrey700 icons for icons which do not have a color. In some cases, this is too low contrast to be easily seen. A follow up CL will make use of this newly exposed color param to request theme colors for file icons in the holding space feature. Bug: 1133913 Change-Id: I8e0f13ce9fb19782de950d7bb8fbe04ca21fb5cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443390Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#812929}
-
Peter Kotwicz authored
This strict mode violation is caused by a strict mode in com.samsung.android.feature.SemCscFeature#isUseOdmProduct() on Samsung devices BUG=1121181 Change-Id: If76dff59f26b26b65e0ca71ecf76fb3d7a2df4a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415277 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#812928}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1601553580-367c6f76c3cbdd1ced1ecc49db85241195c30ea6.profdata to chrome-linux-master-1601575120-46ddcdbe4da420985f324196a05692689b215d89.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-linux-chromium Please CC chrome-brapp-engprod@google.com,sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: chrome-brapp-engprod@google.com,sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com Change-Id: Id9b1d1a00b04fff135466116a1186658ee57337c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443280 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#812927}
-
Reda Tawfik authored
This CL records user actions on the warning dialog and the bottom sheet for the AllPasswordsBottomSheet. Adds a test for recording histogram. Bug: 1104132 Change-Id: I88afa34eb9d1562c138e4b967dca4da9d09e0b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429072 Commit-Queue: Reda Tawfik <redatawfik@google.com> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#812926}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: I616b7ee629c60295d76c5773b4961812bee1a33d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443450Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#812925}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1e5bef446919..6b79223314a5 2020-10-01 chonggu@google.com Reland "[Fuchsia] Allow passing through ssh_config file directly, make port optional." 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 skyostil@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: skyostil@google.com Change-Id: If981d732aed102fbb14bd18af0c2d81eb049249e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443282Reviewed-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@{#812924}
-
Jia authored
If a client makes rapid index updates that are intrinsically async, there may be a race condition so that updates are not done in the right order. This cl checks ongoing updates and queue later updates when necessary. Bug: 1133931 Change-Id: I0edbf57f2039b8a4dc51b75292788f22464eef9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440320 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812923}
-
Ilya Nikolaevskiy authored
Bug: none Change-Id: I69f267c01e4f26d3033cfc254d8f8bbee34cf01c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443809 Commit-Queue: Ilya Nikolaevskiy <ilnik@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Auto-Submit: Ilya Nikolaevskiy <ilnik@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#812922}
-
Lijin Shen authored
Increase height to fix failure. Bug: 1131684 Change-Id: Ie4ff784d0c93ea095d8d4b8596ef4db4a198e6fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442470Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#812921}
-
Erik Chen authored
This CL adds a new crosapi method KeystoreService.GetKeyStores. This provides the necessary and sufficient plumbing to implement enterprise.platformKeysInternal.getTokens. The difference in nomenclature and method signature between GetKeyStores and getTokens is intentional -- the goal is to create a cleaner API surface for stabilization. As a necessary side effect, this CL adds enterprise_platform_keys_internal.idl to Lacros builds. Bug: 1127505 Change-Id: I1d6678708316d26edd2b4ca043662a0b34ab3c27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406668Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#812920}
-
Sharon Yang authored
* Add sliders to role conversions * Add increment and decrement actions * Update data structures in FakeSemanticTree * Add waits for node updates in FakeSemanticTree * Add test only action/event pair in browsertests so waiting for actions is more reliable Test: AccessibilityBridgeTest.Slider Bug: fuchsia:56295, 1122806 Change-Id: Id0658ada5b15da1c128b69c1346aee1d39f2a6f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314758 Commit-Queue: Sharon Yang <yangsharon@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812919}
-
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 chonggu@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: chonggu@google.com Change-Id: I26611b9aa605278c577f71827455a7365c58573c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443283Reviewed-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@{#812918}
-
Mitsuru Oshima authored
This is what was used before crrev.com/c/2397321. We'll revisit this on M88. Bug: 1070828 Change-Id: Idf971490ff608aeaaf4472d1dfeb44e3e69e9266 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419923Reviewed-by:
Malay Keshav <malaykeshav@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#812917}
-
Dominique Fauteux-Chapleau authored
This is to keep this flag consistent with other enterprise flags like --device-management-url and --realtime-reporting-url (see crbug.com/1119515). Bug: 1128520 Change-Id: I36886843cb409e26ce24baa0f29c009e12b43988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441375Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#812916}
-
Andre Le authored
actions UI. - Add enable hotspot and locate phone quick actions controllers. - Connect the controllers to quick actions UI. - Minor changes in fake tether controller for testing. BUG=1106937,1126208 Change-Id: I1d4ace03120a4c51fcb351b7c19f33252b3fb81c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428735 Commit-Queue: Andre Le <leandre@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#812915}
-
Andrew Xu authored
This CL provides an alignment option in RoundedImageView to specify which portion of the image should be drawn. It's useful when the image's size is greater than the view's. Bug: 1133020 Change-Id: I923f4fcb763b8a1c17a18471148264ef21f7ed73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443492 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812914}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/98218e9219b1..d628ffbd8f1d 2020-10-01 kimstephanie@google.com Revert "Reland "Add optional enforce_fetch kwarg to fetch and refresh git cache"" 2020-10-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-10-01 kimstephanie@google.com Reland "Add optional enforce_fetch kwarg to fetch and refresh git cache" 2020-10-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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:1129235 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I8c085d09143677063ca31c5a7dd11518a3cd184e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443359Reviewed-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@{#812913}
-
harrisonsean authored
Add overall interaction metrics (with actions) and individual metrics for each of the checks. Bug: 1078782 Change-Id: Ic778e9ef54e9f358e28eab5b4b7ac30a7ad5d99d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442531Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#812912}
-
Chan Li authored
Bug: 1108016 Change-Id: I1d394ec317ec1674905c1dfd92e83e5547d033fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441737Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#812911}
-
Steven Valdez authored
This change plumbs the protocol_version and id from the key commitment to allow it be used to determine what crypto method to use and to include in requests via the Sec-Trust-Token-Version header. Design: https://docs.google.com/document/d/197OckoDGNe9-gSlB3dq9bufYoVimuFdon80ERHgK87E/edit# Change-Id: If7e06fa7ce74d7584230566898db74528d843c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425432 Auto-Submit: Steven Valdez <svaldez@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#812910}
-
Dave Tapuska authored
Change to use gfx::Size over WebSize for WebWidget. Use MainFrameViewWidget instead of the public API MainFrameWidget where available because then we will be able to remove APIs from the public blink API but still allow the internal tests to access WebViewFrameWidget APIs. BUG=738465 TBR=jbroman@chromium.org Change-Id: I48417ad4803153564c8b26d2c4b24cd9e8bc31a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436582 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#812909}
-
Joon Ahn authored
Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: Iac8393f186ce16b126543906b0f3260cf159f14f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442502 Commit-Queue: Joon Ahn <joonbug@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#812908}
-
Azeem Arshad authored
This CL addresses issue with "Other" APN values getting erased when changing APN options. This is fixed by saving APN value that are not in the APN db to the pref store. This list is made available in cros_network_config mojo api as a new custom_apn_list property. This also fixes issue with "Other" apn text fields getting overwritten because of managed property changes. Bug: b/167297672 Change-Id: I0ffb497be6d274eba99835f56c79e2d4a3004639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435978 Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#812907}
-
bttk authored
Only changing files related to ToolbarLayout. This correction came when moving LocationBarPhone.setUrlFocusChangePercent to the LocationBar interface. The move of the method will depend on this change. Bug: 1133482 Change-Id: I222175e8c39b39a75d87a05a3993d6c3cdae1bfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439109 Auto-Submit: who/bttk <bttk@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: who/bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#812906}
-
Brandon Wylie authored
Currently ToolbarManager pokes at LocationBar from the observer there. Instead, LocationBar now observers the service directly and the interface method can be removed. Bug: 1132073 Change-Id: Ie56487252c4142f78f618fe6cb7c93ab173d6a7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441682Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#812905}
-
Alex Newcomer authored
For clipboard history, only render img or table tags when a new flag is enabled. This flag will be enabled via finch at a later date so we can compare usage. Bug: 1131691 Change-Id: I21aa05c4daa5a80f0037c8507e0e32eda1f04bc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441258 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#812904}
-
Mei Liang authored
This is a follow up of crrev.com/c/2442479. This CL early returns when TabModelFilterProvider().getTabModelFilter() is not a TabGroupModelFilter to avoid the casting exception in TabGroupUiCoordinator.recordSessionCount(). This CL is gated by Finch parameter "enable_launch_polish" under flag "enable-tab-grid-layout", with gate function TabUiFeatureUtilities#isLaunchPolishEnabled. Bug: 1133922 Change-Id: I830b6721e15b6ca558e79b66dcd7a1b783186f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443395Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#812903}
-
Xinghui Lu authored
Regression is still seen at 50% Stable: http://uma/p/chrome/variations?sid=a3d201c28d29aab0568c58c18fca2e40. Currently 85% of get token requests finish within 50ms. http://uma/p/chrome/histograms?sid=1c472f87b67d1fe3197bdde7cb56db0e Waiting for a full second for acquiring tokens is too long. We should use an empty token if the token cannot be acquired in 50ms. In this CL, reduce the get token timeout to 50ms to see if it mitigates the issue. If the issue is still there, we will look into other solutions such as fetching the token in the background. Bug: 1070324 Change-Id: I744c775e88162b9c8814bf4a4efab98085c94da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442010Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812902}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/ca55b2704b0f..cdeac3d48653 2020-10-01 jophba@chromium.org Duplicate sources for standalone_receiver e2e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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 Bug: None Tbr: jophba@chromium.org Change-Id: Id5b8fd7d61b852363241cbc628a53c267862781f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443357Reviewed-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@{#812901}
-
Garrett Beaty authored
Change-Id: Ic04dbb979d49437347ccb46e31f134b826165dcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432860Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#812900}
-
Jeffrey Young authored
Useful for testing ambient mode on development builds. BUG=none Change-Id: I014797dcce9a2ffe62e80e6df196f50d243de8c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443510Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#812899}
-
Trevor Perrier authored
This reverts commit 78a5b827. Reason for revert: Pinpoint identified startup time increases because of this. Need to put all logging behind flags. https://crbug.com/1134079#c6 Original change's description: > [Android] Add logging for AppLocaleUtils > > This CL adds some simple logging in AppLocaleUtils to observe what > language splits are available to the application and what the override > locale should be. > > Bug: 1128698 > Change-Id: I925cd84d384602e2f0beedd63ecd551f87c24b09 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440976 > Reviewed-by: Scott Little <sclittle@chromium.org> > Commit-Queue: Trevor Perrier <perrier@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812522} TBR=sclittle@chromium.org,megjablon@chromium.org,perrier@chromium.org Change-Id: I957ab8aeb01ae21b772e332941cb95e06a7f80ad No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1128698, 1134079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443217Reviewed-by:
Trevor Perrier <perrier@chromium.org> Commit-Queue: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#812898}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1601553580-dedfc7e09ce8d42299369759d9da080930ec4031.profdata to chrome-mac-master-1601575120-30d2ff52ccba123fa446e04afa93e5dc42388f0f.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ia29a4ca5b58570ff81e7e318952767d3529ae167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443358Reviewed-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@{#812897}
-
Jeffrey Young authored
BUG=none Change-Id: I84e392bf47da6641e266f7568c1da80ec154b127 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441264Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#812896}
-
Daniel Rubery authored
Responses served from the cache follow a very similar code path to responses from the server, but we probably don't want to treat them the same in metrics, so this CL breaks the metric in two. Change-Id: I80fc9ebbfa8afc39237dc57727f13f5be68cabcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438889Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#812895}
-
Yusuf Sengul authored
Bug: 1133036 Change-Id: I9a24db72f8f111c4509dc874aa1de5b44b6f4e22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436780 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#812894}
-
wutao authored
This patch sizes the preview to cover the img element while keeping the aspect ratio. Bug: b/169434370 Test: manual Change-Id: If54cd536d037e1cc9a6a75335fe1ea7e93d24a13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442488Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#812893}
-