- 18 Mar, 2020 40 commits
-
-
Yuki Shiino authored
Introduce three types in platform/bindings/v8_binding.h. - IndexedPropertySetterResult - NamedPropertySetterResult - NamedPropertyDeleterResult (was: DeleteResult) Bug: 839389 Change-Id: I5c2f2bfba4463a8ac9a552bea3b3e004d38baa86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106046Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#751245}
-
nancy authored
This CL implements the change for the pause dialog and block dialog based on the new requirement: https://docs.google.com/presentation/d/1npuBQVumqdMLd82NlVLCVyaojKGIP-QX93AOxwcAK4g/edit?ts=5e6fa394#slide=id.g715badb10b_0_34 https://docs.google.com/presentation/d/1npuBQVumqdMLd82NlVLCVyaojKGIP-QX93AOxwcAK4g/edit?ts=5e6fa394#slide=id.g715badb10b_0_50 1. For Chrome browser, don't show the pause dialog when the user clicks the icon. The Chrome browser can still be launched, but show the pause page. 2. Modify the dialog format, to align with the uninstall dialog, including: a) Show window icon b) Add app name to window title c) Modify the label text Modify AppDialogView to show window icon for all app dialogs. Modify AppDialogView::InitializeView to keep consistency with the uninstall dialog. Modify the label text based on the new requirement. BUG=1061564 Change-Id: Ib753f228253fdf3615000ecbe88364615c19c209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104788Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#751244}
-
Sergey Ulanov authored
Now CastRunner creates a FilteredServiceDirectory to pass to the web Context. It then intercepts requests for AudioCapturer and redirects them to the agent. This is necessary to allow agents to process the microphone audio stream used by the app. Bug: 1059836 Change-Id: If46d70f294b43f831856b179bc382b8f48bf3644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095398 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751243}
-
Kent Tamura authored
LayoutObject::GetNode() can't be a ShadowRoot. This CL has no behavior changes. Change-Id: I0a29734abf4fbf388b4702038f051910cdd28956 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108262 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#751242}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1bf5f826..8dc55c95 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9d38c5b36327b1dc5b31a5820c31d0b2bb92c2ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107450Reviewed-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@{#751241}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: Id51dc7dfde5a4710076d3b9f5ae9a467519af1c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108002Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#751240}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 1052232 Change-Id: Ib6e3b3522b405f75cdd3164c4117155198837279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106979 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751239}
-
Elly Fong-Jones authored
On macOS, we use the system spelling & grammar correction panel; this panel needs to receive a final notification from the client (i.e. us) when there are no misspelled words left, so that the panel can update its state to reflect that. Otherwise, the panel keeps showing the last misspelling as though it was still a misspelling, even if it's been corrected. This changes the circumstances under which the UpdateSpellingUIWithMisspelledWord method can be called, but this method only has a non-empty implementation on macOS, so it should be safe to change the contract like this. Bug: 24011 Change-Id: I26de6f1617cc6801a2b8916a08d84e6e2cb811c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106484Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751238}
-
DongJun Kim authored
This Cl updates the calls to DeprecatedEqualIgnoringCase to use EqualIgnoringASCIICase as needed. Bug: 627682 Signed-off-by:
DongJun Kim <djmix.kim@samsung.com> Change-Id: I3382fbd2b77b7ae2d6e0812f48b6add384c78137 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108202 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751237}
-
DongJun Kim authored
This Cl updates the calls to DeprecatedEqualIgnoringCase to use EqualIgnoringASCIICase as needed. Bug: 627682 Signed-off-by:
DongJun Kim <djmix.kim@samsung.com> Change-Id: Ic6f1df7944e0b8ee59dca5cc5db994f763eee057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108204Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#751236}
-
Hiroshige Hayashizaki authored
Follow-up of: https://chromium-review.googlesource.com/c/chromium/src/+/2096165/ https://chromium-review.googlesource.com/c/chromium/src/+/2094493/ Bug: 829084, 972476 Change-Id: Ib5e33dde0254aaff0effc1cad290697e790e1dba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099686 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#751235}
-
Eriko Kurimoto authored
This CL adds WPTs to test subresource fetch from data: URL dedicated and shared workers with upgrade-insecure-request CSP. The manual change is only in upgrade-insecure-requests/spec.src.json. Others are automatically generated by generate.py. Bug: 989399 Change-Id: Iefb7764be8ce68b5aefb1ac83f253302050fe55e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102088 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#751234}
-
bttk authored
This includes NativeUmaRecorder#recordUserAction This does not include a complete implementation of CachingUmaRecorder#recordUserAction Bug: 1048429 Change-Id: I02fac4ef6a21dbfdd70508bb8a12d3ac7baf07a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073153 Commit-Queue: bttk <bttk@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Auto-Submit: bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#751233}
-
Hiroshige Hayashizaki authored
this CL suppresses generation of debug-only files in release target, to avoid unintended addition of such files into git repositories. Bug: 906850 Change-Id: I55dac746fb7f2690f50d8a40a8c97af51615db03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107337Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#751232}
-
Xiaohan Wang authored
PipelineTestRendererFactory is needed by remoting integration test which wraps the default renderer. Instead of PipelineTestRendererFactory and the subclasses, which are hard to read with implementation inheritance, this CL adds WrapRendererCB so remoting integration test can easily wrap the default renderer. This also fixes a bug I accidentally introduced previously that the |renderer_factory_| is actually not used by the pipeline. Instead, it uses CreateRenderer() directly which ignores the factory. Bug: 1062130 Change-Id: I0482922d65fe1727d68936988f04b1e72c048350 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106878 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#751231}
-
Yuki Shiino authored
Bug: 839389 Change-Id: Ibc2305de30f1dfdf7e37d01fe7adcdb6c19144c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107334Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#751230}
-
Hirokazu Honda authored
The ImageProcessor option in V4L2VEA is formerly both STORAGE_GPU_MEMORY_BUFFER and STORAGE_OWNED_MEMORY for output buffer storage type and both IMPORT and ALLOCATE for output mode. The v4l2 encoder driver should be able to consume GpuMemoryBuffer today, and all the existing ImageProcessor support GpuMemoryBuffer. Therefore, the option of STORAGE_OWNED_MEMORY and ALLOCATE is no longer needed. Bug: 1033799 Test: appr.tc on kukui Change-Id: I4274bba117cb16195e0a92c9448acc55cc353d88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104727 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#751229}
-
Samuel Huang authored
For BulkForkAndCall(), the first exception encountered can get re-raised. However, this bypasses code to clean |pool|. For the upcoming work to convert SuperSize to Python 3, this causes parallel_test.py: testBulkForkAndCall_exception() to hang, if another test is also run, and vpython3 (instead of python3) is used. This CL prevents the problem by ensuring that BulkForkAndCall() cleans up |pool| when an exception is raised. Also fix missing parameter to _ForkTestHelper() in testBulkForkAndCall_exception(). Bug: 1054018 Change-Id: I2942438130700fa7ccf804064ae317159c2aa895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107121Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#751228}
-
Mike Reed authored
Change-Id: Ib0cdcc31d2daf89f79f3c620aee472c8d3f38d08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107722 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#751227}
-
Hirokazu Honda authored
This is the similar fix to crrev.com/c/2096427. V4L2IP originally sets the area of coded size and offset. The byte_used can be less than the real used bytes in the case the coded size's width is less than stride. The correct value is GMB's plane size and offset. Bug: None Test: ip_test --gtest_filter=NV12* on kukui Test: appr.tc on kukui Change-Id: If9e22e60ddac32e056f080cf28b2800b4a9b5380 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102367Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#751226}
-
Hirokazu Honda authored
Bug: 1033799 Test: ip_test on kukui Test: appr.tc on kukui Change-Id: I9378d91c2bc97edb5a49aa54612d01923ab29177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102368Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#751225}
-
Mohsen Izadi authored
Scrolls can have different input modalities: Wheel, Touch, Autoscroll, and Scrollbar. This CL adds metrics for scroll events in the form of EventLatency.<event_type>.<input_modality>.TotalLatency. Bug: 1058162 Change-Id: I0cf063e6537215d89fcc46af912b294d6df21f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091602 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#751224}
-
Hirokazu Honda authored
The input VideoFrame of ImageProcessor on V4L2VEA is the one given by the VEA client. The input config of the ImageProcessor should be multi-planar layout so that ImageProcessor can deal with arbitrary offsets of the VideoFrame. Bug: 1033799 Test: appr.tc on kukui Change-Id: I43df37bb4c2dc9ab1221acd14d19d2413f2c4402 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102938 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#751223}
-
wutao authored
The StyledLabel calls two different ctors of Label based on the styled range, one with |custom_font| and the other one with |text_style|. The two ctors will create labels with different heights, which causes a misalignment between normal and bold texts. This cl adds an ash typography to support semi bold text style to emphasize a matched search string. Then the label in the styled range will call a same ctor of Label with |text_style| to eliminate the difference. Bug: 1061271 Test: New unittest Change-Id: I5b7415ef3b7bd06c5ad296fe9e5211ddd18685ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108061 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#751222}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I9134b9a8b8313901d256f1deab42c3f2f2ba76fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107906Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#751221}
-
John Smith authored
ShouldCustomDrawSystemTitlebar will never change during the runtime of the browser now so these checks are unnecessary. Bug: 953982 Change-Id: Icc9e8201a0e23fe0eab9cfe62d1a9d2a2290af88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108128Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#751220}
-
Manu Cornet authored
Change-Id: Ib5679894cee1646f1bebc4a079b81df7a72326df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107614Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#751219}
-
Joel Hockey authored
Terminal will not be on by default in M82. This CL is created to be merged in M82 beta, then TerminalSystemApp will be re-enabled on trunk in a followup CL. Bug: 1016190 Change-Id: I40f8f0e22d91b90b166703a92ef0652ff7099561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107051 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#751218}
-
Reilly Grant authored
This change removes the old serial enumeration code on Windows and always uses the new enumeration path while listening to window messages to discover when ports are added and removed from the system. This will allow us to keep the UI up-to-date in real time when the user plugs in a device and deliver connection events to web apps. Bug: 981483 Change-Id: I4126e370b02973458b5c2aac6a230244248b2320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099238 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#751217}
-
Charlene Yan authored
When adding a new tab, look at the current active tab to determine the group the new tab should belong in. Bug: 1061004 Change-Id: I45905ccb9d57c5293059c9dc10ae7ad539c9fcb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107421 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#751216}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 181c9ba9. With Chromium commits locally applied on WPT: acbe6d96 "Add timeouts for EventWatchers on CSS animation tests" 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 NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: Iaac3e211410bfe191066cc5ee28660c79e0d612d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106325Reviewed-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@{#751215}
-
S. Ganesh authored
* Added a new ICompleteStatus interface that is an aggregate object of integral and string types as a parameter to IUpdaterObserver::OnComplete(). * Added a logging switch to --server for debug builds. * Fixed an issue with WRL Module lifetime. Bug: 1053729,1062157 Change-Id: I89c5aa440a70058b9ad66c61f41da8cb18897f67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107832 Auto-Submit: S. Ganesh <ganesh@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#751214}
-
Jeff Yoon authored
As we migrate iOS bots to the Chromium recipe, we want the mb configurations defined under mb_config.pyl to have precedence over the previous JSON definitions. There are two checks that trigger the iOS search: 1) when the config doesn't exist, and 2) when the config is ios_error. These additions are to be removed once the migration is complete. Bug: 912681 Change-Id: Ieb04e98724460c2aba3bfd94d37b855f518ba7e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106562 Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#751213}
-
David Schinazi authored
Bug: 1061509 Change-Id: I097d6fd22524bb2e211c907037dd3e0dcd7fa191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106416 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#751212}
-
zhaoyangli authored
This is needed so that the try builder runs can pass ensure xcode recipe step. Bug: 943883 Change-Id: I331d53b4bdd8ab815871ef06944db475b3d5c930 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108064Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#751211}
-
Lan Wei authored
After we finish the scroll unification, the scrolls happens mainly on the compositor thread, and the scroll code in the main thread will be removed. eventSender sends the scroll events to main thread, so it would not work after the scroll unification. We should replace eventSender.continuousMouseScrollBy with gpuBenchmarking.smoothScrollBy in the wheel event tests. In the wheel event tests, there is a check for wheelDeltaX or wheelDeltaY, which has a multiplier factor of 3, which I think should change to kTickMultiplier/MouseWheelEvent::kWheelDelta, 120/53. Bug: 1047176 Change-Id: I534cbd25f2a9c84f6f5d891742438facdcda91ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084091 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#751210}
-
Omer Katz authored
Bug: 986235 Change-Id: Ide481dbd27b7a0531b8fe003c80d15126a405bf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105334 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#751209}
-
inglorion authored
LLVM D75713 changed llvm-objdump disassembly to display function names in angle brackets (e.g. "main" becomes "<main>"). This change modifies goma_link_tests.py to match. Reviewers: akhuang, gbiv, hans Change-Id: I2f601a85608561c741c2d4285f17d73b9983faa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106827Reviewed-by:
George Burgess <gbiv@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#751208}
-
Wanming Lin authored
Thanks to the new set_permission method on test_runner, this CL makes sure the sensor WPT tests with first granted permission and adds tests for sensor permission status. Change-Id: Id72e60f92043986c3fe3517faf0c79716a1f03c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104654Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Wanming Lin <wanming.lin@intel.com> Cr-Commit-Position: refs/heads/master@{#751207}
-
Omer Katz authored
When clearing removing elements from a vector, relevant slots are set to zero. This CL adds a method to atomically set the memory to zero byte by byte. Bug: 986235 Change-Id: I1e143498e85e1764c508e6ce82cb56e2a35c56fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105295 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#751206}
-