- 04 Jan, 2018 40 commits
-
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/cb6c8d4ec478..24d779283af8 $ git log cb6c8d4ec..24d779283 --date=short --no-merges --format='%ad %ae %s' 2018-01-04 rharrison Convert CXFA_Node::GetChild to take a size_t for the index 2018-01-03 npm Remove unneeded vector implementations from cpwl_edit_impl 2018-01-04 rharrison Convert usages of pdfium::Optional to Optional 2018-01-02 dsinclair Remove allocations from JS test 2018-01-04 rharrison Make indices for CXFA_List be size_t instead of int32_t 2018-01-04 hnakashima Open FPDFDest_GetView API. 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: I8a0ac1395a018d2025616b47adbb34f7359c8fff Reviewed-on: https://chromium-review.googlesource.com/850996 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#527153}
-
Peter Kasting authored
More are coming; these are just the infobars that don't require refactoring to easily trigger. BUG=686285 TEST=none Change-Id: I0ff1a9ea2c9af062378172fd7cbd47cd3b75a485 Reviewed-on: https://chromium-review.googlesource.com/849700Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#527152}
-
Varun Khaneja authored
Bug: 787460 Change-Id: Ic2666e71531b6f1d593fb8a8fd500d1b42b1f7ce Reviewed-on: https://chromium-review.googlesource.com/850539 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Cr-Commit-Position: refs/heads/master@{#527151}
-
Yaron Friedman authored
While scanning code for a feature I noticed this was unused. Looks like it was for testing that was removed: https: //chrome-internal-review.googlesource.com/352825 Change-Id: I1b216fbd33ded9f76a7dc5a729537ad4a5586fea Reviewed-on: https://chromium-review.googlesource.com/851195 Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc (back but slow, ping me) <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#527150}
-
Peter Kasting authored
There's no reason to use the content::-side class instead of the chrome-side one since this code is in chrome/, and other chrome-side code uses InfoBarService. BUG=none TEST=none Change-Id: I145f24319b49089d8f1185420745e8ae5c29e6ac Reviewed-on: https://chromium-review.googlesource.com/849696Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#527149}
-
danakj authored
It does not even use all the fields in the struct, just store a viz::ResourceId and a gfx::Size directly. This drops a dependency on cc/resources/ stuff that isn't needed for the display compositor. R=piman@chromium.org TBR=boliu Bug: 722935 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I598c371e2560c7ad8365652e5d6729d9c5e5a849 Reviewed-on: https://chromium-review.googlesource.com/850740 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#527148}
-
Thanh Le authored
Bug: 753594 Change-Id: I88c438b7aa91a53c4d9bdacb018e0f9d8fdd06b5 Reviewed-on: https://chromium-review.googlesource.com/849302 Commit-Queue: Thanh Le <thanhdle@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#527147}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/02a32b0fa432..7edde238f741 $ git log 02a32b0fa..7edde238f --date=short --no-merges --format='%ad %ae %s' 2018-01-04 reed don't include SkMalloc.h from SkTypes.h 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=jcgregorio@chromium.org Change-Id: I17a05c6331d819bcb2f1c8093b9e4abc76828607 Reviewed-on: https://chromium-review.googlesource.com/850589Reviewed-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@{#527146}
-
Chris Mumford authored
The SessionStorageDatabase is reference counted, and it is possible for the last reference to be removed on a thread that disallows use of sync primitives. This change ensures this its leveldb::DB is deleted in the correct sequence. Bug: 789040 Change-Id: I7b47b8104459003fc9836a350b0e13f9ed8628c1 Reviewed-on: https://chromium-review.googlesource.com/816038 Commit-Queue: Chris Mumford <cmumford@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#527145}
-
Peter Kasting authored
BUG=none TEST=none Change-Id: I868a44adb8fb6b511f4a97e36a88f21d91a01963 Reviewed-on: https://chromium-review.googlesource.com/849652Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#527144}
-
Toni Barzic authored
This should simplify code in startup_app_launcher a little, make extension updater check more modular, and make it easier to later fake extension updater behavior in tests that need it (this cl does not add a fake update checker implementation, though). BUG=686901 Change-Id: I771eb62952c657078d46648e800c8c05dfb28b95 Reviewed-on: https://chromium-review.googlesource.com/849424Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#527143}
-
Peter Kasting authored
BUG=none TEST=none Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5d36233154d18f983d5b05b2af6d944888f1dc16 Reviewed-on: https://chromium-review.googlesource.com/849617Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#527142}
-
Hiroshige Hayashizaki authored
ModuleRequestsFromScriptModule() can contain the same URL multiple times if a module is imported multiple times with different specifiers. Previously, InitiateInternalModuleScriptGraphFetching() was invoked multiple times for the same URL, and thus caused DCHECK() to fail or module loading to never finish. This CL adds the URL of imported modules to |visited_set_| while iterating ModuleRequestsFromScriptModule(), not in InitiateInternalModuleScriptGraphFetching(), to avoid the duplicated InitiateInternalModuleScriptGraphFetching() calls. This is also what is done in the spec. Bug: 797867 Change-Id: I583033ac3f168b5b50bdf6d49ae9563b5eda36ea Reviewed-on: https://chromium-review.googlesource.com/847296 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#527141}
-
Nicolas Pena authored
Bug: chromium:498037 Change-Id: Ia2e6435c8401922aa02f818b6f75c49ecf869869 Reviewed-on: https://chromium-review.googlesource.com/850584 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#527140}
-
Réda Housni Alaoui authored
Fixes for reland number 2: - "Win10 Tester" browser_tests_functional failure - "Win10 Tester" capture_unittests failure - "Win8 Tester" browser_tests_functional failure - "Win8 Tester" capture_unittests failure Fixes for reland number 1: - "Win8 Tester" browser_tests_functional failure - "Win8 Tester" capture_unittests failure Original description: - Full rewrite of the MediaFoundation implementation video part to use IMFCaptureEngine - Implementation of takePhoto, setPhotoOptions and getPhotoCapabilities - takePhoto triggers a still image capture with the highest available resolution without stopping the video stream thanks to IMFCaptureEngine TEST=adapted video_capture_device_unittest.cc and webrtc_image_capture_browsertest.cc; launch Chrome with --force-mediafoundation on Win8+ and capture video using e.g. https://webrtc.github.io/samples/src/content/getusermedia/gum/ R=mcasas@chromium.org Bug: 730068 Change-Id: I454f6a87c43e0148d50c671911bc214c969f6610 Reviewed-on: https://chromium-review.googlesource.com/734042 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Cr-Original-Original-Commit-Position: refs/heads/master@{#521435} Reviewed-on: https://chromium-review.googlesource.com/810766 Cr-Original-Commit-Position: refs/heads/master@{#524417} Reviewed-on: https://chromium-review.googlesource.com/843974 Cr-Commit-Position: refs/heads/master@{#527139}
-
George Burgess IV authored
An unintended side-effect of CL:847902 is that it enabled AFDO on arbitrary projects that aren't Chrome, the browser (e.g. webrtc_android). While it may be interesting to see if those profiles are helpful at some point, turn them off for now. local chromium checkout; profile is still used. Bug: 799064 Test: Applied to webrtc_android; profile usage is gone. Applied to a Change-Id: Iea56d9be774193cc86d8e6b930a3c93345cd8a97 Reviewed-on: https://chromium-review.googlesource.com/850817Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#527138}
-
Mohamed Heikal authored
This adds platformBuildVersion(Name/Code) to AndroidManifest.xml like aapt(1) used to do but aapt2 no longer does. Bug: 798931 Change-Id: I7a9c94c0486e79c885dfb08dc288fcff77297335 Reviewed-on: https://chromium-review.googlesource.com/850446 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#527137}
-
Bruce Dawson authored
These three files were found to have CRLF line endings, two of them had mixed CRLF/LF line endings. This fixes these. 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: Ifbd1e7f2691f53517a7644582d4408d6132be326 Reviewed-on: https://chromium-review.googlesource.com/846542Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#527136}
-
Katie Dektar authored
Gives the users 6 options for pitch, from 0.55 through 1.3. Bug: 796745 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic13c4098ff0c3629a1faa4c8a063a287492d8696 Reviewed-on: https://chromium-review.googlesource.com/838247 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#527135}
-
Vlad Tsyrklevich authored
While rolling libxml and libxslt I noticed that the changes were polluted with updates to auto-generated autoconf files in the libxslt tree due to autoconf/automake/pkg-config version mismatches between my workstation and the version that they had been generated with. Since these files are autogenerated on every run, it is safe to remove them from chromium (these files are already in libxslt's .gitignore). Change-Id: Ifd8fcb885f24eaf544d7ad4bf2234a9aa63e7510 Reviewed-on: https://chromium-review.googlesource.com/828151Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#527134}
-
Vlad Tsyrklevich authored
While trying to update libxml I noticed that the libxml changes were polluted with updates to auto-generated autoconf files in the libxml tree due to autoconf/automake/pkg-config version mismatches between my workstation and the version that they had been generated with. Since these files are autogenerated on every run, it is safe to remove them from chromium (most of these files are already in libxml's .gitignore). Change-Id: I41b234bb56badc4172aa72e1d28edb88d93d83f6 Reviewed-on: https://chromium-review.googlesource.com/826471Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#527133}
-
Xiaohan Wang authored
This is helpful for people not familiar with metrics internals to quickly verify the result of a change to *.xml, especially when there's complicated prefixing involved. BUG=776834 Change-Id: Ie7066699d34a56564ec80f533a6d416dc03cc29d Reviewed-on: https://chromium-review.googlesource.com/850545 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#527132}
-
Eric Foo authored
Bug: 785792 Change-Id: I82d7984d1be96e82425e5c1a43ee7686906212e5 Reviewed-on: https://chromium-review.googlesource.com/849694Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Cr-Commit-Position: refs/heads/master@{#527131}
-
Tommy Martino authored
This is a continuation for: https://chromium-review.googlesource.com/c/chromium/src/+/848085 There was a missing include which only became apparent when attempting to build downstream. I have done more extensive local testing and believe this should resolve the matter. Bug: 795007 Change-Id: I368f14d00e784082f887f889f884b992daf06b86 Reviewed-on: https://chromium-review.googlesource.com/851153 Commit-Queue: Tommy Martino <tmartino@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#527130}
-
Miguel Casas authored
This CL adds a service function BufferFormatToString() to translate from gfx::BufferFormat to a string, and uses it in a few places ISO static_cast<>ing to int. Bug: 798485 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: I01093983b62fb9c8c495b521c890c4b45e4708a6 Reviewed-on: https://chromium-review.googlesource.com/847772Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#527129}
-
Tarun Bansal authored
Add delays between the consecutive warmup probes. The delay is exponentially increasing. Bug: 760294 Change-Id: I2d0ea28d07f532d81d84a2463b72a9243d90af3d Reviewed-on: https://chromium-review.googlesource.com/850838Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#527128}
-
Raymond Toy authored
If the last event in the timeline is SetTarget, and the current value is close enough to the final value, and if enough time has elapsed since the beginning of the event, we can remove the SetTarget event from the timeline. Doing so allows all nodes to use the fast path because the AudioParam is a constant over the rendering quantum. Bug: 794712 Test: Change-Id: I7274f9ba10b4a31728c6329c0fca3394cb557e7f Reviewed-on: https://chromium-review.googlesource.com/826124 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#527127}
-
Hwanseung Lee authored
present, CSSStyleValue.parse/parseAll thrown type or syntax error. but CSSStyleValue.parse/parseAll was decided to throw only type error. https://github.com/w3c/css-houdini-drafts/issues/305 Bug: 798937 Change-Id: I00d6855d1b3667441d009d8d3551daed970cab1a Reviewed-on: https://chromium-review.googlesource.com/849972Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com> Cr-Commit-Position: refs/heads/master@{#527126}
-
Matt Wolenetz authored
This change helps avoid renderer hang crashes on Windows by doing the potentially costly destruction of a ChunkDemuxer object on a background task. The duration of that destruction, not including any initial scheduling delay, is recorded in a new histogram: "Media.MSE.DemuxerDestructionTime". BUG=774268,774288,796704 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: I77dcb3ac1f7d5c5777f5302a7fc87199bf693d74 Reviewed-on: https://chromium-review.googlesource.com/838701 Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#527125}
-
dpapad authored
Also enabling an ESLint presubmit check to enforce it from now on. Bug: 792774 Change-Id: If700ff1c88e31001019fc693e201c8c4ff8b9675 Reviewed-on: https://chromium-review.googlesource.com/841536 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#527124}
-
Dave Tapuska authored
These metrics haven't been queried for some time and are stable. BUG=775335,759926,722654,691858,691857 Change-Id: I35324714cba22e62b3ebcfc183527cf9807a201c Reviewed-on: https://chromium-review.googlesource.com/848427Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#527123}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e5cf9fb5..91af3882 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: I111c0105c8440fb048f17bee6cc15a0890dbc014 Reviewed-on: https://chromium-review.googlesource.com/851172Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#527122}
-
Jinsuk Kim authored
Upon screen resize, only the WebContents on the front got the timely update while those in the back were updated later when they got to the front. This has a caveat when working with Android tabswitcher where the one in the background can be shown without it going fore- ground as reported in the bug. This CL fixes it by enumerating all the WebContents and update their size when the resize event occurs. This had been previously handled by each |ContentView.onSizeChanged| per WebContents, but r522517 changed the way Chrome handles the resize event. So this should also be taken care of by CompositorViewHolder for each WebContents as well. Bug: 798277 Change-Id: I4b0d25850ded812668e5bdbba52c4898492bd9cd Reviewed-on: https://chromium-review.googlesource.com/848758Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#527121}
-
Michael Lippautz authored
Previously, we would only support IdentityHashTranslator and the cases where keys or values were simple Members. This patch adds general support for translators as the barrier is moved out of the translator. This enables using custom translators as well as having eager-traced containers as keys or values in HeapHashMap. Bug: chromium:757440 Change-Id: I8a1b2e840900099b587a5d6bc8106d4287f4227f Reviewed-on: https://chromium-review.googlesource.com/850613 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#527120}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/bb4bbfda1cf5..75ceef2ab41b $ git log bb4bbfda1..75ceef2ab --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: I21f7b0d25e327a285cd1d0f73decb4cee59b511d Reviewed-on: https://chromium-review.googlesource.com/851118Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#527119}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/a1b4d5ea3410..634b18ca3700 $ git log a1b4d5ea3..634b18ca3 --date=short --no-merges --format='%ad %ae %s' 2018-01-03 eakuefner [TBMv2] Move Python GenericSet into diagnostics.generic_set.GenericSet 2018-01-04 eakuefner [TBMv2] Smoke test diagnostic equality in Python Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ie56eac92ecf5aa81915a8d9f8b993e6157921cec Reviewed-on: https://chromium-review.googlesource.com/850548 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#527118}
-
Andrew Grieve authored
Regressed in d875cacb Bug: 780593 Change-Id: Ifee7a93ada73f5b757a35ece75b0bef61ea767c2 Reviewed-on: https://chromium-review.googlesource.com/820531Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc (back but slow, ping me) <tedchoc@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#527117}
-
Achuith Bhandarkar authored
This flag skips to the user login screen. BUG=753870 TEST=manual Change-Id: I3682b825d8177b8676718f421335f4af1d940937 Reviewed-on: https://chromium-review.googlesource.com/850582 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#527116}
-
Darin Fisher authored
Change-Id: I7f15880761ab173ecebac694d042b0048707acae Reviewed-on: https://chromium-review.googlesource.com/850836Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#527115}
-
Sidney San Martín authored
Bug: 787139 Change-Id: I141466b5e8d7b68a91f3a844e07053b6c3720153 Reviewed-on: https://chromium-review.googlesource.com/851193Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#527114}
-