- 31 May, 2019 40 commits
-
-
Carlos Caballero authored
MessageLoop will go away, eventually. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you belive your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=chcunningham@chromium.org Change-Id: I78fc74ba3ed1e3441c130d8426c557b18a470fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635619 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#665277}
-
Frank Tang authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/64e5d7..9f0f47b Includes 9f0f47b Fix Undefined-shift in ubidi_getRuns by Frank Tang f5d1dcc Fix embedded icu data on Windows by Yang Guo bede826 Move all the filter logic of cast & flutter by Frank Tang cf4eb55 Simplify (android|android_small|ios) filters by Frank Tang Bug: chromium:966377, chromium:938223, chromium:951636 Change-Id: I4d318b7ddb64d61670419da47e2abf59eadd6af3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637316 Commit-Queue: Jungshik Shin <jshin@chromium.org> Reviewed-by:
Jungshik Shin <jshin@chromium.org> Cr-Commit-Position: refs/heads/master@{#665276}
-
Dan Sanders authored
When using advanced edit lists, FFmpegDemuxer can output the same frame multiple times. For the case described in the bug, the first time will be marked for discard while the second time will not. Rewriting discarded timestamps makes it less likely that a repeated frame will lose its association to its discard data in decoder_stream_traits. Bug: 967892 Change-Id: Ib84b71f7d43edcf4ae4246abffdbf9e8d99a9904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637674Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#665275}
-
Ender authored
This reverts commit a751329d. Reason for revert: RoundedCornerImageView is missing a lot of functionality, including scaleType, support for bitmaps with custom shaders or tinted drawables. Original change's description: > Use rounded image view for Answer and Entity suggestions > > This change updates the looks of the Answer- and Entity suggestions to > match the design: > > http://docs/presentation/d/1uB8QFlhYqQetxNgJxucpKn-Eolx7CiqL88jGES_sjFk?pli=1#slide=id.g45b058cd36_0_146 > http://docs/presentation/d/1uB8QFlhYqQetxNgJxucpKn-Eolx7CiqL88jGES_sjFk?pli=1#slide=id.g3ce78ec162_0_50 > > Bug: 930349 > Change-Id: I7fa62d6349ee7b30b44a4c28a4a0dfd82e1f33ba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632902 > Commit-Queue: Ender <ender@google.com> > Reviewed-by: Matthew Jones <mdjones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664510} TBR=mdjones@chromium.org,ender@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 930349 Change-Id: Ia0c3bbc04fabaf3bbac21b73504e90a3e85798ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638921 Commit-Queue: Ender <ender@google.com> Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#665274}
-
Findit authored
This reverts commit ef0975b0. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 665239 as the culprit for flakes in the build cycles as shown on: https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vZWYwOTc1YjA4NjQ1MjM5MDYzODQ5ZjA2MTMzYzRlYTk4ZmQ2YjY3MQw Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-rel/25189 Sample Failed Step: viz_content_browsertests on Ubuntu-16.04 Sample Flaky Test: WebContentsViewAuraTest.DragDropOnOopif Original change's description: > Use async targeting to find drag and drop targets > > Add callback supports to the RenderWidgetTargeter > and use the async targetting in drag and drop code > and register a callback to send drag events using > the callback. Note that since drag and drop events > aren't WebInputEvent it is not possible to use > FindTargetAndDispatch function of RenderWidgetTargeter > at this time. > > Bug: 804633 > Change-Id: I2ecea2b70d7ea619169685a3a7b531355ddc0d59 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596840 > Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Cr-Commit-Position: refs/heads/master@{#665239} Change-Id: If8c8aaef72622e61d9b8bd0b68082a4f5ee7a73c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 804633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639083 Cr-Commit-Position: refs/heads/master@{#665273}
-
Theresa authored
The CL that introduce an ObservableSupplier for OverviewModeBehavior contained a faulty check for whether an observer should be registered for the supplier, resulting in AppMenuHandlerImpl never receiving the OverviewModeBehavior. This CL fixes the bug and adds a test to prevent future similar regressions. It also adds checks to prevent the app menu from showing while entering/exiting overview mode is animating to prevent users from triggering the app menu while in transition which has undefined behavior. BUG=968052,968048 Change-Id: Id95e4824bfc92c62cacddc74e932669a07ed3fac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636149 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#665272}
-
Maggie Chen authored
ui/display/mac is the right place for display_link_mac.cc and .h Bug: 964095 Change-Id: I83d929d27b3884bd3a24eb621717ffea9af9c889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638681 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#665271}
-
Esmael El-Moslimany authored
Bug: 967793 Change-Id: I8f4f5a05235f748f1a6360bc50f9ca1e4a052953 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639078Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#665270}
-
Piotr Bialecki authored
Bug: 969023 Change-Id: Ibdb78ffc2bc4357be6ba059618e37e323d05fa56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638006Reviewed-by:
Bill Orr <billorr@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#665269}
-
Luum Habtemariam authored
DDoc: go/cups-plugin This internal manager of the CupsProxyService takes IPP requests, identifies any printers referenced by them, and installs them into the CUPS daemon. When printing normally on ChromeOS, Chrome installs printers into CUPS as necessary; this manager allows us to do the same. Bug: chromium:945409 Test: accompanying unit tests pass Change-Id: I33fb20b3024a6e7bd498eda7eb7fcc778bfeede7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621199 Commit-Queue: Luum Habtemariam <luum@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#665268}
-
Victor Costan authored
Bug: 968179 Change-Id: Ib07f23f14102e9bfed5f54c9ccf9a35fffceb258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636266Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#665267}
-
Kristi Park authored
Add selection styling for the shortcut options in the richer picker. Screenshots: https://screenshot.googleplex.com/Xhq71uw82du.png https://screenshot.googleplex.com/EMCRoFfhnrf.png Bug: 953822 Change-Id: I5c66cd678d99f6a4e47076705c0f59e73424c212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638124 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#665266}
-
dpapad authored
Specifically removing: - callGlobalWithSavedArgs() and CallGlobalAction class - makeAndRegisterMockGlobals(), makeAndRegisterMockApis() - registerMockGlobal() and registerMockGlobals() - registerMockApi() and registerMockApis() - overrideGlobal(), globalOverrides and mockGlobals variables Also removing an export for registerMockMessageCallbacks, since this function is only used within test_api.js Bug: 844820 Change-Id: I958123de5077fc408c3ddab687fbe31a37de0d27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637984 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#665265}
-
John Abd-El-Malek authored
Since Android WebView is still shipping the non-network-service path on stable, we should run these two test suites to ensure we have test coverage for what our users are still running. This is now needed because all the other platforms don't run network service on stable, so they've removed these tests from their bots. This is only running on the waterfall and not trybots because failures should be rare. android_mojo trybot can be used to run it before commit. Bug: 841556 Change-Id: I56c756a8d17ae5a0000edeb3e88d926182c1e6ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637589 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#665264}
-
siyua authored
Currently it overrides the function in IconLabelBubbleViews(), but the base class method is called in constructor, so the derived class method is never called in this case. Calling virtual method in constructor should be avoided. Therefore change the function simply to a private function. Bug: 932818 Change-Id: I790ade09db63bb4c90843722cc3a23ee5525c434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636288Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#665263}
-
Ned Williamson authored
The UnaryOp message has been added and the BinaryOp extended to support those mentioned in the GLSL specification. This CL also adds support for variable declarations and improves the quality of some of the scaffolding code to reduce logging when run on ClusterFuzz. We now target ES300 to cover more language features. We can later improve this to support multiple language versions. Bug: 900487 Change-Id: I5ed569f9659c494a1ad1d3952ce6fc96cd1386a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635770 Commit-Queue: Ned Williamson <nedwill@google.com> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#665262}
-
Robert Liao authored
No code appears to reference these. BUG=522168 Change-Id: I0f632a7678319c08b5d0a3e9896bcef5fcc8ac21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629695 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#665261}
-
Juanmi Huertas authored
Registering the factory on OffscreenCanvas in modules, adding ImageBitmapRenderer to the union type for OffscreenCanvas. Adding new functionality to bitmaprenderer to let it be used in offscreencanvas. Changing IDL and some tests to validate new functionality. Adding a new virtual test to guarantee testing validation of trasnsfertooffscreencanvas for bitmaprenderer. Added bug: 969151 for the two missing tests. TBR=chrishtr Bug: 907141 Change-Id: I7c611952686aabdf2eb3df8ffe5ca73a69ae97f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638919Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#665260}
-
Zhenyao Mo authored
This reverts commit ca612692. Reason for revert: doesn't explain why YUY2 swap chain creation failed on Win10/AMD GPU, so this CL is unnecessary. Original change's description: > Add pixel format support flags on Windows. > > The flags are queried through ID3D11Device::CheckFormatSupport(). > > Hopefully they can be used to bypass YUY2 related tests on AMD > where creating a YUY2 swap chain fails. > > Also, they can be useful diagnosing swap chain related issues > from user machines, i.e., whether we assumed certain capabilities > without checking. > > BUG=967860 > TEST=bots > R=sunnyps@chromium.org,piman@chromium.org > > Change-Id: I5dff9069b2fc53851cbffc5263bd4a2e0e03582f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637195 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> > Commit-Queue: Zhenyao Mo <zmo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#665218} TBR=dcheng@chromium.org,zmo@chromium.org,sunnyps@chromium.org,piman@chromium.org Change-Id: Ic93530b90006c41da694a2bc7ae65d13d541b998 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 967860 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639360Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#665259}
-
Peter Kotwicz authored
This CL: 1) Renames the blink::Manifest::ShareTarget::EncTypes enum values to make them easier to understand and to match EncodedFormData::EncodingType 2) Makes ShareTarget in shortcut_info.* use the enum type defined in blink::Manifest BUG=None Change-Id: I642a1bae9aff3bf463390683323ca0575673a505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629871 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665258}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/78f6819b0e70..bd419fd9eb93 git log 78f6819b0e70..bd419fd9eb93 --date=short --no-merges --format='%ad %ae %s' 2019-05-31 tsepez@chromium.org Fix CFX_GEModule destruction order. Created with: gclient setdep -r src/third_party/pdfium@bd419fd9eb93 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=pdfium-deps-rolls@chromium.org Change-Id: Ic2c2ab7ce28ca4a0b54aaa3bc68ef26b679c8ac9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638565Reviewed-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@{#665257}
-
Michael Ludwig authored
The desired behavior for backdrop filters is that the backdrop filtered content is combined with the original backdrop using src-over and the layer's opacity. The rpdq content should use the layer's blend mode when drawing into the filtered background. Bug: 967771, 948128 Change-Id: I967a81425bd30cbc101c24913ee13091a36e6a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636847Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Cr-Commit-Position: refs/heads/master@{#665256}
-
Gayane Petrosyan authored
Fix by adding default values icon related properties to the default theme background info. After doodle notifier clicked https://screenshot.googleplex.com/BwQAKd0qtPg.png After doodle notifier clicked in dark mode https://screenshot.googleplex.com/0qKA4iCTe6w.png Bug: 968490 Change-Id: I70e9a9f2b1e2ce8ef61ba00ad1614a0a2eac674e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636347 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#665255}
-
Maksym Onufriienko authored
Bug: 922813 Change-Id: I537f9c4607183af381d7a92eb2942cbd18ea5fba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638060Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Maksym Onufriienko <monufriienko@chromium.org> Cr-Commit-Position: refs/heads/master@{#665254}
-
Antoine Labour authored
Original patch had a typo which exchanged 2 initializers. Instead initialize each field explicitly to avoid mistakes. Bug: 882547 Original change's description: > Use shared images in CopyVideoFrameYUVDataToGLTexture > > Use an explicit shared image allocation for the intermediate texture > that is used in both the source and destination GL contexts. > > Bug: 882547 > Change-Id: Ibd37bb16a1a43860976c9b35feadd576e099df4d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633530 > Auto-Submit: Antoine Labour <piman@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Commit-Queue: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664539} Change-Id: I922d9ba1221dba772d5911cb28e2aeb8216c4a8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636608Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665253}
-
Jeremy Roman authored
This adds support for the referrerpolicy attribute, including its default behavior (which may send the Referer header by default). Change-Id: I24fa87a8973c41d365027e7ef2bdfd2b1d369cb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631724Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Auto-Submit: Jeremy Roman <jbroman@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#665252}
-
Natalie Chouinard authored
Migrate the About Chrome settings page to the Preference Support Library. This is the first page migrated, so it includes the initial set of necessary styles, layouts, and special handling code to support both Framework and Support Library Preferences simultaneously. These layouts and styles will be expanded incrementally as we migrate more complex settings pages. The net effect of this migration is expected to be a reduction in method count and binary size, but first CLs will cause increases. Bug: 966075 Binary-Size: New pref support library usage Change-Id: I714e7bed76c715357c1055a0f7d4a07211029c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614475 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#665251}
-
John Abd-El-Malek authored
These aren't used anymore. Bug: 934009 Change-Id: Icb32638c0ce817c769b3dfd1c8a33e3a3021b8e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638918 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#665250}
-
Robbie McElrath authored
When you navigate to a url with an unsupported scheme, NavigationURLLoaderImpl will attempt to open the URL with an external program. However, if you have a protocol handler associated with that scheme, it will handle the request in addition to the external program (see ProtocolHandlerThrottle). On ChromeOS, the external program ends up being a new tab, which then repeats this process and in certain situations can result in an infinite loop of tabs being opened. This CL prevents the browser from opening an external program if a protocol handler exists for the URL's scheme. A browser test will be added in a followup CL. Bug: 963133 Change-Id: I6346b92adb3ea508a037b65a49dd1b44dd7d7b8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639077 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#665249}
-
Ben Pastene authored
And enable it for some UI tests. Bug: 947531 Change-Id: I1545ce6f718214a65690cc6044e2398d9a0bc218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635350Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#665248}
-
jonross authored
The section on pixel tests lists an output link format. However for the pixel_skia_gold_tests the link format is different. This updates the docs to include a note about the differences in links, with an example. Change-Id: I444c5391a3c05561b4177a76a7d3db70d4f03361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638548Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#665247}
-
Rune Lillesveen authored
Use Scoped* helpers to make sure the modified flags are reset for other tests. Change-Id: I7d03875cf2ab02029ca0807b1337ef3102625ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635680Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#665246}
-
dalyk authored
No changes in functionality. Bug: 878582 Change-Id: Ia1c64b54e5be2ac6676fd549d574316539554d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638600Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#665245}
-
Mehran Mahmoudi authored
This adds some unit tests for the progress bar in touchless mode. Bug: 967453 Change-Id: Id85c3ba30ad2c9779f2716b2b5af2e708e3cbe83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637427Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#665244}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/c0d7ee45d45f..5e3c9d53d8ef git log c0d7ee45d45f..5e3c9d53d8ef --date=short --no-merges --format='%ad %ae %s' 2019-05-31 sugoi@google.com 32 bit compilation fixes for Visual Studio Created with: gclient setdep -r src/third_party/swiftshader@5e3c9d53d8ef The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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=swiftshader-team+autoroll@google.com Change-Id: Ib1e2c1aa24408ac406b4f4e6dab4c28926541ce2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1638619Reviewed-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@{#665243}
-
Michael Ludwig authored
Needed when an RPDQ is partially offscreen Bug: 968160, 948128 Change-Id: Ic9f400dafa9997d367fc3a93cac44e640f01ace0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637778Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Cr-Commit-Position: refs/heads/master@{#665242}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/d7e2fb330924..85b8ce2ab95b git log d7e2fb330924..85b8ce2ab95b --date=short --no-merges --format='%ad %ae %s' 2019-05-31 danilchap@webrtc.org In media engine replace forward declaration with proper includes Created with: gclient setdep -r src/third_party/webrtc@85b8ce2ab95b 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. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I7ced80531edd2ae99177e2b7837c0891a615d611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636408Reviewed-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@{#665241}
-
Caroline Rising authored
Bug: 910739 Change-Id: I15e28232916c657ab442c5c6f909b1fd7ca09358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636867Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#665240}
-
Navid Zolghadr authored
Add callback supports to the RenderWidgetTargeter and use the async targetting in drag and drop code and register a callback to send drag events using the callback. Note that since drag and drop events aren't WebInputEvent it is not possible to use FindTargetAndDispatch function of RenderWidgetTargeter at this time. Bug: 804633 Change-Id: I2ecea2b70d7ea619169685a3a7b531355ddc0d59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596840 Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#665239}
-
Chase Phillips authored
Previously, idb-load-docs would run a final transaction ("txn18") which created a readonly transaction on the Documents store. Since it didn't wait for this transaction to complete, the trace and test results would often show "IDBObjectStore::get (Did Not Finish)" results. The telemetry harness had code to ignore these "Did Not Finish" results. If a change came along that did allow these to complete, however, the results for the completed actions would be included and count. This might appear as a regression when really the overall scheduling system was improving. Finally, as the "Did Not Finish" tasks piled up, some or all of them never finished, which caused the overall test to take longer to complete as it waited for these tasks. Eventually the test framework would timeout waiting and this additional timeout amount was included in our overall run time. The run time didn't impact the results, it did however make the traces hard to read. Bug: 968812 Change-Id: I37f135670c6596a3d598b240d76dff5211b89429 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636223Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#665238}
-