- 17 Oct, 2017 24 commits
-
-
Sarah Chan authored
Currently, the separator in an omnibox bubble view disappears when the ink drop animates in and then reappears when it animates out. However, it's possible for the ink drop to be removed without animation. This causes the separator to go missing since its opacity has not be updated. This CL fix this issue by updating the separator's opacity when the ink drop layer is removed. Bug: 772832 Change-Id: I812d8dcacd79851bf23b0dce2d7fd00330887278 Reviewed-on: https://chromium-review.googlesource.com/713398Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509218}
-
Xianzhu Wang authored
This allows us to forward declare it from platform code. We could forward declare it as an enum but that would be more verbose. It looks better to use enum class name to replace the common prefixes. This is a preparation of https://chromium-review.googlesource.com/c/chromium/src/+/721602 (Remove LayoutObjectDrawingRecorder). Bug: 657186 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie65ff7014c0a7e2e6e3ce5bdb94c60e6d5f6ddfc Reviewed-on: https://chromium-review.googlesource.com/721920Reviewed-by:
Walter Korman <wkorman@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#509217}
-
Devlin Cronin authored
AutomationApiHelper is responsible for handling extension messages sent on behalf of the automationInternal API (specifically, the QuerySelector message). Instead of observing the RenderView, observe the RenderFrame. This removes all hooks for RenderViewCreated in extensions renderer code, as well as the last RenderViewObserver. Additionally, the AutomationApiHelper only cares about the main frame, so we can clean up the code by a) only instantiating the AutomationApiHelper for main frames and b) only sending messages to the main frame. This allows us to remove one of the error cases specified for the message. Bug: 304341 Change-Id: I0652f85df47a42faa4320e9b0549fcffe4a754a5 Reviewed-on: https://chromium-review.googlesource.com/709996 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#509216}
-
Jamie Madill authored
This upgrades the driver version used in the tester bots from 372.54 to 387.92. This CL should land as the bots are being switched over to the new driver version, and the upgrade should be finished after it lands. BUG=771654 NOTRY=true 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: I9ed27aeeab48604e3c3ec862f58d474934f06a7f Reviewed-on: https://chromium-review.googlesource.com/716658 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#509215}
-
Dan Jacques authored
Use catapult package versions for OpenCV and NumPy. These versions are explicitly asserted by the "catapult" test framework, and versions outside of this range will not successfully load. Note the catapult version dependency in the definition. BUG=chromium:762005 TEST=None Change-Id: I4659e0b6c28c8fd043a8f42c6993a11f2473cdeb Reviewed-on: https://chromium-review.googlesource.com/721423Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org> Cr-Commit-Position: refs/heads/master@{#509214}
-
Bruce Dawson authored
Running tools\win\static_initializers showed several atexit destructors that were triggered for static local std::string variables. These aren't as bad as globals with constructors but they still have unnecessary cost because they are thread-safe initialized, may allocate memory, and are registered for atexit destruction. Since char[] easily replaces them we might as well use it. Bug: 341941 Change-Id: I03e36ce56852c77947b41fa5efdd0c14e27485f7 Reviewed-on: https://chromium-review.googlesource.com/708047Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#509213}
-
Marijn Kruisselbrink authored
Follow ups to post-commit review of https://chromium-review.googlesource.com/600541, this renames the two blink specific .typemap files to match the name of the native type rather than the name of the mojom struct, and updates the struct traits to not use std::vector at all. Bug: 740744, 351753 Change-Id: I19b9a45d1bc1352e9b2ea89dcc0237aa5f938a0b Reviewed-on: https://chromium-review.googlesource.com/721774Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#509212}
-
F#m authored
This patch ensures that the legacy touch calibration data is stored in the legacy format. This is to ensure that if anything breaks with the new changes, we have something to fallback on. Component: display preferences, touch Bug: 599985 Change-Id: I77c6fd22634ae447c5829565b912a5142b0eb16d Reviewed-on: https://chromium-review.googlesource.com/720161 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#509211}
-
Tom Anderson authored
BUG=773350 R=dpranke@chromium.org Change-Id: Ic95199a275e33808b3e3f895f884561955bc6746 Reviewed-on: https://chromium-review.googlesource.com/720198 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#509210}
-
Matthew Jones authored
This change fixes a crash that occurred as a result of native not being ready when trying to record metrics. The metrics recording has been moved to the same method that the Chrome Home state is cached in (which runs after native is ready). BUG=775126 Change-Id: I11756265020ceb2bb0fbb59702cba3c9d9f8038a Reviewed-on: https://chromium-review.googlesource.com/721959Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#509209}
-
Scott Graham authored
If the service thread is stopped after workers are joined, the service thread can post a task after join_called_for_testing_ is set which causes a CHECK. Instead stop the service thread before joining the pool workers in TaskSchedulerImpl::JoinForTesting(). This bug showed up on Fuchsia, but is cross-platform. Bug: 771701, 698140 Change-Id: I4a25ede2bceb700eeea17ae47f7402211856bef6 Reviewed-on: https://chromium-review.googlesource.com/721570Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509208}
-
Jeremy Roman authored
base/memory/ptr_util.h includes will be cleaned up later. Generated by: git grep -l base::MakeUnique ui/ | xargs perl -pi -e 's/base::MakeUnique/std::make_unique/' Bug: 755727 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: Ifaaa249f83d84154f5a0f03c5c96d6dacaf70c84 Reviewed-on: https://chromium-review.googlesource.com/646226Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509207}
-
Ryan Landay authored
The TextSuggestionControllerTest.ApplyingMisspellingTextSuggestionClearsMarker test case is currently failing on the first run when run with other tests in TextSuggestionControllerTest. This is because DocumentMarkerController keeps track of a counter for how many suggestion markers have been added so far, and I was assuming this counter was reset at the beginning of each test case and so would always be 1, but it's not. The fix is to check the counter value for the marker that was just added instead of assuming it's going to be 1. Bug: 774362 Change-Id: Ib34bd5d0f57f08557432a6686d00c5481cd1a9b3 Reviewed-on: https://chromium-review.googlesource.com/721074Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Ryan Landay <rlanday@chromium.org> Cr-Commit-Position: refs/heads/master@{#509206}
-
Raymes Khoury authored
VideoCaptureTest uses fake RFH IDs which require the FakeMediaStreamUIProxy to be configured correctly. Bug: 689802 Change-Id: I1568a326f32acde5a375a99b108edb4f626c44aa Reviewed-on: https://chromium-review.googlesource.com/720589Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#509205}
-
Peter K. Lee authored
With the deprecation of NativeAppLauncher, it is no longer necessary to pass linkClicked into webController:shouldOpenURL:mainDocumentURL:linkClicked:. The parameter can be removed to simplify the code. Bug: Change-Id: I15d7b2808bab03cd3a42cee563d265c5fef15b7c Reviewed-on: https://chromium-review.googlesource.com/720139Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#509204}
-
Jamie Walch authored
Bug: 677857 Change-Id: Ic87d5302bf27e06606b36f4254b19ea776ab9705 Reviewed-on: https://chromium-review.googlesource.com/722166Reviewed-by:
Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#509203}
-
Aseem Garg authored
This adds histogram to track the lazy compilation of wasm functions in KB/s BUG=chromium:770618 R=kschimpf@chromium.org,bradnelson@chromium.org,isherman@chromium.org Associated with V8 CL: https://chromium-review.googlesource.com/c/v8/v8/+/706276 Change-Id: I3ee5f1ae75fae9daa17c4d1fb698fd8713ad0683 Reviewed-on: https://chromium-review.googlesource.com/706562 Commit-Queue: Aseem Garg <aseemgarg@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509202}
-
Mike Wasserman authored
These tests pass as-is locally; remove early returns. Bug: 698016, 698024 Change-Id: I134f138fe68442754b709981a8f40090c750b659 Reviewed-on: https://chromium-review.googlesource.com/721580Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#509201}
-
Chris Harrelson authored
(*) https://chromium-review.googlesource.com/c/chromium/src/+/720200 Bug: 774859 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I58db6c2344e486df53214e41ddeb31f5b9e6c086 Reviewed-on: https://chromium-review.googlesource.com/721800Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#509200}
-
Eugene But authored
1.) Use WKWebView.serverTrust instead of WKWebView.certificateChain for WKWebViewHasCertForSecureConnection metric. 2.) Wrap iOS9 calls with __IPHONE_OS_VERSION_MIN_REQUIRED. Bug: 768876 Change-Id: Ie8b7356709a4c94023399f2539c79ed94f1412aa Reviewed-on: https://chromium-review.googlesource.com/719730 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509199}
-
wutao authored
To get better image quality when we are scaling down windows in overview mode, we can apply the trilinear filtering. At the same time we cache the render surface for good performance and reduced overdraw. without trilinear filtering: with trilinear filtering: Bug: 756696 Test: Tested local Change-Id: I12765172efec921c9336b32f0aa3fa8ba7e78f35 Screenshot: https: //screenshot.googleplex.com/MYU3w3ff6s0 https: //screenshot.googleplex.com/AqGiVp4eh43 Reviewed-on: https://chromium-review.googlesource.com/717725Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Valery Arkhangorodsky <varkha@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#509198}
-
Yuwei Huang authored
This error indicates the host has gracefully exited. We don't need to show offline reason in that case. Bug: 247245 Change-Id: I67e4d4ad9bbcbfc7e6ddbb6606f1718392409281 Reviewed-on: https://chromium-review.googlesource.com/721878Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#509197}
-
Bruce Dawson authored
On Windows builds the initialization of kInstanceCounterNames now generates a static initializer. Using constexpr avoids this. This was found by running tools\win\static_initializers.exe on canary. Time to get the sizes bot to monitor this? Report said: InspectorPerformanceAgent ...dynamic initializer for kInstanceCounterNames This was introduced in crrev.com/c/710855 Note also that the original declaration was missing a const such that kInstanceCounterNames was not itself const (and could not be placed in the read-only segment), it just *pointed* to const char*. This change fixes that as well. Bug: 341941 Change-Id: Ibb244d988a1b4f8648db336451e1edc51a3a671a Reviewed-on: https://chromium-review.googlesource.com/717464Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#509196}
-
Reid Kleckner authored
https://chromium-review.googlesource.com/c/chromium/src/+/721889/3 was not enough to get the clang tot bots green. TBR=thakis@chromium.org,hans@chromium.org,sergeyu@chromium.org NOPRESUBMIT=true NOTRY=true Change-Id: I7dec2af6cea5664cc218fb97c59bb2406312f10a Reviewed-on: https://chromium-review.googlesource.com/722282 Commit-Queue: Reid Kleckner <rnk@chromium.org> Reviewed-by:
Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#509195}
-
- 16 Oct, 2017 16 commits
-
-
Ian Vollick authored
This CL adds a circular progress indicator as per https://material.io/guidelines/components/progress-activity.html#progress-activity-types-of-indicators Bug: 765460 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I997b8f98cef73c6f8c8b7b290978a84dfabe5077 Reviewed-on: https://chromium-review.googlesource.com/720251 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#509194}
-
Reid Kleckner authored
Benjamin Kramer improved the warning upstream to warn if we can evaluate the initializer at compile-time in r315811. R=hans@chromium.org TBR=thakis@chromium.org NOTRY=true NOPRESUBMIT=true Change-Id: I4effa3beae7601a2fbf39f9c437d659a2f42270d Reviewed-on: https://chromium-review.googlesource.com/721889 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#509193}
-
Jacob Dufault authored
Also document easy unlock API in the mojom file. Bug: 719015 Change-Id: I7ed1d2e0743af533713276f9650faa4ac32a38a7 Reviewed-on: https://chromium-review.googlesource.com/717542Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#509192}
-
Florin Malita authored
After https://chromium-review.googlesource.com/675184, most clients are using exact bounds. We should be able to switch over all remaining instances, and drop support for the inaccurate bounds flavor. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0aa7780e8833e9133e506bbc714e40f7a7cf250c Reviewed-on: https://chromium-review.googlesource.com/721160Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#509191}
-
Jeremy Roman authored
base/memory/ptr_util.h includes will be cleaned up later. Generated by: git grep -l base::MakeUnique gpu/ | xargs perl -pi -e 's/base::MakeUnique/std::make_unique/' Bug: 755727 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: Icb4ef03f0891dacc150a69bcfb1aad335b56604e Reviewed-on: https://chromium-review.googlesource.com/641642 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509190}
-
chrome://interventions-internalsThanh Le authored
Added method on previews_logger, previews_ui_service, and previews_io_data to add MessageLog for a preview decision. Removed PreviewNavigation struct in previews_logger.h, since that struct doesn't seem to be used anywhere else other than as a parameter. Bug: 764418 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8b9093e7eedd421d386c9c63b424579050bfcbdc Reviewed-on: https://chromium-review.googlesource.com/714197Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Thanh Le <thanhdle@chromium.org> Cr-Commit-Position: refs/heads/master@{#509189}
-
Dave Schuyler authored
This CL changes the relative position for tooltips vs the trigger for the tooltip so that the tooltip shows up reliably. Bug: 774046 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I78f8fd6b95992a2c4e3f1a1d7b1ff43a969a4654 Reviewed-on: https://chromium-review.googlesource.com/719581Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#509188}
-
Raymond Toy authored
The definition of the Q parameter for lowpass and highpass filters were changed a while ago in the WebAudio specification. These were added to determine how much impact this change would have because the change is aubible. It's been over a year, and no bugs have been filed on this, and the histograms show that the default values are, by far, the most common values. Hence, we can remove these histograms. Bug: 774526 Test: none Change-Id: I17ad180a40964bd4d81988492d43e522a47f2f2f Reviewed-on: https://chromium-review.googlesource.com/718839 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509187}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/92bd58d7..b83707f4 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: Idf68f15d27d2520a5c3fbe6b557c914dc0fd9468 Reviewed-on: https://chromium-review.googlesource.com/721501Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#509186}
-
Michael Thiessen authored
Having my data cleared every time I reinstalled was driving me crazy, so I've added the reinstall parameter to the install operation, which preserves data. Bug: Change-Id: Ide0cb9e200828b8ab725ab273bcf7be33379fece Reviewed-on: https://chromium-review.googlesource.com/721729 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#509185}
-
Xianzhu Wang authored
The clip-path may depend on the box size, for which incremental invalidation is not applicable. Bug: 759440 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie16f5a03c4ca9186111c4729ca4ae106425e8486 Reviewed-on: https://chromium-review.googlesource.com/713399Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#509184}
-
Ryan Ki Sing Chung authored
Bug: internal b/66017931 Test: CQ Change-Id: I7a30e4a4ce801c1aaade7b810114d64fee17fd20 Reviewed-on: https://chromium-review.googlesource.com/717036 Commit-Queue: Ryan Chung <ryanchung@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#509183}
-
Nico Weber authored
Also delete an obsolete win/clang comment. No intended behavior change. Bug: 481675 Change-Id: I50dd14fcf9e8ea45e4588b153d4f917c4afe199f Reviewed-on: https://chromium-review.googlesource.com/720118Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#509182}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/72b82a8e863d..952103605264 $ git log 72b82a8e8..952103605 --date=short --no-merges --format='%ad %ae %s' 2017-10-16 dsinclair More more CPVT_GenerateAP methods to anonymous namespace 2017-10-16 dsinclair Cleanup CPVT_GenerateAP 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: I9c9080675dec6ca326b3e6c1aa27b48b8fe76895 Reviewed-on: https://chromium-review.googlesource.com/721734 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#509181}
-
Tom Sepez authored
FileUtilitiesMsgStart and DatabaseMsgStart are no longer used. Change-Id: I2d6e657518fe75d2c1de63a93e3ba6a9055a7c0a Reviewed-on: https://chromium-review.googlesource.com/721868Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#509180}
-
Nico Weber authored
Still can't link base_unittests.exe though; the mt.exe libxml building logic means we don't build mt.exe (and link it into lld) by default on Mac :-/ This requires upstream r315873. Bug: 774209 Change-Id: Ib74469bf9d2ce02f04c6e5985d00db66ddb4cc81 Reviewed-on: https://chromium-review.googlesource.com/720556Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#509179}
-