- 11 Dec, 2017 4 commits
-
-
Dominic Mazzoni authored
Adds support for AXEventGenerator in AutomationAXTreeWrapper, but to be very conservative and safe, only uses it to fire "load complete" events for now. Those events are really important and have both very broad test coverage already, and are also easy to verify in manual tests. In subsequent changes we'll switch over more and more events to come from AXEventGenerator. Bug: 699438 Change-Id: I30486c96689cc83dc24d8443b32dc4ee9069702b Reviewed-on: https://chromium-review.googlesource.com/797214 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#523035}
-
Charles Harrison authored
Bug: None Change-Id: I824dccf02a07a56d5f26f365e562d56d6640d05c Reviewed-on: https://chromium-review.googlesource.com/816654Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#523034}
-
Sam McNally authored
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I392aa805b7d62816624cd944113c2132832dcf09 Bug: 779444 Reviewed-on: https://chromium-review.googlesource.com/706883 Commit-Queue: Sam McNally <sammc@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#523033}
-
zhuoyu.qian authored
From discussion on chromium-dev, it was decided to remove 'chrome' namespace. BUG=289619 R=pkasting@chromium.org Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: Ib61db08cbd4bd14886bd1cd895dbb490e3fb0086 Reviewed-on: https://chromium-review.googlesource.com/778720Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#523032}
-
- 10 Dec, 2017 16 commits
-
-
Kenneth Russell authored
The following changes were made: - On "Android VR Tests": - Alphabetize step names by name, when test was identical. - Add a missing "merge" script from one step. - On a few bots, remove useless swarming parameters when "can_use_on_swarming_builders" was false. - Made telemetry_unittests run serially, as on other waterfalls. - Alphabetized step names on "Site Isolation Android". With these changes, this waterfall's JSON can be autogenerated with 100% fidelity. BUG=662541 TBR=dpranke@chromium.org, bpastene@chromium.org, jbudorick@chromium.org Change-Id: I9df67955cfe1ac61338c5cfef290e7231fc6dd0f Reviewed-on: https://chromium-review.googlesource.com/818741Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523031}
-
Hiroshige Hayashizaki authored
Bug: 788828 Change-Id: I5874bb6e4a283a3049a94c0f66292101dfa5cec7 Reviewed-on: https://chromium-review.googlesource.com/794514 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#523030}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f33ef156..14f3b83e 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: I85d589c9243124f01f81ac01a947be2d3a7694c9 Reviewed-on: https://chromium-review.googlesource.com/817387Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523029}
-
David Tseng authored
Test: alt+shift+s, search right/left to battery status. Verify no 'labeltext' in output. Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I24734e58a4835e60c26de2966e4133ce4c84b3b3 Reviewed-on: https://chromium-review.googlesource.com/815389Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#523028}
-
Alexei Svitkine authored
This way, we make the client behavior match the setup we have now, so that we can stop relying on server-side configs for UKM behavior going forward. BUG=793441 Change-Id: I14322821c69b30f8a8148d262f7e11f0c518a0f4 Reviewed-on: https://chromium-review.googlesource.com/817579Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#523027}
-
Reilly Grant authored
The "device:sensors" interfaces have been removed from the device service and replaced by the "device:generic_sensor" interface. Bug: 721427 Change-Id: I23164b54e09897c7bef3c6c57d37ac99b68acf06 Reviewed-on: https://chromium-review.googlesource.com/818488Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#523026}
-
Dirk Pranke authored
R=kbr@chromium.org, jbudorick@chromium.org BUG=662541 Change-Id: I4c308056fcb7a411edf6d6b5e50ac29f49fdc5a8 Reviewed-on: https://chromium-review.googlesource.com/818725 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523025}
-
Gaofeng Huang authored
~StreamMixer could be called before Start(). Bug: internal b/69562112 Test: on device Change-Id: I6376f6aebdc1c0f8ac8ad469e433be079b10ff98 Reviewed-on: https://chromium-review.googlesource.com/818735 Commit-Queue: Gaofeng Huang <gfhuang@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#523024}
-
Jungshik Shin authored
The run-time top domain list will not have test domains any more. Bug: 791254 Test: components_unittests --gtest_filter=*IDNToUni* Change-Id: I4636438301954c97a6479726e5af70d3a0b00ac8 Reviewed-on: https://chromium-review.googlesource.com/804693 Commit-Queue: Jungshik Shin <jshin@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#523023}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/65cf9fda..f33ef156 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: I8676771b7ccb60b00293de7e83ba57936c3fa9e3 Reviewed-on: https://chromium-review.googlesource.com/818748Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523022}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/c63ec5ca6407..c34676349da6 $ git log c63ec5ca6..c34676349 --date=short --no-merges --format='%ad %ae %s' 2017-12-10 update-skps Update SKP version Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.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.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 TBR=liyuqian@chromium.org Change-Id: Iacf439dfcc3524a2662c744d47f8695f6541259e Reviewed-on: https://chromium-review.googlesource.com/818734Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523021}
-
Xianzhu Wang authored
Code change in RarePaintData::ContentsProperties() and PaintLayerPainter:: NeedsToClip() also fix bugs of SPv1 by the way: - crbug.com/793272 (incorrect property hierarchy about InnerBordorRadiusClip) - a bug causing the revert CL: https://chromium-review.googlesource.com/c/chromium/src/+/817372 (not landed because this CL will fix the bug). Added a test case (compositing/overflow/border-radius-above-composited-subframe.html) for the bug. Bug: 790548,793272 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I514d9b1ae20fe7ebfe0c1712c67a9dae8b4a11d8 Reviewed-on: https://chromium-review.googlesource.com/798511 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523020}
-
Dominik Laskowski authored
Sub-surfaces can be positioned to the top/left of the root surface. However, the cc::RenderSurfaceImpl for a window's layer tree expects layers to be positioned in the window's local coordinate space, and clips content outside the layers' bounding box. If the host window layer has non-negative coordinates, the top/left edges of the bounding box correspond to those of the window frame, so content at negative coordinates is clipped. When the root surface is not the topmost/leftmost surface in the tree, this CL translates quads to non-negative coordinates, and translates the host window to negative coordinates. Bug: b:67384524 Test: No clipping for ARC clients using relative surface hierarchy. Change-Id: I0889387370f5fdb4e3c30849a40a6ff2b5e56c02 Reviewed-on: https://chromium-review.googlesource.com/816434 Commit-Queue: Dominik Laskowski <domlaskowski@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523019}
-
chrome-release-bot authored
TBR=anantha@chromium.org Change-Id: Ib647b78cb278e1aa890174615a22dd3ed1385103 Reviewed-on: https://chromium-review.googlesource.com/817337Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#523018}
-
Chong Zhang authored
This CL: 1.Adds reconnect logic to |StoragePartitionImpl::GetURLLoaderFactoryForBrowserProcess()| and |SystemNetworkContextManager::GetURLLoaderFactory()| to makes sure they return valid interface after crash. 2.Moved two common test APIs into "browser_test_utils.h". 3.Updated browser tests to run against restarted NetworkContext/URLLoaderFactory. Note: * More tests will be added for other NetworkContext providers (e.g. IOThread), |URLLoaderFactoryGetter|, as well as Renderer related stuff. Bug: 780956 Change-Id: I78cd400263e79f2ba2b6088e108a499ee87ae1c3 Reviewed-on: https://chromium-review.googlesource.com/769855 Commit-Queue: Chong Zhang <chongz@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#523017}
-
John Chen authored
Disable testSendTextToAlert for Chromium on Android. It is failing and blocking ChromeDriver 2.34 release. TBR=stgao@chromium.org Bug: chromedriver:2164 Change-Id: I64705dba6547c9ec66a52a60270b131d14df0e8d Reviewed-on: https://chromium-review.googlesource.com/818728Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523016}
-
- 09 Dec, 2017 20 commits
-
-
Ryan Sturm authored
Bug: 615565 Change-Id: I6dc6e12d59ef94d50e05c772527d88e145de885b Reviewed-on: https://chromium-review.googlesource.com/792111 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Jian Li <jianli@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#523015}
-
Michael Giuffrida authored
UKMs are not timestamped and are not guaranteed to arrive in the same order they were logged. This CL adds a SequenceId field to the TabMetrics event to provide a simple ordering -- the SequenceId field is just a counter that is incremented each time it is logged. Session Restore UKMs use a similar field for the same purpose. Bug: 793147 Change-Id: I06c486d44cc5e19583d3f7469c2ae68ec728cef6 Reviewed-on: https://chromium-review.googlesource.com/815539 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#523014}
-
Nektarios Paisios authored
Fixed use-after-free bug. > Bug: 792820 R=dmazzoni@chromium.org, ananta@chromium.org Tested: using syzyASAN Change-Id: I0bc1dd2ed9f8bbe788b5ce89e7290467698a6c58 Reviewed-on: https://chromium-review.googlesource.com/818034Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#523013}
-
Klaus Weidner authored
Adds a mojo transport for GpuFenceHandle objects as an alternative to the previously implemented traditional IPC params_traits_macros support. An example use case is passing a GpuFenceHandle to a Renderer process to synchronize its command buffer GL operations with an external GL context. BUG=761432 Change-Id: I178cf670da0b0052df32f5fcaf9cac2240979deb Reviewed-on: https://chromium-review.googlesource.com/784126 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523012}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0e3d6c55..65cf9fda 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: I50149f745804105abf0afeda364b4157fe703181 Reviewed-on: https://chromium-review.googlesource.com/818705Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#523011}
-
Dirk Pranke authored
R=kbr@chromium.org, jbudorick@chromium.org BUG=662541 Change-Id: I152e12b9b8d92a7fef53557b44cae22ac8b092e6 Reviewed-on: https://chromium-review.googlesource.com/818399 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523010}
-
Dirk Pranke authored
This converts the chromium.angle, chromium.webrtc, chromium.webrtc.fyi, and client.v8.branches JSON files to be generated by generate_buildbot_json.py R=kbr@chromium.org, jbudorick@chromium.org BUG=662541 Change-Id: I4c1f9f0938b6461264d979625bdd7b69cb8641e8 Reviewed-on: https://chromium-review.googlesource.com/818625 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523009}
-
Dirk Pranke authored
R=kbr@chromium.org, jbudorick@chromium.org BUG=662541 Change-Id: I7b73a552f6f3d308341cfca8a6ae5c88b8114065 Reviewed-on: https://chromium-review.googlesource.com/818473 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523008}
-
Klaus Weidner authored
Split out from the GpuFence implementation due to the large size of the autogenerated mock bindings. BUG=761432 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: I2cc63b360f9eee7380f0e8c4f1fd13d58c9b5b2a Reviewed-on: https://chromium-review.googlesource.com/772810 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523007}
-
Chong Zhang authored
Make sure 'network_service_instance.cc::g_network_service' receives error notification by flushing its InterfacePtr. Related tests were potentially flaky but only observed on Mac bot. Bug: 793296 Change-Id: Ia2e3a3bcc0b2bed28b86d2b119c0fd42df939112 Reviewed-on: https://chromium-review.googlesource.com/817642Reviewed-by:
Yuzhu Shen <yzshen@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#523006}
-
Dirk Pranke authored
R=kbr@chromium.org, jbudorick@chromium.org BUG=662541 Change-Id: I6ae85069dbc6ca615dcf1cde6e19946ed4bf781d Reviewed-on: https://chromium-review.googlesource.com/818490 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523005}
-
Bruce Dawson authored
Jumbo builds reduce the total amount of CPU time used for compilation, but they reduce parallelism. On machines with a modest number of cores this is pure win, but on massively parallel builds this reduces the benefits of jumbo. This change tweaks jumbo_file_merge_limit to a much lower number when doing goma builds. This should also improve the performance of incremental builds. Testing was done with various merge limits while building chrome and webkit_unit_tests and 8 was found to give the best combination of elapsed-time full build performance and incremental build performance. As expected the total CPU time spend compiling (and linking) goes up when using a lower jumbo_file_merge_limit, but the wall clock time drops (on goma builds). A merge limit of 10 may give slightly faster full builds, but risks longer incremental builds. The exact number is not critical but this is definitely in the right range, and much better than the default of 50. Testing suggests that jumbo goma builds will now take about 20% less time than non-jumbo goma builds. goma builds with the old jumbo settings were somewhere in-between. Results will improve as jumbo grows. All testing was done on Windows with clang and is assumed to be sufficiently applicable to other platforms. Bug: 787983 Change-Id: I4e26341a5b224011d1401efa4563fcf2b53c969c Reviewed-on: https://chromium-review.googlesource.com/814896Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#523004}
-
Kevin Bailey authored
When the option hide-suggestion-url-scheme is enabled, Omnibox suggestions exclude the scheme in some cases where they would be inconsistent with other suggestions. This change preserves schemes when the user specified one. This change asserts 'preserve_scheme' to GetFormatTypes() now if alternatively the input, interpretted as a URL, has a scheme. This changes the treatment of http (and https when certain flags are set.) Previously it was only asserted if there was a match in the scheme. Added many tests as well. Bug: 761505 Change-Id: I189ececbfad3baf8214e3f289e0c994d3cee9d55 Reviewed-on: https://chromium-review.googlesource.com/794432 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#523003}
-
Benjamin Pastene authored
Blocked on https://chromium-review.googlesource.com/c/chromium/tools/build/+/817655 landing. Bug: 793536 Change-Id: Ib2355845b11df323e5f20883dfd57a2c196ea07a Reviewed-on: https://chromium-review.googlesource.com/818498Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523002}
-
Klaus Weidner authored
Implement a command buffer interface for native file descriptor backed cross-context GpuFence objects. See CHROMIUM_gpu_fence.txt for the GLES API description and docs/design/gpu_synchronization.md for background information including usage examples. gl::GLFenceAndroidNativeSyncPoint - low-level wrapper for underlying GL calls. gfx::GpuFenceHandle - IPC-transportable wrapper for the sync file descriptor. gfx::GpuFence aka ClientGpuFence - owning container for a GpuFenceHandle, and convertible to/from a ClientGpuFence for use with GL calls. gpu::gles2::GpuFenceManager tracks GpuFenceEntry objects by client-assigned ID number. Each entry stores a gl::GLFence as currently implemented by the gl::GLFenceAndroidNativeSyncPoint subclass. BUG=761432 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_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: Ibae5c377528db9a9382b64a2648ac56a5a0f53f6 Reviewed-on: https://chromium-review.googlesource.com/680135 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523001}
-
Koji Ishii authored
TBR=eae@chromium.org Bug: 591099 Change-Id: I39a7f93ce1b277b3e0add7ce20cf51337b5076c0 Reviewed-on: https://chromium-review.googlesource.com/816636Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#523000}
-
Kenneth Russell authored
This reverts commit dedd6128. Reason for revert: Likely cause of http://crbug.com/793520 . Original change's description: > [Autofill] Create AddressValidator in a background task. > > Will start a background task to create an AddressValidator in the > constructor. > > When the AddressValidator is loaded, it will load rules for any > pending normalization request. > > Bug: 789711 > Change-Id: I59542f6a1bbaba1a58805ab3d51fa7c7b1ceeff3 > Reviewed-on: https://chromium-review.googlesource.com/806715 > Reviewed-by: Roger McFarlane <rogerm@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Mathieu Perreault <mathp@chromium.org> > Cr-Commit-Position: refs/heads/master@{#522875} TBR=rogerm@chromium.org,fdoray@chromium.org,mathp@chromium.org NOTRY=true Change-Id: Ifec15561b6e7a5466dfccb47922e8173e3666552 No-Tree-Checks: true Bug: 789711, 793520 Reviewed-on: https://chromium-review.googlesource.com/817766 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#522999}
-
Ehsan Karamad authored
Requests for character index and first rect for range are handled by sending an IPC to the renderer and using a lock to and condition to wait until the response comes back. It is however possible to delete the IPC and return early. In such cases we should not acquire the lock and should return from the methods immediately. Bug: 791594 Change-Id: I6f6c43189aa6a3e8ae4894d57f596025503e76c4 Reviewed-on: https://chromium-review.googlesource.com/818627Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#522998}
-
Sriram authored
Upstream the below tests from media/track/ to wpt 1. track-webvtt-tc006-cue-identifiers.html 2. track-webvtt-tc007-cue-no-id.html 3. track-webvtt-tc008-timings-no-hours.html 4. track-webvtt-tc009-timings-hour.html 5. track-webvtt-tc010-no-timings.html Bug: 782555 Change-Id: If5ea01e2eaa89371d26c526fabe0fec556a04c46 Reviewed-on: https://chromium-review.googlesource.com/818589Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#522997}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/edc4f3e604b9..c63ec5ca6407 $ git log edc4f3e60..c63ec5ca6 --date=short --no-merges --format='%ad %ae %s' 2017-12-08 hans Fix tautological comparison in GrTextureDomain.cpp 2017-12-08 reed centralize encoding to SkData 2017-12-08 hans Fix tautological compare in GrSurfaceProxy.cpp 2017-12-09 reed Revert "Revert "resources: remove most uses of GetResourcePath()"" 2017-12-09 angle-deps-roller Roll skia/third_party/externals/angle2/ 58ba6bf5e..9b88991c7 (1 commit) Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.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.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 TBR=rmistry@chromium.org Change-Id: I22443f1a70b5d444a1d6896cdd48e6a7d6ac49cc Reviewed-on: https://chromium-review.googlesource.com/817768Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#522996}
-