- 01 Oct, 2020 40 commits
-
-
Jordan Bayles authored
Currently, some of the TabCapture tests are disabled, due to historic flakiness. A lot of this is due to using an invalid URL, causing the web contents to be flaky/broken. This patch re-enables tests and fixes some of them by using actual domains and improving test isolation. Some tests are reenabled with the hope that they will be more more stable now... will have to monitor. Bug: 427730, 674517, 764464 Change-Id: Ic8cb93388572ff5e5828e6179cb728084c9324d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438290 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#812948}
-
Yue Li authored
The current text annotation model we are using is not good at concatenated words like "SampleClassName" and words contains special characters like "test_example(". Since it takes time for us to roll up to the v2 model, filter such kind of queries for now to improve the quality. Bug: b/159664194 Test: Manual Test Change-Id: I203388766b160fa7f3368702e1c75683a3e148ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440832 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812947}
-
Tarun Bansal authored
The previous ownership in tools/metrics/histograms/OWNERS is no longer relevant. Change-Id: I3fe050c396011ae88c8766d8e259b8a32cf9c20b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442094 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Cr-Commit-Position: refs/heads/master@{#812946}
-
Sophey Dong authored
Bug: 1133398 Change-Id: Ie8787bd6f5772805a94c972163cd8a4e7735ef03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442097Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#812945}
-
Marijn Kruisselbrink authored
A previous CL made opening files on special volumes via the file picker and file handling APIs work, this also fixes the entry point for drag&drop in a similar manner. The bulk of this change is changing NativeFileSystemMangerImpl to use the file system backends instead of base::File to determine if a path is a file or a directory. Bug: 1132102 Change-Id: I6c64356ea285b717ce63afc9c34d097bcde08016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432808Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#812944}
-
Patrick Monette authored
The voting system that existed for frames must be expanded to also support workers. This means the old name was no longer adequate. Bug: 971272 Change-Id: Iaa6a368b6c36a7971388acef14b5182cdd507b29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432669Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#812943}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/72a6843cad22..d2958971d9c5 2020-10-01 fmayer@google.com Merge "Allow to use data_source_stop_timeout_ms in java_heap_dump." 2020-10-01 treehugger-gerrit@google.com Merge "perfetto_cmd: Use monotime for sendfile timeout" 2020-10-01 treehugger-gerrit@google.com Merge "Add missing stddef.h header in compiler.h" 2020-10-01 treehugger-gerrit@google.com Merge "processor: Update null names of legacy Chrome async tracks on lookup." 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: I9e335d669e8fe66130631a440c14594e6808e5cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441381Reviewed-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@{#812942}
-
Karan Bhatia authored
This reverts commit 1b26f574. Reason for revert: Causes HidServiceTest.OpenAndNavigateCrossOrigin to fail. Original change's description: > [hid] Replicate self-destruct logic in connection fake > > HidConnectionImpl is self-owned and will self-destruct on > disconnection of the HidConnection or HidConnectionWatcher. > This CL modifies the FakeHidConnection used in tests so it > behaves the same way. > > BUG=1126689 > > Change-Id: I8bbdcca7c77699749c6022f01b8a456c4891cdb8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441151 > Commit-Queue: Reilly Grant <reillyg@chromium.org> > Auto-Submit: Matt Reynolds <mattreynolds@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812858} TBR=reillyg@chromium.org,mattreynolds@chromium.org,andypaicu@chromium.org Change-Id: Ibd1de02feee8d39e071a3291f3dce2062eff3270 No-Presubmit: true No-Tree-Checks: true No-Try: true TBR: mattreynolds@chromium.org Bug: 1126689, 1134346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443760 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#812941}
-
Leonard Grey authored
This command source adds commands to create a new Doc, Sheet, Meet etc. It doesn't require any integration, since it takes advantage of the new docs.new etc. URLs. (This change also populates CommanderController's default command sources) Bug: 1014639 Change-Id: I1acef15e9eac2cda11b0087419ee8ccb6328dd9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442871 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#812940}
-
David Bertoni authored
Bug: 1093066 Change-Id: I295f3167a49054acd8498728bbb87981c13390f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427033 Auto-Submit: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#812939}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ie40d71cc1ad5821a4dc6f17f2dd5ca484572c656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442647Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#812938}
-
Haiyang Pan authored
This reverts commit 38fddca3. Reason for revert: content_browsertests should be covered on android CQ. We could remove test suites that are covered by M from L so that L does not have capacity issue. Original change's description: > Disable content_browsertests from android-lollipop-arm-rel. > > Bug: 1131618 > Change-Id: I1cbdfeb79ed0b86afe8351bfd10f642851adfb87 > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427126 > Commit-Queue: Anjali Doneria <adoneria@google.com> > Reviewed-by: Haiyang Pan <hypan@google.com> > Reviewed-by: Erik Staab <estaab@chromium.org> > Cr-Commit-Position: refs/heads/master@{#809953} TBR=estaab@chromium.org,martiniss@chromium.org,hypan@google.com,adoneria@google.com Bug: 1131618, 1133002 Change-Id: I2d56ce960db789cd650cd90f6d00a53ce8e96fec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434676Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#812937}
-
Caitlin Fischer authored
Bug: 1126640 Change-Id: Ie6027b53de6b832424d7c926581786aab5d4fe93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437023Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#812936}
-
spdonghao authored
Bug: 1113852 Change-Id: Ic5a75d929b1ee4b62b3925a7d47a8c05886d87b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426566Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Hao Dong <spdonghao@chromium.org> Cr-Commit-Position: refs/heads/master@{#812935}
-
Nate Fischer authored
No change to logic. This autogenerates AwFeatures.java from aw_features.cc using the java_cpp_features GN rule. Fixed: 1128789 Test: autoninja -C out/Default system_webview_apk Change-Id: If3f3f36384e04328428f3feb05bffa62c02fcdf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412798 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#812934}
-
Antonio Gomes authored
BUG=1113900 R=jamescook@chromium.org Change-Id: I7e1eb50571f25a5713e4795fa34f3de07b1a3022 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443394 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Auto-Submit: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#812933}
-
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}
-