- 16 Mar, 2018 40 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fb62afe6..c2973ea1 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;luci.chromium.try: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: I78779886eea0f5c848f1628fea4923a9bf13e328 Reviewed-on: https://chromium-review.googlesource.com/965631Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543619}
-
lgcheng authored
Previously ArcUsbHostManager is only created in browser_test. After landing glue cls on both Chrome side and Android side, this cl creates ArcUsbHostManager in normal flow and enables basic ArcUsbHost support. Note the feature is still behind a flag. Bug: 776476 Bug: b:24572867 Change-Id: I3747e23b7ed7749d6d076b413c858e157f8e4456 Reviewed-on: https://chromium-review.googlesource.com/964791Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#543618}
-
Rakina Zata Amni authored
We are refactoring find-in-page related methods out of WebLocalFrameImpl.cpp into WebLocalFrameImplFindInPage.cpp WebLocalFrameImplFindInPage.cpp implements WebLocalFrameImpl.h, but only contains the find-in-page related functions for easier maintanability. Refactor plan doc: https://docs.google.com/document/d/1JQWkQbTpYuxNHseAPbOq4rwtS7eFUISymstxDolQ504/edit?usp=sharing Related: Find-in-page S13n/changing legacy IPC to Mojo: Design doc: https://goo.gl/JenyGm Find-in-page Web API to allow suppressing showing Find Bar: https://github.com/rakina/find-in-page-api Bug: 819919 Change-Id: If8e25262245d3117e67b2a93c1bd1b527d457541 Reviewed-on: https://chromium-review.googlesource.com/956648 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543617}
-
Christopher Lam authored
Polymer2 does not support HTML element extensions, so all such elements need to be converted to wrappers. Based on https://chromium-review.googlesource.com/c/chromium/src/+/944163. Bug: 818279 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie4bd5b2ff7d6339fb32982b0fc25103eb10f8965 Reviewed-on: https://chromium-review.googlesource.com/951667 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#543616}
-
jkereliuk authored
This is an implementation of the minimize window endpoint It uses the Browser.setWindowBounds protocol method spec: https://w3c.github.io/webdriver/webdriver-spec.html#minimize-window Bug: chromedriver:1940 Change-Id: If5e3394b02f107a254d6be8d8b94a1a7f23b97c7 Reviewed-on: https://chromium-review.googlesource.com/964734Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Jonathon Kereliuk <kereliuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#543615}
-
Amirhossein Simjour authored
The width of the DropdownPopupWindow is updated to match its AnchoredView. Moreover, the DropdownPopupWindow will be aligned to the center of the AnchoredView. BUG=820886 Change-Id: Ia82bd5a78c1e2ab4f1e68aecfa38fa219751de36 Reviewed-on: https://chromium-review.googlesource.com/960568Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#543614}
-
David Trainor authored
This reverts commit 43a4f5d0. Reason for revert: Looks like the changes to thread_profiler broke some Android tests? (ToastHWATest): https://ci.chromium.org/buildbot/chromium.android/Lollipop%20Phone%20Tester/19475 [FATAL:thread_profiler.cc(154)] Check failed: metrics::CallStackProfileParams::BROWSER_PROCESS != GetProcess() (1 vs. 1) Reverting. Sorry! Original change's description: > Sampling profiler: disable GPU main thread profiling on OS X > > Disabling pending a resolution to crashes observed in the associated > bug. > > This change also removes the unused > GetSamplingParamsForCurrentProcess function and adapts > IsProfilerEnabledForCurrentProcess to operate on the current process > and specified thread. > > The call to IsProfilerEnabledForCurrentProcess is also removed > from SetServiceManagerConnectorForChildProcess since that function is > only invoked in processes supporting the profiler. > > Bug: 774682 > Change-Id: Ibbc6f1bd9348ba09a3ee4db2e1595411617f1ccd > Reviewed-on: https://chromium-review.googlesource.com/962937 > Commit-Queue: Mike Wittman <wittman@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Leonard Grey <lgrey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543520} TBR=sky@chromium.org,wittman@chromium.org,lgrey@chromium.org Change-Id: I2ecac49a6e14de7f620dc0096ce229f25057c810 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 774682 Reviewed-on: https://chromium-review.googlesource.com/965821Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#543613}
-
Filip Gorski authored
Rolls Feed library forward. Monochrome.apk_Dex +2 entries fields +4 entries methods +1,381 bytes normalized apk size +276 bytes main dex size +1,105 bytes APK size Monochrome.apk_Uncompressed (+276 bytes) They don't come from the library, but from dummy/core split in UI. Change-Id: Ide42ce9df1ca367ab0bc38ed893c9e34aaad8505 Reviewed-on: https://chromium-review.googlesource.com/965263Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#543612}
-
Tsuyoshi Horo authored
After this cl, "application/signed-exchange;v=b0" will be used for SignedHTTPExchange. Bug: 803774 Change-Id: I07e6218f07fb6917b1617ea208dcc7da31f13edf Reviewed-on: https://chromium-review.googlesource.com/964024Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#543611}
-
https://chromium.googlesource.com/angle/angle.git/+log/44a73fcfbe2d..d4bd963ff824 $ git log 44a73fcfb..d4bd963ff --date=short --no-merges --format='%ad %ae %s' 2018-03-08 oetuaho Don't use TIntermSymbol nodes for function parameters Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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.android:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Idb792560d2b8be4d0acd088d1509756a5d3b8b0f Reviewed-on: https://chromium-review.googlesource.com/965421Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543610}
-
Daniele Castagna authored
Changes the use of Bind and Closure to BindOnce and OnceClosure in GpuMemoryBufferVideoFramePool. It additionally introduces a trampoline in MailboxHoldersReleased so that if the callback is called on media_thread it can skip going trough the message loop. Previous the callback would be bound to the media_thread loop. Two DCHECKs have also be added to check thread expectations. Change-Id: Ie704f6f6bdc4b7d9b8dd0f5ffec4675cd060d5e2 Reviewed-on: https://chromium-review.googlesource.com/959382 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#543609}
-
Andrew Grieve authored
This will help to reduce the main dex size of debug apks. TBR=agrieve # ComponentsBrowserTestApplication same as ContentBrowserTestsApplication Bug: 820570 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;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: Ie380d22faa10d2a9b4527574859770f39800af71 Reviewed-on: https://chromium-review.googlesource.com/962874Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Siddhartha S <ssid@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#543608}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=anantha@chromium.org Change-Id: I0407f077cb1fe8a0e07370283da5206ae83f7fa2 Reviewed-on: https://chromium-review.googlesource.com/965638Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#543607}
-
Kent Tamura authored
Approved intent-to-ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/S3naD9vIcM4/7tKyfvi0AgAJ Bug: 648828 Change-Id: Ia4e1d43170f2f298f1e55bad6bc4173556cd2ca9 Reviewed-on: https://chromium-review.googlesource.com/965641Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543606}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/680bcf5..a124f04 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I8dc42fe5c66471c75b51a2d4fadf1e9796bb125f Reviewed-on: https://chromium-review.googlesource.com/955929 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#543605}
-
https://chromium.googlesource.com/native_client/src/native_client.git/+log/d52121fcfeda..303fc9961cb4 $ git log d52121fcf..303fc9961 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 andybons x86-64 Linux: don't update segment registers using the sig_ctx Created with: roll-dep src/native_client The AutoRoll server is located here: https://nacl-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=mseaborn@chromium.org Change-Id: Id09d4b2083540bfd66f144a5fd393f7ed5dd1f70 Reviewed-on: https://chromium-review.googlesource.com/965258Reviewed-by:
nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543604}
-
Tom Anderson authored
During the transition to using our own fonts, we want to make sure we don't accidentally add new tests that rely on msttcorefonts we've already made efforts to remove. This CL adds a whitelist for the msttcorefonts we currently rely on. The list should only shrink over time. BUG=787020 R=thestig CC=drott Change-Id: I925600cd41f31a5a65941b48fc4456fb64a1f855 Reviewed-on: https://chromium-review.googlesource.com/965248 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#543603}
-
Trent Apted authored
Bug: 801583 Change-Id: I59fbadf92ad7a30b0114370e305e938fe8e00b98 Reviewed-on: https://chromium-review.googlesource.com/958900 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#543602}
-
John Chen authored
Disable Python test ChromeDriverTest.testTouchScrollElement, which is failing with Android Webview. TBR=kereliuk@chromium.org Bug: chromedriver:2332 Change-Id: Ifd52eafc21f1f929168e6b53c4d5ce8cd9fa1e6d Reviewed-on: https://chromium-review.googlesource.com/965624Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#543601}
-
Jungshik Shin authored
U+04FB (ӻ) to f U+050F (ԏ) to t U+050B (ԋ) and U+0527 (ԧ) to h U+0437(з) and U+04E1(ӡ) to 3 Add tests for the above entries and tests for ASCII-digit spoofing. Bug: 816769,820068 Test: components_unittests --gtest_filter=*IDN* Change-Id: I6cd0a7e97cd0ec2df522ce30f632acfd7b78eee2 Reviewed-on: https://chromium-review.googlesource.com/962875Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#543600}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f585291b..fb62afe6 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;luci.chromium.try: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: I8d38f2eb3a5ae31bf71b9fec3ef6b0fadc59b5ed Reviewed-on: https://chromium-review.googlesource.com/964946Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543599}
-
Caleb Rouleau authored
See issue 822473. I'm just following instructions. TBR=kylechar@chromium.org Bug: 822473 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If3e84296be13d52bbe3a08b7f744bc785f629142 Reviewed-on: https://chromium-review.googlesource.com/965402 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#543598}
-
wutao authored
This cl converts trilinear filtering switch to base::Feature which is enabled by default. Bug: 820324 Test: AboutFlagsHistogramTest and the feature works properly. Change-Id: Ia75b55906bab99fe06dba72890281a462d4827bf Reviewed-on: https://chromium-review.googlesource.com/956892 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#543597}
-
Zhiling Huang authored
Bug: 790142 Change-Id: Ie3b107fdce1fb13972f14049fd1fd5eaba1bb18d Reviewed-on: https://chromium-review.googlesource.com/965459Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#543596}
-
Zhiling Huang authored
Bug: 790142 Change-Id: I10fb8eb8f9e219686b2254a48486d7f20c1e9c75 Reviewed-on: https://chromium-review.googlesource.com/965581Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#543595}
-
https://webrtc.googlesource.com/src.git/+log/24c220c178f9..8870f553f3d0 $ git log 24c220c17..8870f553f --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None 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: I89231761e5871122cf1d523ed47fcb596cf3c55c Reviewed-on: https://chromium-review.googlesource.com/965450 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543594}
-
Andrew Grieve authored
Shaves off about 10000 methods. Bug: 820570 Change-Id: I4c35e704f76e0b1e62756adaf2cbfdf2945adea3 Reviewed-on: https://chromium-review.googlesource.com/963281 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#543593}
-
Jennifer Apacible authored
Organizational change. No functional change. Change-Id: Ia67b5ec8ce496562054211930916c6525e00cf45 Reviewed-on: https://chromium-review.googlesource.com/959341Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#543592}
-
Adam Parker authored
Launch bug: crbug.com/721802 Finch config: cl/187885128, cl/189269157 Change-Id: I47a5c66de97b312ed5931ec83f94a2c62f8d850d Reviewed-on: https://chromium-review.googlesource.com/965388Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Adam Parker <amp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543591}
-
Nate Fischer authored
No change to behavior, this removes no-longer used code paths. The android_webview/ code only existed to support the old code path. This removes BrowserSideNavigationPolicy now that isBrowserSideNavigationEnabled() is guaranteed to return true. Bug: 822124 Test: N/A Change-Id: I8d1fb406f572b1fefaac70853140dad64bc5883f Reviewed-on: https://chromium-review.googlesource.com/963649Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#543590}
-
David Tseng authored
- when firing an active descendant change event on a content editable, we were serializing line breaks which took approximately ~600MS. The line break calculation was not only slow, but wrong (got stuck and put repeated new lines at the same offset). Unfortunately, <textarea> still needs line break information, so keeping for the !richlyEditable but editable case. - Sheets sends empty strings through the ChromeVox Classic speak api. This should never be allowed. It causes ChromeVox output to be flushed and stopped. - value changes get fired on root web area. Root web areas usually have '' as their values. This also caused output to be prematurely cut off. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ide73784a23db7bc92aef51de917801dab439dbba Reviewed-on: https://chromium-review.googlesource.com/964781Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#543589}
-
Pedro Amaral authored
Removing velocity metrics for opening the sheet since Chrome Home is deprecated. Bug: 814528 Change-Id: I45b173844f1efdbbbe6380c8f928dbe502a0840b Reviewed-on: https://chromium-review.googlesource.com/964988Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543588}
-
James Cook authored
In chromeos-specific code that bans ash via !ash, make sure there is a comment explaining why and a +ash/public. Bug: none Change-Id: I5ab13065090aead649fff6e54ebde95b30053d01 Reviewed-on: https://chromium-review.googlesource.com/965027Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#543587}
-
Hiroki Nakagawa authored
Bug: n/a Change-Id: If3267b58e12f9ad945f714f53d8deb189d96abab Reviewed-on: https://chromium-review.googlesource.com/964111Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#543586}
-
Ryan Tseng authored
Bug: 731434, 731552, 790138, 790140 Change-Id: Id529fbfc7e0224c1887e70da734d67d857402b7d Reviewed-on: https://chromium-review.googlesource.com/964625Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Ryan Tseng <hinoka@chromium.org> Cr-Commit-Position: refs/heads/master@{#543585}
-
Tien-Ren Chen authored
The caller of PaintLayerClipper expects the returned clip rect to be in the scrolled space of LayoutView, while the computed clip rect for a fixed-pos layer is in the unscrolled space prior to compensation. The fixed-pos compensation has been done for non-RLS mode, this CL adds the RLS counterpart. BUG=821279 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I48a92d0614d97c745fe66b1265dce0613514ffc4 Reviewed-on: https://chromium-review.googlesource.com/961643Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#543584}
-
Stephen Martinis authored
Found another place this needed to change Bug: 818832 Change-Id: I110c53c197804ed130ca82539d8ba54a3c1baf81 Reviewed-on: https://chromium-review.googlesource.com/965449Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#543583}
-
John Z Wu authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5a0254977d3bcfeb6256adaab7d4b8dbb8bace04 Reviewed-on: https://chromium-review.googlesource.com/965262Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#543582}
-
https://chromium.googlesource.com/catapult.git/+log/36d08eec1a07..cd370cc841d0 $ git log 36d08eec1..cd370cc84 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 dtu [pinpoint] Remove old alias to JobState. 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. TBR=sullivan@chromium.org Change-Id: I51326e4fb7aa1cfa989dbfd8798ae17c69b46513 Reviewed-on: https://chromium-review.googlesource.com/965424Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543581}
-
Doug Turner authored
In a follow up to bug 821653, we should never let this throttle work if there is a null blacklist service. Bug: 821653 Change-Id: Iaed8ba2d222e4e8a11727befee9d4c0f3ad3d9ac Reviewed-on: https://chromium-review.googlesource.com/963385 Commit-Queue: Doug Turner <dougt@chromium.org> Reviewed-by:
Doug Turner <dougt@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#543580}
-