- 30 Apr, 2018 40 commits
-
-
Wenzhao Zang authored
According to the discussion in https://chromium-review.googlesource.com/c/chromium/src/+/938543, the app icons will be delivered as single 192*192 *.png. Please see the bug for more details. Bug: 835350 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4c20f6e90b200559dc0b347beea15233c675d943 Reviewed-on: https://chromium-review.googlesource.com/1035915Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#554893}
-
Ovidio Henriquez authored
This change updates the WebUSB IDL files to expose the API, minus requestDevice method, to Dedicated and Shared Workers. The change is only available via a test runtime enabled flag. The global interface listing tests are updated to match the newly exposed interface. The spec for this feature can be found at: https://wicg.github.io/webusb/#enumeration Bug: 837414 Change-Id: I0bb9c2db50d63dc0a1363853610bb24f83897702 Reviewed-on: https://chromium-review.googlesource.com/1014196Reviewed-by:
Chong Zhang <chongz@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#554892}
-
Tarun Bansal authored
This code is quite old, affects only ChromeOS, we really do not know who is the actual owner of this code, or how these metrics are being used. Change-Id: Iac7f8c24f37aa10e2f5053e0e2c734fa6220f745 Bug: 801884 Reviewed-on: https://chromium-review.googlesource.com/1034455 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#554891}
-
Ria Jiang authored
Bug: 746470 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I474adb47645eb2de52fe4ce368b8baf390d3f574 Reviewed-on: https://chromium-review.googlesource.com/1036102Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Ria Jiang <riajiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#554890}
-
Kai Ninomiya authored
Now applies only to no_angle configurations. TBR=kbr@chromium.org Bug: 829541 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_optional_gpu_tests_rel Change-Id: Ie12f38d0f6c181a9652c71b54139533986ff1f16 Reviewed-on: https://chromium-review.googlesource.com/1024400 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#554889}
-
Antoine Labour authored
It is not needed for correctness, and it has overhead. Work is generally already flushed in TileManager::FlushAndIssueSignals. Bug: 836497 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I53156defe40fe0818ca05f8cfc2cf8d5faf99e02 Reviewed-on: https://chromium-review.googlesource.com/1035919Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#554888}
-
Raymond Toy authored
This test fails on Firefox because it signals the incorrect type on some tests. A bug was filed and should be fixed soon. Bug: 745778 Change-Id: Idb0ece151a3f9404b4a10ddb719cfc4982a57959 Reviewed-on: https://chromium-review.googlesource.com/1035917Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#554887}
-
Caleb Rouleau authored
This implementation separates the reading of the socket from the parsing of the data from the socket to avoid edge cases. The existing implementation makes assumptions about how the result will be pushed to the socket from the other end. It had different behavior depending on whether we read in an output like "OKAYOKAY0005abcde" in separate chucks like "OKAY" "OKAY" "0005abcde" versus as larger chunks like "OKAYOKAY" "0005abcde" or one big chunk like "OKAYOKAY0005abcde" Given that the adb server has some interesting edge cases (documented in this new code), it was more complex to handle them with the old implementation. Note also that these edge cases were being hit when I tried to pass port=0 to the adb server (so that it would allocate a remote forwarding port itself so there would be no race condition). So that work is blocked on this work. Bug: chromedriver:2161 Change-Id: Ia83f8c3e4e0261a9467ab2814502c37f3f7e0645 Reviewed-on: https://chromium-review.googlesource.com/1011131 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#554886}
-
Kevin Marshall authored
This reverts commit b29fc269. Reason for revert: Generated code lacks export directives, causing linker errors on component/debug builds. https://logs.chromium.org/v/?s=chromium%2Fbb%2Fchromium.fyi%2FFuchsia__dbg_%2F18935%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout Original change's description: > [Fuchsia] Use Netstack FIDL interface to get network interfaces. > > 1. Updated FILD GN template to generate and compile tables file, FIDL > generated code was failing to link without them. > 2. Updated GetNetworkList() for Fuchsia to FIDL API instead of ioctl(). > > Bug: 831384 > Change-Id: Ib90303a5110a465ea5f2bad787a7b63a2bf13f61 > Reviewed-on: https://chromium-review.googlesource.com/1023124 > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Reviewed-by: James Robinson <jamesr@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554868} TBR=jamesr@chromium.org,mmenke@chromium.org,sergeyu@chromium.org Change-Id: Iaaa6e563c90acced9c87bd1adccd2e313c57292e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 831384 Reviewed-on: https://chromium-review.googlesource.com/1036383Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#554885}
-
Peter Boström authored
This change accomplishes a couple of things: * Unifies Touchable and Refresh layout inkdrop behavior. * Gets 8dp inkdrop corners for Touchable * Removes hard-coded inkdrop sizes and insets. * Makes the flood-fill inkdrop work with extended edges (toolbar edges). This was not a problem for touchable as they removed extended edges. * Changes Refresh inkdrop size to 28dps instead of inkdrop-default 24dp. * Uses flood-fill inkdrop for Refresh. * Increases toolbar horizontal padding to 8dp per specs. Bug: chromium:822069, chromium:834511 Change-Id: I458fecfb14ca2d21dcf9513756182b2bf8e9320e Reviewed-on: https://chromium-review.googlesource.com/1033962 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#554884}
-
Jiaquan He authored
- Move files: tools/git/move_source_file.py \ ui/app_list/answer_card_contents_registry.* \ ui/app_list/app_list_constants.* \ ui/app_list/app_list_features.* \ ui/app_list/app_list_switches.* \ ash/public/cpp/app_list/ mv ui/app_list/vector_icons ash/public/cpp/app_list/ - Replace export macros sed -i 's/APP_LIST_EXPORT/ASH_PUBLIC_EXPORT/g' \ ui/app_list/answer_card_contents_registry.* \ ui/app_list/app_list_constants.* \ ui/app_list/app_list_features.* \ ui/app_list/app_list_switches.* sed -i 's/ui\/app_list\/app_list_export.h/ash\/public\/cpp\/ash_public_export.h/g' \ ui/app_list/answer_card_contents_registry.* \ ui/app_list/app_list_constants.* \ ui/app_list/app_list_features.* \ ui/app_list/app_list_switches.* - Update BUILD.gn sed -i 's/\/\/ui\/app_list\/vector_icons/\/\/ash\/public\/cpp\/app_list\/vector_icons/g' \ ui/app_list/BUILD.gn \ chrome/browser/ui/BUILD.gn - Manually move files from //ui/app_list/BUILD.gn into //ash/public/cpp/BUILD.gn - Manually update //ash/public/cpp/app_list/vector_icons/vector_icons.*.template - Update include paths: grep -rIl "ui/app_list/vector_icons/vector_icons.h" ui/ chrome/ | \ xargs sed -i 's/ui\/app_list\/vector_icons\/vector_icons.h/ash\/public\/cpp\/app_list\/vector_icons\/vector_icons.h/g' - Format files git cl format Bug: 733662 Change-Id: I89677e6b0d46e0cdf67583f8408138f9a80ffcf2 Reviewed-on: https://chromium-review.googlesource.com/1029534Reviewed-by:Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#554883}
-
Sergey Berezin authored
The 'API' to the scripts remains the same, only the delivery mechanism changes. This is a reland of https://crrev.com/c/887819. BUG=797051 R=erikchen@chromium.org, justincohen@chromium.org Change-Id: I6628170430265e54e6ed0d42509114825b85a6b8 Reviewed-on: https://chromium-review.googlesource.com/1030816Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#554882}
-
Hans Wennborg authored
After Clang r329300 we need to request this explicitly. Make sure to do so also on Windows. Bug: 835506, 829795 Change-Id: I4b47e897ac202eb796d8c5b31808dfae2aeb5b22 Reviewed-on: https://chromium-review.googlesource.com/1035265Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#554881}
-
Gabriel Charette authored
(and modernize usage of RunLoop) Bug: 825327 Change-Id: I4a453384ea9f9735824c1259bd82c590571ff038 Reviewed-on: https://chromium-review.googlesource.com/1024798Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#554880}
-
bsheedy authored
Adds a DEPS entry for the WebXR samples repo to sync to //chrome/test/data/vr/webxr_samples. Bug: 837862 Change-Id: I51ba684dbf6c81dc72c2dc1b019136c03d2ae931 Reviewed-on: https://chromium-review.googlesource.com/1034093 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#554879}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c85a0583..24ba22b7 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I313dc1025bc8af7245d47cba34e1c017d41e3933 Reviewed-on: https://chromium-review.googlesource.com/1035982Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#554878}
-
Ken Rockot authored
Changes the default cros_board value in DEPS from "amd64-generic" to the empty string. Changes the cros SDK deps to then be additionally gated on cros_board being non-empty. This is in preparation for setting target_os=["chromeos"] in gclient configs for all Chrome OS builders, including desktop Chrome OS, without causing the latter to pull in unnecessary SDK deps. Bug: 822034 Change-Id: I04b62c366731e4c18722df45767a2868c10d8b11 Reviewed-on: https://chromium-review.googlesource.com/1036003Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#554877}
-
Zhenyao Mo authored
Otherwise the previous one will outlive the RenderProcessHostImpl and may trigger flaky crashes in some browser_tests. BUG=835577 TEST=asan bots R=rockot@chromium.org,piman@chromium.org TBR=sky@chromium.org Change-Id: Ie4c186866a7ada2dff523e3d9168f44b97503472 Reviewed-on: https://chromium-review.googlesource.com/1034017Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#554876}
-
Sergey Berezin authored
R=nodir@chromium.org Bug: 731546 Change-Id: I717ac96f41c398451a2e8b888e85b6d673a7c112 Reviewed-on: https://chromium-review.googlesource.com/1035916 Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#554875}
-
btolsch authored
Some IndependentOTRProfileManager tests need to wait for a browser window and its associated Browser object to be destroyed. This was originally done with base::RunLoop::RunUntilIdle, but this isn't necessarily sufficient and may be a source of flakes on Mac. Bug: 835834, 837236 Change-Id: I8dfd71e45cea7df411693dbccb153f9554754809 Reviewed-on: https://chromium-review.googlesource.com/1034279Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Cr-Commit-Position: refs/heads/master@{#554874}
-
Zentaro Kavanagh authored
- This fixes that Android WebView did not default to NTLMv2 - This was changed already for all other platforms but it did not take effect on WebView. - Sets the default value of ntlm_v2_enable_ to true in HttpAuthPreferences - Previously the default was changed in flags, but it did not apply when a default HttpAuthPreferences was created, but no flags/features are overriden. BUG=chromium:830542,chromium:22532 TEST=unittests Change-Id: If660a9b5ab3a23735407468b30ee0f58aff5ce6c Reviewed-on: https://chromium-review.googlesource.com/1030250 Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#554873}
-
Oystein Eftevaag authored
R=primiano@chromium.org No-Try: true Change-Id: Ia6642d8576939ba28492ddada335bb10e77e802f Reviewed-on: https://chromium-review.googlesource.com/1031516 Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#554872}
-
Derek Cheng authored
Part 3 of Custom DIAL launch patches. (Diffbase = 1014722) Added the following classes: DialActivityManager - handles custom DIAL launch session management DialInternalMessageUtil - utility functions for generating/parsing different types of Cast messages for Custom DIAL launch for communicating with Cast SDK. Bug: 816628 Change-Id: Id9eb4fdd393677771c9a278d78584e88339d21fa Reviewed-on: https://chromium-review.googlesource.com/1018281 Commit-Queue: Derek Cheng <imcheng@chromium.org> Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Cr-Commit-Position: refs/heads/master@{#554871}
-
Sorin Jianu authored
Bug: 837371 Change-Id: Ifc2aa0c3b9a8e75d44dad32136d172d58380f1b4 Reviewed-on: https://chromium-review.googlesource.com/1033468Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#554870}
-
https://pdfium.googlesource.com/pdfium.git/+log/da8063f087c3..94161d59fd3c $ git log da8063f08..94161d59f --date=short --no-merges --format='%ad %ae %s' 2018-04-30 rharrison Optimize yet another piece of barcode code Created with: roll-dep src/third_party/pdfium BUG=chromium:837610 The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I99347d6fe95d3231ead1d96dfaee8e1db381c992 Reviewed-on: https://chromium-review.googlesource.com/1035795Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554869}
-
Sergey Ulanov authored
1. Updated FILD GN template to generate and compile tables file, FIDL generated code was failing to link without them. 2. Updated GetNetworkList() for Fuchsia to FIDL API instead of ioctl(). Bug: 831384 Change-Id: Ib90303a5110a465ea5f2bad787a7b63a2bf13f61 Reviewed-on: https://chromium-review.googlesource.com/1023124 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
James Robinson <jamesr@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#554868}
-
Parastoo Geranmayeh authored
Logs hidden or presentational 'select' fields that were autofilled to support reflected synthetic fields. Bug: 836949 Change-Id: I5dfd0d21f96d7f95ede8632fcd092991869e7cb9 Reviewed-on: https://chromium-review.googlesource.com/1033325Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#554867}
-
Gayane Petrosyan authored
When trial and group names are outputed to string special characters are escaped. However '.' and '*' are not escaped. Bug: 694675 Change-Id: I52583ee8f05f0dd49c6a4b28b03881054014625a Reviewed-on: https://chromium-review.googlesource.com/988267 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#554866}
-
https://skia.googlesource.com/skia.git/+log/00d554b5b6d7..44a8c74e3554 $ git log 00d554b5b..44a8c74e3 --date=short --no-merges --format='%ad %ae %s' 2018-04-30 brianosman Use skcms equality to detect sRGB profiles 2018-04-30 herb Check that Android is not looking up fonts 2018-04-27 bsalomon memset arrays in TestForPreservingPMConversions in case of read pixels failure Created with: roll-dep src/third_party/skia BUG=chromium:837649 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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_optional_gpu_tests_rel TBR=brianosman@chromium.org Change-Id: I355fcd56fff2d47b892989370583cfd9c9bebbfe Reviewed-on: https://chromium-review.googlesource.com/1035621 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554865}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/3b460db214b5..e4408a07bea9 $ git log 3b460db21..e4408a07b --date=short --no-merges --format='%ad %ae %s' 2018-04-25 linfengz Update variance_test.cc 2018-04-27 marpan vp9-svc: Remove the memset on the svc fb_idx. 2018-04-25 jianj VP9 SVC: Add new level to constrain inter-layer pred. 2018-04-26 marpan vp9-svc: Remove unneeded call and init some parameters. 2018-04-26 huisu Respect MV limit in vp9_int_pro_motion_estimation() 2018-04-24 huisu Do one level less of transform search for large blocks 2018-04-23 marpan vp9-svc: Add GET control to get SVC pattern info. 2018-04-24 jianj Fix vp8_multi_resolution_encoder test failure. 2018-04-24 huisu Calculate transform size cost once per frame 2018-04-23 huisu Remove get_tx_probs2() 2018-04-23 huisu Add speed feture to control tx size search depth Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com BUG=webm:1526, webm:1527 Change-Id: I378c1da29d587a3edfa50f8fd984b0eb318ae765 Reviewed-on: https://chromium-review.googlesource.com/1035530Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#554864}
-
Daniel Cheng authored
Bug: 728219 Change-Id: Iec383f0378bc6c7a2e60f03df5bae4dcfbd9ddd5 Reviewed-on: https://chromium-review.googlesource.com/1035902 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#554863}
-
James Cook authored
It's an internal ash detail. Use extension_misc::EXTENSION_ICON_MEDIUM in the 2 places in Chrome Apps code that need an appropriate size. Bug: 678705 Test: browser_tests Change-Id: I780377a91f1f7da633f784e4fc35bc0b77a9f7de Reviewed-on: https://chromium-review.googlesource.com/1035443Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#554862}
-
Reilly Grant authored
This entry was added to single_website_preferences.xml during development of r554468 but is unused and unnecessary. Tapping it triggers a crash. This patch removes it. Bug: 838035 Change-Id: Idb2b1c553e2a716e345903188298fe8e4b1c7e08 Reviewed-on: https://chromium-review.googlesource.com/1035782Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#554861}
-
Tarun Bansal authored
Bug: 817049 Change-Id: I06eba99526dfd5b0a3f7fdc8fca60355abf93326 Reviewed-on: https://chromium-review.googlesource.com/1035914Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#554860}
-
Zhongyi Shi authored
Attempt connection migration by calling OnPathDegrading if the path is still degrading when a new network is connected. Bug: 835444 Change-Id: I3e37d664019af21e7a61d9b49a0fb92d936e6141 Reviewed-on: https://chromium-review.googlesource.com/1026691 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#554859}
-
Theresa authored
Also remove the expand button left-over from Chrome Home. BUG=746712 Change-Id: I3dd3aa2ce6c9ed16146859ec50356b4f73cf5a9d Reviewed-on: https://chromium-review.googlesource.com/1025172 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#554858}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 432353f4. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/16552 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=lukebjerring No-Export: true Change-Id: I03e39968ae27917473c655b73f26175280f7e009 Reviewed-on: https://chromium-review.googlesource.com/1035703 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#554857}
-
Elly Fong-Jones authored
The Mac unfocused border color is far lighter and looks wrong in the MacViews Harmony UI surfaces. Bug: 837278 Change-Id: I98807cf565e30f51ddc5486c3cc00b8cf6ae5c74 Reviewed-on: https://chromium-review.googlesource.com/1035107 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#554856}
-
Emircan Uysaler authored
These categories were renamed in a previous CL. This fix the corresponding telemetry test. Bug: 837881 Change-Id: I0c769add6d9a78ce1364983ed5bb70ac0d644ee0 Reviewed-on: https://chromium-review.googlesource.com/1034119Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#554855}
-
Theresa authored
BUG=837718 Change-Id: I8343ced1fb8d288f842605c292714c82bea99e6a Reviewed-on: https://chromium-review.googlesource.com/1035453Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#554854}
-