- 27 Oct, 2020 40 commits
-
-
Fredrik Söderqvist authored
Change-Id: I0f7eac3f7af6a1763024a844d01c66a043d074a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502479 Auto-Submit: Fredrik Söderquist <fs@opera.com> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#821391}
-
Jan Wilken Dörrie authored
This change replaces remaining usages of autofill::PasswordForm with password_manager::PasswordForm in /chrome/browser and /chrome/renderer. TBR=treib Bug: 1067347 Change-Id: Ia168707c1cfcd084dcae921b7bc8811a2866743c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499441Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#821390}
-
Henrique Nakashima authored
Inline action "MobileTabSwitched". All other code is to record "Tab.RestoreUserPersistence", which is obsolete. Bug: 1138653 Change-Id: I86b0701713a541d2d448cfb602b86c9b043ee632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476958Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#821389}
-
Dan Harrington authored
There are some of these directives being brought in through the internal roll. Change-Id: I9fa30dd0ab859e8f80b5bc3b203ef720afbea837 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503191Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#821388}
-
John Lee authored
Previously, with CL 2446353, the context menu was moved to be shown on dragend and not drop. However, if the user moves their finger by a few pixels but not enough for a index change, a drop event can occur before a dragend event which finishes out the DragSession and therefore never calls the dragend code that shows the context menu [1]. This CL duplicates the context menu call to also happen on drop for these cases. [1] https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/resources/tab_strip/drag_manager.js;l=574;drc=31eb3f4376c66b42eb4fc269025be4a8ee13e357;bpv=1 Bug: 1142608 Change-Id: Ic6daf3dfc38c945e45cf366baea7901ca645ff68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500482 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#821387}
-
Haiyang Pan authored
Bug: 1137474 Change-Id: I77a10b8910cb78fc1e20056b938d136a774f1e86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500942Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#821386}
-
Olivier Li authored
This is a reland of 07c000ce This CL fixes use of initialized memory which was detected by msan. Original change's description: > Fix thread checks in HangWatcher > > Remove the thread check that would never pass and make the variable > that is used by multiple threads thread safe. > > Bug: 1142155 > Change-Id: Iae33e15733eb78a47a664515e1abec671edbb64d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495579 > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Oliver Li <olivierli@chromium.org> > Cr-Commit-Position: refs/heads/master@{#820817} Bug: 1142155 Change-Id: I9b642bacbf8b801cd3a549c642c1687449edab86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502748Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#821385}
-
yjliu authored
Launcher has a backdrop blur filter so when there is no activity, i.e. damage, under it, the backdrop filter cached result should be used. The bug was caused by damage accumulation taking into account the damage from above or on the RP with the backdrop filter. Change-Id: Ie98f9e4d32ec9f7b955da505276def18590a623d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494060Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Jun Liu <yjliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#821384}
-
Peter Kotwicz authored
This CL changes the 'gn format' call to use the full path for 'gn'. BUG=1064277 Change-Id: I945a453309fdb451d7ab0dd637b276f84945c74e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501128Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#821383}
-
Ilia Samsonov authored
New baseline are from: https://test-results.appspot.com/data/layout_results/mac-arm64-rel-tests/530/blink_web_tests/layout-test-results/results.html Bug: 1130741 Change-Id: Ib1e249e5cdfd9a7e4a18a74f804af40d8ea069ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486992Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#821382}
-
Hai Bi authored
ScopedServicePublisher and ScopedSingleClientServiceBinding were updated to allow the service name to be specified explicitly, but ScopedServiceBinding was missed. Add the missing functionality to the ScopedServiceBinding template. Bug: b/171256428 Test: locally tested and pass unit tests Change-Id: I0623256895da020eaf3a423e28f72936cf843994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499625Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Hai Bi <bihai@google.com> Cr-Commit-Position: refs/heads/master@{#821381}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 20 histograms that have been used to generate alerts in the past 90 days and do not already have a date later than or within 60 days of 2021-01-25. TBR=chromium-metrics-reviews@google.com Change-Id: I9c5e0d4b1a9ff375429baa6a4f976c67f3e5bea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503229Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Cr-Commit-Position: refs/heads/master@{#821380}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: I059347137696bd52d27dbe04149f5f0da04dbf3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502775Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#821379}
-
ssid authored
Android task runner posts Runnable tasks and the tasks are run by native task runner. All these tasks are recorded with posted location as post_task_android.cc. To track the correct posted location, this cl adds new trace events to track the runnable class name. Note that we still track the wrapper task runner in some cases like ChainedTasks and AsyncTask$NamedFutureTask, which needs to be fixed. BUG=1136635 Change-Id: I97b35b003ce7d5571ce4a44c54127da74400cf1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480715 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#821378}
-
yiyix authored
Add new attribute fontVariantCaps to canvas context 2d. Developers can choose between normal, small-caps, all-small-caps, petite-caps, all-petite-caps, inicase and tiling-caps. Bug: 1141671 Change-Id: I5d047f00773f4f2a38eb25c21e13168a316c29d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490789Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#821377}
-
Nate Chapin authored
Change-Id: I303149a39f40702d6600fa7409f7cfc03146eb65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500429 Commit-Queue: Nate Chapin <japhet@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#821376}
-
John Chen authored
This reverts commit 89540fb3. Reason for revert: Causing all desktop builds to fail on perf waterfall (crbug.com/1142930) Original change's description: > Remove SpawnedTestServer from BrowserTestBase. > > The last browser tests using the built-in SpawnedTestServer have > finally been migrated the EmbeddedTestServer, so nothing is using it. > This also helps reduce visibility of the SpawnedTestServer, so makes > accidental use of it harder. > > This CL also fixes a bunch of IWYU issues that the removal unearthed. > > Bug: 492672 > Change-Id: If2358789b250c62886c352c466cd2ad5c2d6a0d5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495401 > Commit-Queue: Matt Menke <mmenke@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Cr-Commit-Position: refs/heads/master@{#821288} TBR=jam@chromium.org,mmenke@chromium.org Change-Id: Id5e778839d034d0d3c2e7e94241da5e370d1777d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 492672, 1142930 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503315Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#821375}
-
Andre Le authored
- Change the states in enable hotspot to fit new design. - Add a notification when enable hotspot fails. BUG=1106937,1126208 Change-Id: Id9092649d5cfcee9f6153c74a258b869a81f89dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495621 Commit-Queue: Andre Le <leandre@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#821374}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/77cd4b459b10..ebb6a5523374 2020-10-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC sokcevic@google.com,ajp@google.com,apolito@google.com,ehmaldonado@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: sokcevic@google.com,ajp@google.com,apolito@google.com,ehmaldonado@google.com Change-Id: Ie3908bc414c44abf649193dee51f3235ed2b5a96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503648Reviewed-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@{#821373}
-
Joshua Pawlicki authored
Bug: 1098934 Change-Id: I226fc7201e04dfbf1722399434e3900cedc35120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487940 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Auto-Submit: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#821372}
-
bttk authored
Classes implementing LocationBar now explicitly implement FakeboxDelegate as well and provide it with the LocationBar.getFakeboxDelegate() method. Bug: 1139481 Change-Id: I34a1a1400db34460a3f577b83b6efd4dd07a4cd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482463 Commit-Queue: who/bttk <bttk@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#821371}
-
dpapad authored
- Move preprocess_grit() for cr_components/ under cr_components/BUILD.gn - Add new generate_grd() target in cr_components/ - Remove now obsolete alias in shared_resources_data_source.cc. Note: cr_components/cr_components_images.grdp will be addressed in a follow up CL. Bug: 1132403 Change-Id: Id41f9c08e498d1a014854b1ebc6ee20d6cf7b916 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495082 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#821370}
-
Toby Huang authored
This CL enables the feature flag for FamilyLinkUserMetricsProvider. Bug: 1136304 Change-Id: I62ad64ad402350f7d0b0415a004b4ca1186745ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495609 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Auto-Submit: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#821369}
-
Yue Li authored
Bug: b/170436934 Test: Manual Test Change-Id: I81605b7aff2f0a93a36369a8f46778c3f36178c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491123Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#821368}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6f87de7c272d..22ef2257c862 2020-10-27 johnstiles@google.com Update the SkSL pool interface to take an allocation size. 2020-10-27 brianosman@google.com Guard traversal of certain kinds of mid-optimization IfStatement 2020-10-27 johnstiles@google.com Pass function arguments using SkSpan instead of count + ptr. 2020-10-27 egdaniel@google.com Add uma histogram tracking for the number of submit render passes. 2020-10-27 johnstiles@google.com Prototype helper functions from FP files before use. 2020-10-27 johnstiles@google.com Mangle function names as a separate step before emitting func-bodies. 2020-10-27 mtklein@google.com remove absl experiment 2020-10-27 mtklein@google.com use ieee divide If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jcgregorio@google.com Change-Id: I36a14fa5a94bdb5234174fc7ade1331c3ada37d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502840Reviewed-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@{#821367}
-
Kristi Park authored
Change-Id: I875a0fb93da41cd6d317b17ec796cded5d1ffbee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503828 Auto-Submit: Kristi Park <kristipark@chromium.org> Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#821366}
-
Eugeny Aristov authored
Unlike Clang GCC doesn't allow implicit conversions between vectors which differ by size, type, sign (lax-vector-conversions) by default. Hence introduced usage of suitable interfaces which return values corresponding to given types. Bug: 819294 Change-Id: Iafcf53bc931d5c9ed1b03a79ffb5fbb75828a9f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501341Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#821365}
-
Ted Choc authored
BUG= Change-Id: Iba9b613656bf8ff6ba4c9e5c4ebdec3854582931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502782Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#821364}
-
Oksana Zhuravlova authored
This CL moves functions related to getting background tracing configuration from field trials out of //chrome into //content/public/browser (BackgroundTracingManager) so that they can be reused by other embedders (in this case, android_webview). Bug: b/170511922 Change-Id: Ia4ffc5f84472d9af00a3b84460d3815b360593eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473057 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#821363}
-
Ryan Heise authored
This test sometimes hangs. Example - https://chrome-isolated.appspot.com/browse?namespace=default-gzip&digest=48d751774f963fcbdfae61d09bcd342ec023dc30&as=benchmark_log.txt Bug: chromium:1139057 Change-Id: Ib019d9d8d721fcb4de22d2b1f8746d3edefb9d12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500484Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Ryan Heise <heiserya@google.com> Auto-Submit: Ryan Heise <heiserya@google.com> Cr-Commit-Position: refs/heads/master@{#821362}
-
Toni Barzic authored
Holding space item views depend on HoldingSpaceItemViewDelegate owned by the HoldingSpaceTray. The delegate is reset with HoldingSpaceTrayBubble when the bubble is closed, which happens before the bubble widget gets torn down. Given that widget is destroyed asynchronously, there's a short time interval where holding space item container views are still around, but the delegate they depend on is destroyed - if a new item gets added at this time, it would cause usage of deleted delegate. (Found by tests added in CL:2493323). To prevent this, remove container views from holding space controller model and controller immediately when the HoldingSpaceTrayBubble gets reset. Change-Id: Icf5c523027ad352adff11ce9856a82bd93a7e4c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503628Reviewed-by:
David Black <dmblack@google.com> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#821361}
-
Ella Ge authored
To make TWA and WebAPK the same. As far as I can tell, there is no visual difference. Since both TWA and WebApk can do it in the shared SplashController, TwaSplashController doesn't need the lifecycleDispatcher anymore. Bug: 1129093 Change-Id: I320ece59b28d2c5b39da0869f97f5ac2baf5f9cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414845Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#821360}
-
Leonard Grey authored
This is the boundary between Commander internals and the rest of the system. Also includes the enable check and current logic (command line flag), though nothing will happen until Initialize is hooked up (and nothing *interesting* will happen until the WebUI CL lands). Bug: 1014639 Change-Id: I9063766657fb4bceb8bbf11faab8655b515315a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500245 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#821359}
-
Mei Liang authored
This CL annotates the OverviewModeBehavior and OverviewModeObserver interface, and the EmptyOverviewModeObserver class as deprecated to avoid new usage. Change-Id: Ic1f0da301e67a0f302492c9e1f41fab3b2a5fbb3 Bug: 1108496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501071 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#821358}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/47c8f45b..20aa521f Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I22e0197ef32e327e24eb2696ea4a27f333eb3590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502671Reviewed-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@{#821357}
-
Wei Li authored
SetFocusForPlatform() was used to override Button and its subclasses' focus behavior. Now the platform default focus behavior becomes Button's default setting. This API is no longer needed. Bug: 1001103 Change-Id: I565e9e85b7146b35794d52a23df2143e7008d3c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499421Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#821356}
-
danakj authored
Also test that it can IgnoreResult a callback with arguments and the resulting callback will still accept those arguments. R=dcheng@chromium.org Bug: 1140582 Change-Id: If01cd5442f1ef0185fce74f6952cbdf54aaef07a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503769Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#821355}
-
Kyle Milka authored
Add a few share features to the testing config. These features will be tested in beta soon as the sharing hub is launching. Bug: None Change-Id: I960930af2185b30bb749609084bc1bd76bb03d5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495403 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#821354}
-
RJ Ascani authored
The FuchsiaCdmManager needs to create directories for each origin to pass to the platform CDM services to fulfill EME origin isolation requirements. The FuchsiaCdmManager runs on the main thread and the calls to CreateDirectoryAndGetError are potentially blocking. This CL moves the directory creation step to a background task. Bug: 1140655 Change-Id: I060edc909976e7b5a493afc3bc9a2a26e26994be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500532Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: RJ Ascani <rjascani@google.com> Cr-Commit-Position: refs/heads/master@{#821353}
-
Tim Song authored
The new Delegate class is called to open the connected device settings UI. This refactor is allows: * logging the current screen when the button is pressed * a unit test case for pressing the settings button BUG=1138137,1106937 Change-Id: I71af2ec6c00813536c15f684fdb8459f4671cada Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501072Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#821352}
-