- 29 Oct, 2018 12 commits
 - 
- 
Tetsui Ohkubo authored
This CL removes references to IsSystemTrayUnifiedEnabled in chrome/browser/. tray_accessibility_browsertest and first_run_controller are intentionally left as the first one will be moved to ash/, and the second one will be updated in a separate CL. This is the part 2 of removing old System Tray code. (1) Removing the flag (2) Removing references to IsSystemTrayUnifiedEnabled() (3) Removing classes that are only used in old System Tray I'll try to keep the number of CLs as small as possible to make the history clean, but there can be multiple CLs for both part 2 and part 3 because some of them requires nontrivial refactoring to remove the dependency to the old code. TEST=trybot pass BUG=898419 Change-Id: Ib1d046bae25a61354bba5dd8d0ce62ba938c015f Reviewed-on: https://chromium-review.googlesource.com/c/1301054Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#603405}
 - 
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/2616594045eb..5d3555497392 git log 2616594045eb..5d3555497392 --date=short --no-merges --format='%ad %ae %s' 2018-10-28 benwright@webrtc.org Rename private member functions to use CamelCase. 2018-10-28 benwright@webrtc.org Makes OpenSSL concrete implementations final. Created with: gclient setdep -r src/third_party/webrtc@5d3555497392 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Id2d9f1065954cce7470c922717fa40018816d9e6 Reviewed-on: https://chromium-review.googlesource.com/c/1304054Reviewed-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@{#603404}
 - 
Luciano Pacheco authored
Fix flakiness by adding call to this.expanded=true in EntryListItem. Change updateSubDirectories: - use arrow function and const; - change error callback calling style to match the same style used by success callback (without if). - change check from isFakeEntry to check for presence of the method that's used "createReader". Change the sorting to be an method, so it can be customized per sub-class, later it will be used to sort My files to show Linux and Play files at the bottom. Fix unittest that started failing because it metadataModel was null. No changes in behaviour for users, the small change in behaviour is EntryListItem.updateSubDirectories now reads its children using FS API which isn't synchronous. Change-Id: I1019247e776e266cdd980a4c8a8338bf2b516b87 Reviewed-on: https://chromium-review.googlesource.com/c/1300993 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#603403}
 - 
Mitsuru Otsuka authored
Added a cli flag as well as a gui flag for notification expansion animation on chrome side. Test: Manually tested animations after turning on/off the flag. Bug: b/117914707 Change-Id: Ib388661bcc1da1d41bb86e4976c2a3ea4ba8195a Reviewed-on: https://chromium-review.googlesource.com/c/1297774Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Mitsuru Otsuka <mitsuruo@google.com> Cr-Commit-Position: refs/heads/master@{#603402}
 - 
John Budorick authored
Tbr: rsesek@chromium.org Bug: 828031 Change-Id: I22ec9c5611fa22b40964623c7ff0ff850c6cf911 Reviewed-on: https://chromium-review.googlesource.com/c/1303808 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#603401}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b10626c96f0c..5af2ef140b3b Created with: gclient setdep -r src-internal@5af2ef140b3b 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: I323406e09c46f21b48f9cf2e57e7c6ff94a556aa Reviewed-on: https://chromium-review.googlesource.com/c/1304055Reviewed-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@{#603400}
 - 
Kent Tamura authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL updates media_feature_symbol.py so that it produces kFooBar${suffix}. So to_function_name filter in make_media_features.py adjusts its input by [1:] in order to omit the leading 'k'. Also, this CL fixes missing dependencies in core/BUILD.gn. This CL has no behavior changes. Bug: 889726 Change-Id: If8bf9e1f9dcf4f2ad359b0b6af748f7359f56d0d Reviewed-on: https://chromium-review.googlesource.com/c/1301593 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#603399}
 - 
Christopher Lam authored
Bug: 898184 Change-Id: I714c83bcac42c096b70ae281f5441f53bd41eb13 Reviewed-on: https://chromium-review.googlesource.com/c/1297216Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#603398}
 - 
Sam McNally authored
NTPContentSuggestionsEnabled is not supported on ChromeOS, but has a default value for enterprise users. Setting a default policy for this triggers error logging at startup: Unknown policy: NTPContentSuggestionsEnabled Since the policy is unsupported, setting the default is unnecessary so don't generate code to do so. Change-Id: I108453c043a622b10397850547c94de967c7fb37 Reviewed-on: https://chromium-review.googlesource.com/c/1298528Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#603397}
 - 
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I26aaedad776c0e2a98fe9dfd06159de6ceb20135 Reviewed-on: https://chromium-review.googlesource.com/c/1304053Reviewed-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@{#603396}
 - 
Thomas Tangl authored
- Remove the no-search property from the sync page elements when unified consent is enabled. - Assign the correct associated-control property to the settings-subpage element. Bug: 891494 Change-Id: I968860a49d9be93a4cdb0319946a72ab8c3ea3ef Reviewed-on: https://chromium-review.googlesource.com/c/1301599Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#603395}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5a3af10a9801..b10626c96f0c Created with: gclient setdep -r src-internal@b10626c96f0c 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: I4d9dd026bd40c824fa04ccfaa4904db2fad99f78 Reviewed-on: https://chromium-review.googlesource.com/c/1303612Reviewed-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@{#603394}
 
 - 
 - 28 Oct, 2018 28 commits
 - 
- 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/43114e9f39c1..5a3af10a9801 Created with: gclient setdep -r src-internal@5a3af10a9801 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: Ie0bf88637c90d7c73af1b42cefdc29dc8bf0d807 Reviewed-on: https://chromium-review.googlesource.com/c/1303611Reviewed-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@{#603393}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c8330189decf..43114e9f39c1 Created with: gclient setdep -r src-internal@43114e9f39c1 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: I62589a245b38ef3ad2bb458ccbe50ee5cc802f10 Reviewed-on: https://chromium-review.googlesource.com/c/1303610Reviewed-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@{#603392}
 - 
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2b71832f6d8d..cb629a482b3d git log 2b71832f6d8d..cb629a482b3d --date=short --no-merges --format='%ad %ae %s' 2018-10-28 sergiyb@chromium.org Add an option to publish CL when posting comments Created with: gclient setdep -r src/third_party/depot_tools@cb629a482b3d 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: I94f70f45079dc3b0e6b59c3986f7fdfe54e6ad8d Reviewed-on: https://chromium-review.googlesource.com/c/1303607Reviewed-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@{#603391}
 - 
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b53f1f46982d..38e4fd0c5654 git log b53f1f46982d..38e4fd0c5654 --date=short --no-merges --format='%ad %ae %s' 2018-10-28 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@38e4fd0c5654 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=herb@chromium.org Change-Id: I1e343071353c401ba0184d2a8aaa139dedcf28a0 Reviewed-on: https://chromium-review.googlesource.com/c/1303609Reviewed-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@{#603390}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3333213340d7..c8330189decf Created with: gclient setdep -r src-internal@c8330189decf 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: I1cf8961c3382a5637d967eee4579eb094d1a85d8 Reviewed-on: https://chromium-review.googlesource.com/c/1303608Reviewed-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@{#603389}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b3fc15fc6627..3333213340d7 Created with: gclient setdep -r src-internal@3333213340d7 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: If345d8d35418e27716309bd487fcf82ca153cb76 Reviewed-on: https://chromium-review.googlesource.com/c/1303606Reviewed-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@{#603388}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7e426f470c0d..b3fc15fc6627 Created with: gclient setdep -r src-internal@b3fc15fc6627 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: I416f360ee3ca45aa5cfceeea96b231175d533deb Reviewed-on: https://chromium-review.googlesource.com/c/1303605Reviewed-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@{#603387}
 - 
Anthony Vallee-Dubois authored
Bug: 896089 Change-Id: Ifbf356ab0cb0e7fa222db7e9440adef927246e3a Reviewed-on: https://chromium-review.googlesource.com/c/1301875Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#603386}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/731577e9a262..7e426f470c0d Created with: gclient setdep -r src-internal@7e426f470c0d 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: I7387f8be3ebf68bc2f931c52c8afa70491bbd229 Reviewed-on: https://chromium-review.googlesource.com/c/1303604Reviewed-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@{#603385}
 - 
Maksim Sisov authored
This patch enables native gpu memory buffers support by fixing compile time assumptions in client_native_pixmap_factory_dmabuf.cc. Now, the supports_import_from_dmabuf_ field is added to the client_native_pixmap_factory_dmabuf.h class, and it is used to identify whether *cpu_read_write buffer usages can be supported. Bug: 864914 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ifd7d3c6d3906990a79521867ee4e6a826ce4c618 Reviewed-on: https://chromium-review.googlesource.com/c/1238154 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#603384}
 - 
Siddhartha authored
Adds a marker on stack so that stack unwinder is able to skip java frames to C++ directly if java frames did not emit unwind info. This happens frequently because of JIT code. BUG=859260 Change-Id: I104d2f26d89df2c706776002335b3969696fdd62 Reviewed-on: https://chromium-review.googlesource.com/c/1296827 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#603383}
 - 
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c57b98ca77eb..a56061dd6c20 git log c57b98ca77eb..a56061dd6c20 --date=short --no-merges --format='%ad %ae %s' 2018-10-28 primiano@google.com Merge "protozero: make proto-compiler output deterministic" Created with: gclient setdep -r src/third_party/perfetto@a56061dd6c20 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I66c515998e7a9fbefd8ed46fb9fc62fc12b48007 Reviewed-on: https://chromium-review.googlesource.com/c/1303602Reviewed-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@{#603382}
 - 
Mythri Alle authored
Use SimplifyURLForRequest to erase username, password and ref so we can safely use the URL as a cache key. SpecForRequest does not handle chrome:// URLs. Bug: chromium:812168 Change-Id: Ia8118b46c6aa42f4c7184197e880b3fbcee9c47a Reviewed-on: https://chromium-review.googlesource.com/c/1298719Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#603381}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e684c692974b..731577e9a262 Created with: gclient setdep -r src-internal@731577e9a262 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: Ie747cb1de54f9e721fb0a13e219cc443a8be7acb Reviewed-on: https://chromium-review.googlesource.com/c/1303603Reviewed-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@{#603380}
 - 
Philip Rogers authored
The working group recently resolved that mix-blend-mode should not apply to never-rendered elements such as pattern, see: https://github.com/w3c/fxtf-drafts/issues/309. This patch updates the comment in LayoutObject::IsBlendingAllowed and adds a web platform test (all browsers should pass this already). This removes the TODO added in https://chromium-review.googlesource.com/c/chromium/src/+/1169624. Change-Id: Ie74fd48075ae377636cb3efe93dd2fa6896fc534 Reviewed-on: https://chromium-review.googlesource.com/c/1303954Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#603379}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/760049415e5b..e684c692974b Created with: gclient setdep -r src-internal@e684c692974b 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: I53be917a09470538e4956061f4af6d76b64d7fb0 Reviewed-on: https://chromium-review.googlesource.com/c/1303601Reviewed-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@{#603378}
 - 
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/fb59b952834e..c57b98ca77eb git log fb59b952834e..c57b98ca77eb --date=short --no-merges --format='%ad %ae %s' 2018-10-26 enh@google.com Fix missing `noexcept`. Created with: gclient setdep -r src/third_party/perfetto@c57b98ca77eb The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I6b24baee74a0d9fc55bb6fdbf3d8e8110ca75e00 Reviewed-on: https://chromium-review.googlesource.com/c/1303618Reviewed-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@{#603377}
 - 
Vaclav Brozek authored
When Chrome exports passwords, it creates a temporary file, serializes the passwords into it and shares it through an intent. So far, creating the file happened from the Java code, while writing to it from the native C++ backend. This required gathering and reporting I/O errors from two places. This CL moves the file creation next to the writing code in the native C++ backend. As a side effect to achieve the goal, this CL also adds a two-argument callback for the communication across Java bindings, because Callback.java only accepts a single argument. The added callback has fixed argument types (and int and a string), because generalising seems like a significant effort and there is no clear demand for that. OTOH, the new callback ends up in base, next to the single-arg callback, so that it is visible to developers in the future. Bug: 891218 Change-Id: Ida685baa72456f8631356f219ea80ad7db195db5 Reviewed-on: https://chromium-review.googlesource.com/c/1256813Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#603376}
 - 
Philip Rogers authored
This patch stops "visibility: hidden" objects from creating hit test rects because hidden objects do not participate in hit testing. The non-PaintTouchActionRects result is incorrect and has been temporarily marked as failing. Bug: 897186 Change-Id: If42a619a5b8acb6c205899bc655b4c4e589f6b7b Reviewed-on: https://chromium-review.googlesource.com/c/1292952 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#603375}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/00a9db1e5f39..760049415e5b Created with: gclient setdep -r src-internal@760049415e5b 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: I8f5483afbb62f843a2a23c8e668ff1c1bedcea0a Reviewed-on: https://chromium-review.googlesource.com/c/1303600Reviewed-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@{#603374}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4caaf6446c0d..00a9db1e5f39 Created with: gclient setdep -r src-internal@00a9db1e5f39 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: Ia331f9554eb02c39497da562f31e9ae435532218 Reviewed-on: https://chromium-review.googlesource.com/c/1303617Reviewed-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@{#603373}
 - 
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0b5165313824..b53f1f46982d git log 0b5165313824..b53f1f46982d --date=short --no-merges --format='%ad %ae %s' 2018-10-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@b53f1f46982d 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=herb@chromium.org Change-Id: I13d9056fa7ac883d4b54f084b775167ecfd465f3 Reviewed-on: https://chromium-review.googlesource.com/c/1303616Reviewed-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@{#603372}
 - 
Daniel Bratell authored
The BuildCookieLine() function violated layering by using internal blink types in the blink public API but since it wasn't used anyway it can just be deleted. Also hide the export include from gn since it's an ugly exception, just for debug component builds. Bug: 800764 Change-Id: I7381e68f801e6037667d254d690faa376461e9da Reviewed-on: https://chromium-review.googlesource.com/c/1301469Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#603371}
 - 
Daniel Bratell authored
As part of making blink/public's dependencies automatically checked by gn, this is one dependency that was unintended and unnecessary. Moving the dependency into platform/export makes for a cleaner API. Bug: 800764 Change-Id: I4e5f2095bddc4e51de08ed16db51c248884dfd5f Reviewed-on: https://chromium-review.googlesource.com/c/1301468Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#603370}
 - 
Daniel Bratell authored
blink/public can't depend on internal blink code but luckily the code that was violating this was unused so it could just be deleted. Bug: 800764 Change-Id: Id487e43362931677e93e15d736e7e74922103be0 Reviewed-on: https://chromium-review.googlesource.com/c/1301522Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#603369}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/919956c12178..4caaf6446c0d Created with: gclient setdep -r src-internal@4caaf6446c0d 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: I6770e524f02daf5c5345089d790014b07a3e9193 Reviewed-on: https://chromium-review.googlesource.com/c/1303599Reviewed-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@{#603368}
 - 
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/37c1057b8b0c..919956c12178 Created with: gclient setdep -r src-internal@919956c12178 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: I90041472da47de052e794cf6ed80b62db35cb945 Reviewed-on: https://chromium-review.googlesource.com/c/1303598Reviewed-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@{#603367}
 - 
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I5b0d5435490e8bcdfa70f2e23f9d4d321aadde5b Reviewed-on: https://chromium-review.googlesource.com/c/1303615Reviewed-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@{#603366}
 
 -