- 30 Jan, 2018 40 commits
-
-
Miguel Casas authored
This CL allows XR30 for GpuMemoryBufferVideoFramePool output format in Linux (not CrOs yet), and teaches GLImageMemory how to manipulate this format. Unittests are extended, tested also with high bit depth videos e.g.: 'http://crosvideo.appspot.com?codec=vp9.2&loop=true' and media/test/data/... - bear-320x180-hi10p-vp9.webm - bear-320x180-hi10p.mp4 (this is an H.264 part 10, 10bpc) - blackwhite_yuv420p_hi10p.mp4 - bear-320x180-hi12p-vp9.webm Bug: 803975 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ie5fb3fa60036591fabdfcf774fcb0878b1ebca07 Reviewed-on: https://chromium-review.googlesource.com/881665 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#533045}
-
Mike Wittman authored
Change-Id: If1376c69b262c9112f8c3653feffebe961bd92b6 Reviewed-on: https://chromium-review.googlesource.com/894487Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#533044}
-
Sunny Sachanandani authored
We want multiple instances of these pages with different flags e.g. sw raster and gpu raster in the new rendering.desktop/mobile page sets. BUG=760553 Change-Id: I48e2ac82a4314cdf36a61f301559160b8d801f52 Reviewed-on: https://chromium-review.googlesource.com/887798 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#533043}
-
Matt Falkenhagen authored
These metrics don't work well at the ServiceWorkerControlleeRequestHandler layer for S13nServiceWorker, for the reasons in the bug. Actually they are pretty suspect for non-S13nServiceWorker too because we are recording them on every URL request, not just committed page load, so we are double-counting on redirects. This patch: 1) Moves the PageTransition metric to ServiceWorkerPageLoadMetricsObserver. This is a better fit also because page transition info is expected to be removed from ResourceRequest as per the TODO there. 2) Removes the RedirectChain metric. We haven't been using it. If needed we can always add one to ServiceWorkerPageLoadMetricsObserver alongside PageTransition. R=bmcquade, kinuko Bug: 805805 Change-Id: I58029612f8c7697ec280bcc80bec97f6f64d9dd9 Reviewed-on: https://chromium-review.googlesource.com/886102Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#533042}
-
Danyao Wang authored
restore_session.html uses push/replaceState to restore URLs. This technique doesn't work for app-specific URLs because they can't be loaded natively by WKWebView. Restoring them as placeholder URLs reuses the same code path for rendering WebUI and native view on back/forward navigations. Manually tested the session restore behavior and verified that history with multiple entries are restored correctly. Bug: 807102 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I9dd04f75dc464d645d30fe7c339e2ffe147b5fed Reviewed-on: https://chromium-review.googlesource.com/894126 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#533041}
-
Misha Efimov authored
Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I67abbd6195ba728d5b1df29462eca2fa1857a58b Reviewed-on: https://chromium-review.googlesource.com/887403 Commit-Queue: Misha Efimov <mef@chromium.org> Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#533040}
-
https://skia.googlesource.com/skia.git/+log/4e95956f117f..51494f6615b8 $ git log 4e95956f1..51494f661 --date=short --no-merges --format='%ad %ae %s' 2018-01-29 halcanary SkQP: Allow checking against nearby pixel's expectations. 2018-01-30 jvanverth Reduce the amount of padding needed for SDFs, take 2 2018-01-30 halcanary SkQP: remove skia_embed_resources option 2018-01-30 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 13fd988cf..513bc77df (1 commit) 2018-01-30 halcanary SkQP: slim deps. Also skia_enable_fontmgr_empty 2018-01-29 scroggo Simplify SkAnimatedImage Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=bungeman@chromium.org Change-Id: I5d556430c393f4a57138d11aeafeeab46f0ff126 Reviewed-on: https://chromium-review.googlesource.com/894190 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533039}
-
Mike Wittman authored
Change-Id: Ia3a268d031a9696c159d4c4605c2a44bd5e37a10 Reviewed-on: https://chromium-review.googlesource.com/894105Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#533038}
-
Raymes Khoury authored
All other accesses of bound_instance_ in this file check if the pointer is null before using it. This appears to be an oversight. Bug: 803391 Change-Id: Iaba41bf8e676696a9c7db9bcd327c6125da8c4ed Reviewed-on: https://chromium-review.googlesource.com/877202Reviewed-by:
Bill Budge <bbudge@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#533037}
-
Eric Willigers authored
font-variation-settings shipped to stable in M62. The CSSVariableFonts feature flag is no longer needed. BUG=669453 Change-Id: I3061318331dda4f12a325caea49296b64cd8a05f Reviewed-on: https://chromium-review.googlesource.com/892759Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#533036}
-
Jason Chase authored
As first seen in bug 799092, the AudioWorklet trial uncovered problems where [OriginTrialEnabled] interfaces were not being exposed for module scripts in worklets. The root cause is that WorkletGlobalScopes are defined to have a unique, opaque origin. This defeats the trial token validation which requires both a secure context, and that the origin for the context matches the origin in the token. For the purposes of origin trials, we believe it is sufficient to consider the context of the document that created the worklet. If the document is secure, and has valid token(s), the origin trial should be enabled. Analogous to this thread: https://github.com/whatwg/fetch/pull/527#issuecomment-335677387 This CL changes so that any tokens from the document are passed along to the worklet, and the origin of the document is used to validate any tokens. This applies to all types of worklets, although the problem was initially found for AudioWorklet. As well the AudioWorkletProcessor interface has the [OriginTrialEnabled] attribute reinstated (was removed in a previous CL as a short-term workaround). Bug: 799960 Change-Id: I98cca05a7710e463a10dcd8c17f302f311f531b3 Reviewed-on: https://chromium-review.googlesource.com/862257 Commit-Queue: Jason Chase <chasej@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#533035}
-
https://webrtc.googlesource.com/src.git/+log/cf30d8b1ec22..1a2f20748581 $ git log cf30d8b1e..1a2f20748 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Id30233f73403779d43d29c02479dedb41f28c4d9 Reviewed-on: https://chromium-review.googlesource.com/894127 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533034}
-
Troy Hildebrandt authored
Adds the MobileOmniboxDeleteUrl metric and records it whenever the user clears the contents of the omnibox with the delete button. Change-Id: Idddeccb89999ceeea45873a05ba2b052f0e7d2d2 Reviewed-on: https://chromium-review.googlesource.com/892140Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#533033}
-
Wez authored
Previously the Control and Alt bits were being replaced with AltGraph on keyup/keydown events for printable characters, but keypress events were still reporting the Control and Alt modifiers. Bug: 25503 Change-Id: I7aa4517dd629c2b4c0113c3f33429fd1c4ad56d8 Reviewed-on: https://chromium-review.googlesource.com/874528Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#533032}
-
Emircan Uysaler authored
After changes, webrtc expects capture_time_ms_ to be same as render_time_ms() of EncodedImage passed for encode. Instead of deriving something from current time, we can do the best effort of preserving it. Bug: 801327 Change-Id: I66f80f059da0c96d6e052ed105c86e9269d0e1e5 Reviewed-on: https://chromium-review.googlesource.com/893425Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#533031}
-
Kenneth Russell authored
The setting of the CC layer's PremultipliedAlpha flag was (still!) wrong in the case where the workaround was taking effect. Added a new test to catch this. Currently Mac-specific; ChromeOS is the only other platform that could catch it and there aren't any such machines on the GPU waterfalls. Bug: 804061 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ib71832e48d4880defba01f675806294066eb2e4f Reviewed-on: https://chromium-review.googlesource.com/887967Reviewed-by:
Stéphane Marchesin <marcheu@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#533030}
-
Steven Bennetts authored
Bug: 805357 Change-Id: Id3a6124a2fab1cfe40598d087aec86d82c567c70 Reviewed-on: https://chromium-review.googlesource.com/887635 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#533029}
-
Ryan Landay authored
This CL adds a helper method to TabModelUtils for getting all the child tabs of a specified tab (that is, all tabs opened from that tab). This is useful for UI prototyping. Change-Id: I54cf3aa2aeaac87e8f06dd5cde8090ae84c0cfc1 Reviewed-on: https://chromium-review.googlesource.com/892338 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#533028}
-
Sergey Ulanov authored
Previously, when running layout tests on Android, the test runner would map the host's test path to the device path and then the content_shell would map it to the corresponding HTTP url that points at the host. This approach makes little sense. The test runner can map test location directly to the URL which can be passed to the content_shell. Change-Id: Ia8b50344e6473960c7083058c34bfcd23eadd663 Reviewed-on: https://chromium-review.googlesource.com/887173 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#533027}
-
Ella Ge authored
This CL adds a boolean UMA metric to proof that with unified touch adjustment enabled, GestureTap will hit in the same node as before. This CL makes gesture events go through both old touch adjustment code and also the "unified touch adjustment" which do adjustment on touchstart. It adds extra hit tests. This CL also adds feature flag for finch support. This this CL should be revert after finch trial. Bug: 625198, 805650 Change-Id: Ie82fcafef4a895eceb3ad3e2fe40fe4c05c7447d Reviewed-on: https://chromium-review.googlesource.com/852479Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#533026}
-
Steven Holte authored
Change-Id: I6de19017f4f49a062f41121a90df990c400785bb Reviewed-on: https://chromium-review.googlesource.com/889651Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#533025}
-
Steven Bennetts authored
Bug: None Change-Id: Ib881ec300b0fa0d3ee5666a905fb650d2dd9a9c5 Reviewed-on: https://chromium-review.googlesource.com/887727 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#533024}
-
Allen Bauer authored
Find-in-page UI would disappear if re-invoked while the close animation was progressing but not yet finished. Make sure any close animation is finished and the drop-down bar state is consistent before showing. Bug: 790889 Change-Id: I5a8edbfe398d048ef226ea849c4c9d285b1ec564 Reviewed-on: https://chromium-review.googlesource.com/893213Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#533023}
-
Nico Weber authored
This CL was uploaded by git cl split. R=kbr@chromium.org Bug: 177475 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I36c23dfa011f28bb190540b9bd8ee78de68dc4bd Reviewed-on: https://chromium-review.googlesource.com/889732Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#533022}
-
Nico Weber authored
This CL was uploaded by git cl split. R=tbarzic@chromium.org Bug: 177475 Change-Id: Ie043227144ac242f6c4939f54e59370e1c65743e Reviewed-on: https://chromium-review.googlesource.com/891780Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#533021}
-
Nico Weber authored
This CL was uploaded by git cl split. R=pavely@chromium.org Bug: 177475 Change-Id: Iec6559dc79f52f0b2e18b5197bdd75c70ab5d529 Reviewed-on: https://chromium-review.googlesource.com/891482Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#533020}
-
Leonard Grey authored
Bug: 803343 Change-Id: Ida606541b5391c38bbe776ef558ae2e342b6ac2b Reviewed-on: https://chromium-review.googlesource.com/894022 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#533019}
-
James Cook authored
The data is only used by ash_unittests, so the data reference should live in that target. Fixes a TODO in ash/BUILD.gn Bug: none Test: ash_unittests Change-Id: If94c055facb3db19fc6cc51fcb58a7c3f6b2481f Reviewed-on: https://chromium-review.googlesource.com/891602Reviewed-by:
Greg Levin <glevin@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#533018}
-
Nico Weber authored
Fixes a missing break that was accidentally deleted in https://codereview.chromium.org/2701003002/diff/140001/components/sync/syncable/model_type.cc which caused each SUPERVISED_USER_SHARED_SETTINGS to also receive an ARTICLES default value. This CL was uploaded by git cl split. R=zea@chromium.org Bug: 177475,806921 Change-Id: Iaa5b42a8d2ac5787b787b6163adb2f3f7407e6c8 Reviewed-on: https://chromium-review.googlesource.com/891746 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nicolas Zea <zea@chromium.org> Cr-Commit-Position: refs/heads/master@{#533017}
-
Liquan (Max) Gu authored
The original test is flaky in both virtual test and nonvirtual test. For the non-virtual test, it was expected to fail for one reason but it's reasonable to fail for other reasons as well. We should include those failures. For the virtual test, the test failed since long tasks could be present in a slow environment. We fix it by ignoring those longtasks & attributions that are not generated by us. Also, we allow waiting for multiple entry lists until we find the interesting one. Bug: 775626 Change-Id: Ief2a3bc4016dc3f808cb17be0122e35f75b58f9a Reviewed-on: https://chromium-review.googlesource.com/891571 Commit-Queue: Liquan Gu <maxlg@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#533016}
-
Alexander Timin authored
Set input task queue to always be high priority when field trial is enabled. Add testing trial config for this experiment. R=rkaplow@chromium.org,dtapuska@chromium.org BUG=806271 Change-Id: If299590b2e3d023af493975c98c71853d04604c0 Reviewed-on: https://chromium-review.googlesource.com/890523Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#533015}
-
Nico Weber authored
For Range objects where min or max value can't be queried (due to the node being detached), we currently fall through to the splitter code which then returns a value of 50 for the range. This Cl makes it explicit that this behavior is intended. This CL was uploaded by git cl split. R=dmazzoni@chromium.org Bug: 177475 Change-Id: Ife0beab1bc377ca17998601934f4dd38c2349159 Reviewed-on: https://chromium-review.googlesource.com/890074Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#533014}
-
Bret Sepulveda authored
TBR=mlamouri@chromium.org Bug: 807356 Change-Id: I3b0c2389090b44128b1ccfd283973737ce856cc4 Reviewed-on: https://chromium-review.googlesource.com/894122Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#533013}
-
Chris Harrelson authored
Only PaintChunks need ref-counted PropertyTreeState objects, because they are the only ones that store the objects in a persistent manner. Further the performance overhead of RefPtr for other use-cases is too big to justify. Bug:798378 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iac4d4e1bcf0e377033ab9c129f290e0745830343 Reviewed-on: https://chromium-review.googlesource.com/892561Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#533012}
-
Nick Harper authored
net::CookieStore::ChangeCause and net::CookieMonster::DeletionCause contained extra values that were added for debugging crbug.com/548423 and are no longer used, thus they are being removed. Bug: 736978 Change-Id: I7b16526f0029222d166e09726954e0695123c4bd Reviewed-on: https://chromium-review.googlesource.com/877515Reviewed-by:
Randy Smith <rdsmith@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#533011}
-
Yaron Friedman authored
If you have too many open, we'd crash from exhausing all JNI references. Shouldn't be an issue in practice but saw it from 726426 BUG=726426 Change-Id: I30ac884275154068a0232b62dae7b22e00d9e5e3 Reviewed-on: https://chromium-review.googlesource.com/893532Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#533010}
-
Dmitry Gozman authored
Change-Id: Ifb7fa05f95509b4f573dbb1a045d64ee0d9e40d8 Reviewed-on: https://chromium-review.googlesource.com/893707Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#533009}
-
https://skia.googlesource.com/skia.git/+log/c4e31092b13e..4e95956f117f $ git log c4e31092b..4e95956f1 --date=short --no-merges --format='%ad %ae %s' 2018-01-30 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 6969132c1..13fd988cf (1 commit) 2018-01-30 jvanverth Revert "Reduce the amount of padding needed for SDFs." 2018-01-30 reed handle paths with degenerate verbs Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=bungeman@chromium.org Change-Id: I5f3af94fd36fb6d17fffbea3013e7744d7c636d9 Reviewed-on: https://chromium-review.googlesource.com/893883Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#533008}
-
Artur Khachatryan authored
Test testGoBackAndGoForward fails on Waterfall for Chrome v65. Disabling test execution in Waterfall build. Bug: 803678 Change-Id: I0e084797f727dbd911cb16032fbb642040a1de3a Reviewed-on: https://chromium-review.googlesource.com/893420Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#533007}
-
Gayane Petrosyan authored
Remove WebRTC-SystemUDPSendSocketSize which is long expired and not useful anymore. Also removing an unused include from ipc_socket_factory.cc which I missed in https://chromium-review.googlesource.com/c/chromium/src/+/854947 Bug: 799180 Change-Id: Iaa733fff48e7334ceafb3b212866c83822f369d1 Reviewed-on: https://chromium-review.googlesource.com/857884Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#533006}
-