- 20 Feb, 2020 1 commit
-
-
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 39 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}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/38bb9fdf36e8..49010904083f git log 38bb9fdf36e8..49010904083f --date=short --first-parent --format='%ad %ae %s' 2020-02-19 jmadill@chromium.org Refactor test parameters to TracePerfTest. 2020-02-19 jmadill@chromium.org Vulkan: Lift failing test suppression. 2020-02-19 ynovikov@chromium.org Roll chromium_revision 8ffb18d0..a9ad6962 (736949:742676) 2020-02-19 pmberube@google.com Add missing #include to fix build with GCC 10. 2020-02-19 jmadill@chromium.org GN: Update trace tests build. 2020-02-19 syoussefi@chromium.org Vulkan: Fix SPIR-V transformation name-info association 2020-02-19 flibitijibibo@gmail.com Remove getIndexRange call from ValidateDrawRangeElementsBaseVertex 2020-02-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-loader/src 0bd30e43c007..39e685ccd37e (2 commits) 2020-02-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-tools/src fb2272297f00..16cf5591e399 (1 commits) 2020-02-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 77fefe765c06..79f8caf9154a (2 commits) 2020-02-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 0bbf7ba9f909..8def9063c4fd (2 commits) 2020-02-19 jmadill@chromium.org Reland "Use newer OSX SDK for iOS" 2020-02-19 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-validation-layers/src 873e416c2d07..f155ccfd202d (13 commits) Created with: gclient setdep -r src/third_party/angle@49010904083f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC 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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1050703,chromium:1052887 Tbr: cwallez@google.com Change-Id: Ie16c26fcc797d13b13432a57cb816c03a8c6b275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063396Reviewed-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@{#742838}
-
Tina Wang authored
Added Coordinator, coordinaor implementation, view classes. Added layout file. Bug: 1053740 Change-Id: Iabb9370888822f643539cbd6b2e8398f3bcafb7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063748 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742837}
-
Kenichi Ishibashi authored
This map is used by ServiceWorkerDatabase::RegistrationData which will become a mojo struct soon. Mojo C++ binding converts map<K, V> to base::flat_map (not std::map) so using flat_map in C++ implementations would be better to avoid flat_map -> std::map conversion. Bug: 1016064 Change-Id: Id3bf8d2db59a3ea283d7fee1223c0b9ec6cf8938 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059351Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#742836}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/d09e8315591b..49f3394d7a53 git log d09e8315591b..49f3394d7a53 --date=short --first-parent --format='%ad %ae %s' 2020-02-19 nikolaus.waxweiler@daltonmaag.com [autofit] Add support for Hanifi Rohingya script. 2020-02-19 wl@gnu.org Require HarfBuzz 1.8. Created with: gclient setdep -r src/third_party/freetype/src@49f3394d7a53 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Bug: None Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: I5723f1b651de1f878380a27175008b23c80c0e67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064878Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#742835}
-
Jose Dapena Paz authored
As base::Optional move assignment operator is not constexpr, the setters using it cannot be constexpr either. Bug: 819294 Change-Id: I0c6e0325728f05ff9d6d892a3508ebb1b21a85c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041611Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#742834}
-
Esmael El-Moslimany authored
Also dismissing cr-toast in ntp-most-visited when undo shortcut is invoked. Bug: 1052828 Change-Id: Ibdafb3cb03da25a82a681d9fb1a8a56e662cd6ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062922 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742833}
-
Elly Fong-Jones authored
When the tab list in the desktop media picker has keyboard focus, it interprets a Return key press as meaning "accept selected source", but table views don't always have a selection. This can cause a crash in DesktopMediaPickerViews itself, which assumes that its Accept method can only be called with a source selected. To fix that, have DesktopMediaListController reject calls to AcceptSource when there is not actually a selected source. Also, add a unit test for this case. Bug: 1042976 Change-Id: I840cf4353f59f33a6950b580196f34a60d04c448 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063044 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#742832}
-