- 29 Oct, 2018 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/797197a772b8..618decb9c4f5 git log 797197a772b8..618decb9c4f5 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 herb@google.com Remove unneeded sk_bzero Created with: gclient setdep -r src/third_party/skia@618decb9c4f5 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: I13a966d27ea325a4202cc3890ac8430ea719ee93 Reviewed-on: https://chromium-review.googlesource.com/c/1304374Reviewed-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@{#603457}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/79b07e22fa04..1d474432ff15 Created with: gclient setdep -r src-internal@1d474432ff15 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: I92e66648efb75f8255b2e7680d2f785a75a635dc Reviewed-on: https://chromium-review.googlesource.com/c/1303743Reviewed-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@{#603456}
-
Henrik Grunell authored
Disable flaky virtual/mouseevent_fractional/fast/events/middleClickAutoscroll-nested-divs-forbidden.html. TBR=masonfreed@chromium.org Bug: 891427, 899548 Change-Id: I044b5f63c84ec3a0761302f4dfc8d96f694ccbdf No-Try: true Change-Id: I044b5f63c84ec3a0761302f4dfc8d96f694ccbdf Reviewed-on: https://chromium-review.googlesource.com/c/1304414 Commit-Queue: Henrik Grunell <grunell@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#603455}
-
Fredrik Söderquist authored
Add the kSVGGeometryPropertyHasNonZeroUnitlessValue use counter for non-zero unitless (<number> / "user units") values in the 'x', 'y', 'r', 'rx', 'ry', 'cx' and 'cy' properties. Bug: 899074 Change-Id: I1a7e6cdce018a75ed46745ec245dabcaed5ea954 Reviewed-on: https://chromium-review.googlesource.com/c/1301597Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#603454}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3a55ee4b..4a64198c Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id49aceb52db60646f7e19112b922872101650ab7 Reviewed-on: https://chromium-review.googlesource.com/c/1304394Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603453}
-
Daniel Bratell authored
There is both a top level namespace ::switches and a sub namespace ::extensions::switches so inside extensions, if both namespaces are known to the compiler, you need to clarify which one you want. This is the reason the code style guide prohibits sub namespaces with the same name as common top level namespaces. This is a quick fix to make some jumbo builds happy. I am not sure exactly what commit triggered this, but it can easily happen just by adding an include somewhere. TBR=hubbe@chromium.org Change-Id: I22d742aa1645aa1b37317524e9b1aa18e91d2fd3 Reviewed-on: https://chromium-review.googlesource.com/c/1303362Reviewed-by:
Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#603452}
-
Hitoshi Yoshida authored
GetTypeExtension() function takes a string object from a union object |string_or_options|. In case the union object is a Dictionary (= V8 object), we converted it to a Blink object ElementCreationOptions, but we do not have to do it. This CL makes the function skip to conversion and take the property from V8 object directly. Bug: None Change-Id: I360c4e8d732b699835b108e8410a1e1376f35752 Reviewed-on: https://chromium-review.googlesource.com/c/1303325Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#603451}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7d4c9c094a31..79b07e22fa04 Created with: gclient setdep -r src-internal@79b07e22fa04 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: If5fed8b0863a23113587c4753d329c3d61eec1a2 Reviewed-on: https://chromium-review.googlesource.com/c/1304373Reviewed-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@{#603450}
-
Marc Treib authored
The version_79.sql "golden" file actually contained a version 78 database. Not sure why all the tests were passing anyway. Bug: none Change-Id: I89cc90655b81c2090e724104e48a645eb1d5081e Reviewed-on: https://chromium-review.googlesource.com/c/1299160Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#603449}
-
Hirokazu Honda authored
Decoded pictures (i.e. yuv format) on h264, vp8 and vp9 must be identical on any platforms, except its pixel format and device alignment. VideoFrameValidator checks soundness of each decoded picture comparing its md5sum value with golden md5sum. VideoFrameMapper used by VideoFrameValidator map decoded pictures and converts them, by libyuv, to I420 picture to resolve pixel format and device alignment differences. This change is the second step for it. VideoFrameValidator would support VA-API based VDA after this change. One pager: go/CrOSVFValidator BUG=chromium:856562 TEST=VDA unittest on h264, vp8 and vp9 with --frame_validator at eve $ ./video_decode_accelerator_unittest --test_video_data=test-25fps.vp8:320:240:250:250:35:150:11 --ozone-platform=gbm --gtest_filter=Thumbnail/VideoDecodeAcceleratorParamTest.TestSimpleDecode/0 --test_import --frame_validator 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 Change-Id: I63b57cb35553edea0a85ea4aab5017f031653d82 Reviewed-on: https://chromium-review.googlesource.com/c/1189511 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#603448}
-
Mohamed Amir Yosef authored
This adds the functionality of storing laziness information back. It has been removed to avoid circular dependency due to a bug in the build system TBR=peter@chromium.org Bug: 882887 Change-Id: Ic9a26956909c3dbbdfae71e0d5f0c94a73896e18 Reviewed-on: https://chromium-review.googlesource.com/c/1301526Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#603447}
-
Henrik Grunell authored
This reverts commit cc54574d. Reason for revert: Seems to be the reason for Chromium OS failures. BUG: 899664 Original change's description: > [Reland] Refactor DirectoryTree > > 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} TBR=joelhockey@chromium.org,lucmult@chromium.org Change-Id: I9826f601fe469eb079b33e1415c3fddb324e0bb8 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/1303731Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#603446}
-
Henrik Grunell authored
TBR=masonfreed@chromium.org Bug: 891427, 899609 Change-Id: Idb7a9501c40d008df9b02b7a1626579466fa2889 No-Try: true Change-Id: Idb7a9501c40d008df9b02b7a1626579466fa2889 Reviewed-on: https://chromium-review.googlesource.com/c/1303361Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#603445}
-
Sergei Datsenko authored
BUG=chromium:892524 Change-Id: Ic23bda48801b4874f1d31d6c151b24329bb836ae Reviewed-on: https://chromium-review.googlesource.com/c/1303315Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#603444}
-
Stephane Zermatten authored
Before this change, overlay was shown for the entire duration of script execution. With this change, overlay can be turned off for some actions, focus_element, use_address and use_card, like in the Java implementation. Bug: 806868 Change-Id: I1dcbe18112ac33c88d8ee9ece69135bc724f06a1 Reviewed-on: https://chromium-review.googlesource.com/c/1301515Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#603443}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/84ade647f093..7d4c9c094a31 Created with: gclient setdep -r src-internal@7d4c9c094a31 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: If21842f262adacaa52a7ddd61e718a2d8b29f9ee Reviewed-on: https://chromium-review.googlesource.com/c/1303740Reviewed-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@{#603442}
-
David Jean authored
Bug: 898678 Change-Id: Ib1fe23936b6d6196e760a50559b0895c7aaa4a0f Reviewed-on: https://chromium-review.googlesource.com/c/1301453 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#603441}
-
Yuta Kitamura authored
The directory structure for Blink scheduler is changing. Those files are thread-neutral utilities, so they should go to scheduler/common/. Bug: 826203 Change-Id: I9c1fa854af7cd11c36060fc0ba8ee19ed3404a6f Reviewed-on: https://chromium-review.googlesource.com/c/1301699 Commit-Queue: Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#603440}
-
Tetsui Ohkubo authored
According to UnifiedSystemTray spec, when a notification is in notification center, the opacity shouldn't be updated by swiping. For popups, opacity should be still updated. TEST=manual BUG=898969 Change-Id: Ic57536bf807b9eb15e2a451617b65e079aa577db Reviewed-on: https://chromium-review.googlesource.com/c/1301138 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#603439}
-
Hajime Hoshi authored
This failure happened due to https://chromium-review.googlesource.com/c/chromium/src/+/1213864, and there are a test that was not added at that time. This CL adds this. TBR=grunell@chromium.org Bug: 891427 Change-Id: I850c3c8a390e75d3a6b4234cf1c1f5fbf379838e Reviewed-on: https://chromium-review.googlesource.com/c/1303319Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#603438}
-
Daniel Bratell authored
Not all sources lists have been kept up to date with code movement/removal and it seems to make some isolate steps in cq sad for some CLs (mine). Change-Id: I656a0a2f3aeaded7cace52ebc39cf80e1907163b Reviewed-on: https://chromium-review.googlesource.com/c/1288872Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#603437}
-
Joel Hockey authored
Currently paths are shown as: Google Drive > ... Team Drives > ... Computers > ... This change sets all Google Drives paths to prefix with 'Google Drive' and adds 'My Drive' for paths in /root. 'Google Drive' is not localized. The 'My Drive', 'Team Drives' and 'Computers' labels are. Google Drive > My Drive > ... Google Drive > Team Drives > ... Google Drive > Computers > ... Bug: 879425 Change-Id: I502dbae82af575a91744abad4a7e98ba15ad8a69 Reviewed-on: https://chromium-review.googlesource.com/c/1304275 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#603436}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/061b502c..3a55ee4b Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia675c9ac8a20c0b8029970dd293d54670f0278a0 Reviewed-on: https://chromium-review.googlesource.com/c/1304215Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603435}
-
Christopher Lam authored
This CL adds a manifest for the Discover App so that it installs as a System PWA with the correct icon, name, and theme color. Bug: 836128 Change-Id: Idd2d86671caa50a02474a1785972aa7f1d7b1fe7 Reviewed-on: https://chromium-review.googlesource.com/c/1290051 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#603434}
-
Yuta Kitamura authored
The directory structure for Blink scheduler is changing, and those files should live in scheduler/main_thread/. Bug: 826203 Change-Id: Iff32a4b8d53788e096d86cd6bef74da7978d1c44 Reviewed-on: https://chromium-review.googlesource.com/c/1301694 Commit-Queue: Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#603433}
-
Zhuoyu Qian authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: Ifda60c8845e352ca8eec4a282525be09b8ffd64a Reviewed-on: https://chromium-review.googlesource.com/c/1304116Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#603432}
-
Zhuoyu Qian authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: Ia40886c6c29df8b9a179b24b6811f3d6d09f1574 Reviewed-on: https://chromium-review.googlesource.com/c/1301575Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#603431}
-
Zach Stein authored
Bug: chromium:879746 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Iabd87f6e3aad8ed689d255329310a48a7a02f323 Reviewed-on: https://chromium-review.googlesource.com/c/1217346 Commit-Queue: Zach Stein <zstein@google.com> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#603430}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/985747be8cfb..84ade647f093 Created with: gclient setdep -r src-internal@84ade647f093 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: Ib7b594379019fb045e09204876e33e4ce204e82a Reviewed-on: https://chromium-review.googlesource.com/c/1303736Reviewed-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@{#603429}
-
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: Ice685763fc805fdb41ce7207b7d5878eae5af00b Reviewed-on: https://chromium-review.googlesource.com/c/1303739Reviewed-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@{#603428}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/79c96811863f..797197a772b8 git log 79c96811863f..797197a772b8 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@797197a772b8 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: Ib5917fa8f177342b08d6ce57394ec8ea2e9c2949 Reviewed-on: https://chromium-review.googlesource.com/c/1303738Reviewed-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@{#603427}
-
Tetsui Ohkubo authored
Thanks to the cleanup in https://crrev.com/c/1293257 , now we can move these constants that are only used on Chrome OS to ash/. TEST=trybot pass BUG=none Change-Id: Idc90f604a7fbd6e24cfa0a1b9b738aae1bac3451 Reviewed-on: https://chromium-review.googlesource.com/c/1301695Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#603426}
-
Joel Hockey authored
Bug: 878324 Change-Id: I449362cec69c11182f9d13cdbd4b40410e3b027f Reviewed-on: https://chromium-review.googlesource.com/c/1304178Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#603425}
-
Zhuoyu Qian authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: If5aaa97534ba38f112ae58974e93f16ecbd2cd92 Reviewed-on: https://chromium-review.googlesource.com/c/1301693Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#603424}
-
Mythri Alle authored
Isolated code cache feature enforces site-isolation on the code caches. Bug: chromium:812168 Change-Id: I0f88454b1ec6927ee6c51f2f84569a3a2c1ce7f7 Reviewed-on: https://chromium-review.googlesource.com/c/1292565Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#603423}
-
Christopher Lam authored
This CL adds the manifest.json for the Settings System Web App. It also adds a generic PWA installation page for all System Web Apps to use, which will be removed when installation directly from manifest URLs is available. Bug: 836128 Change-Id: I7cdebe6fde5851a3b90e46e39e3118eda1f2cf19 Reviewed-on: https://chromium-review.googlesource.com/c/1272780 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#603422}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/38e4fd0c5654..79c96811863f git log 38e4fd0c5654..79c96811863f --date=short --no-merges --format='%ad %ae %s' 2018-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 bfe31c42e15e..df73a8e5ffdb (1 commits) Created with: gclient setdep -r src/third_party/skia@79c96811863f 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: If265c09d27a86df48b052670d72263e56496eeb6 Reviewed-on: https://chromium-review.googlesource.com/c/1303737Reviewed-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@{#603421}
-
Stuart Langley authored
This just gets the mocks to be closure compiled, there will likely be more changes when we start taking direct dependencies. Bug: 860355 Change-Id: I7ddfe6f82830a3d2e5b0858596dba80f921e5534 Reviewed-on: https://chromium-review.googlesource.com/c/1304036Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#603420}
-
Koji Ishii authored
This patch fixes recent type chagnes for: * LineBoxList * NGLayoutInputNode * NGPaintFragment * FontPlatformData and fixes a Unicode string issue in wtf::StringImpl. Tested by enabling warning in Visual Studio 2017. Change-Id: I60bc866a1c8eb7b7e2da0ffdb48044a6ab848fd9 Reviewed-on: https://chromium-review.googlesource.com/c/1288930Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#603419}
-
Hirokazu Honda authored
Currently, the pixel format of video frame passed from Android container is always I420. This is because color format conversion is done in ARC++ container. For zero format conversion (go/arc-vide0Capture), we needs to be able to pass all pixel formats supported by our ARC++ HW video encoder to Chrome. If the color format conversion is needed, it is performed in Chrome side by HW/SW ImageProcessor. The below is the table of YUV pixel formats supported by HW video encoder and media::PixelFormat in Chrome side. media::VideoPixelFormat associated with HAL_PIXEL_FORMAT_YCBCR_420_888 is dependent on platform, but one of three formats, which minigbm actually decides. HAL Pixel Format (Android) media::VideoPixelFormat (Chrome) -------------------------------------------------------------------- HAL_PIXEL_FORMAT_YV12 -> PIXEL_FORMAT_YV12 HAL_PIXEL_FORMAT_YCRCB_420_SP -> PIXEL_FORMAT_NV12 HAL_PIXEL_FORMAT_YCBCR_420_888 -> PIXEL_FORMAT_YV12, PIXEL_FORMAT_NV12, PIXEL_FORMAT_NV21 HAL_PIXEL_FORMAT_RGBX_8888 -> PIXEL_FORMAT_XBGR HAL_PIXEL_FORMAT_RGBA_8888 -> PIXEL_FORMAT_ABGR HAL_PIXEL_FORMAT_BGRA_8888 -> PIXEL_FORMAT_ARGB [I420] (No enum for this) -> PIXEL_FORMAT_I420 BUG=chromium:894381 TEST=CtsMediaTestCases on eve Change-Id: If95c40fd673603adaf4eb8e95afdf5142f59ad4c Reviewed-on: https://chromium-review.googlesource.com/c/1301573 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#603418}
-