- 04 Oct, 2019 40 commits
-
-
Gayane Petrosyan authored
Default background previews should be transparent to allow color previews on NTP. Bug: 1009956 Change-Id: Ie4774f61fdc74bc8bcab8a8abf6b6bce643e513b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842271Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#703044}
-
Victor Costan authored
Change-Id: I703db0fadb65533612f3470b876c80fe1c7a2947 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1782964 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Staphany Park <staphany@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#703043}
-
Matt Menke authored
We have two implementations of HttpServer - one wraps a net::Socket and one wraps a network::mojom::*Socket. They have near identical tests. They have each have one corresponding test that, for some reason, was using a URLFetcher. This CL makes both tests use the infrastructure all other HttpServer tests use instead, for both tests. Also worth noting that the net::Socket version is used only by chromedriver and DevTools. The latter seems like it might be a bug, and the latter could perhaps be switched to the EmbeddedTestServer, which would allow us to remove the net version. Bug: 1010491 Change-Id: Ibb17e3795237cfc9005b409ca3fcec32fedb5448 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842015Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#703042}
-
Greg Kerr authored
dtruss analysis of the GPU V2 sandbox shows errors accessing CoreServices directories and dirhelper resources. Bug: 871280 Change-Id: I6c5ff44872c9aedaa1f1cb1950bdc7bfe64f7ed2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841717 Commit-Queue: Greg Kerr <kerrnel@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#703041}
-
Regan Hsu authored
- Rename "Detailed Build Info" to "additional Details" on about page - Remove all extra details except as shown in slide 8 go/aue-settings - Add Build details and link to chrome://version - Ignore the copy button for now - do in M80 - EOL section in "Additional details" at issue 1828130 Screenshots: https://screenshot.googleplex.com/Wz7eQ6gQPBY Bug: 993828 Change-Id: I6cbaf911df55df963d6fb0c6600d8b774e8573dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836631 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#703040}
-
Lei Zhang authored
https://crrev.com/702886 checked in a 64-bit DLL for testing, which does not work on 32-bit bots. Temporarily mark the test 64-bit only, so the 32-bit Windows bots go green. TBR=grt@chromium.org Bug: 1011439 Change-Id: I0a64a10bfa785c4033bb2a626941d7ea42bac526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841657Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#703039}
-
Fred Mello authored
Bug: 1005802 Change-Id: Id999a3dc053e5f1e06ef5056753c06ef44aaca99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841732Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Fred Mello <fredmello@chromium.org> Cr-Commit-Position: refs/heads/master@{#703038}
-
Brett Kilty authored
NonSwitchableAudioRendereSink removes the compat for SwitchAudioOutput, however, it is derived from RestartableAudioRendererSink which allows (when stopped) Initialize and Play to be called again. We need to protect Initialize from multiple calls as AudioOutputDevice cannot be re-initialized. Since we continue to use our valid output device, just noop in this case. Bug: b/141625232 Test: Local build before/after on device testing Change-Id: I336425c83ec8e6178c7dd0d8f44a6aab2bb5a0e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836354 Commit-Queue: Brett Kilty <brettk@google.com> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#703037}
-
shrekshao authored
Couldn't reproduce this clusterfuzz bug locally. But make a speculative fix attempt. Bug: 1008300 Change-Id: Iab02f2b3997883ae05cccd1e1ea916a206952b60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838547Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#703036}
-
Fred Mello authored
Bug: 1005802 Change-Id: I00aa050a18dd76a41600757f3865cf0542fbb8d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841692Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Fred Mello <fredmello@chromium.org> Cr-Commit-Position: refs/heads/master@{#703035}
-
Gauthier Ambard authored
The previous version of the iOS detection of the dino wasn't using the correct way of getting the user agent. Bug: 1008774 Change-Id: I96d92a9f5da837509961cb4238e03c4b0d510a8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836497 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#703034}
-
Yue Li authored
Upon UX request(b/141756292), update the strings for context and hotword of Assistant settings. Bug: b/141756292 Test: Manual Test Change-Id: Ic7d64c50fa97bc8e47a3aa112009b313b182e31b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842294Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#703033}
-
ssid authored
Download DB requires the db to load in this priority and making the shared one BEST_EFFORT causes delays in downloads. BUG=1006954 Change-Id: I3154b8f3d782b8367b524063e6def1f0b1d322be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839231Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Eric Lawrence [MSFT] <ericlaw@microsoft.com> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#703032}
-
rbpotter authored
Allow multiple HTML _template strings in JS files when running i18n template replacements. This is necessary to correctly replace expressions for bundled JS files generated from Polymer 3 pages, as the bundled files will generally contain many element definitions, each including HTML template string. This will be used when optimized Web UI pages are migrated to use Polymer 3/JS modules (e.g. chrome://extensions). Bug: 1004967 Change-Id: I9b5990fc26daf272980ee8d4f5aac688aceffb27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834846 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#703031}
-
Lei Zhang authored
CreatePrintSettingsDictionary() set some defaults. Do not bother doing that and then setting the same default values again. Change-Id: Ic514885addb55647a1fc4072360ea60c27a67231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838890Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#703030}
-
Yuwei Huang authored
In Tachyon context signaling timeout basically means the host is not reachable, or simply the host is offline. Neither does service unavailable nor P2P failure convey that message well. This CL changes the error message on mobile clients for signaling timeout to host-is-offline. Change-Id: I72ee4fde896dd36bdda1b7a7c52c5ec582ac94d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841741 Auto-Submit: Yuwei Huang <yuweih@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#703029}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a580e2d761c1..6474a450e961 git log a580e2d761c1..6474a450e961 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 amaiorano@google.com Fix Linux Subzero build Created with: gclient setdep -r src/third_party/swiftshader@6474a450e961 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: chromium:b/135744933 Change-Id: Ia7bb8062da5d4c57a699d925273ae4b4c30dc987 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842351Reviewed-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@{#703028}
-
Gayane Petrosyan authored
Bug: 1005621 Change-Id: Iec68ac83f1c98d491d9053a5276cee4383aeee97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841497Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Auto-Submit: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#703027}
-
Henry Jian authored
Previously, we didn't mask the maskable icon in the app info bar, causing the icon to have a square shape when it's supposed to be masked. This CL applies the system mask to the app info bar icon for the add to home screen prompt. Bug: 977173 Change-Id: I823073e62548cc286bd49c4c652ca17abb11c9d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832313 Commit-Queue: Henry Jian <hzjian@google.com> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#703026}
-
Tommy Li authored
This CL simplifies the Remove Suggestion lifetime semantics by hiding and showing it as needed, instead of destroying and recreating. It also fixes a keyword mode display glitch by only showing the Remove button when there is no associated keyword. This also brings the logic into alignment with the Tab Switch Button. Bug: 1205, 929477 Change-Id: I5a147181d9f208598068e3604775fb1e3e0c9f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838537 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#703025}
-
Elly Fong-Jones authored
Bug: None Change-Id: I68efd7521c74999e5730027f895b8d191585380b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841767Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#703024}
-
Junbo Ke authored
Bug: None Merge-With: eureka-internal/321697 Test: CQ Change-Id: I61bb2211ce670c93ccd6464e227f4e09b11e503e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841761Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Junbo Ke <juke@chromium.org> Commit-Queue: Junbo Ke <juke@chromium.org> Cr-Commit-Position: refs/heads/master@{#703023}
-
Long Cheng authored
When loading icon from file thread, user may say default package icon on shelf/launcher. Change the task priority to USER_VISIBLE. The change would also match the description of TaskPriority::USER_VISIBLE. "Loading an image that is displayed in the UI but is non-critical" Bug: 1010311 Bug: 997875 Change-Id: Ic6a96b1fc1aef533f1cc9e9192a860d3cbe5a34f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842295Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#703022}
-
Zhiheng(Vincent) Li authored
Bug: b/132965632, b/141297413 Test: tested on smart display device Change-Id: Ic5d0098cb861ec3fe1bfcbe2354be30949622454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841695Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Zhiheng(Vincent) Li <vincentli@google.com> Auto-Submit: Zhiheng(Vincent) Li <vincentli@google.com> Cr-Commit-Position: refs/heads/master@{#703021}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/35874570..395b9e4a Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id8efeceb1eebd594e114560de7e29f76194268e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841912Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703020}
-
Rouslan Solomakhin authored
Bug: 871301 Change-Id: I3cefa9496a8ae58091967e02e57dcd5faff11701 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829787 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#703019}
-
Lindsay Pasricha authored
Also remove tests from ios12 beta bot configuration. Bug: 1007296,1010144 Change-Id: I109bbca01206acf181efcd44453badd2433bb14c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841831Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Cr-Commit-Position: refs/heads/master@{#703018}
-
gogerald authored
This CL is based on https://chromium-review.googlesource.com/c/chromium/src/+/1822820 Screenshot: https://drive.google.com/file/d/1rSfCgvNnCTecLSKRE_eFHEE99a2bQXxz/view?usp=sharing Bug: 982018 Change-Id: Id8ab23972722f995b55a7643a5d4826ff7a9b8db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824554 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#703017}
-
Ian Kilpatrick authored
We missed accounting for the relpos offset when adding the layout overflow for floats. This resulted in a larger overflow area than intended. Bug: 1007026 Change-Id: Ib35e0444c4a069a5399aa8967b5ebcf853677e8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835973 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#703016}
-
Yang Guo authored
R=aerotwist@chromium.org Bug: 1011259 Change-Id: Ic8c02f021595648cb9c7980ddaa917ed15050f97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838172Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#703015}
-
Yang Guo authored
The new devtools_paths.py detects whether the frontend code is hosted in the Chromium repository, in an external repository during standalone build, or in an external repository during integrated build. R=aerotwist@chromium.org Change-Id: I800ab63f985d203359e387f9c81df9270929b437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839791Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#703014}
-
Sadrul Habib Chowdhury authored
Use NoDestructor instead of LazyInstance in render_process_host_impl.cc Bug: 925323 Change-Id: I1ec01d66894892ee8a8edad21c1e0cc66a8f4aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839001 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#703013}
-
Koji Ishii authored
Re-running rebaseline-cl. It looks like the rebaseline-cl script for r702526 (crrev.com/c/1837435) failed only for mac-mac10.10. TBR=huangs@chromium.org Bug: 1011453, 1010662 Change-Id: I29d90aecd0c4b9e7506da9f7759eaa4ea9e56bbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842016Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#703012}
-
John Budorick authored
Makes handling the avd code significantly easier for build subtree embedders. This is a follow-up to crrev.com/c/1827248 Bug: 922145 Change-Id: I30957c13e99c7224dddfd201666af622ba855441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841935 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#703011}
-
Albert Chaulk authored
If a message called OnError during processing, Read could be simultaneously be called by the other thread, or on a finished rpc, which can lead to a crash inside grpc, if the task executes before the next few lines. Solve this by checking error state before calling Read Test: None Bug: b/142069294 Change-Id: I829ca42ae4f74cbd63650d57c75cbc925f3a24fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842042Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Albert Chaulk <achaulk@chromium.org> Cr-Commit-Position: refs/heads/master@{#703010}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9e951cd782c4..405413fcec5d git log 9e951cd782c4..405413fcec5d --date=short --no-merges --format='%ad %ae %s' 2019-10-04 robertphillips@google.com Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy 2019-10-04 kjlubick@google.com Remove skiaserve as build output 2019-10-04 michaelludwig@google.com Define coord space tagged geometry for image filters v2. Created with: gclient setdep -r src/third_party/skia@405413fcec5d 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 rmistry@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 TBR=rmistry@google.com Bug: None Change-Id: Ia452d90577095f3bb969d0fa38d15bf6ec6ac8ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841494Reviewed-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@{#703009}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aa4d8a75604d..8a859625577b git log aa4d8a75604d..8a859625577b --date=short --no-merges --format='%ad %ae %s' 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@8a859625577b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 TBR=agable@chromium.org Bug: None Change-Id: I406ea3357c435e3262cb501634a26bd0b66fbaeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841495Reviewed-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@{#703008}
-
Shakti Sahu authored
This CL cleans up : 1 - DownloadManagerCoordinator#showPrefetchSection method Bug: 905893 Change-Id: Id2f670754166a5c5e6b65110fd6de54878ede8b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832317Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#703007}
-
Eric Stevenson authored
Previously this wasn't supported because there wasn't a separate native library for test targets, and the non-test native library wasn't allowed to depend on testonly targets. TBR=agrieve # Trivial build refactor Bug: 929661 Change-Id: I86d392758ffdfd4b30a3b94963d30f691731e326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841759 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#703006}
-
Stefan Zager authored
R=agrieve@chromium.org Change-Id: I958743633dfca88c9f7b20aa1af2bd34719970bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841577 Auto-Submit: Stefan Zager <szager@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#703005}
-