- 25 Oct, 2018 18 commits
-
-
Dongseong Hwang authored
BUG=896945 TEST=SingleOverlayOnTopTest.AllowVideoNormalTransformWithOutputSurfaceOverlay Change-Id: Iaa46909657f3e11f1d982f94aaff102676a74b4a Reviewed-on: https://chromium-review.googlesource.com/c/1292822 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Dongseong Hwang <dongseong.hwang@intel.com> Cr-Commit-Position: refs/heads/master@{#602548}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bdcfce54a8d5..ed6fe0f63840 git log bdcfce54a8d5..ed6fe0f63840 --date=short --no-merges --format='%ad %ae %s' 2018-10-24 benjhayden@chromium.org Parse percentiles in Descriptor Created with: gclient setdep -r src/third_party/catapult@ed6fe0f63840 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I712610aadf45dd1c02367f4a35c55c9d5d7494af Reviewed-on: https://chromium-review.googlesource.com/c/1298487Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#602547}
-
Scott Graham authored
stream_mixer.h was causing a dep on base, but just remove that include because it's no longer needed. null_video dependency required to let libcast_media_1.0_avsync link. Bug: 808287 Change-Id: If86449b7ebb394907b41820c21d1cc805569c717 Reviewed-on: https://chromium-review.googlesource.com/c/1298633Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#602546}
-
Anand K. Mistry authored
BUG=None Change-Id: Iea537ed79f43065df21f87c2063acb2a4b0bcb5e Reviewed-on: https://chromium-review.googlesource.com/c/1279229Reviewed-by:
Yuki Awano <yawano@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#602545}
-
Kenneth Russell authored
This is a difference in configuration between the chromium.gpu and client.v8.fyi waterfalls. Tbr: machenbach@chromium.org Bug: 895815 Change-Id: I758b9acf46ce49b192d7f8d811c73a05b572d7c2 Reviewed-on: https://chromium-review.googlesource.com/c/1298497Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#602544}
-
James Cook authored
chromevox_tests compiles and links all of chrome, so folding into browser_tests will save work on the bots. It will also give coverage for SingleProcessMash and other projects that run browser_tests with optional flags. Rename the tests to start with ChromeVox to make them easier to run with --gtest_filter (thanks to dtseng for a CL that did the rename). Fix ChromeVoxEditingTest.RichTextSelectByLine so it isn't sensitive to exact font widths and remove chromevox_tests fontconfig override. Bug: 892179, 898213 Test: browser_tests Change-Id: Ia23c8f4c237677d299bbe774cf3191654974a56b Reviewed-on: https://chromium-review.googlesource.com/c/1294811Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#602543}
-
Robert Sesek authored
Change-Id: I6dcd067fec2a7b5ac8f730bba5ca6f83fdd9035d Reviewed-on: https://chromium-review.googlesource.com/c/1298304 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#602542}
-
Alan Cutter authored
Mark virtual/threaded/http/tests/devtools/tracing/timeline-misc/timeline-window-filter.js as flaky leak This CL covers the virtual/threaded/http/tests/devtools/tracing/timeline-misc/timeline-window-filter.js version of http/tests/devtools/tracing/timeline-misc/timeline-window-filter.js marked as flaky leaking in https://chromium-review.googlesource.com/1130571. NOTRY=TRUE TBR=alph@chromium.org Bug: 862029 Change-Id: Id30b7464c91be4b6c050ea3f48c4c799892bf478 Reviewed-on: https://chromium-review.googlesource.com/c/1298092Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#602541}
-
Joel Hockey authored
Currently SharePersistedPaths is getting called on every invocation of RestartCrostini. This change will mean that shares are only done the first time the VM starts. Bug: 878324 Change-Id: I72c0c750de71ed9a2d3f3dd91d21fd6991f1eef4 Reviewed-on: https://chromium-review.googlesource.com/c/1297773Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#602540}
-
Johannes Henkel authored
This moves base64 encoding / decoding into the protocol layer. It takes advantage of these recently landed changes: Supporting binary in .pdl files: https://chromium-review.googlesource.com/c/deps/inspector_protocol/+/1285695 Rolled into Chromium / v8. Add protocol::Binary to v8_inspector_string: https://chromium-review.googlesource.com/c/chromium/src/+/1280210 Bug: chromium:891377 Change-Id: I6a2712ad9556da5961565da95452aee47838e10a Reviewed-on: https://chromium-review.googlesource.com/c/1298247Reviewed-by:
Paul Irish <paulirish@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#602539}
-
Alexander Alekseev authored
Bug: 898584 Change-Id: Idb912a1784eda258eee0593388a9af5d92046bc8 Reviewed-on: https://chromium-review.googlesource.com/c/1298201Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#602538}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/02d42b65b779..e835574db56d git log 02d42b65b779..e835574db56d --date=short --no-merges --format='%ad %ae %s' 2018-10-24 thestig@chromium.org Make CPDF_PathObject::m_Path private. 2018-10-24 thestig@chromium.org Make CPDF_PathObject::m_FillType private. 2018-10-24 thestig@chromium.org Make CPDF_PathObject::m_bStroke private. 2018-10-24 thestig@chromium.org Start making CPDF_PathObject members private. Created with: gclient setdep -r src/third_party/pdfium@e835574db56d The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I824d2ec0a11a3481ca645ead86d70f6da44fe038 Reviewed-on: https://chromium-review.googlesource.com/c/1298169Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#602537}
-
Kristi Park authored
This reverts commit adf05659. Reason for revert: Removing the HEAD request. See https://crbug/874194. Original change's description: > [NTP] Separate internal custom link updates from user changes > > When a default URL scheme is updated after URL validation, it is counted > as a user action. This causes "Undo" to revert the URL scheme update > instead of the user's add/update action. > > Add an additional parameter to CustomLinksManager::UpdateLink in order > to distinguish between internal and user changes. Internal changes will > not update the previous state that is restored when > CustomLinksManager::UndoAction is called. > > Bug: 896143 > Change-Id: I643679fab5e546fac7e41214af6ff8a4ba9c8b53 > Reviewed-on: https://chromium-review.googlesource.com/c/1287259 > Commit-Queue: Kristi Park <kristipark@chromium.org> > Reviewed-by: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#600988} TBR=treib@chromium.org,kristipark@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 896143 Change-Id: I26fd1f3a92161fe06009681ff90b5ea65c2db2b7 Reviewed-on: https://chromium-review.googlesource.com/c/1298553Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#602536}
-
Peter Kasting authored
De-parameterizes one test that doesn't care about the MD mode. Bug: none Change-Id: I8a89eda9e66a9fc59b2c61668d1fdebc4ee7879b Reviewed-on: https://chromium-review.googlesource.com/c/1297647Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#602535}
-
Becca Hughes authored
Add playback state to MediaSessionInfo. This reflects the actual playback state of the media. This is used because the audio focus state may not line up with whether there is media playing (e.g. apps commonly hold audio focus when they are paused). BUG=893296 Change-Id: I025856fe007c08e61e85cb1417b472aecd5a3ccb Reviewed-on: https://chromium-review.googlesource.com/c/1282026 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#602534}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4f598e8c829a..7e4c630e7399 git log 4f598e8c829a..7e4c630e7399 --date=short --no-merges --format='%ad %ae %s' 2018-10-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 19603b9e7b20..c3ee7ec01dda (1 commits) 2018-10-24 herb@google.com Cleaup SkGlyph 2018-10-24 nigeltao@google.com New GIF codec; new third_party/wuffs dep Created with: gclient setdep -r src/third_party/skia@7e4c630e7399 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel TBR=brianosman@chromium.org Change-Id: I0e5e731eee8ef33097f075a40585a4a2b5589266 Reviewed-on: https://chromium-review.googlesource.com/c/1298279Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#602533}
-
Roberto Carrillo authored
We agreed to use a standard sized machine for tester. TBR=smut,nodir Bug: 897407 Change-Id: I9579001261f36e3b86dd92c154b65873e4116735 Reviewed-on: https://chromium-review.googlesource.com/c/1298491Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
smut <smut@google.com> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#602532}
-
James Darpinian authored
When reading from stdin, process lines as they are read and echo them, rather than trying to read all of stdin before doing anything. This allows piping adb logcat directly to stack.py during normal development. You can still see the logcat output and any stacks found will be symbolized on the fly. Change-Id: I0fa525a8d73b85559738d4ce186e1b7bdcc19f27 Reviewed-on: https://chromium-review.googlesource.com/c/1297692Reviewed-by:
Matthew Cary <mattcary@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#602531}
-
- 24 Oct, 2018 22 commits
-
-
David Tseng authored
This makes it so we don't output ChromeVox logs for the log page itself. This is a requirement for any user of ChromeVox to use this log page. Test: manual Change-Id: Ie453b5cfeab113b1a0cd9cc16af2e991758f9751 Reviewed-on: https://chromium-review.googlesource.com/c/1295489 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#602530}
-
Sammie Quon authored
It was not shown before, probably because of Ink drop behaviour set to ON_NO_GESTURE_HANDLER. Manually set the ink drop states when home launcher is shown. Test: manual Bug: 898656 Change-Id: Ic8fa65ae01d839d5adfeebc976bc9e744a080f2e Reviewed-on: https://chromium-review.googlesource.com/c/1298425Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#602529}
-
Robert Ogden authored
This ensures that an old previews_freshness_ won't be shown on the wrong page. Bug: 898570 Change-Id: I19cb1ab9916eae9b80fb4ca8d260cd18ebd66a97 Reviewed-on: https://chromium-review.googlesource.com/c/1298245Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#602528}
-
siyua authored
Bug: 897998 Change-Id: I39e0595288a4d9441fc2452b2d47b4f430a4d0cb Reviewed-on: https://chromium-review.googlesource.com/c/1298083 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#602527}
-
Scott Violet authored
OobeInteractiveUITest.SimpleEndToEnd has been globally disabled. BUG=891277 TEST=test only change Change-Id: I830ded4ed17980f6b3b3a590142950e25ffda6aa Reviewed-on: https://chromium-review.googlesource.com/c/1298422Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#602526}
-
Alex Danilo authored
Commit https://codereview.chromium.org/1158923004 updated incorrect escapes in some RegExp constructors, but some of the escapes were superfluous. When checking the formats it became obvious that the original MIME types used were incorrect for the family of openxmlformats documents. This change corrects the MIME types and removes the unneeded escapes. BUG=chromium:675506 TEST=Ran all the FilesApp tests Signed-off-by:
Alex Danilo <adanilo@chromium.org> Change-Id: Ic79e4655ebb61ea2e7c8fbb83509f899d7d1cb60 Reviewed-on: https://chromium-review.googlesource.com/c/1297775Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#602525}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/44a262a6aae2..4cb4786d780f git log 44a262a6aae2..4cb4786d780f --date=short --no-merges --format='%ad %ae %s' 2018-10-24 benwright@webrtc.org Add expected default values to video configuration tests. Created with: gclient setdep -r src/third_party/webrtc@4cb4786d780f The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I0a8bbe941cec0d9dcde7442d57c230a510eabaee Reviewed-on: https://chromium-review.googlesource.com/c/1298168Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#602524}
-
David Bertoni authored
The new functions draw the icon into another bitmap, combining it with the background color to determine the visibility of the resulting icon. Bug: 805600 Change-Id: I592ed5342d6eb3bfb6c36a4da7148280ed2a0f85 Reviewed-on: https://chromium-review.googlesource.com/c/1297398 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#602523}
-
Scott Violet authored
Many of these tests previously worked by using a pattern such as: . make TabScrubbers timer use a zero delay. . generate a bunch of async scroll events (using EventGenerator) . record when active tab changes. . run message loop, waiting for active tab to change to certain index, then stop. This is problematic in the mash case as EventGenerator, for mash, runs a message loop. This meant the timer would fire at unexpected times. The fix is to increase the timer delay, generate a single event and then force the TabScrubber timer to complete. This way the test gets consistent results, regardless of whether EventGenerator internally runs a message loop. BUG=889097,890050 TEST=test only changes Change-Id: I5decb690c4ef7ff67af21cc9a588aaa5046fad89 Reviewed-on: https://chromium-review.googlesource.com/c/1297288Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#602522}
-
rbpotter authored
Bug: 898444 Change-Id: Icadd1866dc0292993b6e52b06198363868af4a81 Reviewed-on: https://chromium-review.googlesource.com/c/1297458Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#602521}
-
Daniel Cheng authored
Other empty containers are marked as const to ensure that they stay empty. Change-Id: I6771a853cf3cde47fcdcff1e3af7862234f04683 Reviewed-on: https://chromium-review.googlesource.com/c/1298399Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#602520}
-
Xiyuan Xia authored
- Add occlusion state tracking to WindowService; - WindowTree::TrackOcclusionState to start tracking in Window Service on server side; - WindwoTreeClient::OnOcclusionStateChanged to notify the client side that the occlusion state is changed on the server side; - WindowPortMus uses WindowService for occlusion tracking; - WindowOcclusionTracker allows external window-has-content checking and WindowService uses that to mark Windows with remote client as has-content; - Route ScopedPause to WS for MUS aura; Bug: 867150 Test: WindowPortMusTest.TrackOcclusionState, WindowTreeClientTest.OcclusionStateFromServer and WindowTreeTest.OcclusionStateChange Change-Id: Id43a69fb119c602375e8c35d72ead7095eca91d6 Reviewed-on: https://chromium-review.googlesource.com/c/1269717Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#602519}
-
Matt Mueller authored
Unused since https://crrev.com/230996f183bc6eb2f8ec2a39f7d19f9d6267ec84 Bug: 779166 Change-Id: I57e2f6253b834734829fd7acacc6254afbe07081 Reviewed-on: https://chromium-review.googlesource.com/c/1298418Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#602518}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7bd88028..111e0f2f 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;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I4e8b4105e4a913a9952863316bd567218c1ce6aa Reviewed-on: https://chromium-review.googlesource.com/c/1298352Reviewed-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@{#602517}
-
Jun Mukai authored
The EventGenerator isn't using EventInjector for Mash when the target window is specified. But actually this EventGenerator is only generating key events, which can be replaced by ui_test_utils::SendKeyPressSync(). This doesn't fix the SingleProcessMash cases, but at least now the key events are processed by Ash. And this simplifies the code. BUG=898658 TEST=interactive_ui_tests Change-Id: Ibf3df0588fdaf8a6429ddf05326f6ed119c4e063 Reviewed-on: https://chromium-review.googlesource.com/c/1298075Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#602516}
-
Ryan Sturm authored
This allows Offline previews to work after network s13n is turned on. Bug: 842233 Change-Id: I9cc97a29308b25490a5ea1b97b353aada82cccf0 Reviewed-on: https://chromium-review.googlesource.com/c/1297472Reviewed-by:
Jian Li <jianli@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#602515}
-
Dale Curtis authored
BUG=898642 TEST=none TBR=pfeldman Change-Id: I1d67c0cdc9da3444d2b28c4a0c1cb323cbc59f83 Reviewed-on: https://chromium-review.googlesource.com/c/1298413Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#602514}
-
Xianzhu Wang authored
TBR=wangxianzhu@chromium.org Change-Id: I15be67b385349af7da4c47d3763ba08c5141061d Reviewed-on: https://chromium-review.googlesource.com/c/1297986Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#602513}
-
Katie D authored
This works by starting the drag on the first dwell and ending the drag on the second dwell, and rewriting mouse moved events to mouse dragged events in between. This is still hidden behind the accessibility flag. Bug: 894907 Change-Id: Ia2cd72053e3d1023711764e2b581caa686f2fb98 Reviewed-on: https://chromium-review.googlesource.com/c/1295250 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#602512}
-
Ted Choc authored
This internally introduces a property model to SuggestionView and moves some of the logic to it. It also splits out the init call to primarily be operating on the model. After this the init call should be moved entirely out of the view and the binder should be pulled out too. BUG=898522 Change-Id: I5db1bb30c45cb4e63d7bfee75b2457817cfb6864 Reviewed-on: https://chromium-review.googlesource.com/c/1298213 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#602511}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/00455e014868..bdcfce54a8d5 git log 00455e014868..bdcfce54a8d5 --date=short --no-merges --format='%ad %ae %s' 2018-10-24 kbr@chromium.org Print Telemetry's help in run_browser_tests. 2018-10-24 kjharland@google.com Whitelist Fuchsia Global integration CI builder Created with: gclient setdep -r src/third_party/catapult@bdcfce54a8d5 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:898602 TBR=sullivan@chromium.org Change-Id: Ibcf2b7266600cb78dae90a2f90624eba5a72225d Reviewed-on: https://chromium-review.googlesource.com/c/1298167Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#602510}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/334f03f88fc4..062e25f6a6b0 Created with: gclient setdep -r src-internal@062e25f6a6b0 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: If598b81c5623635fc409ab73be606b5b3632cf43 Reviewed-on: https://chromium-review.googlesource.com/c/1298166Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#602509}
-