- 13 Nov, 2019 40 commits
-
-
Henrique Nakashima authored
Chromium's only exists for historic reasons, currently serving documentation purposes only. AndroidX's version is supported by Android lint, though the check at build time is not currently working (crbug.com/1022939). This check is still useful for Android Studio. These instances were missed in https://chromium-review.googlesource.com/c/chromium/src/+/1901635. Bug: 889467 Change-Id: I39e5a2039a7eb7ac29d1e5d35e9d22af7c60e951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907199Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#714934}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/90f9ed46..e156cb1e 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: I848a71bbf08c2b2b9e49417c153d52091137e9a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914187Reviewed-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@{#714933}
-
Kevin Ellis authored
Animation::PostCommit does not alter the state of any flags that affect play state. Bug: 960944 Change-Id: I3aff88c688aed376c046f249fd627187757ac280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911387Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#714932}
-
Rayan Kanso authored
Also update the idl definition to the correct value. Change-Id: Ida7936ef43733702f20c5a6efa9ef7a869de09c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912900Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#714931}
-
Clemens Backes authored
The API will change on the V8 side (https://crrev.com/c/1914199). The test needs to be rebased after the v8 roll. R=ahaas@chromium.org CC=bbudge@chromium.org Bug: v8:1018029 Change-Id: I917bf516b20bfa1fbf9cf0eb2e4fff64d938dc6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914381Reviewed-by:
Andreas Haas <ahaas@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#714930}
-
Owen Min authored
Upload a boolean that indicates whether the extension comes from CWS. Upload a string that represents the app launch url for (legacy) packaged app and hosted_app. Bug: 1024039 Change-Id: Ieda4675fed256b4919266aaf7271fb1b4e538478 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912832 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#714929}
-
Vasilii Sukhanov authored
Bug: 986317 Change-Id: I51809ba947cff7f599727875632a3e34f133630e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914379Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Auto-Submit: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#714928}
-
Chris Sharp authored
Bug: 1011100 Change-Id: Icd63616b1cceab782cb767a19489222f3c53b24e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906630Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#714927}
-
Anton Bikineev authored
This CL reorders reallocation scenario as follows: 1) allocating a new buffer; 2) moving elements in the current buffer to the new one ***without tracing them or executing write barriers on them*** 3) resetting HeapVector's pointer to the new buffer; 4) executing write barrier on the new buffer. The followup to the CL will be introducing the same optimization for HashTable. Bug: 1021889 Change-Id: I367165ba26045d3a4ca967c7f9f006ff88be4ed4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899883 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#714926}
-
Henrik Boström authored
Invoke the callback-based version of AddIceCandidate() recently added in third_party/webrtc. This CL also... - Adds WPT test coverage for two separate but related issues relating to the timing between SLD and addIceCandidate which may cause edge-case race conditions when exchanging ICE candidates. See referenced bugs. - Remove old AddIceCandidate code path. Bug: chromium:1019222, chromium:1019232 Change-Id: I11d013487325b14739f99617c1d2063a06743524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906368 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#714925}
-
Chris Lu authored
This change adds strings needed for the banner and modal elements. It includes screenshots for the banner text since those likely require the most context. Bug: 1014959 Change-Id: I19772873bb386dd7726d348b90e776f0ddc628e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902717Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#714924}
-
Dave Tapuska authored
A new API was exposed to call regexp exec directly instead of having to go through a js call function so use it. BUG=966405 Change-Id: I6e6defcdd1a2c7bded6c1a295d10885151635bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913467Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#714923}
-
Boris Sazonov authored
Bug: None Change-Id: I5ddaa706589b2a7f426dffbd75fdf040bc16f14c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913213 Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#714922}
-
Marc Treib authored
Since crrev.com/c/1174655 landed (more than a year ago), HttpBridgeFactory doesn't actually need the CancelationSignal anymore. Removing it also lets us remove a bunch of plumbing. Bug: 951350 Change-Id: Ic4332320845747aacae43bc7062094f6da77b13b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912715 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#714921}
-
Matt Menke authored
Make proxy_resolver::mojom::ProxyResolverRequestClient::ResolveDns and proxy_resolver::mojom::ProxyResolverFactoryRequestClient::ResolveDns take in a NetworkIsolationKey. Unfortunately, the only production implementation of these classes only has integration tests, so this CL adds no tests - I'll add them in the CL where I update net::ProxyResolver to take a NetworkIsolationKey, which will likely be a huge CL. Bug: 1021661 Change-Id: Iaefb62fa84cc50bfc90a7f48ada6f77bba3d65d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903760Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#714920}
-
Gauthier Ambard authored
This target was used for downstream compatibility. Land this CL after downstream CL lands. Bug: none Change-Id: I204c794b592d9746e18d4a2083bb46a44cd7199b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913408Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#714919}
-
Ryan Sturm authored
Currently, NoStatePrefetch only fetches HTML + CSS + Sync JS.We should experiment with also prefetching WebFonts since WebFonts are render blocking on fast connections. This CL adds a finch parameter to LWNSP experiment. Bug: 1021749 Change-Id: I9bbf3c629d620df89aa6ae54d3352d7ba1fb6952 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901590Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#714918}
-
Gauthier Ambard authored
This CL adds a DCHECK to make sure that the method to be swizzled in ScopedMethodSwizzler exists. Previously the method was added. Bug: none Change-Id: I9d6a9d935f7cf15cb644df1e70c44f8188f3bdf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913252 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#714917}
-
Denis Kuznetsov authored
Bug: 955194 Change-Id: Ie12def6987bbbf7b4ff5bdc738bcdb40b87e53fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912359 Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#714916}
-
Peter Wen authored
Added comment to BuildConfigGenerator.groovy and ran: rm -rf third_party/android_deps/libs/[!O]* tools/android/roll/android_deps/fetch_all.py --update-all Bug: None Change-Id: Id926c0f53585217bbeec40c9deb64f9505564524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904617 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#714915}
-
Bence Béky authored
Modify SpdyHttpStream so that if sending greased frames is enabled and the request HEADERS frame would have the END_STREAM flag set, send it without the END_STREAM flag instead and append an empty DATA frame with END_STREAM, so that SpdyStream can prepend a greased HTTP/2 frame to the DATA frame. Bug: 1020233 Change-Id: Ie29c603f500462ad8b6096d3b5fb3ce77166d5af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906768Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#714914}
-
Peter Kasting authored
Screenshots: https://bugs.chromium.org/p/chromium/issues/detail?id=1024091#c1 Bug: 1024091 Change-Id: Idb0cab8c8b446d65a74568e9ccd8de6182349782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913587 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#714913}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/1242d9cc48ca..c5ec54e51b91 git log 1242d9cc48ca..c5ec54e51b91 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 jakobi@webrtc.org Add SetIsScreencast method to VideoSource. 2019-11-13 mbonadei@webrtc.org Revert "Reland "Define WEBRTC_ENABLE_SYMBOL_EXPORT if is_component_build=true."" 2019-11-13 mbonadei@webrtc.org Reland "Define WEBRTC_ENABLE_SYMBOL_EXPORT if is_component_build=true." Created with: gclient setdep -r src/third_party/webrtc@c5ec54e51b91 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ie07ac445e45e1ec62a86519bf9cd2d45cd499060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914285Reviewed-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@{#714912}
-
Mike West authored
Disabling `virtual/disable-deferred-rendering/fast/canvas/canvas-drawImage-live-video.html` on Windows `virtual/disable-deferred-rendering/fast/canvas/canvas-drawImage-live-video.html` has flaked thrice today on Win10. See: * https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Win10/58463 * https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Win10/58459 * https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Win10/58451 https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyUAsSBUZsYWtlIkVjaHJvbWl1bUBibGlua193ZWJfdGVzdHNAZmFzdC9jYW52YXMvY2FudmFzLWRyYXdJbWFnZS1saXZlLXZpZGVvLmh0bWwM TBR=fserb@chromium.org Bug: 1024248 Change-Id: If68ce36cc3326a0b0b71f73c3cb577d27313c541 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913412Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#714911}
-
Mike West authored
This test timed out twice this afternoon ([1], [2]). The flake portal shows a number of other instances. [1]: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/36103 [2]: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/36104 [3]: https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyUwsSBUZsYWtlIkhjaHJvbWl1bUBibGlua19oZWFwX3VuaXR0ZXN0c0BIZWFwVGhyZWFkRGVhdGhUZXN0Lk1hcmtpbmdTYW1lVGhyZWFkQ2hlY2sM&show_all_occurrences=1 TBR=kouhei@chromium.org Bug: 993148 Change-Id: I89ae866fbfb39e96485a5692c8e4c9cf555313f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913407Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#714910}
-
Wei Lee authored
Bug: b/144062362 Test: None Change-Id: I6398d88a7d10809a9b360ace6538aa564c64012a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913945 Auto-Submit: Wei Lee <wtlee@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#714909}
-
Peter Wen authored
3.6 Canary 11 is now available on gLinux. Tbr: agrieve@chromium.org Bug: 620034 Change-Id: I09f02ba2fcbaa8e487ba1dde0e0f9648be8452f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914120Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#714908}
-
Hans Wennborg authored
until it can be cleaned up. TBR=inglorion Bug: 1024203 Change-Id: I8c323ee83f9cc6fb2477a980be19e1d35303d6f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912714Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#714907}
-
Olivier Li authored
Bug: 1023801 Change-Id: I2db91fc9d6979fe503ee761b955cd1756bdfbddc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912882 Auto-Submit: Oliver Li <olivierli@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#714906}
-
Yue Zhang authored
Bug: 1017492 Change-Id: Ie2b27670eb157d2f73f0720748bb9fa6413af64a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912647 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#714905}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9ec5c78a9256..d4b3120e6071 git log 9ec5c78a9256..d4b3120e6071 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 12e54dae167c..ab3cdcaef56e (2 commits) 2019-11-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/glslang/src f34cdc70ca1b..37dcb894574e (1 commits) Created with: gclient setdep -r src/third_party/angle@d4b3120e6071 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 cnorthrop@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_optional_gpu_tests_rel TBR=cnorthrop@google.com Bug: chromium:None,chromium:None Change-Id: I5e61ee00c7fe2b50956896012c67ed4b8772b141 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914281Reviewed-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@{#714904}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/09220549..90f9ed46 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: Iad5f9ddf44e137303fac84e40b32820f585b4f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913118Reviewed-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@{#714903}
-
David Lei authored
Won't show any changes until http://crrev.com/c/1895263 (serving bundle app resources) lands Bug: 996088, b/142091425 Change-Id: I5fe3a942ac56f7eff30b0856f9e6ecf57bf28dc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895262Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: David Lei <dlei@google.com> Cr-Commit-Position: refs/heads/master@{#714902}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/89ab0576bf88..8b73d27ddd61 git log 89ab0576bf88..8b73d27ddd61 --date=short --no-merges --format='%ad %ae %s' 2019-11-13 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@8b73d27ddd61 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 halcanary@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=halcanary@google.com Bug: None Change-Id: I2766af700b4f827b2172facfc13dfc143a8d6be7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914279Reviewed-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@{#714901}
-
Matt Menke authored
These are testing private services/network/ classes, so should be in services/network/. Bug: None Change-Id: I8f736112feb755c035e88570a180cc6debc128e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907073Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#714900}
-
Richard Knoll authored
We're still ramping up on this metric: https://uma.googleplex.com/p/chrome/timeline_v2/?sid=7fb373d04b74fd077c6d8a94413b410c Bug: 1016410 Change-Id: I2375bab74d9352fe56507e0f6dd13eba16cf5df5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895194Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#714899}
-
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: Ie5b699900af4bb8799b205cfbe19677f8c9d59b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914283Reviewed-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@{#714898}
-
Roman Sorokin authored
Also make it blue. Bug: 954572 Change-Id: I1fbd008c4280a98f69da50858342b9e9d3fb1902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912706Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#714897}
-
Vadym Doroshenko authored
Bug: 959776 Change-Id: I69319dad27040cb8a6203ffd0ac0a1a66fc395c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911757Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#714896}
-
Denis Kuznetsov authored
Bug: 955194 Change-Id: I07ec25a8d87cbfc446155825c501469da6624003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912202Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#714895}
-