- 12 Nov, 2018 18 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5362d2a89d80..11c9a4b5b5fa Created with: gclient setdep -r src-internal@11c9a4b5b5fa The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I253b3fd69b25b778b13d3096b267095d1be4483c Reviewed-on: https://chromium-review.googlesource.com/c/1331209Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607143}
-
David Staessens authored
When the HW JPEG decode tests are run by the Tast test framework, the location of the test file directory will vary. This CL adds the '--test_data_path' parameter to the test binary, so Tast can overwrite the default test file path. TEST=ran JPEG decode tests on eve BUG=899604 Change-Id: I7f242eb4356445a3bc3bb44a9d40221009343c7e Reviewed-on: https://chromium-review.googlesource.com/c/1328063 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#607142}
-
Tatsuhisa Yamaguchi authored
We saw a ZIP file created on macOS stores file names in UTF-8 encoding but the language encoding flag in the general purpose bit is not set. This change will cover some of such cases when the encoding detector detected that encoding. Bug: 903664 Test: browser_tests --gtest_filter=ZipFiles/FilesAppBrowserTest.Test/* Test: manually verified using the ZIP attached to the bug Change-Id: I5ef488cf5a0ba04feee9e8d2025054e16785f832 Reviewed-on: https://chromium-review.googlesource.com/c/1328623Reviewed-by:
Anand Mistry <amistry@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#607141}
-
Zhuoyu Qian authored
blink::WebCORS is not used by non-blink. blink/public is a wrong place for blink::WebCORS. Move the functions and change parameters from "web types" to platform types. Bug: 889726 Change-Id: Ic9fa44d67b035e8229034fdc9321b555b6a4f828 Reviewed-on: https://chromium-review.googlesource.com/c/1325582Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#607140}
-
Yutaka Hirano authored
Now it is a simple flag check and we can inline it. Bug: 875153 Change-Id: I775e6388b27d3931b09b4984da0de0f741e63edb Reviewed-on: https://chromium-review.googlesource.com/c/1309374 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#607139}
-
Abhishek Arya authored
Most web servers restrict http headers to 8-48 Kb. Restrict the maximum size for fuzzer efficiency and avoid ooms and timeouts on large inputs. See also: https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/getting_started.md#improving-your-fuzz-target R=tkent@chromium.org Bug: 830145 Change-Id: Ib577fb88952207b2c6f00643fda343d3e1254514 Reviewed-on: https://chromium-review.googlesource.com/c/1329674Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#607138}
-
Takuto Ikuta authored
This CL breaks ABI compatibility with cl.exe (which we no longer need). This patch enables /Zc:dllexportInlines- flag on windows component build for faster build time. When we enable this flag, inline member functions are not exported by default if the function does not have static local variable. By not exporting inline function, clang does not emit code and symbols for inline functions. This improves compilation time. This flag also reduces the size of obj size in windows component build. Smaller obj and reduced number of symbols improve link time largely. Additionally, for builds using distributed build system like goma, lower network usage by smaller obj files makes build faster. This is full build time comparison of 'chrome' target with -j960 on 24C/48T Win10 machine. |----------------------------+-----------------------+--------| | flag /Zc:dllexportInlines- | on | off | |----------------------------+-----------------------+--------| | warm goma backend cache | 9m13s (1.31x faster) | 12m3s | | cold goma backend cache | 11m57s (1.40x faster) | 16m45s | |----------------------------+-----------------------+--------| Detailed goma build stats comparison w/wo this flag is shown in https://docs.google.com/document/d/1_W-RsPe5LMz8LOm2Cz1hQ9OlmpTNARbBzARaM81RBYM/edit?usp=sharing Concept of the flag is similar to -fvisibility-inlines-hidden in gcc/clang. Bug: 901709 Change-Id: I943a47b2098775f2474c5a8a05b8a6a59628044e Reviewed-on: https://chromium-review.googlesource.com/c/1317069 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#607137}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bf02135b32e9..5362d2a89d80 Created with: gclient setdep -r src-internal@5362d2a89d80 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I37ccfc893255d15bfae6b9dd5c5f782575c4e450 Reviewed-on: https://chromium-review.googlesource.com/c/1331149Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607136}
-
Yutaka Hirano authored
AccessControlStatus is a concept introduced at https://html.spec.whatwg.org/#muted-errors. The concept is for scripting, not for loading. This CL renames AccessControlStatus to SanitizeScriptErrors, and moves the file to bindings/core/v8. Bug: 875153 Change-Id: Icc917ef8fc101ec80f7a71941655ce78c64b3016 Reviewed-on: https://chromium-review.googlesource.com/c/1304283 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#607135}
-
Alice Boxhall authored
Processing attribute changes can cause AXObjects to get created, which can cause crashes if layout is not clean. Also, check that nodes do not need distribution updates before processing attribute changes. Bug: 835455 Change-Id: Ibf7a3d0e2d7befe53e43096e6d0414a5623e8885 Reviewed-on: https://chromium-review.googlesource.com/c/1324530 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#607134}
-
Matt Falkenhagen authored
Change-Id: Id9138033bd01513043fc46b436575d4b7efe6a26 Reviewed-on: https://chromium-review.googlesource.com/c/1328361Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#607133}
-
Robert Sesek authored
Tbr: kerrnel@chromium.org Bug: 902597 Change-Id: I2b18b5b95d3a769e1185559afdcc81d25da5551f Reviewed-on: https://chromium-review.googlesource.com/c/1331227Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#607132}
-
Yutaka Hirano authored
RedableStream and TransformStream have been defined in JavaScript files. This CL changes that - now they are defined in IDL files. ReadableStream internal implementation sill resides in ReadableStream.js. This CL exposes ReadableStream and TransformStream IDL interfaces and modifies blink modules using them. There are some compatibility issues: - Function lengths (e.g., ReadableStream.prototype.cancel.length) change. (external/wpt/streams/readable-streams/general*) - pipeThough's "generic" behavior is broken. We could use [Custom] extended IDL attribute to implement it, but I'm not sure if that's the right way, I'm letting it break for now. (external/wpt/streams/piping/pipe-through*) - attribute @@toStringTag is added to ReadableStream and TransformStream. (*global-interface-listing*) Bug: 894357, 888165, 902633 Change-Id: I506a78fdfae1b0bedf7618b2b05b783d663a11c2 Reviewed-on: https://chromium-review.googlesource.com/c/1322172 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#607131}
-
Tetsui Ohkubo authored
OnImplicitAnimationsCompleted is called from BeginMainFrame, so it should not call RemoveNotification directly, as it may result in LayerTreeHost to be deleted mid frame. TEST=manual BUG=895883 Change-Id: Icb9d266bcc42bafd9773e7829fd48bb0c2fdd596 Reviewed-on: https://chromium-review.googlesource.com/c/1326041Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#607130}
-
Christian Biesinger authored
(Also --disable-blink-features) We would like to use this to run the tests with LayoutNG enabled. Change-Id: I1c8909dc3e1aaa57dc6745624ba6f8170ccde7e5 Reviewed-on: https://chromium-review.googlesource.com/c/1329884Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#607129}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 952de60c. With Chromium commits locally applied on WPT: 270d4abd "ServiceWorker: Add new WPT tests to make sure to update a registration with different script type and identical script content." 9ff65400 "Add redirected cases to CSP/import tests in wpt/worklets" 687313c5 "Add action_sequence in testdriver" 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: mstensho@chromium.org: external/wpt/css/css-multicol NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I93fed6a697dbdfec3730060c457049a7f7823be5 Reviewed-on: https://chromium-review.googlesource.com/c/1331167 Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607128}
-
Hiroshi Ichikawa authored
Add error.localizedDescription and error.userInfo[CWVCertStatusKey]. Bug: 898037 Change-Id: I3e552330378992574d7c08f96f343aba6a7b4d29 Reviewed-on: https://chromium-review.googlesource.com/c/1325578Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#607127}
-
Siddhartha authored
Libunwind is causing too many crashes. So, disable till crashes are fixed. TBR=nyquist@chromium.org NOTRY=true Change-Id: I1b230ef9dee9bc4ece82bcae89b40e2e04248d0d Reviewed-on: https://chromium-review.googlesource.com/c/1329851 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#607126}
-
- 11 Nov, 2018 1 commit
-
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I7557d1aaac8c368b75da03c102ee9fb2ee64819b Reviewed-on: https://chromium-review.googlesource.com/c/1330804Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#607125}
-
- 10 Nov, 2018 21 commits
-
-
file:///*.svgzChris Mumford authored
A speculative fix for a 7%-19.2% regression of memory use. This change releases the ZLib buffers used for Gzip inflation - releasing the memory as soon as it is no longer needed instead of waiting for the URLResponseBodyConsumer instance to be deleted. This change also fixes an incorrect reset of |zlib_wrapper_|, which was calling release() instead of reset(), when zlib would fail to initialize. This was likely a latent bug and not the cause of the regression. Bug: 901891 Change-Id: I52687f5614b7a76c52f4b9d5317deb33a299e4cb Reviewed-on: https://chromium-review.googlesource.com/c/1317922Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#607124}
-
Chris Mumford authored
Combined the four configuration parameters to RendererConfiguration::SetConfiguration() into a structure to simplify current implementation and future expansion. Bug: 897986 Change-Id: Id931218928c6c3c6bf2e4f52da7605c40dbbfbb7 Reviewed-on: https://chromium-review.googlesource.com/c/1318434Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#607123}
-
Guido Urdaneta authored
This CL introduces two utility functions: 1. RescaleSetFromConstraint: transforms a resizeMode constraint into a set of boolean values for easier processing. The boolean values represent if rescaling is supported or not. 2. IdealRescaleFromConstraint: transforms the ideal value in a resizeMode constraint into an optional bool, which represents preference for rescaling (true), preference for not rescaling (false), or no preference (nullopt). These utilities simplify processing of the resizeMode constraint in getUserMedia() and applyConstraints() for both device and content capture. This support is added in follow-up CLs in this series. Bug: 854980 Change-Id: I0a76fbc2842c5bb0aff8f231d36a404f25ae665d Reviewed-on: https://chromium-review.googlesource.com/c/1310175 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#607122}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4b0662f8875f..bf02135b32e9 Created with: gclient setdep -r src-internal@bf02135b32e9 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I3cfd099595656776d06a6ea0d65388947430e8f5 Reviewed-on: https://chromium-review.googlesource.com/c/1330774Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607121}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/17754d54ed77..4b0662f8875f Created with: gclient setdep -r src-internal@4b0662f8875f The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: I3dc27de3cc84977c20be569bed8367c2d1b5a69e Reviewed-on: https://chromium-review.googlesource.com/c/1330773Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607120}
-
Mario Sanchez Prada authored
As part of the servicification project and the migration to the Identity service, we have removed dependencies on //components/signin/core/browser from many places, but some stale includes and dependencies remained. This patch attempts to clean that up so that we have a better and cleaner surface to work upon when doing the servicification. Bug: 903846 Change-Id: I1f28f1c08047c279dcad60cff4e66945d4e68852 Reviewed-on: https://chromium-review.googlesource.com/c/1329923Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#607119}
-
Lei Zhang authored
PrepareFrameAndViewForPrint::CopySelection() generates HTML + CSS to support printing only the selection. By making it do the generation in print mode, the generated output will have print media CSS applied. BUG=889226 Change-Id: Ia57d4c0429b93d72cb412545eda7579b53570e6c Reviewed-on: https://chromium-review.googlesource.com/c/1308604Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#607118}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5d5091665700..f2c3502f7788 git log 5d5091665700..f2c3502f7788 --date=short --no-merges --format='%ad %ae %s' 2018-11-10 nednguyen@google.com [browser_test_runner] Ensure that skipped tests have skipped expectation if typ expectation file is not used 2018-11-09 benjhayden@chromium.org Add BatchIterator for v2spa 2018-11-09 benjhayden@chromium.org Merge test suite descriptors in v2spa 2018-11-09 benjhayden@chromium.org Add RecommendedOptions to v2spa 2018-11-09 benjhayden@chromium.org Support uploading to dev_appserver.py 2018-11-09 benjhayden@chromium.org Generalize complex test cases in Descriptor. 2018-11-09 benjhayden@chromium.org Expose annotations via /api/timeseries2 2018-11-09 benjhayden@chromium.org Add tag-filter for v2spa 2018-11-08 dpranke@chromium.org Integrate test expectation-parsing code into TYP. Created with: gclient setdep -r src/third_party/catapult@f2c3502f7788 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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: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 BUG=chromium:904019,chromium:898552,chromium:900218,chromium:835690 TBR=sullivan@chromium.org Change-Id: Ic8d2d5b5c618bef91ecd2c6051a9e85ab340dab9 Reviewed-on: https://chromium-review.googlesource.com/c/1330771Reviewed-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@{#607117}
-
Hirokazu Honda authored
BUG=chromium:895230 TEST=CtsMediaTestCases Change-Id: If928fa30cf6800809242b467c472b4549926f3d0 Reviewed-on: https://chromium-review.googlesource.com/c/1325584Reviewed-by:
Pawel Osciak <posciak@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#607116}
-
Zhiqiang Zhang authored
This CL adds unit tests to CastSessionController. Also the updateNamespaces() method is fixed to accept null ApplicationMetadata or namespaces. Change-Id: I3b435b22423a036c80d8237ec4a3f56983c9c0c4 Reviewed-on: https://chromium-review.googlesource.com/c/1328563 Commit-Queue: Zhiqiang Zhang <zqzhang@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#607115}
-
Roger McFarlane authored
TBR: sebsg@chromium.org Bug: 850606 Change-Id: I839c3125ced2779ba6b780bde754609d49a6d89e Reviewed-on: https://chromium-review.googlesource.com/c/1330902Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#607114}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e4a0ea21df88..17754d54ed77 Created with: gclient setdep -r src-internal@17754d54ed77 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: Ib57dc6d55b55f81edb4adae8eb0acc849900fbfa Reviewed-on: https://chromium-review.googlesource.com/c/1330933Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607113}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/95af4726bf91..c7a34cae21d2 git log 95af4726bf91..c7a34cae21d2 --date=short --no-merges --format='%ad %ae %s' 2018-11-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset 2018-11-10 caryclark@skia.org fix bookmaker 2018-11-10 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@c7a34cae21d2 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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:android_optional_gpu_tests_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;master.tryserver.blink:linux_trusty_blink_rel TBR=allanmac@chromium.org Change-Id: I10a624e05f4f17e46ade173e6a35513faa963311 Reviewed-on: https://chromium-review.googlesource.com/c/1330772Reviewed-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@{#607112}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ed0182c12062..e4a0ea21df88 Created with: gclient setdep -r src-internal@e4a0ea21df88 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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=mmoss@chromium.org Change-Id: If34d901e03aaefdad6e7fa218d7dea977a619f18 Reviewed-on: https://chromium-review.googlesource.com/c/1330932Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607111}
-
Ned Nguyen authored
TBR=kbr@chromium.org, rmhasan@google.com Bug: chromium:904019 Change-Id: I6f6bf317dc25ee9d3bcf3c1c2163a3b5afff3086 Reviewed-on: https://chromium-review.googlesource.com/c/1330990Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#607110}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/303a38c86077..95af4726bf91 git log 303a38c86077..95af4726bf91 --date=short --no-merges --format='%ad %ae %s' 2018-11-09 stani@google.com Revert "Improve degenerate 2pt conical gradient cases" 2018-11-09 mtklein@google.com oops, forgot tests only run in Android roll Created with: gclient setdep -r src/third_party/skia@95af4726bf91 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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:android_optional_gpu_tests_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;master.tryserver.blink:linux_trusty_blink_rel TBR=allanmac@chromium.org Change-Id: I6ceea3a4062bc472550721cb6a204878ccf13b57 Reviewed-on: https://chromium-review.googlesource.com/c/1330929Reviewed-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@{#607109}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/768c3afe1da0..ddbeac1c06a9 git log 768c3afe1da0..ddbeac1c06a9 --date=short --no-merges --format='%ad %ae %s' 2018-11-10 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@ddbeac1c06a9 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: If8b371d48efd2b62200f8123efe8d195b7b0b7ce Reviewed-on: https://chromium-review.googlesource.com/c/1330770Reviewed-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@{#607108}
-
Ted Choc authored
BUG=898522 Change-Id: I3a52ec99bde43584203de8bce30b448d50411061 Reviewed-on: https://chromium-review.googlesource.com/c/1318571Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#607107}
-
Emil A Eklund authored
Fix a bug in CaseMappingHarfBuzzBufferFiller where 8-bit strings weren't up-converted to 16-bit in cases were the original and case mapped string differed in length which hit a CHECK in the String::Characters16 method. Bug: 899876, 899868 No-Try: true Change-Id: I5de8fbaabbc08932904846ffa4674129263f50aa Reviewed-on: https://chromium-review.googlesource.com/c/1330723 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#607106}
-
Maggie Chen authored
When it's a protected video, it must use overlay swap chain so the video content can be protected by Windows OS and hardware. There is no protection with GL composition. DC layer overlay processor should decide which code path to go. Remove REQUIRE_OVERLAY from the media frame metadata since it is not the information the media gather from the front end. It's really a decision inside the overlay processor. Bug: 843814 Change-Id: I5862a400a12870070be45f0d5d713d3b1ab64170 Reviewed-on: https://chromium-review.googlesource.com/c/1329883 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#607105}
-
Zhiqiang Zhang authored
This CL adds unit tests for BaseSessionController. Also, when ending session, call SessionManager.endCurrentSession() instead of selecting the default route. Also the app ID is set to null. Bug: 711860 Change-Id: I002d69c16b72fd68d5ff9076624c74e63f0b0003 Reviewed-on: https://chromium-review.googlesource.com/c/1317337Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Zhiqiang Zhang <zqzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#607104}
-