- 28 Nov, 2017 40 commits
-
-
Lei Tian authored
ResourcesCompat and ApiCompatibilityUtils cannot get drawable corrrectly for vector drawable on pre-L devices. AppCompatResources has problem to get LayerDrawable and AnimationDrawable. By combing them together, it will have a good coverage for different types of drawable on different os. Bug: 775798 Change-Id: Id6e407260323bd1c43ea301c9952bc49725dd066 Reviewed-on: https://chromium-review.googlesource.com/792129 Commit-Queue: Lei Tian <ltian@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#519789}
-
Alex Clarke authored
We had a report of truncation for posts over 4k. Add some tests and fix one possible cause of truncation (multiple UploadElementReaders). Bug: Change-Id: I7b5c67ee56db435f5e3901c283533111e97f50a0 Reviewed-on: https://chromium-review.googlesource.com/793836 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#519788}
-
Koji Ishii authored
Following bot results are included. 2270 2272 2276 2277 2278 2282 2286 2289 2290 4 lines were removed by consecutive passes since 2263. TBR=eae@chromium.org NOTRY=true Bug: 591099 Change-Id: I546459c02fb6f08c37d7759b8427b2b1a90406db Reviewed-on: https://chromium-review.googlesource.com/793492Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#519787}
-
Sorin Jianu authored
The change to use task scheduler in update_client has incorrectly made some of the update_client::ActionRunner code run on the UI thread, therefore, the unpacker code is asserting that IO is not allowed. See change https://chromium-review.googlesource.com/c/chromium/src/+/770050 Bug: 740992 Change-Id: I27a7ce650a1bf06ba76aac913d741c9adf5f6424 Reviewed-on: https://chromium-review.googlesource.com/792333Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#519786}
-
Adam Langley authored
jyasskin notes in [1] that the CTAP rules for sorting map entries are slightly different than the suggestions in the RFC. This change highlights that difference in the comment. Additionally, by using StringPiece, some copies can be eliminated. [1] https://chromium-review.googlesource.com/716573 Change-Id: Ida2687dde4036058613cb060e738fd9484deae02 Bug: None Reviewed-on: https://chromium-review.googlesource.com/775473 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Jeffrey Yasskin <jyasskin@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#519785}
-
liberato@chromium.org authored
8k video could cause LayoutUnit to saturate multiplication when computing the correct aspect ratio. This CL does the calculation in floating point, instead. Bug: 728303 Test: LayoutSizeTest Change-Id: I632777e2f140b8203577b3e5e0761f3e7f891aa2 Reviewed-on: https://chromium-review.googlesource.com/773108Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#519784}
-
Roger McFarlane authored
This CL makes Chrome treat a field with autocomplete=false the same as one with autocomplete=off, instread of treating autocomplete=false as an unrecognized/unsupported type identifier. Bug: 789193 Change-Id: I80b4690e904b549775a0f055fa7f5df13d519e14 Reviewed-on: https://chromium-review.googlesource.com/794034 Commit-Queue: Roger McFarlane <rogerm@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#519783}
-
Min Qin authored
The values are not set correctly, causing some tests to fail BUG=789081 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I9619e747ba87f376bddbd3bf9b5275e495d74fe0 Reviewed-on: https://chromium-review.googlesource.com/794012Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#519782}
-
Hajime Hoshi authored
As the number of callers is not big, let's not use default arguments for code health. Another motivation of this CL is that we (people working on schedulers) would like to do our local experiment to investigate task runner usages: we plan to add an argument base::Location to TTRH::Get() and collect the data on our local machine. Replacing TTRH::Get() with e.g. TTRH::Get(FROM_HERE) would not be simple without this CL since we can't compile default arguments' arguments. Change-Id: I305cc3def1f24035ceb303019e35dcc0fa2b849e Reviewed-on: https://chromium-review.googlesource.com/792318Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#519781}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e1591d9c..834c8ace 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,sergiyb@chromium.org Change-Id: Ic45ddcabdc77de9fb9973c2f2fc409d2a0f9d1ce Reviewed-on: https://chromium-review.googlesource.com/793953Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#519780}
-
Fredrik Söderquist authored
Since <line> elements are just a two point line segment, it does not have any line joins and thus needn't apply any correction for the miter. Bug: 435097, 788340 Change-Id: Ie7e9d89e0f7c741cf7cf40b3af82521869bb5b54 Reviewed-on: https://chromium-review.googlesource.com/790294Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#519779}
-
Kurt Horimoto authored
StopLoading() discards non-committed items, meaning that a refresh for a pending load would reload the previous page rather than retrying the pending load. Bug: 787795 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I186fdd847d7a738dec6cb62125ff83c491a3ae72 Reviewed-on: https://chromium-review.googlesource.com/794014Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#519778}
-
Robert Ma authored
Some methods are not currently supported by common.checkout.git, and Git.run is used in such cases for now. Later we would like to port some of them (the reusable ones) to common.checkout.git. Bug: 676399 Change-Id: I42459221c684f8ffeabb9991a64dea3489663d19 Reviewed-on: https://chromium-review.googlesource.com/793984Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#519777}
-
Tom Sepez authored
Turns out its still doing some FS access via stat() and readlink(). TBR=piman@chromium.org Change-Id: I927f55eaec732bcf600d3f43a135f2680d9b424f Reviewed-on: https://chromium-review.googlesource.com/792296Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#519776}
-
Tom Sepez authored
Change-Id: I96707a3d692c0065f5ab9f87e7265df14b5e82de Reviewed-on: https://chromium-review.googlesource.com/786095Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#519775}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/fee749f0a141..99acb1c816dc $ git log fee749f0a..99acb1c81 --date=short --no-merges --format='%ad %ae %s' 2017-11-28 dsinclair [XFA] Use default values to optionals 2017-11-28 dsinclair [XFA] Fix reading off end of name list Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: Ie5db6327ef396552ef355e11e9fa1a29da8bf87b Reviewed-on: https://chromium-review.googlesource.com/794059 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#519774}
-
Becky Zhou authored
Changed Assert to Criteria checks for SpaceDisplay text updates. Removed @RetryOnFailure flag. Bug: 751492 Change-Id: I04b2cfdbb058ed50daa0187ae95117801f4a5073 Reviewed-on: https://chromium-review.googlesource.com/792392Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#519773}
-
Tom Sepez authored
This better describes its function, and avoids confusion later on should we broker an unlink() call. In that case, the correct permission check would have nothing to do with the unlink_ member. Tidy while we're at it: Remove unused static method (apart from test). Convert bool functions to return bool expressions. General readability stuff. TBR=piman@chromium.org Change-Id: Id81b9d494a677f8c37865e5145158a03bdb18ae8 Reviewed-on: https://chromium-review.googlesource.com/786083Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#519772}
-
David Trainor authored
Update the chrome://download-internals page to add some text describing what modifications we make on the URLs. BUG=776146 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie63a17722bda00baec8806395fd0c8dce3f5cdba Reviewed-on: https://chromium-review.googlesource.com/728350 Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#519771}
-
Roger McFarlane authored
This CL adds base::Feature flags which independently control the enforcement of a minimum number of required field for heuristics, queries and uploads. This allows autofill to: (1) generally enable uploading of form/field type votes for 1-field and 2-field forms. This will populate the crowd-sourced predictions for these forms. (2) experiment with expanding the scope of field prediction (both heuristic and queried) and filling to single field forms. The primary motivation for this change is to support single field forms in payment gateway iframes (usually cc-num or cvc). It will also enable single Zip code forms (shipping estimates) and email subscription forms. This CL defaults to the exact same behavior as before the CL: enforcement of the same minimum value (3) for heuristics, query and upload. The unit and browser tests have however been updated to test both enforced and relaxed minimums (unit-tests) and with the upload minimum relaxed (data- driven browser tests). TBR: mahmadi, olivierrobin Bug: 731719, 626785, 604994 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If91ec4c68e1e2d819a03818a6766f0fec9d04e32 Reviewed-on: https://chromium-review.googlesource.com/692674 Commit-Queue: Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#519770}
-
Hector Carmona authored
Bug: 788939 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I29772945465558910f6aa8758939c5225a877383 Reviewed-on: https://chromium-review.googlesource.com/791829Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#519769}
-
Hector Carmona authored
R=scottchen@chromium.org Bug: NONE Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic85659a4598037f029f49f3ce073f4b53ac3860f Reviewed-on: https://chromium-review.googlesource.com/790941Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#519768}
-
Raymond Toy authored
The write index for the buffer that holds the time domain data is read from the main thread and written by the audio thread. Atomically access these and also read (and write) them exactly once in each routine so that they don't get out of sync within each routine. Can't add a trylock to protect access in WriteInput because if the audio thread can't get the lock, there will be strange gaps in the saved data. It's ok if the main thread reads a slightly old value of the index; the data is just a bit stale, which is fine for the AnalyserNode. Bug: 786829 Test: test case from bug passes Change-Id: Id8d5658b9610beb0d78c2c16d9eac579406e4c2b Reviewed-on: https://chromium-review.googlesource.com/790945Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#519767}
-
Sammie Quon authored
Flaky on --mus. Test: none Bug: 765794 Change-Id: I7b5ccaeb2da6ebbb233c33ece7fb813949c99bec Reviewed-on: https://chromium-review.googlesource.com/791522Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#519766}
-
Gordana Cmiljanovic authored
The test is causing crash on devices which do not suport OpenGL ES3. Bug: 644265 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: Id98475c27897e1ca4cd207af4d145ab0c4733a85 Reviewed-on: https://chromium-review.googlesource.com/788112Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#519765}
-
Bence Béky authored
Bug: 787581 Change-Id: Iba4ae13dbeacbf8f731c4a9d712eb1e0f95f61d1 Reviewed-on: https://chromium-review.googlesource.com/786612 Commit-Queue: Ryan Hamilton <rch@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#519764}
-
Eric Karl authored
If we lose our context (or potentially in rare OOM cases), gpu::buffer allocation can fail. In these cases the discardable system shouldn't crash, but should fail gracefully. Bug: 762645 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: I9d56536fd21893689ef993a68ee2a5639947e612 Reviewed-on: https://chromium-review.googlesource.com/782647Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#519763}
-
Eugene Ostroukhov authored
Bug: 667560 Change-Id: Ib684737981db2d50aba7031a26d4e48cfc3fb1bf Reviewed-on: https://chromium-review.googlesource.com/792263 Commit-Queue: Eugene Ostroukhov <eostroukhov@chromium.org> Reviewed-by:
Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#519762}
-
spqchan authored
Currently, if the user changes the default search engine in settings, the touch bar does not update to reflect the change. To fix this issue, the BrowserWindowTouchBar is modified so that it observers changes to the default search engine. Tests: browser test BrowserWindowTouchBarTest.SearchEngineChanges Bug: 696702 Change-Id: I92861aabf9ab2e87ba6d1d32fda975d9a10bdf26 Reviewed-on: https://chromium-review.googlesource.com/792034 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#519761}
-
Jan Krcal authored
This CL removes testing fieldtrial config for a fully launched feature. The change has been omitted in the previous CL 781780. Bug: 695810 Change-Id: I9c6bc13207193ea3dfd8072196ccdb1ecedf9692 Reviewed-on: https://chromium-review.googlesource.com/790390Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#519760}
-
Alexander Timin authored
TBR=miu@chromium.org BUG=789192 Change-Id: Iac44a0facb28d55b744ce11c1de9add0cf0944a0 Reviewed-on: https://chromium-review.googlesource.com/794271Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#519759}
-
Scott Violet authored
Prior to this patch AuraTestHelper configured TestScreen in such a way that it would create a WindowTreeHost to represent a screen. The WindowTreeHost was created was not a WindowTreeHostMus, rather a WindowTreeHostPlatform. This doesn't make sense for mus. As part of this I'm also moving how ash configures Env to AuraTestBase. This way other code using AuraTestBase can work better with mus. Lastly I needed to make sure sure AuraTestHelper resets some state that was persisting between runs. This is necessitated by Env being created at the TestSuite level, not per test. BUG=776514 TEST=covered by tests Change-Id: Icb1b5342f962f44c03185a3e40097491532c4efe Reviewed-on: https://chromium-review.googlesource.com/791821Reviewed-by:
Elliot Glaysher <erg@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#519758}
-
Bill Orr authored
BUG=788993 Change-Id: I9fc477c0ba27283c5aa2d00400b510705e1929d9 Reviewed-on: https://chromium-review.googlesource.com/792538Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#519757}
-
Chris Mumford authored
In 48bedbd2 a new reason was added to force an Indexed DB closed: for migration. This change failed to add a value in enums.xml for UMA. Not strictly related to 643544, but was noticed when reviewing UMA values post change. Bug: 643544 Change-Id: I793df6967a80046775babb1cf0af242b2c148374 Reviewed-on: https://chromium-review.googlesource.com/792031Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#519756}
-
Reza.Zakerinasab authored
This CL contains minor changes in ImageBitmap and ImageBuffer to: - use blending in SkCanvas::drawImage() only if needed - fix ImageBitmap->CopyImageData() behavior to match the signature - use SkImageInfo::minRowBytes() in SkImage::readPixels() call sites Bug: 785313,788879,788881 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I1473fc71ce1785f87c0f3e47441515f6cd3dd7a7 Reviewed-on: https://chromium-review.googlesource.com/793951 Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#519755}
-
khmel authored
Bug: 786349 Test: Manually. ARC can be started. Change-Id: I4bbe58284642b8792095088dea7ccc6b9f337976 Reviewed-on: https://chromium-review.googlesource.com/792259 Commit-Queue: Yury Khmel <khmel@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#519754}
-
Lei Zhang authored
Checks if a test has the PRE_ prefix. Use it for tests that wants to know, so they do not have to have their own version. Change-Id: I4c0dbf38ab5c3ab5b088b5564a91acc61f275656 Reviewed-on: https://chromium-review.googlesource.com/786771 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#519753}
-
Geoff Lang authored
It was possible to put thing in a bad state by calling glBind* with an invalid client id (which binds the invalid service id) and then calling glDelete* with an invalid client id (which deletes the invald service id). BUG=785753 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: I4628f964e9d14a1d87bc12b1cde3f056acb8314e Reviewed-on: https://chromium-review.googlesource.com/791011Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#519752}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/e9619f8f81de..b874a352272a $ git log e9619f8f8..b874a3522 --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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I792b134a8649f2623e08de5b891c627170240384 Reviewed-on: https://chromium-review.googlesource.com/794056Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#519751}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/9f553932a4a4..12b69eedeed5 $ git log 9f553932a..12b69eede --date=short --no-merges --format='%ad %ae %s' 2017-11-20 ethannicholas shader cache now ignores shaders with a length of 0 2017-11-14 ethannicholas Fix shader initialization on a cache hit 2017-11-28 jvanverth Add create_bundle support for GN 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=allanmac@chromium.org Change-Id: I64a40bba4b6d805993bccce82205711700d29f4c Reviewed-on: https://chromium-review.googlesource.com/794057Reviewed-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@{#519750}
-