- 12 Nov, 2018 15 commits
- 
- 
Zhuoyu Qian authoredblink::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 authoredNow 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 authoredMost 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 authoredThis 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 authoredhttps://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 authoredAccessControlStatus 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 authoredProcessing 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 authoredChange-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 authoredTbr: 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 authoredRedableStream 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 authoredOnImplicitAnimationsCompleted 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 authoredUsing 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 authoredAdd 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 authoredLibunwind 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 24 commits
- 
- 
file:///*.svgzChris Mumford authoredA 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 authoredCombined 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 authoredThis 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 authoredhttps://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 authoredhttps://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 authoredAs 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 authoredPrepareFrameAndViewForPrint::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 authoredhttps://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 authoredBUG=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 authoredThis 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 authoredTBR: 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 authoredhttps://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 authoredhttps://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 authoredhttps://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 authoredTBR=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 authoredhttps://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 authoredhttps://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 authoredBUG=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 authoredFix 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 authoredWhen 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 authoredThis 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} 
- 
chromium-internal-autoroll authoredhttps://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fbac34ca6a56..ed0182c12062 Created with: gclient setdep -r src-internal@ed0182c12062 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: If9585f6aeec07d96aaf19bbdba904f8dd1c6706b Reviewed-on: https://chromium-review.googlesource.com/c/1330769Reviewed-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@{#607103} 
- 
rajendrant authoredClient LoFi infobar will be shown when lofi response is received, and android omnibox UI will be shown at navigation commit. This CL changes the behavior to show the infobar UI as well at navigation commit, when NetworkService is enabled, since the response headers of subresources would not be received in the browser process. Bug: 893728 Change-Id: I66122590e80974449528635892b1c720efe04450 Reviewed-on: https://chromium-review.googlesource.com/c/1327556 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#607102} 
- 
Roger McFarlane authoredThis is a two part change. (1) Explicitly add the form/field id and name attributes to the data passed across the renderer/browser boundary. The pre-existing name and id properties of each form/field were computed values that attempted to capture whichever of the id/name was available. These values need to be passed from the renderer/JS to the browser so they can be included in the randomized form metadata sent with uploads. This part of the change is mostly mechanical, but involves updating a significant number of unittests. (2) Integrate the RandomizedEncoder to enable Rich Metadata Uploads. This augments the vote information sent from the client with additional form and field metadata that has been randomized (differential privacy via randomized responses), preventing any given upload from revealing the metadata observed by the client, but reconstructible in aggregate if sufficient clients send the same underlying metadata. Bug: 896719 Change-Id: Id866bd358eccbebdf952063bf5f6dcb9b59ad194 Reviewed-on: https://chromium-review.googlesource.com/c/1279202Reviewed-by:Ken Buchanan <kenrb@chromium.org> Reviewed-by: Jesse Doherty <jwd@chromium.org> Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by: Vaclav Brozek <vabr@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by: Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#607101} 
 
-