- 14 Jun, 2019 40 commits
-
-
Stephen McGruer authored
This CL teaches the cc scheduler about the asynchronous painting of PaintWorklets. While PaintWorklets are being painted, the pending tree cannot be activated (as it is not fully painted). As such, we must delay activation (even via aborting the frame) until the painting has finished. Note that at this time the asynchronous painting has not been landed (as it depends on this scheduling behavior). Support will be added in upcoming patches; see the prototype: https://chromium-review.googlesource.com/c/chromium/src/+/1577635 Bug: 907897 Change-Id: I7d9ec466c57fbe3f8088c5ff6bf6faa140bd4b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649656 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#669114}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: Id8bbc0a0c70187ee49641f9e3dde01521a339b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660148Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#669113}
-
Tom Anderson authored
This CL is necessary to fix the gcc 4.8 build: https://chromium.googlesource.com/chromium/llvm-project/libcxx/+/ad464887b93526235ce06bbf97cd396ed6232b9a Wanted for this CL, which improves the debugging experience: https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+/78822a68537b5941eb86e11a5066aa549c30998f https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+log/5938e0582bac..ad464887b935 $ git log 5938e0582..ad464887b --date=short --no-merges --format='%ad %ae %s' 2019-06-13 thomasanderson [libc++] Fix build with gcc 4.8 2019-06-13 ldionne [libc++] Add missing #include in <cwchar> tests 2019-06-13 eric Make GCC in C++03 Unsupported 2019-06-12 ldionne [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10 2019-06-12 ldionne [libcxx] XFAIL some CTAD tests on AppleClang 10 2019-06-12 eric Apply [[nodebug]] to typedefs throughout the STL. 2019-06-11 eric Move libc++ specific tests for std::function out of the std directory 2019-06-11 eric Add documentation and tests for Clangs C++11 extensions in C++03. 2019-06-11 ldionne [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple Clangs 2019-06-11 mclow.lists Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give different error messages 2019-06-11 mclow.lists XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't know existed 2019-06-11 eric Check in test that demonstrates ABI break for std::function. 2019-06-11 ldionne [libc++] Implement deduction guides for <set> 2019-06-11 ldionne [libcxx] Make std::tuple<> trivially constructible 2019-06-11 ldionne [libcxx] Slightly improved policy for handling experimental features 2019-06-11 mclow.lists Add a test for is_base_of and incomplete types. Because this trait uses a compiler intrinsic which was broken in many clangs, have lots of XFAILs. 2019-06-11 mclow.lists XFAIL a couple of CTAD tests on clang-6; it gives different error messages than clang 7/8/9 2019-06-10 mclow.lists Recommit r362649, which was reverted in r262680 because of bugs in std::to_chars (which have now been fixed). Speedup to_string and to_wstring for integers using stack buffer and SSO 2019-06-10 mclow.lists Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission. 2019-06-10 zy [libc++] Fix leading zeros in std::to_chars 2019-06-08 eric update debugging docs to be less out of date 2019-06-08 eric Substantially reduce instantiations and debug size of std::function 2019-06-08 eric Fix some incorrect std::function tests 2019-06-06 vlad Revert "Speedup to_string and to_wstring for integers using stack buffer and SSO." 2019-06-05 ldionne [libcxx][test] Include test_workarounds.h where needed 2019-06-05 mclow.lists Update issue statuses. Reviewed as https://reviews.llvm.org/D62932 2019-06-05 mclow.lists Speedup to_string and to_wstring for integers using stack buffer and SSO. Reviewed as https://reviews.llvm.org/D59178 Thanks to ivafanas for all his work on this patch. 2019-06-04 ldionne [libcxx] Add test to check min/max requirement to regular expression 2019-06-04 mclow.lists No longer reject inputs when using a locale that has grouping information _and_ the input has no grouping characters at all. We continue to reject cases when the input has grouping characters in the wrong place. Fixes PR#28704 2019-06-04 mclow.lists We had a _LIBCPP_ASSERT commented out because gcc 4.9 didn't like it. We (LLVM) now require GCC 5.1, so that's not a problem any more. Re-enable the assertion. Fixes PR#36863 2019-06-02 phosek [libcxx] Use libtool when merging archives on Apple platforms 2019-05-31 mclow.lists Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-30 ldionne [libcxx] Add regex test cases from PR40904 2019-05-30 jryans [Docs] Modernize references to macOS 2019-05-30 phosek [runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant files 2019-05-30 phosek [libcxx][libcxxabi] Remove the unused CMake checks 2019-05-30 phosek [runtimes] Use -Wunknown-pragmas for the pragma check 2019-05-30 phosek [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 phosek [runtimes] Support ELF dependent libraries feature 2019-05-29 ldionne [NFC][libcxx] Remove trailing whitespace 2019-05-29 mclow.lists Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037. 2019-05-29 eric Fix build breakage on 32-bit machines 2019-05-29 eric Rework std::type_info definition to support systems without fully merged type info names. 2019-05-28 mclow.lists Fix test that used raw string literals. Doesn't work in C++03 2019-05-28 mclow.lists Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior. Reviewed as https://reviews.llvm.org/D61828. Thanks to Mark for the catch and the fix. 2019-05-24 eric fix test for older clang versions 2019-05-24 eric fix destroying delete test with older apple compilers 2019-05-24 eric Update C++2a status for destroying delete 2019-05-23 eric P0722R3: Implement library support for destroying delete 2019-05-23 chris.bieneman [CMake] Copy C++ headers before configuring runtimes build 2019-05-23 ldionne [libcxx][tests] Fix order checking in unordered_multiset tests. 2019-05-22 phosek [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++ 2019-05-22 ldionne [libcxx][test] Fix order checking in some more unordered_multimap tests Created with: roll-dep src/buildtools/third_party/libc++/trunk BUG=None R=thakis Change-Id: Iaa0f8a7d6d8bec28f6026fbb71b620eac6c0188c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658438 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#669112}
-
Christopher Cameron authored
Because PWAs (and anything using RemoteCocoa) need an app shim to be running to get anything on-screen, we added code to re-create an app shim if one cannot be launched. But this re-creation wasn't guarded on being a PWA, and as a consequence platform apps would go and create app shims that nobody expected to exist. So let's not do that. Some tests were inappropriately relying on this behavior. Update WebAppShortcutCreator to be more explicit about where it creates and updates its shortcuts. Also, re-enable tests in component build (that was fixed a while ago in crrev.com/619648). Bug: 941160 Change-Id: I5fb233f346095116d28ddbbfa9e23aca1bb1eab3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657522Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#669111}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/1e83e141f541..17937cb2333c git log 1e83e141f541..17937cb2333c --date=short --no-merges --format='%ad %ae %s' 2019-06-14 jflat@chromium.org chromeos_config: Make samus-kernelnext paladin important Created with: gclient setdep -r src/third_party/chromite@17937cb2333c The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Id886a70d413206317c43fccbac734b3c340ac314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659536Reviewed-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@{#669110}
-
Kenneth Russell authored
These were primarily intended to be run as pixel tests. The trace_test suite seems more stressful and we don't have the resources to investigate the context loss issues here. Bug: 974077 Change-Id: Ia6bb6a028e73459bae1ac8cd8de2188235b84a28 Tbr: ynovikov@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659605Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#669109}
-
kyle Ju authored
- Remove the tweak from bug 881513, a revert of https://crrev.com/c/1450396 - Enable the import of external/wpt/webdriver Bug: 881513 Change-Id: I9c03081d52576b2057d18bd8a3efd2b11a41033f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615704 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#669108}
-
Jeremy Klein authored
In BleCharacteristicFinder, we currently override onGatt*Added BluetoothAdapter::Observer functions which are all deprecated. When we get all the characteristics we're looking for, we call back immediately. Instead, this CL just waits for GattServicesDiscovered before parsing the services and characteristics. This does not affect latency at all because GATT service discovery is done in batch anyway in BlueZ before all of the callbacks are just triggered in series. This is much simpler and will also allow for an easy discovery process when fixing work profiles (see go/beto-work-profiles). Bug: b/67412244 Change-Id: I22d3baf485b386ee5ba6a41e2b254a5f9919b01d Tested: Heavily manually tested and also added unit tests. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658432 Commit-Queue: Jeremy Klein <jlklein@chromium.org> Auto-Submit: Jeremy Klein <jlklein@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#669107}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f457ae77aa76..839329243a13 Created with: gclient setdep -r src-internal@839329243a13 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=mmentovai@google.com,aboxhall@google.com,mstensho@google.com,oksamyt@google.com Change-Id: I4c831511ea21e6691da27976be2adf811bd88ca7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659537Reviewed-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@{#669106}
-
Takuto Ikuta authored
Bug: 973731, 855319 Change-Id: I759663fd82492c6dc17cb63c03557bc729d71102 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657384 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Reviewed-by:
Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#669105}
-
Julian Watson authored
Bug: 932339 Change-Id: Ib835835ac8e58262091232be7ba285c2901f3746 Cq-Depend: chromium:1630343,chromium:1630135 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631157 Commit-Queue: Julian Watson <juwa@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#669104}
-
Yuly Novikov authored
Bug: 898684 Change-Id: I05ae0f474c5b9978932bd2bc98033075b12bd5ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656672Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#669103}
-
Christopher Lam authored
This CL changes ExternallyInstalledWebAppPrefs::GetInstalledAppUrls to BuildAppIdsMap which does not check for installation, to fix a dependency cycle when querying for apps in the constructor of WebAppProvider. This also represents a step towards refactoring the WebApp test environment. Bug: 973324 Change-Id: Ia0ad9f29fe6694a548acd716885a7d538d376332 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654676 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#669102}
-
Giovanni Ortuño Urquidi authored
The test was getting the profile from a recently closed app browser. Change the test to retrieve the profile from the harness. Bug: 972930 Change-Id: I3eb0f907ed53b3e7dc31fd9c1932c52dbfe75545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659551 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Jay Harris <harrisjay@google.com> Auto-Submit: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Jay Harris <harrisjay@google.com> Cr-Commit-Position: refs/heads/master@{#669101}
-
Findit authored
This reverts commit 6e65ba90. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 669034 as the culprit for flakes in the build cycles as shown on: https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vNmU2NWJhOTA3ZjUyMGNlZmU5YjYyMDg3MWNmZmIyZTc1N2NhNmQ2Nww Sample Failed Build: https://ci.chromium.org/buildbot/chromium.linux/Linux%20Tests%20%28dbg%29%281%29%2832%29/59319 Sample Failed Step: content_browsertests Sample Flaky Test: AccessibilityIpcErrorBrowserTest.DISABLE_ResetBrowserAccessibilityManager Original change's description: > Disable flaky test AccessibilityIpcErrorBrowserTest.ResetBrowserAccessibilityManager > > TBR=kschmi@microsoft.com > > Bug: 973946 > > Change-Id: I69b54fdfe9421acacaf98c2bcf684680e7cb66fd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659029 > Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> > Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#669034} Change-Id: Ic5a44c3d23a11cd0f209a6143067d51e803a617a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 973946 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660008 Cr-Commit-Position: refs/heads/master@{#669100}
-
Sammie Quon authored
One is the screenshot was showing weird on actual device. The other is the screenshot is not deleted when using SetBoundsDirect. That was because it was not animating, but still managed by TabletModeWindowManager. The screenshot should have been deleted if it is either not animating or not tracked, not require both, which this CL fixes. Test: manual Bug: 948706 Change-Id: I87add8592a8f1e6bbec55dbe44e93eb52844c5a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659020 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#669099}
-
Alexei Filippov authored
This is a quickfix for a crash when a heap profile is being reported over UMA on Android. BUG=973430 Change-Id: I07cf28ef18809ab82c1a447f686871f6bedb71fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659025 Commit-Queue: Alexei Filippov <alph@chromium.org> Auto-Submit: Alexei Filippov <alph@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#669098}
-
Regan Hsu authored
Change-Id: Ie778b542676ff6d2f4850d422d1984a72905dcb2 Bug: 860438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659356 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#669097}
-
Kent Tamura authored
It kicks eslint for *.mjs via tools/web_dev_style/js_checker.js. Change-Id: I669639d438205b03b5bd04de0ccd6d9e6169604a Bug: 972476 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654732 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#669096}
-
Reilly Grant authored
The set_paused() and set_connection_error_handler() methods on extensions::SerialConnection are not trivial and are renamed to SetPaused() and SetConnectionErrorHandler(). Bug: 893334 Change-Id: I10cc92a5f61c9907ccbf5e6975a7028f9a9b688e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658682 Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#669095}
-
Jérôme Lebel authored
Google services settings should be able to be opened from the incognito mode. Bug: 967674 Change-Id: I9008c0159b7729c17a7fc703c5a61171d2dd85e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640555Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#669094}
-
Yuwei Huang authored
This CL removes signature and sequence ID from the heartbeat request since they are no longer required by the server. It also rewrites HeartbeatSenderTest to mock the HeartbeatClient directly instead of creating in process channel and mocking the server, so that the tests can be more deterministic. Bug: 971363 Change-Id: I3b9be0819172d06da657536c56744532df39a75e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653602 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#669093}
-
Alan Cutter authored
This CL is a simple code move taking FindAppIdForUrl out of WebAppTabHelperBase and putting it in web_app::AppRegistrar for easier reuse of the functionality. There are no behavioural changes in this CL. Bug: 956810 Change-Id: I74858b74421763aa1e7050a5d0672321b8019718 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638212 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#669092}
-
Ben Kelly authored
ServiceWorker subresource fallback currently has a work-around for CORS requests. Because CORS has been implemented in blink in the past the code had to message back into blink in order correctly perform CORS on the fallback request. This create performance problems. This CL skips this fallback workaround if the out-of-renderer CORS (OOR-CORS) feature is enabled. Bug: 973633 Change-Id: If8a3510291639fda359fd425c2e08173f2a87cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658868 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#669091}
-
Steve Anton authored
Previously, the most direct route was through WebString. Bug: 950077 Change-Id: I7a825bee18849c069870cdb2122fd34c012269a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658954Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Steve Anton <steveanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#669090}
-
Alberto Herrera authored
When battery_percentage field in device::BluetoothDevice is populated, display such value in Ash Tray and Bluetooth Settings UI. Bug: 785758 Change-Id: I51434b1aba5a409a81d94c17b4c072d637648a15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648750 Commit-Queue: Alberto Herrera <ahrfgb@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#669089}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9cea40ce..5db6ccdb Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Idff8bd5683f467104e6476c26c78052e5d587ef2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658642Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#669088}
-
Anastasia Helfinstein authored
TBR=katie@chromium.org Change-Id: I5b3a16ce61173c66d251fa356bb95524e25827d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659675Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#669087}
-
Daniel Libby authored
The original change to enable scrollbar latency for the composited scrollbars incorrectly used an existing member to try and determine whether a GestureScrollUpdate was the first one in an injected sequence or not. is_first_gesture_scroll_update_ was incorrect because it is only updated when input is actually dispatched to InputHandlerProxy, and the flag is cleared for all GSUs before the location where it was being read. This bug was missed because of incorrect tests. The VerifyRecordedSamplesForHistogram method doesn't actually assert or expect anything - the return value must be inspected. As part of fixing up the tests, I made a few other changes to get them passing consistently across all platforms: - turn on main thread scrollbar injection feature (in case it's ever turned off we don't want the tests to start failing) - enable mock scrollbars - disable smooth scrolling - don't run scrollbar tests on Android The composited scrollbar button test is disabled due to a bug in how the mock theme reports its button sizes, which throws off the region detection in ScrollbarLayerImplBase::IdentifyScrollbarPart (filed crbug.com/974063 for this issue). Change-Id: Ie1a762a5f6ecc264d22f0256db68f141fc76b950 Bug: 954007 Change-Id: Ib258e08e083e79da90ba2e4e4216e4879cf00cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652741 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#669086}
-
Takuto Ikuta authored
This allows to use VMs with SSD in builderless pool only for builders we want to use ssd. Bug: 956776 Change-Id: I19e4612c3485c75243ec7291d94c490bf24b13b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654757Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
smut <smut@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#669085}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/88596beab317..853ebacf99a4 git log 88596beab317..853ebacf99a4 --date=short --no-merges --format='%ad %ae %s' 2019-06-14 ynovikov@chromium.org Suppress Mac 10.13.6 Intel OpenGL dEQP failures 2019-06-13 dongja@google.com Vulkan: implement primitive restart 2019-06-13 syoussefi@chromium.org Vulkan: Output render pass loadOp in graph dump Created with: gclient setdep -r src/third_party/angle@853ebacf99a4 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jmadill@google.com Change-Id: Iebac2a1a174e5422458d0c06460c6722de8a34c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658647Reviewed-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@{#669084}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c8c1ab9dcdb1..f457ae77aa76 Created with: gclient setdep -r src-internal@f457ae77aa76 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=mmentovai@google.com,aboxhall@google.com,mstensho@google.com,oksamyt@google.com Change-Id: I7ef49fc5f4f4f52dafdbafe35b9ffb1196339783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658646Reviewed-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@{#669083}
-
Chris Harrelson authored
This removes also one of the four callsites of FindHostChildBySlotName, which is a slow method. Bug: 971930 Change-Id: I48cc5c29786277b320cdb17094bab5ada8402e4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653350Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#669082}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 038a01f1. With Chromium commits locally applied on WPT: 9e3affdd "Ship `referer` header length limitation." 723f9a78 "Prevent leaking Sec-CH-/Sec-Fetch- Request Headers on HTTPS Downgrade Redirects." 8bbed8ff "Reland tests from "Change ICE connection state on transceiver changes"" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: eae@chromium.org, szager@chromium.org: external/wpt/intersection-observer foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools guidou@chromium.org, armax@chromium.org: external/wpt/mediacapture-streams NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: Iaf8eac655a69d8d48bc3a4a6cbd92bc5a154fb5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659632Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#669081}
-
Xida Chen authored
Right now the CSSPaintAPIArguments is not enabled by default yet. When it is disabled, the |parsed_input_arguments_| in the CSSPaintValue will be nullptr, and BuildInputArgumentValues should not happen. Bug: 946519 Change-Id: I9f58d7565bfe715bbe6f760a55c830b6c9d064b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653414Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#669080}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/38c7d9e30add..1e83e141f541 git log 38c7d9e30add..1e83e141f541 --date=short --no-merges --format='%ad %ae %s' 2019-06-13 saklein@chromium.org ExtractBuildDepsGraph: Don't enter chroot manually. 2019-06-13 saklein@chromium.org PrepareBinhostUploads: Finish updating package index before deduplication Created with: gclient setdep -r src/third_party/chromite@1e83e141f541 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: Iacadf5fdc60b48dc42761c78a853f08d4afc7571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659640Reviewed-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@{#669079}
-
Caleb Raitto authored
LSAN doesn't currently support Windows [1]. This fixes win-asan trybot breakage caused by https://crrev.com/c/1590404. [1] https://github.com/google/sanitizers/wiki/AddressSanitizerWindowsPort#lsan Cq-Include-Trybots: luci.chromium.try:win-asan Change-Id: I62e5ee13bb0d83a414e4a0456e9ffa27129ae28d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658436 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#669078}
-
Mandy Chen authored
Change string concatenation to be a complete string: "1 x 1 pixels (intrinsic: 1 x 1 pixels)". This is because not all languages use space before left bracket and use the English left bracket. Bug: 941561 Change-Id: I762fc0f743010da461e3108d41f2b17c8247b6e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1657037Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#669077}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/ce4e27f24632..92eba93b33c8 git log ce4e27f24632..92eba93b33c8 --date=short --no-merges --format='%ad %ae %s' 2019-06-13 asweintraub@google.com Fix 12 ClangTidy - Readability findings in //pdfium/HEAD/. 2019-06-13 asweintraub@google.com Fix declaration/definition parameter name mismatches. Created with: gclient setdep -r src/third_party/pdfium@92eba93b33c8 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=pdfium-deps-rolls@chromium.org Change-Id: I648cbda750fe09b4e9b66e2df9373861d493367e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1659668Reviewed-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@{#669076}
-
Robert Flack authored
Running LayerTreeHost::AnimateLayers from the main thread is necessary in order for the main thread KeyframeModels to progress from WAITING_FOR_TARGET_AVAILABILITY to STARTING. Failing to advance to this state results in the cc KeyframeModels never being removed as the animation is still considered current and needing to affect the pending tree. Bug: 762717,962346 Change-Id: Ia559c0a7e3c73e12cc883e64fb4adb284a924418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1256422 Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#669075}
-