- 30 Nov, 2018 40 commits
-
-
Andrey Kosyakov authored
Same as https://chromium-review.googlesource.com/c/chromium/src/+/821410/, but now for the network service. Bug: 898306, 793692, 721408 Change-Id: I96a2a25e66f4ff528d84baf03d600e4f1c89dd30 Reviewed-on: https://chromium-review.googlesource.com/c/1313739Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#612685}
-
Peter Beverloo authored
The spec defines it to be an unsigned long long (uint64_t in Chromium), so let's make sure all the plumbing agrees with that. Change-Id: I9c22d4a197d726c276b3e69818276a4d149c68c8 Reviewed-on: https://chromium-review.googlesource.com/c/1356709Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#612684}
-
Philip Rogers authored
This patch switches web tests to use --enable-blink-features=BlinkGenPropertyTrees instead of --enable-blink-gen-property-trees. This will let us remove the BGPT-specific command line flag in the future. To run web tests (formerly layout tests) with BlinkGenPropertyTrees, use: [run_web_tests] --additional-driver-flag=--enable-blink-features=BlinkGenPropertyTrees Bug: 836884 Change-Id: Ie4fa7d4f8ed8b7c027d6c34308230a4735d77972 Reviewed-on: https://chromium-review.googlesource.com/c/1355610Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#612683}
-
Dave Tapuska authored
Apply casts where necessary. These are all safe. BUG=879657 Change-Id: Ia0a79b09796ed065a06e60ef880248cadcef3490 Reviewed-on: https://chromium-review.googlesource.com/c/1355775 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#612682}
-
Michael Lippautz authored
Bug: 843903 Change-Id: I24d73949caec0b2ea55cf6cfa058cbf5f7d2826a Reviewed-on: https://chromium-review.googlesource.com/c/1355941Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#612681}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9bd7b090dcae..f2f731d6ce85 Created with: gclient setdep -r src-internal@f2f731d6ce85 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: I41e73f5c923c48f0598d80922386a18013ff1491 Reviewed-on: https://chromium-review.googlesource.com/c/1356629Reviewed-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@{#612680}
-
Nate Chapin authored
Rather than propagating the values set by testRunner.addOriginAccessWhtielistEntry, have the iframe used by the tests call it. Specify which test case to perform by creating the iframe with a different src hash component Bug: 585188 Change-Id: I04c1f647306c3e5675b641b47858aff1d25bfd07 Reviewed-on: https://chromium-review.googlesource.com/c/1354504Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#612679}
-
Thomas Tangl authored
The unified consent feature was not enabled in UnifiedConsentBrowserTest for official tests. This is fixed now. Bug: 910523, 888527 Change-Id: Ied1223b008f83c8c92cf471f90e8021606e25fda Reviewed-on: https://chromium-review.googlesource.com/c/1356960 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#612678}
-
Paul Jensen authored
If we hit https://github.com/netty/netty/issues/2616, then retry starting the Netty server. Change-Id: I700ededc47b9ddbc6c2602942128c92757f883c6 Reviewed-on: https://chromium-review.googlesource.com/c/1356864Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#612677}
-
Takuto Ikuta authored
https://chromium.googlesource.com/infra/luci/client-py.git/+log/157bec8a25cc..0e3e1c4dc4e7 $ git log 157bec8a2..0e3e1c4dc --date=short --no-merges --format='%ad %ae %s' 2018-11-29 tikuta [client] do not convert json format from new api to old api 2018-11-28 maruel [client] Further use generator during enumeration 2018-11-28 maruel [client] Make TaskChannel usable as a generator 2018-11-28 maruel [client] Convert the upload to be pipelined; various performance tuning 2018-11-28 maruel [client] reduce the duplication of logic in isolateserver.py 2018-11-27 maruel [client] check upfront for 'pool' dimension to be specified Created with: roll-dep src/tools/swarming_client Change-Id: I8970b10732ca8dfa8d7ef34e356e24e6acb25a68 Reviewed-on: https://chromium-review.googlesource.com/c/1355300Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#612676}
-
John Chen authored
Test case ChromeDriverSiteIsolation.testCanClickOOPIF, which was already disabled on Mac, has been observed to cause flakiness on Linux as well. Disabling it on all platforms. TBR=crouleau@chromium.org Bug: 904061 Change-Id: I2fa2eee25c356f802b57a95c0fcc96cf7eb2e64a Reviewed-on: https://chromium-review.googlesource.com/c/1357004Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#612675}
-
Alex Clarke authored
This works around one issue with overriding now while there are other SequenceManager threads around. Specifically the MessageLoop didn't sample Now unless there where delayed tasks, and the IO thread where this problem crops up in tests does not use DelayedTasks. The SequenceManager however does sample now due to heuristics in the LazilyDeallocatedDeque. Overriding time isn't thread safe and this patch does not change that. Further work may be needded to make that safe, Bug: 910524, 863341, 891670 Change-Id: I816247b8640f178e00cbd40ac85cd76e5139320a Reviewed-on: https://chromium-review.googlesource.com/c/1356586Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#612674}
-
Tatiana Buldina authored
This is part one of strictFileInteractability implementation, including parsing of this capability and passing its value to the session. Updating Element Send Keys command to handle this capability will be done in a separate CL. Bug: chromedriver:2654 Change-Id: I65f5e0c9530f24f0dc699a8156495ac305117f3e Reviewed-on: https://chromium-review.googlesource.com/c/1329785 Commit-Queue: Tatiana Buldina <buldina@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#612673}
-
Sebastien Seguin-Gagnon authored
This reverts commit 44fcad8b. Reason for revert: Possibly causing Linux x64 tree closing issue https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20Linux%20x64/38102 Original change's description: > Fix Shared Buffer 64 bit truncations > > Segments are always 4k and indexed by a WTF::Vector > > BUG=879657 > > Change-Id: Ibe922cc6736fed0ba04e99aee0f04eb470f7fecf > Reviewed-on: https://chromium-review.googlesource.com/c/1355884 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Dave Tapuska <dtapuska@chromium.org> > Cr-Commit-Position: refs/heads/master@{#612659} TBR=haraken@chromium.org,dtapuska@chromium.org Change-Id: Id069b9258d53267ec504fabe3adbd4b28148345e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 879657 Reviewed-on: https://chromium-review.googlesource.com/c/1356883Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#612672}
-
Boris Sazonov authored
This CL fixes an unlikely race condition and a NullPointerException that were happening in AccountSigninView.recordConsent because of simultaneous unsynchronized accesses to mSelectedAccountName field. This CL also adds conditions to ignore taps on confirmation button and Settings link if there's no account selected. This is necessary because UI events are delivered asynchronously. Bug: 891508 Change-Id: I366122a927e2c0b4683cfc85eb461cbfd6485b30 Reviewed-on: https://chromium-review.googlesource.com/c/1356802Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#612671}
-
Mason Freed authored
This optimization was the cause of at least one bug (crbug.com/812166), and will hopefully not be needed once Composite After Paint is implemented. Bug: 812166 Change-Id: I2024b887949904bad5515d76b2fa29607dae3ff9 Reviewed-on: https://chromium-review.googlesource.com/c/1354572 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#612670}
-
Alex Clarke authored
This test doesn't unregister the service worker unlike others in the same file and is likely working by accident. This becomes a problem when we migrate from MessageLoop to the SequenceManager. Bug: 863341, 891670 Change-Id: I658ce56f244d1beda44f02e53cceaf0a7ea7b45b Reviewed-on: https://chromium-review.googlesource.com/c/1356940Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#612669}
-
Ramin Halavati authored
To investigate a crash on ChromeOS, fail safe code and reporting are added to EventRouter dispatcher. Bug: 870838 Change-Id: I536a581c142d3b760f5a564507d4251b2b881c0e Reviewed-on: https://chromium-review.googlesource.com/c/1356587Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#612668}
-
Mathias Carlen authored
Before this patch the batch_element_checker was very frequently trying to find an element in the page which resulted in draining resources from the UI thread for page processing and rendering. This patch increases the elment check period to a second. The result is a 30 to 40 percent improvement in scipt execution velocity on less powerful phones. Making perceived velocity faster on those devices is good enough at this point. More latency analysis and improvements will be done in the future. Bug: 806868 Change-Id: I90680c31fd872c1da44b95f46443773a05f63dba Reviewed-on: https://chromium-review.googlesource.com/c/1350923 Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#612667}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/457b44f3cd29..016601cc2146 git log 457b44f3cd29..016601cc2146 --date=short --no-merges --format='%ad %ae %s' 2018-11-30 erikchen@chromium.org Add mechanism for telling CQ to avoid retrying builds. Created with: gclient setdep -r src/third_party/depot_tools@016601cc2146 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. BUG=chromium:910193 TBR=agable@chromium.org Change-Id: Ic44677f54fcd3344cc549da175e6eccb90018bbf Reviewed-on: https://chromium-review.googlesource.com/c/1356628Reviewed-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@{#612666}
-
Lily Chen authored
Add blank implementations for TestConnectJob and WebSocketTransportConnectJob (for which priority doesn't matter anyway). Bug: 166689 Change-Id: I2c5b0e6a2720a642ac154d22ae8ba97bbc13e16f Reviewed-on: https://chromium-review.googlesource.com/c/1355538Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#612665}
-
Xi Han authored
This is a follow for CL (https://crrev.com/c/1318362) which changes "AllowStartingServiceManagerOnly" from commandline flag to a feature. Update the ServicificationBackgroundServiceTest accordingly which has this flag turned on. Bug: 899225 Change-Id: Ia1256af793cf6a49c7b6aaa88b4fa95bf619b657 Reviewed-on: https://chromium-review.googlesource.com/c/1357000Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#612664}
-
Elad Alon authored
Use batches of 5 seconds instead of immediate log emission. (An upcoming CL should make this configurable from JS.) Bug: 910576 Change-Id: Ib2b804e1e8c7798b744548fb343776fa8a315a65 Reviewed-on: https://chromium-review.googlesource.com/c/1356800Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#612663}
-
Dominic Farolino authored
From "OK" => "", as per the spec change https://github.com/whatwg/fetch/pull/836. R=yhirano@chromium.org, yoav@yoav.ws Bug: 907441 Change-Id: Id58718ecdba49432078358c20d62df5ff0eda8f8 Reviewed-on: https://chromium-review.googlesource.com/c/1348739 Commit-Queue: Dominic Farolino <domfarolino@gmail.com> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#612662}
-
Peter Kotwicz authored
This CL is in preparation for making SplashActivity more complicated and overriding SplashActivity#onResume(). This CL: - Makes SplashActivity no longer inherit from HostBrowserLauncherActivity - Changes TransparentLauncherActivity to call finish() after the call to onHostBrowserSelected() BUG=901954 Change-Id: I2577031db9f132fc61757126ef9ffbe5c64d46cd Reviewed-on: https://chromium-review.googlesource.com/c/1319342 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#612661}
-
Hans Wennborg authored
Bug: 904337 Change-Id: I8fad51cde2b93b83dfa1a14c61a992f659d827be Reviewed-on: https://chromium-review.googlesource.com/c/1356710Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#612660}
-
Dave Tapuska authored
Segments are always 4k and indexed by a WTF::Vector BUG=879657 Change-Id: Ibe922cc6736fed0ba04e99aee0f04eb470f7fecf Reviewed-on: https://chromium-review.googlesource.com/c/1355884Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#612659}
-
agrieve authored
Bug: 846432 Change-Id: Ie618f4e8f978bec4134b1b163e46f087d3101967 Reviewed-on: https://chromium-review.googlesource.com/c/1356238Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#612658}
-
Daniel McArdle authored
New metric is Net.DNS.RecordParser.DomainNameLength Bug: 905823 Change-Id: I910ea0bf2629ee2e4663acf998a50debdbed5445 Reviewed-on: https://chromium-review.googlesource.com/c/1340819Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Daniel McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#612657}
-
Javier Ernesto Flores Robles authored
Bug: 845472 Change-Id: Ibdcc5ead0e06decf0fc27914bea6801120cc77a9 Reviewed-on: https://chromium-review.googlesource.com/c/1356980Reviewed-by:
Yi Su <mrsuyi@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#612656}
-
Sergio Villar Senin authored
This recently added API has been replaced by the more consistent and descriptive UpdatePersistentErrorOfRefreshTokenForAccount. Also added some missing documentation. This is a follow-up of https://crrev.com/c/1352250 Change-Id: I35bf19d6a209358475e799d3aeed8e772c693d91 Reviewed-on: https://chromium-review.googlesource.com/c/1355185Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#612655}
-
Charlie Harrison authored
This CL changes the Blink wrapper for fuzzed_data_provider for callers wanting a random length string. This uses a much simpler technique for pulling strings out of random data which should yield better fuzzing discovery. Note: This will change the behavior of the (two) fuzzers using ConsumeBytesInRange. Additionally, we add a small max limit to the tokenizer fuzzer to avoid hangs. I couldn't find anything wrong with the production code to cause these hangs. Bug: 813761 Change-Id: I30b3be16b6c101165fdd3041596a82412e5c46f1 Reviewed-on: https://chromium-review.googlesource.com/c/1354413Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#612654}
-
Nicolas Ouellet-payeur authored
Bug: 909867 Change-Id: I8d910acd2b5adf3686678ef186318cc4dc4fe118 Reviewed-on: https://chromium-review.googlesource.com/c/1355772Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#612653}
-
Richard Li authored
This CL move cache_storage.mojom third_party/blink/public/platform/modules/cache_storage/ third_party/blink/public/mojom/cache_storage/ from: to: Change-Id: If3891da5f573f9fc369b8ac89a813d35f1e29fc7 Reviewed-on: https://chromium-review.googlesource.com/c/1351949 Commit-Queue: Richard Li <richard.li@intel.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#612652}
-
kylechar authored
This reverts commit acde6a72. Reason for revert: Causing crashes, see https://crbug.com/907720. Original change's description: > Remove RefCountedThreadSafe from CommandBufferTaskExecutor. > > CommandBufferTaskExecutor needs to be created and destroyed on the GPU > thread. To ensure it's destroyed on the GPU thread we hold onto a > scoped_refptr there and destroy it last. Owning the object there and > passing around a raw pointer accomplishes the same thing with less > complexity. > > Bug: none > Change-Id: I7c2d4f22044d28799c04144729c03d273abe7592 > Reviewed-on: https://chromium-review.googlesource.com/c/1340907 > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> > Commit-Queue: kylechar <kylechar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#609557} TBR=boliu@chromium.org,sunnyps@chromium.org,kylechar@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 907720 Change-Id: Ia85f08ce16a674525be9378e44b3535d037fdf24 Reviewed-on: https://chromium-review.googlesource.com/c/1351477Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#612651}
-
Colin Blundell authored
|is_valid| is confusing for people in practice: many people want to check is_valid in cases where they shouldn't. I introduced it to avoid adding the ability to query the persistent error state to the IdentityManager API (for Sync's use case of detecting the refresh token being set to the invalid token). However, avoiding adding that API is no longer a priority. This CL gets rid of this parameter altogether; after precedent CLs, it is not used by any consumer, so this is just stripping out the param. TBR=sdefresne@chromium.org Bug: 908412 Change-Id: Idfa954b8d827312c88f2a93dab0e76a87e9ba147 Reviewed-on: https://chromium-review.googlesource.com/c/1350986Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#612650}
-
David Roger authored
Before this CL, the AccountConsistency preferences were registered in ChromeSigninClientFactory, which is not the right place. This CL moves the registration to the AccountConsistencyModeManagerFactory. This requires splitting the AccountConsistencyModeManagerFactory in its own file, so that it can be registered correctly in chrome_browser_main_extra_parts_profiles.cc Change-Id: I0d0dc59796c96d8e48d31a244e59bfe1eb01e334 Reviewed-on: https://chromium-review.googlesource.com/c/1355167Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#612649}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/df72914a60d5..58017e91adbf git log df72914a60d5..58017e91adbf --date=short --no-merges --format='%ad %ae %s' 2018-11-30 cwallez@chromium.org Use Chromium's dcheck_always_on when available. Created with: gclient setdep -r src/third_party/dawn@58017e91adbf The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:901830 TBR=cwallez@chromium.org Change-Id: I83a90919680d8c321616e25d141857d6e4483c68 Reviewed-on: https://chromium-review.googlesource.com/c/1356622Reviewed-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@{#612648}
-
Sigurdur Asgeirsson authored
Bug: 910288 Change-Id: I0ab5c1d9f96662d6d5a894a93d8ed031a8655386 Reviewed-on: https://chromium-review.googlesource.com/c/1355320Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#612647}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/397651f864da..9bd7b090dcae Created with: gclient setdep -r src-internal@9bd7b090dcae 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: Id0383ba2c60133c0302ab3a6741548ad77bc9141 Reviewed-on: https://chromium-review.googlesource.com/c/1356624Reviewed-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@{#612646}
-