- 20 Feb, 2020 8 commits
-
-
Ahmed Mehfooz authored
The elide for notification buttons was disabled to fix a relatively smaller bug. Need it enabled for correct functionality with longer labels. Bug: 1043643 Change-Id: Ia38f5586d636e1e06033ed468275d2dfe28bf6ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065549Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#742878}
-
Robert Ogden authored
Bug: 1049675 Change-Id: Ide9d8a6fccbb53573d57c3232de2f7d5d3986647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065349 Auto-Submit: Robert Ogden <robertogden@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#742877}
-
Nnamdi Theodore Johnson-Kanu authored
This CL continues the process of separating the strings into specific files. Strings used by both Chrome OS and Chrome browser settings sync page are removed from setting_strings.grdp and added into shared_settings_strings.grdp. This effort was started in parent 2042733. Bug: 967883 Change-Id: I69805e86cce0806841dad8d17d44d8707728b802 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050877 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#742876}
-
Dale Curtis authored
This ensures that utility processes don't end up starting with a different on disk binary than is currently running. This works by adding a new "--no-zygote-sandbox" command line flag which is set in ZygoteCommunication based on a construction flag. It's used to launch the zygote without the setuid and namespace sandboxes; which sounds scary, but is already the case today for utility processes with specialized sandboxes (net, ime, audio, soda). Within the ZygoteMain this functions as if "--no-sandbox" was specified to the Zygote and skips its sandbox setup. The actual sandbox is later applied by UtilityMain(). Bug: 22703,1049234 Change-Id: Ib61e7c71c6ee43e2ab518fa0ed109bea36677bff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047932Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742875}
-
Josh Simmons authored
Extend this UMA expiry date until Chromium M90. Tbr: slangley@ Bug: 1046009 Change-Id: Ibb6856cd8ffa907927cee2950bf9e9cd2639363b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065248Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742874}
-
Joel Hockey authored
Change-Id: Iafa88f696ee5a5b7c51cf7a65a9f210c8e2ea4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065568 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Jason Lin <lxj@google.com> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#742873}
-
Joey Scarr authored
Changes in response to post-commit comments on: * https://crrev.com/c/2050212 * https://crrev.com/c/2049003 * https://crrev.com/c/2050049 Bug: 1007822,1007821,1007823,1007825,1007826,1007828 Change-Id: I5124ef2169f62c14f00fd451ae8f2f40c5739d79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063613 Commit-Queue: Joey Scarr <jsca@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#742872}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/3aa23228350c..f14fa29a7b1d git log 3aa23228350c..f14fa29a7b1d --date=short --first-parent --format='%ad %ae %s' 2020-02-19 btolsch@chromium.org Add unsigned long long ByteSwap support Created with: gclient setdep -r src/third_party/openscreen/src@f14fa29a7b1d 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/+/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: Ic4330bc60659c46ffb1df80ae1bd2b54d705cf05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065395Reviewed-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@{#742871}
-
- 19 Feb, 2020 32 commits
-
-
Anand K. Mistry authored
Bug: 939235 Change-Id: I61f938a9af5357de1d151ab056138b8614a5f029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059703 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#742870}
-
Joel Hockey authored
Browser type app can also support tabs and should allow tab accelerators (select next tab, select tab N, etc) when tabs are being used. Browser::SupportsFeatures(Browser::FEATURE_TABSTRIP) provides the logic to detect when tabs are supported. Bug: 1033334 Change-Id: I2e97d5d59f3b21233394c3c382fdc1fcefae3438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062022 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#742869}
-
Jason Lin authored
The installer/upgrader web page has its own closing logic to handle esc key. The dialog code has logic to make sure that it is not forced close on esc key so that the web page can have a chance to handle it. But this behavior is broken by CL https://crrev.com/c/1877088. This CL fixes it by implementing the new ShouldCloseDialogOnEscape() method. Bug: 1053376 Test: manual Change-Id: I4cbd9f9e0a6cfec53ff6c7a54c35b326361c5063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060367 Auto-Submit: Jason Lin <lxj@google.com> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
David Munro <davidmunro@google.com> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#742868}
-
Alexey Baskakov authored
1) Rename InstallManager::InstallWebAppFromSync to InstallBookmarkAppFromSync. 2) Move the check we introduced here: https://chromium-review.googlesource.com/c/chromium/src/+/1981239 to WebAppInstallManager::InstallBookmarkAppFromSync() so web apps team owns it. 3) Demote DCHECK(provider) to if(provider) to avoid crashes for legacy or bizarre profiles with bookmark apps data in them. If you try to run chromeos-on-linux binary for a profile data dir created by chrome-linux binary, you get the "bizarre" profile. This CL doesn't introduce any behavior changes. We will implement migration of bookmark apps arriving from the sync server in follow up CLs under crbug.com/1020037 task. Bug: 1020037 Change-Id: Ic7861734b6bbcb9fe228eb513782251ba8b4ff32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060220Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#742867}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 870e8fca. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I836194645a83a8e3c55201d8d8642d0c65d94c99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064891Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#742866}
-
Josh Simmons authored
Extend this UMA expiry date until Chromium M90. Tbr: slangley@ Bug: 1052985 Change-Id: I533e5995923e380069d40396725e9c06f1988f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065188 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742865}
-
Anand K. Mistry authored
Bug: 634140 Change-Id: I8f539e99b1a48bdff96e1d100be4e2cdb8ea9be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054470Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#742864}
-
Xiaohui Chen authored
Bug: 149759085 Test: run integration tests Change-Id: Ie5e146a26afed1d71a8d303fd940446f01cedc7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064773 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#742863}
-
Domenic Denicola authored
Previously most parts of the code would check if origin policy was enabled, but one part would check if origin policy was enabled *or* if experimental web platform features was enabled. The intention is to have experimental web platform features imply origin policy, which can be done through content_switch_dependent_feature_overrides, and then only having to check if origin policy is enabled. Bug: 751996 Change-Id: I2da004e77ecc8b72e426b8c62ab944837a92d6a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063046Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#742862}
-
Dale Curtis authored
This ensures that every utility process sandbox type actually results in the created process being sandboxed. This has always been important, but will become slightly more important when we start spawning from an unsandboxed zygote. This works by creating a SandboxStatusService mojo service which is test only and exposes it on created utility processes. The test then simply creates a utility process with every sandbox type ensures the sandbox status is non-zero for types which should be sandboxed. R=rsesek Bug: 22703,1049234 Test: It's all tests! Change-Id: I512f7aa77c20ba66e66cf448bfdabf5865a487e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055993Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742861}
-
Steve Kobes authored
Fix reference links and bullet lists to render in md_browser.py, and add some paragraph breaks for readability. Bug: 1045064 Change-Id: I48e69df7019a6c43cbb0d44f453fefefd721b9c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063137Reviewed-by:
Tom McKee <tommckee@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#742860}
-
Owen Min authored
The following two metrics will now expire at M85 Signin.ForceSigninVerificationTime.Success Signin.ForceSigninVerificationTime.Failure Bug: 1053142 Change-Id: I0a06d9ff279f13994745d002afbef7c3037fa449 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062077Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#742859}
-
Christopher Thompson authored
Bug: 1039756 Change-Id: If1c953bc9ffd4e7bc08060756159b74f721a8cad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056936 Auto-Submit: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#742858}
-
Owen Min authored
Update the following metrics to expire after M89: Enterprise.CloudReportingBasicRequestSize Enterprise.CloudReportingRequestCount Enterprise.CloudReportingRequestSize Enterprise.CloudReportingResponse Enterprise.CloudReportingStaleProfileCount Enterprise.MachineLevelUserCloudPolicyEnrollment.RequestFailureTime Enterprise.MachineLevelUserCloudPolicyEnrollment.RequestSuccessTime Enterprise.MachineLevelUserCloudPolicyEnrollment.Result Enterprise.MachineLevelUserCloudPolicyEnrollment.StartupDialog Enterprise.MachineLevelUserCloudPolicyEnrollment.StartupDialogTime Also make myself as the owner of all metrics above. Bug: 1051973, 1052971 Change-Id: I6575b26ddfe23474e57adcaffc48fbfe08b72c9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063151 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#742857}
-
Eric Willigers authored
We enable the flag DesktopPWAsUnifiedUiController Web apps (PWAs and shortcuts) now use WebAppBrowserController instead of HostedAppBrowserController. This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/2057105 after SystemWebAppManagerBrowserTest no longer relies on Extensions. Bug: 966290 Change-Id: I6b969f1f8b7270ae3a698c8096b5f0ea1fed8ea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064155 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#742856}
-
Joey Scarr authored
In response to post-commit comments on https://crrev.com/c/2050408. Bug: 1007827,1007826 Change-Id: I4ef3aeb5ae586ad19c40db7d2c656e011bdf382a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062016Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joey Scarr <jsca@chromium.org> Cr-Commit-Position: refs/heads/master@{#742855}
-
Robert Ma authored
This CL cherry picks the core part of https://github.com/web-platform-tests/wpt/pull/21705 into blinkpy. See README.chromium for more context. Bug: 1042034 Change-Id: I9045c9e2987ef4b22e722f934d23037635000874 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064783Reviewed-by:
Domenic Denicola <domenic@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#742854}
-
Takuto Ikuta authored
This is to remove reference to python swarming client which is being deprecated. testing/legion is not referenced other than example_test_controller.py https://cs.chromium.org/search/?q=legion+-f:%5Esrc/testing/legion&sq=package:chromium&type=cs example_test_controller is not referenced other than legion https://cs.chromium.org/search/?q=example_test_controller&sq=package:chromium&type=cs Bug: 984869 Change-Id: I9929893154ad35b27c9df1e8266fe1d6f4e22d89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053644 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@google.com> Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742853}
-
Nick Harper authored
https://quiche.googlesource.com/quiche.git/+log/4f95c4097fa1..7c89615d6dd7 $ git log 4f95c4097..7c89615d6 --date=short --no-merges --format='%ad %ae %s' 2020-02-19 wub Disable probing retransmissions for test QuartcSessionTest.SendReceiveMessages. 2020-02-19 wub gfe-relnote: (n/a) False deprecate --gfe2_reloadable_flag_quic_use_quic_time_for_received_timestamp. 2020-02-19 renjietang Move methods related to stream priority change to StreamDelegateInterface. 2020-02-19 dschinazi Fix use of EXPECT_QUIC_BUG in two tests 2020-02-19 wub gfe-relnote: (n/a) In PacketNumberIndexedQueue::RemoveUpTo, cleanup unused slots in the front before return. No behavior change, not protected. 2020-02-18 nharper gfe-relnote: deprecate reloadable flag quic_create_server_handshaker_in_constructor 2020-02-18 renjietang gfe-relnote: deprecate gfe2_reloadable_flag_quic_interval_deque 2020-02-18 renjietang Add WritevData() in StreamDelegateInterface and let QuicSession::WritevData implement it. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=bnc@chromium.org Change-Id: Iddfd5db602daa2e4b1375f6f6d4890c2ba9be17d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065128 Commit-Queue: Nick Harper <nharper@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#742852}
-
Daniel Hosseinian authored
Bug: 931719 Change-Id: Idc6505c5b125768669a58109cde824b0d8e47821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063914 Auto-Submit: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#742851}
-
Nico Weber authored
Including PGO / WPO flags on Windows, which as far as I know aren't used by anyone. Bug: 1053958 Change-Id: I9479a10f921ca066ec2b702867ba687cdcb862ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062880Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742850}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/28abea51fa9b..a6350f021e9a git log 28abea51fa9b..a6350f021e9a --date=short --first-parent --format='%ad %ae %s' 2020-02-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-19 brianosman@google.com Revert "Add SkSLCompiler::toHLSL, using SPIRV-Cross" 2020-02-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-19 reed@google.com add fling to rotating cube 2020-02-19 brianosman@google.com Add SkSLCompiler::toHLSL, using SPIRV-Cross 2020-02-19 jlavrova@google.com Bug fixes Created with: gclient setdep -r src/third_party/skia@a6350f021e9a 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 lovisolo@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/+/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 Bug: None Tbr: lovisolo@google.com Change-Id: Ib67178d3a74b8844396db87d0276ca614c89485c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064284Reviewed-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@{#742849}
-
Xiao Yang authored
Update quick answers result returned by search_result_parsers for the QuickAnswersView Bug: b/149841333 Change-Id: Icabffd2eb337b498c9d7e4376a46b48dd9717ebd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064810 Commit-Queue: Xiao Yang <yanxiao@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#742848}
-
Josh Nohle authored
Change-Id: I3e3582436e762e87a74ec2d62febcfebcccb4708 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064822 Commit-Queue: Josh Nohle <nohle@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Auto-Submit: Josh Nohle <nohle@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#742847}
-
behdad authored
Script is updated to use luci-go/swarming instead of swarming client which is being deprecated. Bug: chromium:1050450 Change-Id: I9297bd2f1387cf1b58c262ce8363e291756c7059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062550Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Auto-Submit: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#742846}
-
Yann Dago authored
Bug: 958893 Change-Id: I807b705ecaa8d5124a99ad4a88367451a757b6f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042278Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#742845}
-
Ovidio Henriquez authored
The web_bluetooth_browsertest.cc test cases are flaky because the EmbeddedTestServer is initialized with a hardcoded port, and other tests in the test suite can potentially use the same port number. This causes the test cases to fail. The port was hardcoded because the test cases that check Web Bluetooth permission persistence require that the origin of the test page be the same across browser restarts. This change updates WebBluetoothTest to intercept navigation requests with URLLoaderInterceptor to dynamically serve the local test page without the use of EmbeddedTestServer. This enables the test to maintain the same origin across test cases while still navigating to the test page. Bug: 1053464 Change-Id: I75f50c909030b59a9bbcda76038ac664abe8b513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062899 Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742844}
-
Nnamdi Theodore Johnson-Kanu authored
This CL continues the process of moving OS specific strings from settings_strings.grdp to os_settings_strings.grdp, specifically account manager strings. Bug: 967883 Change-Id: I9c6703515ff28fc71c3ad85239024f2e9b75ccd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062901 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#742843}
-
Adrienne Walker authored
Now that all clients are mostly using the IndexedDBControl mojo interface with a few lingering callers going directly to IndexedDBContextImpl, this public interface can go away for good. Bug: 1015214 Change-Id: Ie727fcdb2945cbe408ba7d375735cd567edc520e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057636Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#742842}
-
Sachin Kumar authored
Present audio buffer configured for 20ms size, As a result CPU will wake up every 20ms to fill the audio data. To reduce the number of CPU wake ups we can increase the audio buffer size to 80ms where the responsiveness is ok. As CRAS is timer based and not dependent on hw interrupts this change will result in renderer callback every 80ms. Which will provide power saving of around ~80mW. Power savings for of different buffer configuration posted in 140707514 BUG=b:140707514 TEST=Test Audio auto tests. Change-Id: I2b30f8d406949085fc091b568217abaa652a3a56 Signed-off-by:
Sachin Kumar <sachin.kumar@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792520 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742841}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I9169c85ae558278b933473a0da84c02c34874f12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063403Reviewed-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@{#742840}
-
Liquan (Max) Gu authored
Before change: * Security icon is not updated on new navigation until visible security state has changed. * if Connection Security Level is NONE, set an omnibox_info icon * if Connection Security Level is WARNING, set omnibox_info icon After change: * Security icon is cleared once PH page starts new navigation. * if Connection Security Level is NONE and the device has a small screen, set an empty icon * if Connection Security Level is WARNING, whether to show a "not secure" icon or an "info" icon depends on SecurityStateModel.shouldShowDangerTriangleForWarningLevel(). Change: Remove the custom Security Level-Icon mapping logic; replace it with SecurityStatusIcon.getSecurityIconResource() which is used by the browser toolbar. Bug: 1052133 Change-Id: I5347e1040cd2ceae99192977dc41e2d089a4e27e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058910Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742839}
-