- 05 Oct, 2017 40 commits
-
-
Boris Sazonov authored
This CL adds ThreadUtils.runOnUiThread around call to AccountManagerFacade.getNewAuthToken as this method should be invoked on UI thread only. Bug: 759023 Change-Id: I67c05084dca091ab1909549556211f84b8dec9c6 Reviewed-on: https://chromium-review.googlesource.com/702303Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#506769}
-
Jacob Dufault authored
This adds support for parsing APNG images by hooking into the data_decoder service. webkit::WebImage API is extended to support fetching the relevant animation data from blink's PNG decoder. Bug: 750064, 719015 Change-Id: I7fb38643dce5d6e16eaaee2b6f74253ba70af20a Reviewed-on: https://chromium-review.googlesource.com/679459 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#506768}
-
Michael Thiessen authored
The insecure content warning WebVR overlay is (virtually) unused, and causing maintenance overhead. It will never ship, so we should just remove it. Bug: 771223 Change-Id: I852e5bed6954606b894955fce71942b5e19dc3f0 Reviewed-on: https://chromium-review.googlesource.com/698276 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#506767}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/3a9305383169..8d64ee779599 $ git log 3a9305383..8d64ee779 --date=short --no-merges --format='%ad %ae %s' 2017-10-04 bungeman Update SkBufferHead fRefCnt to std::atomic. Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=scroggo@chromium.org Change-Id: I053b4db1cabb725cbb6ae07441270e7c53ec1d96 Reviewed-on: https://chromium-review.googlesource.com/701672Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#506766}
-
Hidehiko Abe authored
BUG=None TEST=Ran cpplint.py to all files under the directories. Change-Id: I91c5556b56c53ae4c66f6e288d3b6c37dea017ed Reviewed-on: https://chromium-review.googlesource.com/702080Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#506765}
-
David Trainor authored
Reworks the DownloadService's code to interpret DownloadItem states better. We have some unexpected states/transitions from DownloadItem to DriverEntry that are causing our resumption/fail logic to get confused. This brings over the concept if "done" and "can_resume" into the state rectification logic. TBR=sky@chromium.org Bug: 769426 Change-Id: Iad7bc612a68421471ff4204e6a94d52eaea1b825 Reviewed-on: https://chromium-review.googlesource.com/699562 Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#506764}
-
Vladislav Belov authored
There was a duplication of the source type checking. It may lead errors when a type set will be changed for a language. R=dpranke@chromium.org Bug: None Change-Id: Ieab8885899446e625cfe20c1650418a085b937ee Reviewed-on: https://chromium-review.googlesource.com/702414Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#506763}
-
Patrick Monette authored
This is to make sure future readers of that code don't make the same mistake that we've done in the past. Bug: 757398 Change-Id: Ie249e7b3ef22c8c0f8e69995a6adef463677e745 Reviewed-on: https://chromium-review.googlesource.com/701597Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#506762}
-
Joshua Pawlicki authored
Bug: 771987 Change-Id: If0293e9c73d575719544fbbdcb1f40fbf6df4962 Reviewed-on: https://chromium-review.googlesource.com/702057Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#506761}
-
Yoland Yan authored
For more on JUnit4 migration, please check src/testing/android/docs/junit4.md Bug: 640116 Cq-Include-Trybots: master.tryserver.chromium.mac:mac_optional_gpu_tests_rel Change-Id: I06ab6c5d14bdc382b294482d6a7b3cec497117e0 Reviewed-on: https://chromium-review.googlesource.com/701363Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#506760}
-
Hans Wennborg authored
This reverts commit 7e5cda7a. Reason for revert: The test is failing. See e.g. https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinux%20tester/builds/2976 Before re-enabling on the ToT Clang bots, please have the test enabled and passing on regular buildbots, including the CQ. This also removes the test from the Clang bots from the new chromium.clang waterfall. Original change's description: > Reland "Add libfuzzer_tests to chromium.fyi Clang ToT testers (w/ and w/o ASan) on Linux." > > Bug: 764514 > > Original CL: https://chromium-review.googlesource.com/679619 > > R=dpranke@chromium.org > > Change-Id: I412ac11cbe2c73de9e7b724e2689a97144aad47e > Reviewed-on: https://chromium-review.googlesource.com/688029 > Reviewed-by: Oliver Chang <ochang@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Max Moroz <mmoroz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505167} TBR=dpranke@chromium.org,ochang@chromium.org,mmoroz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 764514,765859 Change-Id: I7af22d752dfcc48c580a7a704d02b2b5a065da1b Reviewed-on: https://chromium-review.googlesource.com/701424 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#506759}
-
Scott Violet authored
BUG=763529 TEST=none Change-Id: I24969570d882c546994a60d29d34a73366bce047 Reviewed-on: https://chromium-review.googlesource.com/701472Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#506758}
-
chrome://bookmarksTroy Hildebrandt authored
Bug: 755783 Change-Id: I2c9e36d26e91b592a41ce94c1a6618ca3bceaea6 Reviewed-on: https://chromium-review.googlesource.com/690750Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#506757}
-
Scott Violet authored
I never ended up needing it. BUG=763529 TEST=none Change-Id: I4690f87c1979f58c966bd8a5e7cda606616e2320 Reviewed-on: https://chromium-review.googlesource.com/701834Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#506756}
-
Sammie Quon authored
It is desired to remain open so users can try out the features without having to tray->accessibilty->details each time. Also modified hover_highlight_view to support showing/removing checkmarks dynamically, for this purpose (other details views just recreate the whole view). Bug: 747473 Test: browser_tests TrayAccessibility.DetailMenuRemainsOpen Change-Id: I1160c29baac2afc8dc8a25dee3a87415ccef1adf Reviewed-on: https://chromium-review.googlesource.com/692680 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#506755}
-
Benoît Lizé authored
A previous commit (791fb7fd) inadvertently reverted 8564fcee that's required to fix a downstream bot. Relanding it. From the initial commit: This causes link issues with a "missing key method" for the orderfile bot. This is due to a virtual member function not marked as pure, yet not implemented. Bug: 767836 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: Ifa8b02eaf19c7475882823499228974e2d75cd55 TBR: watk Reviewed-on: https://chromium-review.googlesource.com/702395Reviewed-by:
Matthew Cary <mattcary@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#506754}
-
Alex Moshchuk authored
This FYI bot was using the --isolate-extensions flag, which has been removed after we shipped this mode in M56. Switch its tests in chromium.fyi.json to --site-per-process, which also brings them in sync with how the layout tests already run on this bot, according to /build/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py. Bug: 417518 Change-Id: I668673b2192ce94f321dff91b8bbcfb9f31c6800 Reviewed-on: https://chromium-review.googlesource.com/701280Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#506753}
-
huangs authored
Orignal CL: https://chromium-review.googlesource.com/667062 Revert CL: https://chromium-review.googlesource.com/687434 Revert occurred due to compile error under 64-bit MSVC, when size_t is implicit casted to offset_t = uint32_t. This CL fixes the error for reland. Bug: 729154 Change-Id: I02b0ce37dd42843318cde0670bfd3ac7111b8284 Reviewed-on: https://chromium-review.googlesource.com/695827Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#506752}
-
Ian Vollick authored
Previously we'd passed a resource id and a color callback when creating a Text instance. Now that we've switched to databinding and have resources for unit tests, this can be simplified to ease the use of Text in tests. Bug: None Change-Id: I610d08a5e18091db03b640f453635f90e5d9f12a Reviewed-on: https://chromium-review.googlesource.com/701802Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#506751}
-
Hidehiko Abe authored
BUG=None TEST=Ran cpplint.py to files under chromeos/dbus. Change-Id: Id5ffb9b8dc986cb224df6ac630dc6b3871242572 Reviewed-on: https://chromium-review.googlesource.com/702135Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#506750}
-
Leon Scroggins III authored
Bug: 761608 Bug: 771075 Downloaded from http://libpng.download/src/libpng16 https://github.com/glennrp/libpng/commit/edef058e180be435afd8feebb742a22360a7fa3f (included in this revision) moved the SSE opts directly into the main libpng source, so contrib/intel/intel_sse.patch is no longer necessary, as its changes are already included. Other changes: - README.chromium: - Update version number. - Remove references to cherry-picks from upstream, as the fixes are now included without cherry-picks. - Remove reference to applying intel_sse.patch, which is no longer necessary. - BUILD.gn: - Build the intel code from its new location. - PNGImageDecoderTest.cpp: - Remove unnecessary tests. TestFailureDuringDecode attempted to modify a valid PNG file to have an error, and then verified that it actually had an error, while leaving the FrameCount unchanged. I do not see much value to the test, and the apparently more lenient newer libpng no longer considers this modified file to be broken. Change-Id: I2c7e517403609aed2051b91df47dd9f87f62e1ab Reviewed-on: https://chromium-review.googlesource.com/671029Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Commit-Queue: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#506749}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/985e86f297e8..38d0449a02f4 $ git log 985e86f29..38d0449a0 --date=short --no-merges --format='%ad %ae %s' 2017-10-05 art-snake Fix Null-dereference READ in CPDF_Dictionary::GetIntegerFor. Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: Ic00c139e1e4295cbf07651559bb55743e42b5408 Reviewed-on: https://chromium-review.googlesource.com/701327 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#506748}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 22de7321. With Chromium commits locally applied on WPT: 57e5929e "Implemented: remove browsing context name on cross origin navigation" Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/2575 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=qyearsley@chromium.org No-Export: true Change-Id: I57ed020f24dc3f1fde97617061692e4c855e422d Reviewed-on: https://chromium-review.googlesource.com/702039 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#506747}
-
John Chen authored
Occasionally the ChromeDriver build bots may fail to convert Git revision to commit position due to network or server errors. This cause issues in subsequent build steps, including uploading files with bad file names. This CL modifies the build script to check for such errors. Bug: chromedriver:2012 Change-Id: If0a585761dccc69481e39e276d4e538547d31a6e Reviewed-on: https://chromium-review.googlesource.com/698369 Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:
Shuotao Gao <stgao@chromium.org> Cr-Commit-Position: refs/heads/master@{#506746}
-
Ian Vollick authored
If we set up a scoped task environment in run_all_unittests.cc, we both support ozone (which expects this) and obviate message loop creation by our tests. Bug: 770469 Change-Id: Ibdd803c0d209c721e2c27ed4e6a37210a96f1537 Reviewed-on: https://chromium-review.googlesource.com/702042Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#506745}
-
Ian Vollick authored
With this change, we pump frames at 60Hz. Bug: None Change-Id: I9aa814c1ff8d3ae88a85723a4193a2b221493d96 Reviewed-on: https://chromium-review.googlesource.com/702043Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#506744}
-
Alex Moshchuk authored
See https://crbug.com/765711#c12 for the description of the race. tldr is that with --site-per-process, we might have two isolated.foo.com processes eligible for reuse if one of them doesn't die in time, and we pick the one that the test doesn't expect for navigating the subframe back to isolated.foo.com. The fix is to wait for the subframe's old isolated.foo.com RFH to be destroyed before navigating it back to isolated.foo.com. This ensures there's only one process that can be reused. Bug: 765711 Change-Id: I23740e1f4e1aa7882f977300a5000630d49d9efe Reviewed-on: https://chromium-review.googlesource.com/701289Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#506743}
-
Helen Li authored
Shut down executor in CronetStressTest. Bug: 771366 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Id94e90c22ed2c3760da674f731a4dbcd4c6e5dbe Reviewed-on: https://chromium-review.googlesource.com/702037 Commit-Queue: Helen Li <xunjieli@chromium.org> Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#506742}
-
Mike Klein authored
TBR=fmalita@chromium.org Bug: skia:7114 Change-Id: I3755a177ad5f830868f928df7fe75ea78c51d73c Reviewed-on: https://chromium-review.googlesource.com/701703 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#506741}
-
Robert Sesek authored
The private window animation APIs used by ConstrainedWindow tend to crash the WindowServer when DisplayLink hardware is attached. This change enables the use of the simple animation style when the DisplayLinkFramebuffer is found in the IOKit registry. Bug: 755516 Change-Id: Iae2faa92bb987973f6e94bb3e1ed0d13f3ce3579 Reviewed-on: https://chromium-review.googlesource.com/700424 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#506740}
-
Peter E Conn authored
Bring the UI captured by the test in line with what is seen by default. Bug: 754184 Change-Id: Id18971774dbbd87f14aa701f04ba101d2137d580 Reviewed-on: https://chromium-review.googlesource.com/702262Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#506739}
-
Mikhail Fomitchev authored
The code was added in https://chromium-review.googlesource.com/c/chromium/src/+/616012. Bug: NONE Change-Id: I1cb518459ba08bc3e595440a5dad604ec7b91995 Reviewed-on: https://chromium-review.googlesource.com/701115 Commit-Queue: Mikhail Fomitchev <mfomitchev@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#506738}
-
W. James MacLean authored
Bug: 771993 Change-Id: I9d19e5c8103158f83cfbfc5974f9b9e88e8856fc TBR=avi@chromium.org Change-Id: I9d19e5c8103158f83cfbfc5974f9b9e88e8856fc Reviewed-on: https://chromium-review.googlesource.com/702514Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#506737}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/96fdef6d..58c1372e 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I4c856c4a4ff8b84c33b049bda0b2a8311ae7c995 Reviewed-on: https://chromium-review.googlesource.com/701702Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#506736}
-
nagarajan.n authored
1. Always we are setting options.fPriorFrame to SkCodec::kNone when it retries to start the startIncrementalDecode. This patch fixes this issue 2. Move options and image_info variable initialization to before the startIncrementalDecode. Bug: None Change-Id: I606f79c73c7631547e05c2eb828f5d31e761ecca Reviewed-on: https://chromium-review.googlesource.com/700195Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#506735}
-
Avi Drissman authored
BUG=770788 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I5b0f2b2d6668bddfb92b6a452487edf69f817b1f Reviewed-on: https://chromium-review.googlesource.com/696684 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#506734}
-
Raphael Kubo da Costa authored
Currently, a significant fraction of imports are practically empty with only WPT_BASE_MANIFEST.json updates. We can stop early in this case and start the next cycle. The main benefit is faster cycle and lower latency. Bug: 768853 Change-Id: If7335ae8a8f9caf56e5b5c3d755264c16992378e Reviewed-on: https://chromium-review.googlesource.com/700595Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#506733}
-
James MacLean authored
This reverts commit dca5651b. Reason for revert: appears to be breaking a bunch of bots, e.g. https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20%28dbg%29/builds/45778 See also: https://bugs.chromium.org/p/chromium/issues/detail?id=771978 Original change's description: > Make WTF::RefPtr an alias of scoped_refptr > > Bug: 763844 > Change-Id: Id348010e19f90b3042b4193a7641760949a12e50 > Reviewed-on: https://chromium-review.googlesource.com/700334 > Commit-Queue: Taiju Tsuiki <tzik@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#506696} TBR=haraken@chromium.org,tzik@chromium.org Change-Id: I09fee4ea6aeec51098bea98509dad262c89cf4f5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 763844 Reviewed-on: https://chromium-review.googlesource.com/701269Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#506732}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/01f8e41c1368..3a9305383169 $ git log 01f8e41c1..3a9305383 --date=short --no-merges --format='%ad %ae %s' 2017-10-04 robertphillips Always use draws instead of clears for ANGLE D3D11 Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=scroggo@chromium.org Change-Id: I0db89d71391f90a8bcdf6422d6cbfa5cc7d2c335 Reviewed-on: https://chromium-review.googlesource.com/701325Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#506731}
-
Devlin Cronin authored
The cryptotoken resources aren't currently closure compiled, but probably should be. Add a few of the simple targets to start. Bug: 770263 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I41284a7b3e4ec8a1d4ec2394f8cd340150b6e271 Reviewed-on: https://chromium-review.googlesource.com/692983 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#506730}
-