- 31 Oct, 2017 40 commits
-
-
depot-tools-roller@chromium.org authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7d1c484ecd93..ab816ce8ff61 $ git log 7d1c484ec..ab816ce8f --date=short --no-merges --format='%ad %ae %s' 2017-10-31 hichris123 Fix depot_tools errors that cause runhooks to be inoperable for Cygwin Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-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. TBR=phajdan.jr@chromium.org Change-Id: I80e34e8fc33e2b6b1f6e16c6f79d07d89b5729b6 Reviewed-on: https://chromium-review.googlesource.com/747687Reviewed-by:
depot-tools-roller . <depot-tools-roller@chromium.org> Commit-Queue: depot-tools-roller . <depot-tools-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512960}
-
Lukasz Anforowicz authored
Since --isolate-extensions has shipped in M56, we should be able to enforce stricter CanCommitURL checks and disallow extension frames from committing outside of an extension process. This CL tightens the checks done by ChromeContentBrowserClientExtensionsPart::CanCommitURL so that extension URLs are only allowed to commit in an extension process. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I2c83659c5eba1a1a45c94876e1b254c52175f7b9 Bug: 770239 Reviewed-on: https://chromium-review.googlesource.com/683312Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#512959}
-
Christopher Cameron authored
Make ICCProfile store the primaries and transfer function that it read or computed directly, rather than storing a ColorSpace object. Construct the ColorSpace object when requested, rather than storing it. Store an approximate (or guessed) primary matrix and transfer function for ICC_BASED ColorSpace objects. When computing the parametric approximation of an ICC_BASED ColorSpace object, use these values directly, rather than having to look them up from original ICCProfile. Bug: 766736 Change-Id: I21d6dfaa38706f814f6c9dd54517806e99366113 Reviewed-on: https://chromium-review.googlesource.com/745311Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#512958}
-
Etienne Bergeron authored
This CL is adding a ExportParam flags to turn on/off stripping strings from memory dumps automatically uploaded by memlog. R=erikchen@chromium.org Bug: 778309 Change-Id: I0074d4158f88dd3fd34474b10c432e76e23f30ad Reviewed-on: https://chromium-review.googlesource.com/742286Reviewed-by:
Primiano Tucci <primiano@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#512957}
-
Xiaocheng Hu authored
This patch changes three APIs to take Position parameters to better support mapping non-text anchored positions to LayoutNG canonical text: - IsBeforeNonCollapsedCharacter - IsAfterNonCollapsedCharacter - GetCharacterBefore By changing the API, we are also allowed to consolidate some overridden functions in LayoutTextFragment. Bug: 699017 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ied30ef2e26f74342b68e8b27b385436aa7afc33e Reviewed-on: https://chromium-review.googlesource.com/742689 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#512956}
-
dpapad authored
Also remove dependency on iron-list since it is not actually used. This reduces crisper.js output by 16% (from 173kb to 145kb)! Bug: 764126 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iab7e53b4e67e06f5ab54693e0c7b9df5ec0f677a Reviewed-on: https://chromium-review.googlesource.com/747127Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#512955}
-
Raymond Toy authored
Everything related to creating a WAV file from an AudioBuffer is moved from audit-util.js to a new file. Every test depending on these utilities now needs to import this script. No functional changes. Bug: 776110 Change-Id: Ib3d4ddd4bc3fe5e743dd5c3f7b758b6f57940e7d Reviewed-on: https://chromium-review.googlesource.com/726947Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#512954}
-
Tarun Bansal authored
since the experiment is now enabled by default Bug: 672334 Change-Id: I900bba6e31a6bdb2d2251e3758a1bba6b6c659b6 Reviewed-on: https://chromium-review.googlesource.com/747561Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#512953}
-
Charles Harrison authored
It served no purpose, except to copy bytes around. Bug: 779914 Change-Id: I45d2bcee9c1efba6fb843bde365a094c10142ae1 Reviewed-on: https://chromium-review.googlesource.com/745843Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#512952}
-
Mohamad Ahmadi authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I706b0cfed86e8a8bed4244f44d888b55ae117bb7 Reviewed-on: https://chromium-review.googlesource.com/745831Reviewed-by:
Marc-Antoine Courteau <macourteau@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512951}
-
Ahmed Fakhry authored
- Applies the matrix if valid, or defaults to a single row horizontal layout matrix if the matrix is invalid (the original behavior). - Adjusts the mouse warps and root window transforms. - Adds test coverage. BUG=752767 TEST=Covered by tests: - display_unittests --gtest_filter=UnifiedDesktopLayoutTests.* - ash_unittests --gtest_filter=DisplayManagerTest.Unified* - ash_unittests --gtest_filter=UnifiedMouseWarpControllerTest.* - ash_unittests --gtest_filter=ScreenUtilTest.* Change-Id: I074798ab9c3d17ba79209e2388d18c45d4b6b604 Reviewed-on: https://chromium-review.googlesource.com/683094 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#512950}
-
Patrick Monette authored
Bug: 717696 Change-Id: I52e1390d9b726a755a9a8057571bc90a853577de Reviewed-on: https://chromium-review.googlesource.com/736221Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#512949}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/540ab10e..32a6cc20 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: Ie5b6a8fc6c6b04ce3cdc5a97498e9ad8b39f6061 Reviewed-on: https://chromium-review.googlesource.com/747563Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512948}
-
Chris Blume authored
Sometimes, an Android device is meant to behave like a desktop. For example, when an external monitor and mouse are connected. When this happens, things like a right mouse click should show a context menu positioned at the click location (rather than showing a long-press modal dialog). BUG=687787 Change-Id: I8d42d248f69ee3e52b65ce93c5c2a5ce58786be4 Reviewed-on: https://chromium-review.googlesource.com/731509 Commit-Queue: Chris Blume <cblume@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#512947}
-
Fernando Serboncini authored
Bug: Change-Id: I114937245d63413fa343446898176a766978e99c Reviewed-on: https://chromium-review.googlesource.com/747524Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#512946}
-
Robert Ma authored
Also add open_text_tempfile() to FileSystem and its mock. Bug: 780055 Change-Id: Ib6083639ab3774b468d6b6dc1cb41d818a1b0651 Reviewed-on: https://chromium-review.googlesource.com/747522Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#512945}
-
Robert Phillips authored
Bug: 774090, 769898, 769760 Change-Id: Id6ddfa82a2c16da476b2caaa93d5d3cd99aaedc8 Reviewed-on: https://chromium-review.googlesource.com/744683 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#512944}
-
Antoine Labour authored
This avoids doing costly string processing to manage the client extension string. Speeds up gpu fuzzer by about 20-25% in steady state. Bug: None 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: Id27f6924649982f6d0e2eb3b7bad0f123d2c331d Reviewed-on: https://chromium-review.googlesource.com/747088Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512943}
-
Scott Kirkwood authored
Bug: 778790 Change-Id: Ia3a7cc1d6be3f22e963a6fc3446b0d14a8c7bd4d Reviewed-on: https://chromium-review.googlesource.com/742288Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Scott Kirkwood <scottkirkwood@chromium.org> Cr-Commit-Position: refs/heads/master@{#512942}
-
Elly Fong-Jones authored
Bug: 778929 Change-Id: I2bde041735eb48f69ead8230e785d37be2505cd8 Reviewed-on: https://chromium-review.googlesource.com/746527Reviewed-by:
Brett Wilson <brettw@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#512941}
-
Miriam Gershenson authored
The original version of this DCHECK missed a case. It's possible for SetDnsClient() to run after NetworkChangeNotifier::SetInitialDnsConfig() but before the task it posts to DNSObservers. When that happens, DnsClient will already have a valid DnsConfig by the time UpdateDNSConfig() runs. NetworkChangeNotifier's DNSConfig can't have changed again since then because there are too many PostTasks in the way. Bug: 779144 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9acafc463b9ee9dbcc7c7c08da32d1d86901f105 Reviewed-on: https://chromium-review.googlesource.com/747503Reviewed-by:
Julia Tuttle <juliatuttle@chromium.org> Commit-Queue: Miriam Gershenson <mgersh@chromium.org> Cr-Commit-Position: refs/heads/master@{#512940}
-
Eugene But authored
Ignoring the result of WaitUntilConditionOrTimeout call is incorrect in many cases. So WaitUntilConditionOrTimeout will have WARN_UNUSED_RESULT annotation to force callers to do the checks. This CL prepares ios/web for WaitUntilConditionOrTimeout changes. Bug: 780062 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Id6dbc3f21da5c3c4c907eca5009964dfc67ab510 Reviewed-on: https://chromium-review.googlesource.com/747066Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#512939}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/764d38bb9584..14715602e04a $ git log 764d38bb9..14715602e --date=short --no-merges --format='%ad %ae %s' 2017-10-31 ashleymarie Change time check to be within one second to avoid rounding flakiness Created with: roll-dep src/third_party/catapult BUG=779966 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: I970d572d3e168119fce4fb2c9ead0e279ff286ba Reviewed-on: https://chromium-review.googlesource.com/747631 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512938}
-
Adam Langley authored
I think update_policies.py broke after https://chromium-review.googlesource.com/657402, which changed the contents of a group's policy list to be a list of strings, rather than a list of policies. Change-Id: I2f1e8ff415ebadf8c2dd44bcb476a0cce7600cf6 Bug: None Reviewed-on: https://chromium-review.googlesource.com/747634Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#512937}
-
Pavel Feldman authored
Bug: Change-Id: I7acc2283c1fac5bc57f6b1bc9c4e2ec823453c3e TBR: for API change upstream Reviewed-on: https://chromium-review.googlesource.com/745301 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#512936}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/367e7de07ec3..994f20cfb76f $ git log 367e7de07..994f20cfb --date=short --no-merges --format='%ad %ae %s' 2017-10-31 rharrison Fix FPE in XFACodecFuzzer Created with: roll-dep src/third_party/pdfium BUG=779890 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: I7251493ee6a526208e78332dc5bb48a60e23b377 Reviewed-on: https://chromium-review.googlesource.com/747124 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512935}
-
Jun Cai authored
This CL moves some crashed tests to failed tests to better categorize them. TBR=yzshen@chromium.org Bug: 769401 Change-Id: I35a54b8a82855fe227365f6b586678d80943a0e3 Reviewed-on: https://chromium-review.googlesource.com/747624Reviewed-by:
Jun Cai <juncai@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#512934}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/367e7de07ec3..994f20cfb76f $ git log 367e7de07..994f20cfb --date=short --no-merges --format='%ad %ae %s' 2017-10-31 rharrison Fix FPE in XFACodecFuzzer Created with: roll-dep src/third_party/pdfium BUG=779890 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: I5776e3e86fe580904b02f4fe2da25b55652e1899 Reviewed-on: https://chromium-review.googlesource.com/747122 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512933}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/367e7de07ec3..994f20cfb76f $ git log 367e7de07..994f20cfb --date=short --no-merges --format='%ad %ae %s' 2017-10-31 rharrison Fix FPE in XFACodecFuzzer Created with: roll-dep src/third_party/pdfium BUG=779890 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: I4aedc805b8c500ba8a91cfe689f395bea53233d6 Reviewed-on: https://chromium-review.googlesource.com/747484 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512932}
-
Marijn Kruisselbrink authored
Bug: 780126 Change-Id: I22a0ca4cc6d856cb30cdc767d5135c21ccb4da90 Reviewed-on: https://chromium-review.googlesource.com/747123 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#512931}
-
Xiaocheng Hu authored
This patch changes the API to take Position parameter to better support mapping non-text anchored positions to LayoutNG canonical text. Bug: 699017 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I450ce5a7b27e246862df3ed6e94d09eba765884c Reviewed-on: https://chromium-review.googlesource.com/742148Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#512930}
-
Sadrul Habib Chowdhury authored
Make sure to invalidate the fence if context was lost, so that it doesn't attempt to make gl calls during tear down. BUG=777594 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: I0722193e020fe01483d55e17d640a99061cdb7ea Reviewed-on: https://chromium-review.googlesource.com/747381 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512929}
-
Bo Liu authored
Change-Id: Iab66d40beb60e9d232d977916ae69a56d35f65b8 Reviewed-on: https://chromium-review.googlesource.com/747274 Commit-Queue: Bo <boliu@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#512928}
-
Justin Donnelly authored
Follow-on to https://crrev.com/c/746601 which seems to have gotten the dbg condition backwards. TBR=lazyboy@chromium.org Bug: 779973 Change-Id: Ifd36b0644bbd209e901841b63c78403ee4631685 Reviewed-on: https://chromium-review.googlesource.com/747627Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#512927}
-
Alexei Filippov authored
Change-Id: Id1f0c6d43b9bb69a446388cd8ad176ced3a40221 Bug: Reviewed-on: https://chromium-review.googlesource.com/737062 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#512926}
-
chrome://net-internals/chrome://net-exportEric Roman authored
Bug: 779988 Change-Id: I79a8f22ac7f0eabf3efe2805ee7a19b9403b84fc Reviewed-on: https://chromium-review.googlesource.com/747078Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512925}
-
Reza.Zakerinasab authored
This change fixes the ASAN crash on clang-phone bot. TBR=junov@chromium.org Bug: 779533 Change-Id: Ia69bd71bb7845e87609550f0b6889445fa27eb60 Reviewed-on: https://chromium-review.googlesource.com/747564Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#512924}
-
Xiaocheng Hu authored
This patch changes the APIs to take Position parameters to better support mapping non-text anchored positions to LayoutNG canonical text. To better cope with the modified APIs, this patch also adds a helper method LayoutText::CaretOffsetForPosition() for converting Position back to caret offset. It also helps consolidating overrides of CaretMin/MaxOffset in LayoutTextFragment, by overriding CaretOffsetForPosition() instead. Bug: 699017 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Iff7e4e3388e70e8ee7d8412f7d62a829ebc9efb7 Reviewed-on: https://chromium-review.googlesource.com/740702Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#512923}
-
Matthew Jones authored
This change implements the first half of the velocity model for swipe suppression. Swipes with a high velocity will not cause the bottom sheet to open (max 0.2dp/ms). BUG=779615 Change-Id: If0c12e8ba87c6d4d8b8ee7c53e96acb553199692 Reviewed-on: https://chromium-review.googlesource.com/744585 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#512922}
-
Wez authored
This also removes the mojo_common_unittests filter, which was no longer required. Bug: 772031, 754029 Change-Id: Ia7e28b27319ade4762a4c803ee1c4697a0f7c1ef Reviewed-on: https://chromium-review.googlesource.com/744581 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#512921}
-