- 20 Nov, 2020 40 commits
-
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/94b2c943..8a682e08 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: I087edc79426e22548a7c7d7527591ff255a5d760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552743Reviewed-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@{#829783}
-
Frank Liberato authored
Due to what appears to be framework bugs, android sometimes calls back on the UI thread when tearing down Dialog-based video overlays. Since they should run on a separate thread, this causes the framework to issue strict mode violations / other bad things. This CL moves overlays to the browser UI thread, so this no longer is a problem. As part of this, it introduces a sync call on the browser UI thread when the Dialog is lost after we have provided a Surface to the client, since we must (by Android API) quit using the Surface once surfaceDestroyed is sent by the framework. Bug: 1148995 Change-Id: I96237a7c5852837f2d9cb7f5e57908f267de7b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545773Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#829782}
-
Chris Sharp authored
Change-Id: Ic02543fcb182325269bacc00cb79e389471a0215 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551489Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#829781}
-
Kyle Milka authored
Make 3P app icons larger. Rework the padding for all share sheet items so the tap target takes up the entire height. https://screenshot.googleplex.com/DwKgdDxahoETPCz.png Bug: 1148914 Change-Id: I78524a78aa0350552860404082616cbf3891e228 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542728Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#829780}
-
Omar Morsi authored
Add a special case for public_slot==system_slot in GetKeyLocations. After the system slot is ready, SystemTokenCertDbInitializer creates an NSSCertDatabase instance to be used as a wrapper for the system slot. SystemTokenCertDbInitializer initializes the public slot of the created NSSCertDatabase to be the same as the system slot just as a dummy value because NSSCertDatabase expects public_slot to not be nullptr. This introduced a problem while trying to retrieve key locations on login screen, because on login screen, the NSSCertDatabase instance initialized by SystemTokenCertDbInitializer is used in PlatformKeysService. Bug: 1150973 Change-Id: I58a7f968bd688ad118eb58431dad6c74a2cf4513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550643 Commit-Queue: Omar Morsi <omorsi@google.com> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#829779}
-
John Abd-El-Malek authored
Bug: 1147533 Change-Id: I47353963624662f5b09c3be7db314effb0aa75c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545368Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#829778}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ib54db2306b8e91457f029254a63482fd3365373a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552239Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#829777}
-
Tanya Gupta authored
Finished logic to call PaintPreviewBaseService to generate bitmap and added support for deletion of all long screenshot files. Bug: 1142520 Change-Id: Ic188e5b2b5bcdb11e188a997d9de67972d6e0dd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550177Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Tanya Gupta <tgupta@chromium.org> Cr-Commit-Position: refs/heads/master@{#829776}
-
Ehimare Okoyomon authored
Screenshot: crbug.com/1140475#c3 Bug: 1140475, 1077766 Change-Id: I126df572f323fc1f763de0b5806355a4766892c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550794 Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#829775}
-
Joe Downing authored
This CL adds a new string and host message which will be used to log host output to the Windows event log as part of our work to increase debugability. Since this new message has no localizable components, I'm adding a tag to skip the screenshot requirement. Note that adding a new message requires updating a number of static files in third_party. Bug: 1144185 Change-Id: I9d940b94ba0bb3bef32602cec97fdf1c57911184 Skip-Translation-Screenshots-Check: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542547Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#829774}
-
Wenbin Zhang authored
This CL allow perf_benchmark to check for available possible_browser before it tries to find one. This is the second step of the fix for crbug/1149275#c6 Bug: chromium:1149275 Change-Id: Ifb771363ba73d4d5cb83e58ba1e8e1f703ed182a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550180 Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#829773}
-
Alison Maher authored
Forced colors should now happen at used value time. This change adds an internal property to store the forced colors value of background-color. This internal value is then applied to the visited /unvisited background-color at used value time when appropriate. The other forced color properties will be moved in follow up changes. Bug: 970285 Change-Id: I96f00e7ab1a595c4aed6c859dcba78bea476fb9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509029Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/master@{#829772}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1605873573-9397db153d32d8ff4c4f46949924e1cd67fa6977.profdata to chrome-linux-master-1605895128-ea3f86e674d4361d5284b25de8910e19181b674b.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id26fe3ba831edd31cb69c75c8db295d1f7ab109a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552669Reviewed-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@{#829771}
-
Ben Joyce authored
This basically removes: https://chromium-review.googlesource.com/c/chromium/src/+/2493822 Bug: 1138506 Change-Id: I17eeea4d7e54cb867529f89afdd45f0f7fe60a0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2530349Reviewed-by:
Haiyang Pan <hypan@google.com> Commit-Queue: benjamin joyce <bjoyce@chromium.org> Cr-Commit-Position: refs/heads/master@{#829770}
-
Mirko Bonadei authored
These bots have been switched to the hermetic mac toolchain by https://chromium-review.googlesource.com/c/chromium/tools/build/+/2550659. Bug: webrtc:12212 Change-Id: I03c935e625611cfb9e5f3abbb110d6b3eca7cd16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552585Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#829769}
-
Xinghui Lu authored
Bug: 1150713 Change-Id: Ibffa010d24ff74fae1640e2c8becfbcf58e47acf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552237Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#829768}
-
Azeem Arshad authored
+ Fixed issue with pending profile check in Enable and Disable methods. + Moved TestObserver to separate file. + Moved common test setup and teardown into ESimTestBase class. + Moved common utility functions to esim_test_utils.cc. + Added tests for Euicc and ESimProfile classes. These tests were mostly copied from previous esim_manager test with minor changes. Bug: 1093185 Change-Id: I669fb613f567c53837104778f3714c3e5a591344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545687 Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#829767}
-
Mingjing Zhang authored
The test virtual/android/fullscreen/video-scrolled-iframe.html is already marked Slow but still has flaky timeout failures on Linux SkiaRenderer Vulkan. Mark as Timeout Pass to suppress. Bug: 1150545 Change-Id: Ic77f90db8fb8a9078c9f308a58c26583d162ab20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551848 Commit-Queue: Mingjing Zhang <mjzhang@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Auto-Submit: Mingjing Zhang <mjzhang@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#829766}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/16973d613fed..2f47910c9ce3 2020-11-20 treehugger-gerrit@google.com Merge "Slightly improve performance of ScopedSpinlock." 2020-11-20 fmayer@google.com Merge "Reuse existing build id strings." 2020-11-19 treehugger-gerrit@google.com Merge "Do not include header when test isn't run." 2020-11-19 treehugger-gerrit@google.com Merge "[docs] Add docs on debug slices" 2020-11-19 treehugger-gerrit@google.com Merge "consumer sdk: Handle tracing sessions without matching data sources" 2020-11-19 treehugger-gerrit@google.com Merge "service: Fix ALL_DATA_SOURCES_STARTED event without instances" 2020-11-19 treehugger-gerrit@google.com Merge "Do not run POSIX watchdog when watchdog is compiled out." 2020-11-19 hjd@google.com Merge "traced_probes: Parse printk formats ftrace fields" 2020-11-19 treehugger-gerrit@google.com Merge "Add unittest for ParseProcInfo." 2020-11-19 treehugger-gerrit@google.com Merge "metrics: Remove trace-categories from chrome_event_metadata" 2020-11-19 fmayer@google.com Merge "Do not churn AllocRecords." 2020-11-19 lalitm@google.com Merge "Add all platform files to symbolizer build" 2020-11-19 treehugger-gerrit@google.com Merge "Fix missing "AS" in metrics docs' query example" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ife14e26373c1187307de14c906cff8351ec82550 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552236Reviewed-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@{#829765}
-
Sorin Jianu authored
This renaming affects the updater COM server for Windows. Roughly, the following renamings were done: UpdaterControl -> UpdaterInternal updater_control -> updater_internal Bug: 1151106 Change-Id: I28dc034d5bda2b40e52701d5da9172a5f361fe77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552801Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#829764}
-
Dale Curtis authored
Surprisingly the ImageDecoder may be collected during async function execution without this. R=eugene Bug: 1148159 Change-Id: Id9ca591c79f848425548d5e4c97686fc1cc1ec94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551639 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#829763}
-
Toni Barzic authored
When the number of pages in the model associated with the app list page switcher view changed, the page switcher would update it's layout by calling Layout() - this would not update the parent layout so buttons for added pages may get shown outside the visible page switcher bounds. This changes layout to PreferredSizeChanged(), which will invalidate the view layout and update the "ancestor" layouts in addition to the page switcher layout. BUG=1101969 Change-Id: I1c978a6a5c3279c8807defc4cb513712a19499ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552625 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#829762}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d99bf143c616..fd3678a79ddd 2020-11-20 bmeurer@chromium.org [ux] Optimize sidebar order in the Sources panel. 2020-11-20 brgoddar@microsoft.com Screenshot: disable screenshot command in PWA 2020-11-20 alexrudenko@chromium.org Implement APCA contrast in inspector overlay 2020-11-20 patrick.brosset@microsoft.com [Flex] Draw empty space in persistent overlay and on-hover of styles pane 2020-11-20 tvanderlippe@chromium.org Use TypeScript-authored files in emulation/ 2020-11-20 alexrudenko@chromium.org Enable TypeScript for TextEditorAutocompleteController 2020-11-20 tvanderlippe@chromium.org Use TypeScript-authored files in cookie_table/ 2020-11-20 jacktfranklin@chromium.org Update NodeText to apply classes for multiple descriptors 2020-11-20 sigurds@chromium.org Replace field on HTMLElement with WeakMap If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1011811,chromium:1121900,chromium:1122511,chromium:1150832,chromium:1151059 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I77b426127db0ad260d26571e95ec868ab17d31d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552567Reviewed-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@{#829761}
-
Kramer Ge authored
This CL unilaterally disables sync page flip testing on Chrome OS boards that still use the legacy video decoder (e.g. rk3399 and Broadwell). Disable logic shall be removed when CrOSVideoDecoder is fully enabled. Change-Id: I38a377a4ff9a31ce4db325015439e8bdff62aebb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2529197 Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#829760}
-
Alex Turner authored
What: navigated_frames_ now contains FrameTreeNode IDs instead of RenderFrameHost pointers. Accordingly, elements are removed on FrameDeleted() instead of RenderFrameDeleted(). Also clarifies an existing comment. Why: This should have no effect on the current throttle manager behavior as cross-process navigations should be committed. However, this will allow for a future cl (crrev.com/c/2419372) to distinguish between a frame's initial navigation and a cross-process navigation. Bug: 1147282 Change-Id: I2684404dc3fc49a9e758e740cd3e3197d8d6cd93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527348 Commit-Queue: Alex Turner <alexmt@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#829759}
-
Robbie McElrath authored
This reverts commit 5c26c215. Reason for revert: Dependency CL was relanded with fix. Original change's description: > Revert "[WebLayer] Create FragmentHostingRemoteFragmentImpl" > > This reverts commit d5f58580. > > Reason for revert: A CL this depends on got reverted > > Original change's description: > > [WebLayer] Create FragmentHostingRemoteFragmentImpl > > > > This CL removes the fake FragmentActivity from SiteSettingsFragmentImpl > > and MediaRouteDialogFragmentImpl, replacing them with a Context that > > hosts the fragments instead. This is possible now that we've landed > > the bytecode rewriting that changes the return type of > > Fragment.getActivity() from FragmentActivity to Activity. > > > > Bug: 1123216 > > Change-Id: I98c2c07eb348d6833ca2e5d976110f7f29b5359e > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523751 > > Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> > > Reviewed-by: Evan Stade <estade@chromium.org> > > Reviewed-by: Scott Violet <sky@chromium.org> > > Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#828649} > > TBR=sky@chromium.org,finnur@chromium.org,estade@chromium.org,rmcelrath@chromium.org > > Change-Id: I2b83becfef2a92bd878bf32ae3aa5b750853a752 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1123216 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547783 > Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> > Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828839} TBR=sky@chromium.org,finnur@chromium.org,estade@chromium.org,rmcelrath@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1123216 Change-Id: If09c3da193ba75a240ddaf24ac2d82e8137f0cab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547945Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#829758}
-
Sky Malice authored
Bug: 1142979 Change-Id: I6920bbb13b8ce95ab18067ccc8409614e640cb5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551618Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#829757}
-
Cody Northrop authored
Fixes downstream ANGLE build using MSVC. Bug: 584575 Bug: 1151327 Change-Id: Idc0176ada20822929f8074e4c388f767bd262fc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552542Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com> Cr-Commit-Position: refs/heads/master@{#829756}
-
Ben Pastene authored
crrev.com/i/3419350 allocates the machines for this switch. Bug: 1140727 Change-Id: I008b3755f3bdee1ccc3b72ddd3d3f238ef7a2ff4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551592Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#829755}
-
Jeroen Dhollander authored
The AssistantTimersBrowserTest.ShouldTickNotificationsAtRegularIntervals is meant to test that each update to a timer notification comes around 1 second after the previous update. However, that is not correct, as the time between showing the notification and the first update can be much less than a second. This is because the notification is shown as soon as the timer is created, but updates are only ticked on full seconds. This started failing for me locally when regenerating the test data. Bug: b/170170824 Test: This is the test :) Change-Id: Ia0d0bdafc4ca975c49243511a54ac0c0ab6b5ac2 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551077 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#829754}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/e1193a50d55f..8dae1eb937cb 2020-11-20 miu@chromium.org Allow Cast Standalone Receiver to bind to loopback device. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org 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: jophba@chromium.org Change-Id: If01d2841a1f4477914feb6f00e2e870c2efb8e90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552232Reviewed-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@{#829753}
-
Dan Sanders authored
In this CL: - AudioDecoder, VideoDecoder, and their dependent interfaces are exposed to DedicatedWorkers. - VideoDecoder hops to the main thread to obtain GpuVideoAcceleratorFactories (and the shared media graphics context). - WPT tests are converted to also run in dedicated workers. - All WebCodecs interfaces that were exposed to Workers are reduced to DedicatedWorkers. Bug: 1138676 Change-Id: I4be7100deddea60828049e645ac669c9ca0381c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2545869 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#829752}
-
Lijin Shen authored
1. onDown is unnecessary for some feature codes and can fail some tests. 2. Overriding this on the feature code side. Bug: 1149646 Change-Id: I9174f968090db5288729c5e6892639a8675f8670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542673 Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#829751}
-
Azeem Arshad authored
This crash was caused because when bluetooth is powered off, the scroll contents is cleared but references to scanning message and headings were not being cleared. This caused the scroll list update code to re-use bad references to these views when bluetooth is turned on again. Added a unit-test to cover this case. Fixed: 1145711 Change-Id: I041ba86e4e17e8a12b9c45191d87a67bd0254801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550524Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#829750}
-
danakj authored
This makes it easier to test the same edge cases on all bitmap types. And in this CL we add tests for the BitmapMappedFromTrustedProcess mojom struct as a result. R=dcheng@chromium.org, fmalita@chromium.org Bug: 1144462 Change-Id: I04a33814f5a7684f59c62144015af1b8689a4c0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551350 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#829749}
-
Alice Wang authored
This CL adjusted the AccountPickerBottomSheetCoordinator to test the public ctor of AccountPickerBottomSheetCoordinator. Bug: 1150862 Change-Id: I8223b563ac486864aac0d23006d533c694660f52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550788Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#829748}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/26ced490899d..9c0dc3026eed 2020-11-20 sokcevic@google.com Replace non-inclusive terms 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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: chromium:1118410,chromium:1118413,chromium:1118422,chromium:1118424,chromium:1118426,chromium:1118428,chromium:1118430,chromium:1118434,chromium:1118438,chromium:1118442,chromium:1118453,chromium:1118454 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Id77126ef74b3a07646f827e21ae0f073b0548a7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552667Reviewed-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@{#829747}
-
Ryan Sturm authored
Bug: 1151380 Change-Id: Iec7517cf1f0914400b63653a1c2cb48e0558578f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552707Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#829746}
-
Ken Rockot authored
This modifies the credentialmanager web tests to use JS modules for most script resources, including for Mojo JS. Bug: 1004256 Change-Id: Ice3d8f698bef48901640fdb4926a6af01f8db667 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551301Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#829745}
-
Adithya Srinivasan authored
This is a reland of bbf9dd65. It fixes the failing test by waiting for adoption to complete before ending the test (having a pending adoption causes shutdown problems on mac). Original change's description: > Portals: Fix a11y for orphaned portals > > Orphaned portals [1] don't have a RWHV (but did at some point), and can > have AXTree updates sent from its renderer process which would be > subsequently ignored in the browser process (due to there being no RWHV). > Once an orphaned portal is inserted into the DOM tree, we create a RWHV > for it, and at this point any new AXTree updates received will be invalid > as the browser's tree state is different from the renderer's. > > To fix this, this CL makes BrowserAccessibilityManager creation > independent of a view being present. The view is only used on android > to pass it a pointer to WCAXAndroid, and we now do this through > a BrowserAccessibilityDelegate method. > > [1] See "orphaned" here: https://wicg.github.io/portals/#concepts > > Bug: 1139784 > Change-Id: Ifdebe1f05e37a6f704b937101ea44bb824cf045b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499861 > Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> > Reviewed-by: Aaron Colwell <acolwell@chromium.org> > Reviewed-by: Kevin McNee <mcnee@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#827803} Bug: 1139784 Change-Id: Ie5fb940bf0e04c9789f093e60991324c54961ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542812Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kevin McNee <mcnee@chromium.org> Reviewed-by:
Aaron Colwell <acolwell@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#829744}
-