- 20 Sep, 2018 40 commits
-
-
Mathieu Perreault authored
Also, adding gogerald@ to components/payments OWNERS Bug: None Change-Id: Id20aa0198de1363d640ddddf2438155717a82eba Reviewed-on: https://chromium-review.googlesource.com/1236233Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#592976}
-
Benjamin Ackerman authored
The test passes locally and on the trybots now. Bug: 163097 Change-Id: I0d7207a2548a568c33241d30ed1bbd7ea2cb4d6a Reviewed-on: https://chromium-review.googlesource.com/1236922Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Benjamin Ackerman <ackermanb@chromium.org> Cr-Commit-Position: refs/heads/master@{#592975}
-
Yves Arrouye authored
Both emaxx@ and drcrash@ at this time ar the only people working on this code and familiar with it. Other owners have moved on or are not available, and we end up in reviews like for CL:1234373 where upstream owners declare themselves incompetent to review. BUG=None TEST=None Change-Id: I3913bc9692a2668bab599eb0f08fc11b8457adc6 Reviewed-on: https://chromium-review.googlesource.com/1237251Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yves Arrouye <drcrash@chromium.org> Cr-Commit-Position: refs/heads/master@{#592974}
-
Darren Shen authored
We move the recording of InputMethod.VirtualKeyboard.ContainerBehavior to the end of ShowKeyboard, so we get a sample every time a floating or docked keyboard is shown. We also account for users switching between the two modes, as switching requires hiding and showing the virtual keyboard. See the bug for more about why this is needed. Bug: 887248 Change-Id: Icd8b2fbf826a0dba7b32cabb6c7b9afcdde3fcdd Reviewed-on: https://chromium-review.googlesource.com/1235266Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#592973}
-
Jeffrey Kardatzke authored
BUG=chromium:849438 TEST=tast run vm.CrostiniStartEverything Change-Id: I51963c9f4fe7b5aa9fd42e2c040410a974376f58 Reviewed-on: https://chromium-review.googlesource.com/1235199Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#592972}
-
Paul Miller authored
It's been unused since commit a5febff9 and null since 6bd4db44. BUG=546754 Change-Id: Idbffc047f67d3c424a2d6557e50dac8be9d9cee4 Reviewed-on: https://chromium-review.googlesource.com/1236695Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#592971}
-
Matt Falkenhagen authored
It was just not added earlier as an oversight. Shipping this feature would affect android webview. Bug: 881225 Change-Id: Ib101582496db28bbd23239ce71abd547faadcf22 Reviewed-on: https://chromium-review.googlesource.com/1235474Reviewed-by:
Robert Kaplow (sloooow) <rkaplow@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#592970}
-
Jacob Dufault authored
See the bug for more details. Bug: 887070 Change-Id: I4218ffc18f64462c79be31d453d5198003c5d540 Reviewed-on: https://chromium-review.googlesource.com/1235124Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#592969}
-
Dominic Mazzoni authored
This reverts commit 8cca7c63. Reason for revert: We deliberately added a browser crash, enabling us to catch an important bug. Revert this to eliminate the browser crash and re-enable code to reset the renderer when it gets in a bad state (now much less often). Original change's description: > Add crash logging for accessibility unserialization error > > TBR=dtseng@chromium.org > > Bug: 870661 > Change-Id: If82429da90259c3af73c4fa424d3bba5e6a09a00 > Reviewed-on: https://chromium-review.googlesource.com/1174862 > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#583175} TBR=dmazzoni@chromium.org,dtseng@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 870661, 884934 Change-Id: I5329cd8b306c705e85b26acb8a9b35fcdfbcd426 Reviewed-on: https://chromium-review.googlesource.com/1234261 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#592968}
-
Andrei Pascovici authored
Bug: 886594 Change-Id: Ief40291ee0d4ce308efeb887af36eae97f3df164 Reviewed-on: https://chromium-review.googlesource.com/1236929Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Andrei Pascovici <apascovici@chromium.org> Cr-Commit-Position: refs/heads/master@{#592967}
-
yiyix authored
Enabling FrameMetrics caused 5-20% regression on rendering. (ref: https://bugs.chromium.org/p/chromium/issues/detail?id=876709). The FrameMetrics reports back to Tracing for each CompositorFrame submission with the following data: https://docs.google.com/document/d/1P1OKg3s5V2TwE8nTxLay01rn6JmpLgKDY00myyDuINs/edit?usp=sharing Reporting stats summary for each frame is not very interesting, So I reduced the frequency of FrameMetrics reporting to each second. Bug: 881863, 880560 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I96ce7d5bed824aa8d86fa00311136362081df019 Reviewed-on: https://chromium-review.googlesource.com/1226012Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#592966}
-
CJ DiMeglio authored
Bug: 884589 Change-Id: Id7a1b04a2b533584637f0fee425144acb0b8d79a Reviewed-on: https://chromium-review.googlesource.com/1237236Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Cr-Commit-Position: refs/heads/master@{#592965}
-
Kenneth Russell authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/7ca87fb..6d2f3f4 Tbr: kainino@chromium.org Bug: 563816, 878545 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_angle_rel_ng;luci.chromium.try:win_angle_rel_ng Change-Id: I8c8b57fef830f85f26b231a6a22576d8f9159e0f Reviewed-on: https://chromium-review.googlesource.com/1225605Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#592964}
-
Patrick Monette authored
This will simplify future refactoring where QuarantineFile() is moved to an OOP service but not IsFileQuarantined(). This CL includes no functional change. Bug: 870998 Change-Id: Ic30bf70b119e37de88baa374a4791678df80d393 Reviewed-on: https://chromium-review.googlesource.com/1228782Reviewed-by:
Asanka Herath <asanka@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#592963}
-
Ben Kelly authored
R=jsbell@chromium.org, rkaplow@chromium.org Bug: 886898 Change-Id: I7519c327419c81b5eeb9dd83ac17850114a3795f Reviewed-on: https://chromium-review.googlesource.com/1234636 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Robert Kaplow (sloooow) <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#592962}
-
Dave Gash authored
Update declarative_content.json docs for minor language and formatting Bug: none Change-Id: I254f52f83b42844559da1277070e53ba060153c0 Reviewed-on: https://chromium-review.googlesource.com/1225859Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Meggin Kearney <mkearney@chromium.org> Cr-Commit-Position: refs/heads/master@{#592961}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7b11354810a9..268707284dcd git log 7b11354810a9..268707284dcd --date=short --no-merges --format='%ad %ae %s' 2018-09-20 fmalita@chromium.org [skottie] GM exercising external font loading 2018-09-20 mtklein@google.com send SkPMColor::toPMColor() through Sk4f_toL32() 2018-09-20 robertphillips@google.com Disable LCD text when drawing SkPictureImageFilter content 2018-09-20 brianosman@google.com Always use portable fonts in image filter test 2018-09-20 mtklein@google.com add interp-in-premul case to GM 2018-09-20 jvanverth@google.com Add new PolyUtils benches 2018-09-20 halcanary@google.com SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h 2018-09-20 halcanary@google.com SkPDF: draw persepctive rectangles 2018-09-20 brianosman@google.com Some SkPM4f cleanup 2018-09-20 bungeman@google.com Remove SkAutoTCallIProc. 2018-09-20 mtklein@google.com have SkConvertPixels use SkColorSpaceXformSteps 2018-09-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d511948b9f82..52ea49706fd7 (1 commits) 2018-09-20 brianosman@google.com Fix/simplify equal_pixels 2018-09-20 halcanary@google.com Document headers: IWYU 2018-09-20 jcgregorio@google.com Use new build targets in continuous build of skottie and debugger. 2018-09-20 brianosman@google.com Remove (unused) GrBlend.cpp, and some GrColor helpers Created with: gclient setdep -r src/third_party/skia@268707284dcd 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=master.tryserver.blink:linux_trusty_blink_rel;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:878874,chromium:884150 TBR=reed@chromium.org Change-Id: Ic7fa8bc7070238dfbb1d7c014446989ed87ecfaa Reviewed-on: https://chromium-review.googlesource.com/1236881Reviewed-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@{#592960}
-
Alex Oldemeier authored
Add a user policy for Crostini usage logging which is disabled by default. If this policy is active, log a time window for the last app launch and the used Termina version in prefs. Report these in DeviceStatusCollector. Bug: 844468, 883634 Test: Run unit and browser tests. Change-Id: I90ba296c9284b987829f8907283873c8213fad9f Reviewed-on: https://chromium-review.googlesource.com/1221947 Commit-Queue: Alex Oldemeier <aoldemeier@chromium.org> Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#592959}
-
mrefaat authored
The problem is we discard the last committed item, if the request was blocked, instead we should only discard that when the last item was not native view. Bug: 881690 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I3de1649da8a4d1c198c7f5386cfeb2ef3608033a Reviewed-on: https://chromium-review.googlesource.com/1234953 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#592958}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d8dcf93795bb..b20563f5defb Created with: gclient setdep -r src-internal@b20563f5defb 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: Id355f77748012995e160a11e54d4a93a10657a4c Reviewed-on: https://chromium-review.googlesource.com/1236484Reviewed-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@{#592957}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3d81f7cc222b..b0768af22643 git log 3d81f7cc222b..b0768af22643 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 benjhayden@chromium.org Fix /api/report/template 2018-09-20 bsheedy@chromium.org Add force commit to SharedPrefs 2018-09-20 wangge@google.com Add function to run benchmark both locally and on swarming. Created with: gclient setdep -r src/third_party/catapult@b0768af22643 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:887579,chromium:863390 TBR=sullivan@chromium.org Change-Id: I0052555ff9d1cd652448e2b3af79e37681de72e0 Reviewed-on: https://chromium-review.googlesource.com/1236883Reviewed-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@{#592956}
-
Gina Ko authored
Bug: internal b/115749837 Change-Id: I4f0b21097081415956f1b386f68916b50fd8de82 Reviewed-on: https://chromium-review.googlesource.com/1235289 Commit-Queue: Yi-Chun Gina Ko <yichunko@google.com> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#592955}
-
John Budorick authored
Bug: 794372 Change-Id: I6b6d81ab0c72fd1b781d03e242f78ddef24fef95 Reviewed-on: https://chromium-review.googlesource.com/1235015Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#592954}
-
Jun Mukai authored
LoginCursorTest.CursorHidden and OobeTest.Accelerator are still crashing even after the refactoring of UIControls and aura::Env. Actually, these tests do not require browser windows therefore UIControlsOzone is created with nullptr WindowTreeHost which is not expected. Thinking about that, such test cases actually do controls for the UI within Ash -- therefore AshUIControls should be used. Test: interactive_ui_tests with --enable-features=SingleProcessMash Bug: 883523 Change-Id: I3d6e1ecb569551a7eacfce979c4b543771f19fc6 Reviewed-on: https://chromium-review.googlesource.com/1236842Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#592953}
-
Christian Biesinger authored
Now that constraint spaces are stack allocated, there's no point in having the builder be separate from the constructor. We can avoid some duplication and just directly initialize the members from the builder. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I5470a1be7e0f6e82f93af3fa263cc642e1d8cfbe Reviewed-on: https://chromium-review.googlesource.com/1235216 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#592952}
-
Mark Pearson authored
I think this codifies the results of our discussion. Is this the right place to put this content? Do I need reminders of it elsewhere (i.e., in the status or owners sections)? Change-Id: Icfeb6551515727f02d0cb83450008ad77ed0275d Reviewed-on: https://chromium-review.googlesource.com/1232523Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#592951}
-
Gang Wu authored
Enable content and journal storage in FeedProcessScopeFactory.java. Also fix type mismatch issue in Journal bridge, and handle empty content mutation case. Bug: 887116 Change-Id: I9333beb9141aab7a96e87d90baa8bef788b0b5e4 Reviewed-on: https://chromium-review.googlesource.com/1234263Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#592950}
-
Lan Wei authored
Add NoHoverAfterLayoutChange to base::Feature, so that we can run finch experiment on this feature to see if there is any performance improvement. Bug: 877132 Change-Id: Id1048757f7f48bc1be68787347d5594644b9ac38 Reviewed-on: https://chromium-review.googlesource.com/1234036Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#592949}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/713f53360e2e..6dd0074561b7 git log 713f53360e2e..6dd0074561b7 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 dgarrett@google.com manifest_version: Commit new buildspecs. 2018-09-20 achuith@chromium.org metadata_lib: Pretty print metadata.json 2018-09-20 dgarrett@google.com CIDB: Update readme docs. 2018-09-20 dgarrett@google.com CIDB: Add branch column to buildtable. 2018-09-20 chingcodes@google.com signing: Add Mock Signer commands for Firmware signers Created with: gclient setdep -r src/third_party/chromite@6dd0074561b7 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: I11cbc35a8669774dfc8e435c11a130e04becf0c7 Reviewed-on: https://chromium-review.googlesource.com/1236483Reviewed-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@{#592948}
-
Robert Liao authored
Material refresh is now on by default. BUG=876090 Change-Id: I308da4d0ed5a4df6dc7104a573ed9063151caab0 Reviewed-on: https://chromium-review.googlesource.com/1229175 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#592947}
-
Robbie McElrath authored
This migrates DomainReliabilityMonitor from NetworkChangeManager to NetworkConnectionTracker, which works with the network service enabled. Bug: 887027 Change-Id: Icc22466c2272bdc45978218d1443c77810e7f663 Reviewed-on: https://chromium-review.googlesource.com/1234855Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#592946}
-
Karan Bhatia authored
r591131 unified code to close the overflow menu from the ui/layer, deleting MediaRouterActionPlatformDelegate::CloseOverflowMenuIfOpen, removing the need for a delegate. This CL removes the delegate interface and its implementations. It should have no behavior change. BUG=None Change-Id: I54bba038673c6fbba2b84aa17ad63f4c9ed7e229 Reviewed-on: https://chromium-review.googlesource.com/1229776Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#592945}
-
yiyix authored
Change-Id: Ie83fb3f96f0d914a002fdcb9461066a2a29f5abe Reviewed-on: https://chromium-review.googlesource.com/1231376Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#592944}
-
Evan Stade authored
Bug: 883072 Change-Id: I24380dc595a7446e463422848916b73845945861 Reviewed-on: https://chromium-review.googlesource.com/1227357Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#592943}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/52ea49706fd7..4ce287e04201 git log 52ea49706fd7..4ce287e04201 --date=short --no-merges --format='%ad %ae %s' 2018-09-20 ianelliott@google.com Change the name of the opt'ed-in app from maps to cubey. Created with: gclient setdep -r src/third_party/angle@4ce287e04201 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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: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=jmadill@chromium.org Change-Id: I17c7fff9689dbdccf4e92a0e8b1baa24f65d03c1 Reviewed-on: https://chromium-review.googlesource.com/1236882Reviewed-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@{#592942}
-
mark a. foltz authored
You can't run Views browsertests on Mac when views browser windows are disabled. TBR=imcheng@chromium.org Bug: 883976 Change-Id: I4d318db3f58743f543e278f744e3926d6e9076e4 Reviewed-on: https://chromium-review.googlesource.com/1237151Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#592941}
-
Nico Weber authored
Bug: 832676 Change-Id: I7a307c33ad6daf44cc2c170829f03cfdc488da4b Reviewed-on: https://chromium-review.googlesource.com/1236177Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#592940}
-
Sarah Hu authored
Bug: 882588 Change-Id: I4f12426d6e2027640a6645cac9bd6b62b1a34fc5 Reviewed-on: https://chromium-review.googlesource.com/1232478Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#592939}
-
Richard Townsend authored
Fixes an uninitialised variable caught by MSAN. This reverts commit 66a74d2f. Change-Id: I1e896476fe201fb05072970220bab5c3b20588a2 Reviewed-on: https://chromium-review.googlesource.com/1233746 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#592938}
-
Justin Cohen authored
This reverts commit fbe67a95. Reason for revert: Breaks TabSwitcherTransitionTestCase\testRotationsWhileSwitcherIsNotActive Original change's description: > [ios] Fix VoiceOver Issues in Tabgrid > > - Updates _currentPage properly in response to 3-finger accessibility swipe. This will now properly read out the currently visible page if a user swipes to a different page. > - Ensures that only the currently visible page's elements can be selected in the scroll view. This resolves an issue VoiceOver was having with what page to readout and to focus on. Oftentimes the visible page was not readout or selectable. > > Video: https://drive.google.com/open?id=1Q62MUlrVcNlqnFIQOfw_YiGHinTKb_45 > > Bug: 880079 > Change-Id: I0696786292bec375af9d5326a790700000114559 > Reviewed-on: https://chromium-review.googlesource.com/1221474 > Commit-Queue: Chris Lu <thegreenfrog@chromium.org> > Reviewed-by: Mark Cogan <marq@chromium.org> > Cr-Commit-Position: refs/heads/master@{#592818} TBR=marq@chromium.org,thegreenfrog@chromium.org Change-Id: Idb378ca1c1a1405275975e47956ac94d09865ab1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 880079 Reviewed-on: https://chromium-review.googlesource.com/1237174Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#592937}
-