- 26 Mar, 2019 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a1dcaaeaa576..80dd599e91d0 git log a1dcaaeaa576..80dd599e91d0 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 40ce19f3..4035f6c8 (377 commits) 2019-03-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 9078c6a7199b..da37e7f6759d (5 commits) Created with: gclient setdep -r src/third_party/skia@80dd599e91d0 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=stani@chromium.org Change-Id: I44183b70fbf00f1612cc71c275f88f42027050e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538742Reviewed-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@{#644179}
-
Yutaka Hirano authored
The only caller, IdlenessDetector::WillProcessTask, has an access to the DocumentLoader, so we don't need the FetchContext method. Bug: 914739 Change-Id: Iedbe27b5992e114d507075584c9d3fd287de19ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538059Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#644178}
-
Kevin Babbitt authored
- On MSAA paths for WM_GETOBJECT, we were leaking a reference on each call. - In UIA mode, when a window gets destroyed, we can signal the OS to discard objects associated with that window by calling UiaReturnRawElementProvider(hwnd, 0, 0, nullptr). This call isn't strictly necessary, but it allows these objects to be released sooner. While writing tests, I also discovered a logic error that was causing HWNDMessageHandler to not return an accessibility object for the caret. This is fixed as well. Bug: 845471 Change-Id: Ic494c31491469e92203bb4ee0e000ea406345306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1521809Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#644177}
-
chaopeng authored
Chrome does not expose key events to pages for spatnav. This is to prevent pages from accidentally interfering with the built-in behavior. Bug: 920818 Change-Id: I9476b4b5b5d8aa2ff53c07c64ce50c2a9a7812b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1500599 Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#644176}
-
Marcin Wiącek authored
This is part of changes which put as goal removing redundant ChromeAnimation API by moving everything into CompositorAnimator. Public doc with proposal: https://docs.google.com/document/d/1VL5ntE7vn267IFjE4Zke0GkhVVTHz1bEP672Apj_E2k/edit This concrete patch is migrating createEnterStackAnimatorSet inside StackAnimation (it includes migration, adding helper methods Stack#getAnimationHandler, StackAnimation#addToAnimation and required FloatProperty inside LayoutTab & StackTab) BUG=890643 Change-Id: Icf15ca396ae433d0a38dfa495cacb01e45fcb473 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1512554 Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#644175}
-
Tsuyoshi Horo authored
This test was removed from SlowTests. https://chromium-review.googlesource.com/c/chromium/src/+/1498537 But "META: timeout=long" was not added by https://chromium-review.googlesource.com/c/chromium/src/+/1497005 TBR=svillar@igalia.com Bug: 945524 Change-Id: Ibd8585f3f8dce866030e28008283b776918fb6dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535651Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644174}
-
Tsuyoshi Horo authored
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=interactive_ui_tests&showAllRuns=true&tests=HistoryFocusTest TBR=weili@chromium.org,johntlee@chromium.org Bug: 945650 Change-Id: Icac8611f728362ea222c9c9756a257b4af52f687 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538068 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644173}
-
Gyuyoung Kim authored
As advised in [1], this CL removes unnecessary Foo::Create() factory functions which return an instance using MakeGarbageCollected<Foo> in //third_party/blink/renderer/core/css, then this CL makes the callers use MakeGarbageCollected<Foo> instead of Foo::Create() factory functions. This CL is the third clean up in core/css. [1] https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/iJ1bawbxbWs/vEdfT5QtBgAJ Bug: 939691 Change-Id: Ia25ac99543243c140b7e136c5c25012ce403fa50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538143 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#644172}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=cmasso@chromium.org Change-Id: I15dba37e7c7a01545caddd0a39acd6e75a5fb1f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1537326Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#644171}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d7e9662a10ea..da37e7f6759d git log d7e9662a10ea..da37e7f6759d --date=short --no-merges --format='%ad %ae %s' 2019-03-26 rafael.cintron@microsoft.com Add trailing slash to glmark2 data dep 2019-03-26 enrico.galli@intel.com ES31: Enabling skipped deqp atomic counter tests on D3D11 Created with: gclient setdep -r src/third_party/angle@da37e7f6759d The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jonahr@chromium.org Change-Id: I724dc01ee4c0d3f40d2d962f7747afe93ae0337d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538741Reviewed-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@{#644170}
-
Yuly Novikov authored
Bug: 943312 Change-Id: I643e27476cbb211187ec4aaae0d742f4ae93b625 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536596Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#644169}
-
Hiroki Nakagawa authored
Bug: 945673 Change-Id: I3221c73b01f19e6e8df8b472cc3ac480a6a50c4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535508 Auto-Submit: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#644168}
-
Justin Cohen authored
This disables kBlockNewTabPagePendingLoad by default. Assuming no issues in M75, all these bandaids can be removed completely in M76 Bug: 934787, 932063, 931569, 931284, 944798 Change-Id: I8c5a019d83cdd76c74a6d211e636933aad809e32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534359 Auto-Submit: Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#644167}
-
Marcin Wiącek authored
Patch is improving enum generated in Java by mojo: 1. changing formatting of output file to more friendly 2. removing format casting 3. adding info about changes in next values in comments and putting concrete values in each constant value 4. (when possible) switching isKnownValue to the simple return 5. remove non-used MIN_VALUE, MAX_VALUE NOTE: enums generated with very long values were never correct and this CL is not changing this. BUG=940282,919666 Change-Id: I1becdac0953653c349466d3a9fcb5cee30e60a12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1513714 Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#644166}
-
Siddhartha S authored
Now perfetto is enabled by default. So, the tests will use --disable-perfetto flag for running in legacy mode. Also run background tracing tests in legacy mode. BUG=932648 Change-Id: I50106c05cc4427aaabe53eeb9e3eaa5729d4d5a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1475001 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#644165}
-
Chris Hamilton authored
BUG=910288 Change-Id: I2a1bd7807caf659914057c42c7e3084f40eee1a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536309Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#644164}
-
Yiming Zhou authored
Bug: 847905 Change-Id: Ifd7b2e0b494cbd893b3f36590bd3ecf793f0b768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539111 Auto-Submit: Yiming Zhou <uwyiming@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644163}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/96a6262e811b..eea1b00dcc55 git log 96a6262e811b..eea1b00dcc55 --date=short --no-merges --format='%ad %ae %s' 2019-03-25 saklein@chromium.org workspace_stages: setup_board failing on factory/firmware branches. Created with: gclient setdep -r src/third_party/chromite@eea1b00dcc55 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I9dfa07165c02b81767532595c4bb3b99ebe99878 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538965Reviewed-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@{#644162}
-
Tsuyoshi Horo authored
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=interactive_ui_tests&showAllRuns=true&tests=PrintPreview TBR=rbpotter@chromium.org Bug: 945630 Change-Id: I329903be8cfba5d4e18d3469b8cd106714ddc3b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535506Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644161}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/45510bdf4bd6..85ead579637d git log 45510bdf4bd6..85ead579637d --date=short --no-merges --format='%ad %ae %s' 2019-03-26 bsheedy@chromium.org [dashboard] Add bisect master blacklist Created with: gclient setdep -r src/third_party/catapult@85ead579637d 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:925488 TBR=crouleau@chromium.org Change-Id: Ifbd7b2063458ae4a2ef83fdd76b032d38f434e58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538960Reviewed-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@{#644160}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/00c5601ee11a..ff510092ac17 Created with: gclient setdep -r src-internal@ff510092ac17 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome BUG=chromium:945393,chromium:942176,chromium:945393,chromium:942176,chromium:790672,chromium:790708 TBR=sahel@chromium.org,horo@chromium.org,pkasting@chromium.org,andruud@chromium.org Change-Id: Ie183a87b4fdbcb4f46e965f589e0aca2089b0461 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539097Reviewed-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@{#644159}
-
Giovanni Ortuño Urquidi authored
Introduces TestWebAppUrlLoader for tests to simulate results of trying to load URLs and rewrites PendingBookmarkAppManager tests to use TestWebAppUrlLoader. Bug: 916381 Change-Id: I3eb094afc415fd7bde7326e17ad1c2f311b6dc73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536045 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#644158}
-
Changwan Hong authored
There were error case if fullscreening video element belong to the iframe, then background color overrided is cleared. Because RestoreBackgroundColorOverride() had been called twice in that case. R=bokan@chromium.org, dcheng@chromium.org, foolip@chromium.org Bug: 934150 Change-Id: Icd70ad6ee8668e035d327f53f2b2171f0ab055fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531927Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Sang Woo Ko <sangwoo108@chromium.org> Cr-Commit-Position: refs/heads/master@{#644157}
-
Tsuyoshi Horo authored
Bug: 945507 TBR=mkwst@chromium.org Change-Id: I9431fa8bd52af46ac434c7c57b95c42d615de2f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535200Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644156}
-
Alexei Filippov authored
The panel shows current memory usage broke down by URLs. This is put behind an experiment. BUG=937880 Change-Id: I101e75037d8f1dcc68d220ff9750100e5c9607d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536686 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#644155}
-
Steven Bennetts authored
For minor refactoring in usb_host_bridge,cc: TBR=yusukes@chromium.org Bug: 944665 Change-Id: I40a0511a07c911678cbd93b2d6342c1083a75c24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535486Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#644154}
-
Manu Cornet authored
This makes arrow traversal behavior consistent with what the launcher does, allowing left/right and up/down arrow traversal of the shelf regardless of the shelf's orientation. Tab/right/down all have the same effect, and shift-tab/left/up all have the same effect. Bug: 888637 Change-Id: Ife5aaed19388ee6fde1293e1760e87cc6e22eb5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535462Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#644153}
-
Tommy Martino authored
Change-Id: I3e13df1bb2c3a330ff535321fbad525f9755cf03 Bug: 870342 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529406 Auto-Submit: Tommy Martino <tmartino@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644152}
-
Simon Que authored
R=tikuta@chromium.org, ukai@chromium.org, yyanagisawa@chromium.org Bug: 942651 Change-Id: I95fc408d23b328e40302399d524b8bf2fa8dee2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539216Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#644151}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fef79d40aea5..e17d1ed64f9a git log fef79d40aea5..e17d1ed64f9a --date=short --no-merges --format='%ad %ae %s' 2019-03-26 iannucci@chromium.org [led] Update led. 2019-03-25 thestig@chromium.org Make git cl issue handle bad arguments more gracefully. Created with: gclient setdep -r src/third_party/depot_tools@e17d1ed64f9a 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: Iea53915df3863f73cd0fc976292158f876d1d5e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538961Reviewed-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@{#644150}
-
Andrey Kosyakov authored
... to client DevToolsAgentHost implementation. This is so that we can customize this logic depending on the agent host (e.g. implement it for service worker). Also re-used it in FetchHandler for consistency. Bug: 944584 Change-Id: I252e596529bd2ece789a9ba611a9b6e16cf42f2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538884 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#644149}
-
Regan Hsu authored
Currently, when the user has the Wallpaper app open, and takes their chromebook offline, the Daily refresh toggle is disabled but still produces a ripple effect when the user clicks on the toggle. This CL adds the constraint that the ripple effect will only occur when the Wallpaper app is online. Bug: 889847 Change-Id: I7ccbe35a82787ff4515b8e1878a4408bde9f9816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539019Reviewed-by:
May Lippert <maybelle@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#644148}
-
Tsuyoshi Horo authored
TBR=chenwilliam@chromium.org,pfeldman@chromium.org Bug: 945665 Change-Id: I497331ca0ab95e92fe1cf0a3ce90336cde7ad09d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535510Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644147}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ca07591d0d30..a1dcaaeaa576 git log ca07591d0d30..a1dcaaeaa576 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 fmalita@chromium.org Make SkShaper available in Fiddle Created with: gclient setdep -r src/third_party/skia@a1dcaaeaa576 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=stani@chromium.org Change-Id: I4e494bf5a3a7be325344ca2800a64163a9dbc030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538962Reviewed-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@{#644146}
-
Lei Zhang authored
Spell "crashpad" correctly. Change-Id: Ib8933d1254b86394e6c1ee4027dc012a3697ecfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539102Reviewed-by:
David Vallet <dvallet@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#644145}
-
Tsuyoshi Horo authored
TBR=aee@chromium.org Bug: 945654,736891 Change-Id: Ib795f0248ec61f8b45f879f332d432e875bf9fd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538067Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#644144}
-
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;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ib3292fdb1ea0ea6c4c91da91f0cbd46fc9680fb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539137Reviewed-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@{#644143}
-
Zhuoyu Qian authored
This is part of the gradual process of putting all types that derive from CSSValue into blink::cssvalue:: namespace. Bug: 667961 Change-Id: I67a4ce8d1cefbbde140ee356104539d57059318d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529505Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#644142}
-
Donna Wu authored
Bug: 716628 Change-Id: Iabb2458db68f823ce7cb6e1f2c2c03b2eafee4f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511893Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Donna Wu <donna.wu@intel.com> Cr-Commit-Position: refs/heads/master@{#644141}
-
Lin Sun authored
Remove several suppressions on the passthrough command decoder with ANGLE's OpenGL backend, and one on Windows with the D3D11 backend. Bug: 602688, 782317, 884210 Change-Id: I04360329a7d76e38265ab272c6f51b741d016465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531823 Commit-Queue: Lin Sun <lin.sun@intel.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#644140}
-