- 13 May, 2019 40 commits
-
-
Alexei Filippov authored
This reverts commit 3f4fcf06. Reason for revert: Broke compile https://ci.chromium.org/p/chrome/builders/ci/linux-google-rel/3606 Original change's description: > [Payment Request][Desktop] Add dark mode Chrome logo. > > Before this patch, Chrome in dark mode (on desktop) would display light > gray "chrome" text on dark gray background in the payment sheet. The > text was not readable. > > This patch adds the white text logo and uses it when the dark mode is > enabled. > > After this patch, Chrome in dark mode displays white "chrome" text on > dark gray background. This is readable. > > Bug: 959880 > Change-Id: I8d705cddebbb9b7bd01c433c7fbee9721520185f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594348 > Reviewed-by: Mitsuru Oshima (slow - gardening) <oshima@chromium.org> > Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659183} TBR=oshima@chromium.org,rouslan@chromium.org Change-Id: I5cfb23dc19f8106afcdc38067a868cf85d1e630a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 959880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610574Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#659205}
-
Oystein Eftevaag authored
This reverts commit 996da9c1. Reason for revert: Revering due to https://crbug.com/962478 Original change's description: > Reland "Background tracing: Use the new Perfetto Consumer mojo endpoint" > > This reverts commit 5116072f. > > Reason for revert: Relanding with fix for fully waiting for trace shutdown. > > Original change's description: > > Revert "Background tracing: Use the new Perfetto Consumer mojo endpoint" > > > > This reverts commit 67f4c2f3. > > > > Reason for revert: Revert while investigating new TSan warnings > > > > Original change's description: > > > Background tracing: Use the new Perfetto Consumer mojo endpoint > > > rather than the TracingController. > > > > > > This is in preparation for being able to handle proto traces > > > in addition to JSON. > > > > > > R=ssid@chromium.org > > > BUG=925151 > > > > > > Change-Id: I91ed3c9648587fb19a5102b869a5d5ab688e0187 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546146 > > > Commit-Queue: oysteine <oysteine@chromium.org> > > > Reviewed-by: Avi Drissman <avi@chromium.org> > > > Reviewed-by: ssid <ssid@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#657413} > > > > TBR=avi@chromium.org,oysteine@chromium.org,ssid@chromium.org > > > > Change-Id: I92db1fa46353cfb960071f44d110a5faa0c25421 > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 925151 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600305 > > Reviewed-by: oysteine <oysteine@chromium.org> > > Commit-Queue: oysteine <oysteine@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#657520} > > TBR=avi@chromium.org,oysteine@chromium.org,ssid@chromium.org > > Change-Id: Ic3cc44a563a98871de8003221cb015fbc3b890d0 > Bug: 925151 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601555 > Reviewed-by: oysteine <oysteine@chromium.org> > Reviewed-by: ssid <ssid@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Commit-Queue: oysteine <oysteine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#657925} TBR=avi@chromium.org,oysteine@chromium.org,ssid@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 925151 Change-Id: Id214d9547e18cb35b5ecf987f611b204944e51a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610301Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#659204}
-
Greg Thompson authored
ShowAndFocusNativeWindow often fails on Win 10 bots with an indication that the foreground window is owned by OpenWith.exe. We don't understand why this dialog is onscreen. It appears to be leftover from a previous test on the bot. This CL here includes a textual representation of the UI accessibility tree of the foreground window when ShowAndFocusNativeWindow fails. This should shed some light on what the dialog is asking for. With luck, this understanding will help us find the culprit and/or close the window so that interactive_ui_tests can proceed. BUG=711256 R=sky@chromium.org Change-Id: If81cca9f8a97c0e25d3810c47416ec37a8bdc2c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609898 Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#659203}
-
Sinan Sahin authored
Bug: 961780 Change-Id: I919783dc96c81b06bd576cb0f6b15b3b2e14e9df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605448 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#659202}
-
Manas Verma authored
A new mojom pipe that is meant for internal components to facilitate WebAuthn protocol. This allows the caller to set its own origin, that does not necessarily match the origin of the render frame host Bug: 945993 Change-Id: I8e553166277821f74f01c45789e58769b605092d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540310Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#659201}
-
Peng Huang authored
Bug: 928873 Change-Id: If88e7712d01660343c743373ac2bebee109882bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610470Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#659200}
-
Ryan Sleevi authored
This updates the set of well-known root CAs to consider the following platforms: - Android: pie-cts-release - macOS: 10.13.4 - 10.14.1 - Microsoft Windows: 2019-04-16 - Mozilla NSS: 2.26 - 2.32 root stores Bug: none Change-Id: I6cb753b91aa24af1271db9fbca1f652742a05093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607041Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#659199}
-
Stephen McGruer authored
InterpolableNumber can represent doubles, but SVGNumber can only represent floats. Previously this conversion was implicit and resulted in +/- inf for non-representable doubles; this CL makes it explicit and clamps the result to max/min float instead. Clamping rather than infinity was chosen arbitrarily just based on existing WTF math helpers; it is unlikely that it results in much visual difference (since max-float is a very big number already...). Bug: 961859 Change-Id: I675471c552b2bd0419698a64d3a1c68c66d8a3ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610465 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#659198}
-
Patrick Monette authored
This reverts commit 0b9afd3b. Reason for revert: This CL changed the behavior of IMEs by launching them in TF_TMF_IMMERSIVEMODE Original change's description: > Disable legacy hooking in the browser process > > Now that TSF is enabled by default in m75, there are no > known blocking issue anymore. > > Bug: 557798 > Change-Id: Iaf060e267982d3f90acc5281caf99ff02e155dbd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597282 > Reviewed-by: Will Harris <wfh@chromium.org> > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Cr-Commit-Position: refs/heads/master@{#657798} TBR=pmonette@chromium.org,wfh@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 557798, 962310 Change-Id: I58fc91b39077520afcb5f39d3d881c72ecac2bbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610089 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#659197}
-
Julie Jeongeun Kim authored
This is a reland of 72316111. It removes unused condition for AppCacheBackendImpl from AppCacheInterceptor::SetExtraRequestInfo because AppCacheServiceImpl manages AppCacheHost. Original change's description: > Use DocumentInterfaceBroker to register AppCacheHost > > This CL uses DocumentInterfaceBroker to stop passing frame ID > over mojo from WebApplicationCacheHostImpl for the render > frame path and moves AppCacheHost registration and |host_| > from AppCacheBackendImpl to AppCacheServiceImpl. > > Now AppCacheBackend is only used for workers and it registers > AppCacheHost through AppCacheServiceImpl. > > Bug: 950159 > Change-Id: Ic1ba441a6a4bb7f430cf8fce8267ba69a7a4c32c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589478 > Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#658481} Bug: 950159 Change-Id: I4e9dde26e9dd161c002089a467d2b0ea6b5b2881 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607703 Commit-Queue: Julie Jeongeun Kim(OOO till May 19) <jkim@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#659196}
-
Tibor Goldschwendt authored
Change-Id: I42e21fe8e789a396a76e90eb88e194716bbb3bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554370 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#659195}
-
Etienne Bergeron authored
This CL is adding a trace event to observe the side-effects of fonts enumeration in content. This API is used font_settings_api. See: chrome/browser/extensions/api/font_settings/font_settings_api.cc Bug: 944227 Change-Id: Id6af649c3abc2f6806abf9d11a5df17e91ce915c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604313Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#659194}
-
Sebastien Marchand authored
Change-Id: Ifb83230b1a3621d0bcf02cf9b9b2b71617df6462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606443Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#659193}
-
Ian Vollick authored
Previously, we hadn't applied this style via LayoutTheme, but this appears to be normative (cf. mac.css). touchless.css also contained a universal rule, which tripped a DCHECK, and I've also slightly qualified it in this CL. Bug: 961026 Change-Id: I0626299f7dee1c0c5a8b04e506d6feae05f80663 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600960 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#659192}
-
Jonathan Ross authored
gpu/vulkan was not compiling on Windows. This fixes the errors. Bug: 961874 Change-Id: I7c3412819d0d445d48c12f43ce175284317c99d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610450Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#659191}
-
Caleb Rouleau authored
Now there are two types of benchmarks: 1. official benchmarks: benchmarks defined in tools/perf/benchmarks. -- These are officially supported and we will keep them working. -- They also are the only ones scheduled on main chrome.perf waterfall. 2. contrib benchmarks: benchmarks defined in tools/perf/contrib. -- We don't run these on our own bots (except in rare circumstances) -- We maintain the right to break these when necessary to move the framework forward. "all benchmarks" now means "official benchmarks" + "contrib benchmarks". Also remove the word "all" in places where it is redundant/confusing. This changelist prepares the ground for the changes for issue 961830. TBR: jbudorick@chromium.org Bug: 961830 Change-Id: I9985cd75814b284fc3b748597ce6724f9a53068a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606223 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#659190}
-
Marcelo Almeida authored
Creates ChildStatusCollector as a copy of DeviceStatusCollector, but removing enterprise parts. It also uses common code that was previously extracted from DeviceStatusCollector (in crrev.com/c/1558024). There's still some duplication in the code, but that's only during the migration phase. Once it's done, each class will be completely independent from each other. Notice that this change is already plugging ChildStatusCollector into consumer_status_reporting_service.cc, meaning that it will be used as soon as submitted. Bug: 827386 Change-Id: I88095ea5bcadb166f447ef90c3987d3c5c348416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566427Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Marcelo Almeida <marcelocra@chromium.org> Cr-Commit-Position: refs/heads/master@{#659189}
-
Darwin Huang authored
Change-Id: Ie3a5ec68bf3cd00f3f2f749b5df4aae9563d2314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607157 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#659188}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 38a36217. With Chromium commits locally applied on WPT: c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" fec827fb "Added wpt tests for overscroll customization." c9077e39 "Restore original tail-processing for ScriptProcessor and AudioWorklet" d814fafc "Check for detached ArrayBuffers in Web Bluetooth writeValue functions" 4d43fa2e "[Feature Policy] Introduce 'focus-without-user-activation'" 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=lukebjerring No-Export: true Change-Id: Icb4e67453f2448a50c5750e70444e6f63ddcaba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610466Reviewed-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@{#659187}
-
Patrick Monette authored
This solves a filename collision that happens when moving all the files in chrome/browser/conflicts to chrome/browser/win/conflicts because module_info_win_unittest.cc becomes module_info_unittest.cc, and this file already exists at chrome/browser/install_verification/win/module_info_unittest.cc Change-Id: Id269f582259ac8e53a8a5aa64a61f4232ad732ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593894 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#659186}
-
Miyoung Shin authored
This CL moves the type alias of FieldTrialParams from field_trial_param_associator.h to field_trial_params.h and use base::FieldTrialParams in blink. Bug: 952716 Change-Id: Ia6587a4799a43591ef19cd88cc0c7292bc22c7f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605282Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Miyoung Shin(OOO till May 17) <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#659185}
-
Becky Zhou authored
Bug: 944061 Change-Id: If83cb176e3623784af1477731fa586295cd9459f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610471 Commit-Queue: Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#659184}
-
Rouslan Solomakhin authored
Before this patch, Chrome in dark mode (on desktop) would display light gray "chrome" text on dark gray background in the payment sheet. The text was not readable. This patch adds the white text logo and uses it when the dark mode is enabled. After this patch, Chrome in dark mode displays white "chrome" text on dark gray background. This is readable. Bug: 959880 Change-Id: I8d705cddebbb9b7bd01c433c7fbee9721520185f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594348Reviewed-by:
Mitsuru Oshima (slow - gardening) <oshima@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#659183}
-
Devlin Cronin authored
Mark Extensions.DidSuppressJavaScriptException as obsolete. It has been expired since 2018-08. We haven't been looking at it lately, and we can always add it back later if we need it again. This also lets us remove the ExtensionsClient::RecordDidSuppressFatalError() method, and get rid of a fair amount of plumbing. TBR=halliwell@chromium.org (mechanical //chromecast changes) Bug: 878101 Change-Id: Iea57b934621c5745786c529383a52262dde70a90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604062 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#659182}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/fa6ebdcd266e..a40840a4e11c git log fa6ebdcd266e..a40840a4e11c --date=short --no-merges --format='%ad %ae %s' 2019-05-13 saklein@chromium.org SdkService/Create: Added check to avoid creating the chroot when it already exists. Created with: gclient setdep -r src/third_party/chromite@a40840a4e11c The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Ieb47e6f88423d1e2cc7fc5883593e40fc67409b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610452Reviewed-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@{#659181}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a04028c2e67b..7a3d1fb7569a git log a04028c2e67b..7a3d1fb7569a --date=short --no-merges --format='%ad %ae %s' 2019-05-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@7a3d1fb7569a The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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=agable@chromium.org Change-Id: Ic2f5f2b0b40f58f2cb0abb7fb51b17cdc36cbc20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610455Reviewed-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@{#659180}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/87bafc38b0d0..3475b482fefa git log 87bafc38b0d0..3475b482fefa --date=short --no-merges --format='%ad %ae %s' 2019-05-13 thestig@chromium.org Remove deprecated fpdf_edit APIs. 2019-05-13 thestig@chromium.org Add regression test for a crash in CPDF_TextState::GetFont(). 2019-05-13 thestig@chromium.org Remove secondary_source in .gn. Created with: gclient setdep -r src/third_party/pdfium@3475b482fefa The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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. BUG=chromium:947060 TBR=pdfium-deps-rolls@chromium.org Change-Id: I7515ef33f14efaddec4da54e397450fc016d615c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610456Reviewed-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@{#659179}
-
Dan Zhang authored
https://quiche.googlesource.com/quiche.git/+log/7eef071bd3d6..8eb45e950572 $ git log 7eef071bd..8eb45e950 --date=short --no-merges --format='%ad %ae %s' 2019-05-10 dschinazi Allow variable length connection IDs for unsupported versions 2019-05-10 fayang gfe-relnote: In QUIC, when cwnd gets bootstrapped, set cwnd gain in STARTUP to 2 to avoid too much overshooting. This only affects cwnd bootstrapping experiment. 2019-05-09 nharper gfe-relnote: Test-only, enable tests in QuicConnectionTest when multipel packet number spaces are supported 2019-05-09 dschinazi Support IETF retry in v47+ 2019-05-09 dschinazi Add an QUIC version reserved for negotiation to help test negotiation Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Update flags. R=rch@chromium.org Change-Id: Id4c7e3cbfff0e0bf146768ba4fdbe6f14778c538 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606586Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Dan Zhang <danzh@chromium.org> Cr-Commit-Position: refs/heads/master@{#659178}
-
Maksim Ivanov authored
Remove the "isNewGaiaFlow" parameter from the cr.login.Authenticator's load() method. It seems that this parameter was always equal to |true| in the current implementation. Follow-up CLs will remove some other variables and code that becomes dead after this CL. Bug: 470893 Test: existing tests, manual test: checking that OOBE enrollment, OOBE login, adding a new user on Chrome OS and desktop platforms work Change-Id: I4ee8da7e42564c24c758c97058685f1c4610a11b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605419Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Tien Mai <tienmai@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#659177}
-
Sebastien Marchand authored
ps2 is the initial file move ps3 contains the actual file changes (renaming the namespace etc). Bug: 961336 Change-Id: Ifc36cdc231c72205ef0bd96f5e546371ed939959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605424Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#659176}
-
Nate Chapin authored
Change-Id: I6fb09493a43efe8a3e955b06c922c70b644712ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606922 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#659175}
-
Elly Fong-Jones authored
Bug: 961861 Change-Id: I0c7acb675944f44d63c447cac983b21a6331cf23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609880 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#659174}
-
John Budorick authored
Also fix checkdeps_test.py after the move into chromium/src. Bug: 962059 Change-Id: I86f041e5ce819e0fbf3fb1e4de29fdde6c8d4596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610222 Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#659173}
-
Brian Sheedy authored
Adds the LUCI config and waterfall/test suite changes for the new "Win10 FYI Release XR Perf (NVIDIA)" bot on chromium.gpu.fyi. Bug: 939185 Change-Id: I5a1600564ebd2efb8d1f4ff43eacce1b59df56f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604405 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#659172}
-
Ian Vollick authored
These are easier to use than strings. No-Presubmit: true Bug: 961143 Change-Id: I00d9c83c7687a5e109bcc4def5fd7002908ad751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607320 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#659171}
-
Alexei Filippov authored
This reverts commit 4bace02d. Reason for revert: Broke compile step https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-google-rel/2457 Original change's description: > Mash cleanup: remove kiosk related mojos, replace with interface > > This splits out the kiosk related mojos from the login controller > interface, and removes kiosk_app_info.mojom. It also removes a couple > methods from mojom::LoginScreenClient, replacing them with a single > callback passed to the KioskAppMenu. > > TBR=tsepez@chromium.org > > Bug: 958206, 958204 > Change-Id: I59d38c83fc91397d1d0890c87f5b18fe23fac7d8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604333 > Reviewed-by: Evan Stade <estade@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Commit-Queue: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659100} TBR=jamescook@chromium.org,estade@chromium.org,tsepez@chromium.org Change-Id: Ib88e0d99d4fea0f264affc56e146c3e292d7177b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 958206, 958204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610475Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#659170}
-
Yun Liu authored
Emma is unsupported since 2005 and Jacoco is developed to replace Emma Bug: 843307, 961793 Change-Id: I25689279972a0132dd8c41474de787f9aaa89a5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600337 Commit-Queue: Yun Liu <yliuyliu@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#659169}
-
Tarun Bansal authored
Clean up the Data Reduction Proxy (DRP) server experiments code. 1. Compute the set of server experiments at a single place. The logic for checking the field trial and switches lives in params.cc. 2. Treat the set of server experiment finch param as an opaque string that Chrome passes to the server in the request headers. 3. Add browsertests Change-Id: I6f81310eec91f0e5a77d22454139e0090fe32564 Bug: 962530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607504Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
rajendrant <rajendrant@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#659168}
-
Jazz Xu authored
Add context menu unit tests Bug: 942156 Change-Id: Ibb2feb1220098ba43f52b37b2e93b4b6efbc0e09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600493Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#659167}
-
danakj authored
The Compositor::Initialize() call is made from various content test JNI_OnLoad methods, while browser tests call it from ContentTestSuiteBase. Instead, centralize the behaviour in the ShellMainDelegate::BasicStartupComplete() which is called from the beginning of the ContentMain() set up. Chrome browser tests will not want to use this method, since they do initialization via the production chrome codepaths, so we must move it out of ContentTestSuiteBase. Instead of moving it down to ContentBrowserTestSuite, we can centralize these calls into the ShellMainDelegate. R=avi@chromium.org Bug: 961849 Change-Id: I76abf8ea227788cdfd053a465f52c122f3f35b41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609599 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#659166}
-