Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from chromium:main #107

Merged
merged 28 commits into from
Dec 14, 2021
Merged

[pull] main from chromium:main #107

merged 28 commits into from
Dec 14, 2021

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 14, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Kuo Jen Wei and others added 28 commits December 14, 2021 03:24
Formerly, when create a worker thread, the window will only pass origin
trial tokens to the new worker. It miss the trials adding by
AddForceEnabledTrials() call. This CL fix this by passing all enabled
features to the worker instead of passing trial information.

Bug: b:201335131
Bug: 1083407
Test: Check worker thread turn on/off wasm dynamic tiering w/o config in
OriginTrialMap.
Test: ./out/Release/content_browsertests
"--gtest_filter=*OriginTrialsBrowserTest*"

Change-Id: I2f2cbf25326011e8a109eff83d04bdb1401b7a26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3313078
Reviewed-by: Jason Chase <chasej@chromium.org>
Reviewed-by: Ben Kelly <wanderview@chromium.org>
Reviewed-by: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Auto-Submit: Inker Kuo <inker@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Inker Kuo <inker@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951346}
…mplementation.

Changes:
- Adds mojo interface and QuotaInternalsUI that extends WebUIController.
- Updates BrowserInterfaceBinders to bind receiver to QuotaManagerImpl.
- Connects and displays GetDiskAvailability output to JS/HTML.
- Adds appropriate build files & integration points.

Bug: 1202165
Change-Id: Id88da8e987f7c3f54b94350c52d492f82d62e738
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3287686
Reviewed-by: Victor Costan <pwnall@chromium.org>
Reviewed-by: Ayu Ishii <ayui@chromium.org>
Reviewed-by: Alex Gough <ajgo@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Auto-Submit: Christine Smith <christinesm@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951347}
The info icon for the tab mode message was a 24px icon squeezed down to
20px. This change rectifies that issue.

Bug: 1268608
Change-Id: Ib43b7e9083f21955275d7c68d24b3b23fd430ea7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3327530
Reviewed-by: Jeevan Shikaram <jshikaram@chromium.org>
Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org>
Commit-Queue: echo linker <ajlinker@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951348}
The logic to determine if USER_PRESENCE or USER_VERIFICATION request will
be sent to u2fd currently doesn't match its comment. The behavior is
correct but the comment isn't. The correct comment should be "Requests
will be UserPresence if uv is discouraged and power button is enabled,
and be UserVerification otherwise."

Bug: None
Test: None
Change-Id: I17df97ba8c2d5ae25da02108fbce6df81e21428e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3329056
Reviewed-by: Martin Kreichgauer <martinkr@google.com>
Commit-Queue: Howard Yang <hcyang@google.com>
Cr-Commit-Position: refs/heads/main@{#951349}
https://android.googlesource.com/platform/external/perfetto.git/+log/1302b4259684..86b18b837a45

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium
Please CC perfetto-bugs@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

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/main/autoroll/README.md

Tbr: perfetto-bugs@google.com
Change-Id: I86513c2fcad3087004a64b053354a83c44033b16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336503
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#951350}
This cl just adds some additional google colors we are likely in coming
months.

Change-Id: I1f85a4dd1b4018ff7c3e001bb85dfd380a39d99a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3337156
Reviewed-by: Callistus Tan <callistus@google.com>
Commit-Queue: Zain Afzal <zafzal@google.com>
Cr-Commit-Position: refs/heads/main@{#951351}
Enables scrolling within the unseasoned PDF viewer's plugin frame,
instead of within the extension frame. Notably, this fixes autoscroll
behavior, since the plugin frame now handles its own scrolling.

This required fixes for a number of would-be regressions:

1. Some keyboard shortcuts require suppressing the default scroll
   behavior using preventDefault(), in order to behave the same as the
   shipping Pepper version. Note that there are still some pre-existing
   regressions in the unseasoned PDF viewer; these will be fixed as part
   of crbug.com/1279550.
2. Tickmarks are set using WebLocalFrame::SetTickmarks() again, instead
   of with a Mojo IPC; this had been changed in crbug.com/1199999.
3. Scrolling uses WebLocalFrame::GetScrollOffset() again, instead of an
   "updateScroll" message; this had been changed in crbug.com/1101598 to
   support the sidenav panel.

Fixed: 1271262
Change-Id: Ia98054a81766d5a0ce87820288dcc74f958d6b3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3294022
Reviewed-by: Daniel Hosseinian <dhoss@chromium.org>
Commit-Queue: K. Moon <kmoon@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951352}
This CL will update cros image version for skylab tests. CROS_BOARD_LKGM
is updated according to chromeos/CHROMEOS_LKGM; CROS_BOARD_DEV,
CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according to Omaha.

If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
Also please file a bug to OS>LaCrOS>Partner, and CC svenzheng@chromium.org,
liaoyuke@chromium.org, yjt@google.com.

R=rubber-stamper@appspot.gserviceaccount.com

Change-Id: Ib6e635a8cfab95c14e48834de6d95a4bc61a55a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336277
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Yuke Liao <liaoyuke@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951353}
Bug: 1187061
Change-Id: I320ffcf539a874fb4eed84b4674e244d3e932316
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3332869
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Commit-Queue: Minoru Chikamune <chikamune@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951354}
Add face AE metrics description in enums.xml and histograms.xml.
The client side CL is at crrev.com/c/2962832

Bug: b:173084289
Test: Build and deploy simple chrome.
Change-Id: Ia98b48627405048fa72946a29a062f32014303dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3283216
Reviewed-by: Wei Lee <wtlee@chromium.org>
Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org>
Commit-Queue: Hsu Wei-Cheng <mojahsu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951355}
https://chromium-review.googlesource.com/c/chromium/src/+/3275312
changed the What's New logic for M98 to only open a tab if the
page exists for a given milestone. However, it missed the case of
session restore, where the startup tabs aren't opened by the startup
browser creator and are instead passed to session restore. This CL
updates the session restore logic to match the startup browser
creator logic, so that no What's New tabs are opened unless there is
a page corresponding to the current milestone.

Bug: 1271106
Change-Id: Ibc47ffd21aef42a18a80627d76f7f7fc67ed80cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3331237
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951356}
* This is an automated release commit.
* Do not revert without consulting chrome-pmo@google.com.
NOAUTOREVERT=true

Change-Id: I4e97f1f9757b2ff89b8540e7172cb5beeeb440a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336298
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#951357}
Roll Chrome Win32 PGO profile from chrome-win32-main-1639429114-87720b0be8384ff558301d485f42ba2b0d39ba92.profdata to chrome-win32-main-1639439710-4ce88bd362cfc7e18e39dc64fb166eb8bff8bb1b.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-win32-chromium
Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium main branch: https://bugs.chromium.org/p/chromium/issues/entry

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/main/autoroll/README.md

Cq-Include-Trybots: luci.chrome.try:win-chrome
Tbr: pgo-profile-sheriffs@google.com
Change-Id: I39ea882351b076fdb9de3e61a81ee38ab3b4479d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336874
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#951358}
Using wpt-import in Chromium 3d62be0.
With Chromium commits locally applied on WPT:
6ed69eb "Migrate cookie-test.js's httpRedirectCookieTest to test_driver.delete_all_cookies"
7cd9af9 "Always assume that non-auto 'columns' might create a multicol."


Note to sheriffs: This CL imports external tests and adds
expectations for those tests; if this CL is large and causes
a few new failures, please fix the failures by adding new
lines to TestExpectations rather than reverting. See:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md

Directory owners for changes in this CL:
futhark@chromium.org, andruud@chromium.org, ericwilligers@chromium.org, shend@chromium.org:
  external/wpt/css/css-cascade

NOAUTOREVERT=true
R=foolip@google.com

No-Export: true
Change-Id: I2b411d9063e120022981fb396210acf2b4e8aefb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336837
Auto-Submit: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Weizhong Xia <weizhong@google.com>
Commit-Queue: Weizhong Xia <weizhong@google.com>
Cr-Commit-Position: refs/heads/main@{#951359}
This removes NonSFI support from components/nacl/renderer/plugin.

BUG=b/200965779,1273132
TEST=Ran tryjob.

Change-Id: Id5eecdc39c3be0038b87a58670f5492d9a6a1fd7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3333782
Reviewed-by: Derek Schuff <dschuff@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Hidehiko Abe <hidehiko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951360}
- Remove device prep dialog since "updateModeInstructions" and
  "screenshotUrl" are missing from the FirmwareUpdate mojom struct.
- Add mojo_utils for string16 conversions. A follow-up CL will move
  these utils to ash/common since multiple projects make use of them.
- Update firmware_update_types to use generated mojom types.

Bug: 1252981
Change-Id: I37cce58fadf48bb6cb46d3ba1082b5bae0d6f27a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3300760
Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org>
Commit-Queue: Michael Checo <michaelcheco@google.com>
Cr-Commit-Position: refs/heads/main@{#951361}
Bug: 653354
Change-Id: Ieb6ccb8cb54f96e1c88adf4dc2b5f3cb4ca43e6a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3332870
Reviewed-by: Matt Menke <mmenke@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951362}
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll
Please CC chrome-fuchsia-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

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/main/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast
Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com
Disable-Retries: true
Change-Id: Ic241669140c3ed8eb8f7125b27b8dce4a900abe7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336476
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#951363}
This CL renames showPicker web platform tests as the HTML spec now has
showPicker defined.

Spec: https://html.spec.whatwg.org/multipage/input.html#dom-input-showpicker

Bug: 939561
Change-Id: Ife62c32989e09a8a9e3ac73182d7b8db5ee8cc91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3333922
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Fr <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/main@{#951364}
The permanent config now matches the feature defaults in
components/heap_profiling/in_process/heap_profiler_controller.cc

R=isherman

Bug: 1271555
Change-Id: I7bcc30f8327562186991c1a94676b3128cffd9e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3334921
Auto-Submit: Joe Mason <joenotcharles@google.com>
Reviewed-by: Ilya Sherman <isherman@chromium.org>
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951365}
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/fuchsia-internal-sdk-chromium
Please CC chrome-fuchsia-gardener@grotations.appspotmail.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

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/main/autoroll/README.md

Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com
Disable-Retries: true
Change-Id: Ia50076e5d52629d42972ee83e4d7ee072b0f3c25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3337359
Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#951366}
Bug: b:172340451
Test: tsc compiles
Change-Id: I8c9024940109e41dc472126f9f43742d9f65bd6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3292482
Reviewed-by: Shik Chen <shik@chromium.org>
Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951367}
Validate-Test-Flakiness: skip
Bug: 1278362
Change-Id: I99454623e78f7452cfe2854e6eaf7ada856b22fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3327785
Reviewed-by: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: Jérôme Lebel <jlebel@chromium.org>
Commit-Queue: Vincent Boisselle <vincb@google.com>
Cr-Commit-Position: refs/heads/main@{#951368}
This test has been disabled due to expiration of the test certificate.
It runs against the real (not mocked) cert verifier, which doesn't have
a mechanism to inject a timestamp for verification.

This fixes the test by regenerating the test certificate, which is now
valid until 2024-03-18.

We will track this in crbug.com/1279652, so that next time we can take
action before it expires.

Bug: 1279496,1279652
Change-Id: I53a75122876dee44ce33495aa060aa87dc1eeb56
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3337158
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951369}
https://android.googlesource.com/platform/external/perfetto.git/+log/86b18b837a45..1357bd132733

2021-12-13 octaviant@google.com Merge "ui: Fix incorrect trackId usage" am: 86b18b837a
2021-12-13 ddiproietto@google.com Enable memory end-to-end tests in cts am: 1302b42596
2021-12-11 elsk@google.com Merge "Convert to health AIDL HAL" am: 44638d7a42
2021-12-10 treehugger-gerrit@google.com Merge "tp: call close when batch trace processor is deleted" am: 6c690cf958
2021-12-10 primiano@google.com Merge "Clarify that sampling_interval_bytes must be non 0" am: 47b356b3ec
2021-12-10 primiano@google.com Merge "Update OWNERS to reflect active maintainers" am: 0bae8650b9
2021-12-10 mweastwood@google.com Merge "Allow libperfetto_client_experimental to be used with vendor and host-supported code" am: f60e7fae34
2021-12-10 mekk@google.com Moved sufficient_chrome_processes from gesture_jank to sufficient_chrome_processes.sql am: 0d6b3465fd
2021-12-10 ddiproietto@google.com Merge "Avoid busy empty loop" am: 2724a3642a
2021-12-10 elsk@google.com Merge "Fix usage to health HIDL HAL." am: 0ae6700b6b
2021-12-10 chinglinyu@google.com Merge "trace_processor: extract actual argv0 from Chrome cmdline" am: 98979112f7
2021-12-09 ddiproietto@google.com Ignore native_size if Cleaner is not reachable am: 4d37a2c761
2021-12-09 hjd@google.com Merge "ui: Update channels" am: 593db496f6
2021-12-09 primiano@google.com Speculative fix of Windows build (take 2) am: 514135fb1a
2021-12-09 hjd@google.com Merge "tools: update prebuilts for v22.1" am: 4c498af99c
2021-12-09 hjd@google.com Merge "ui: Fix hover on summary tracks (e.g. mem.dma_heap)" am: 5c1ffb9ad3
2021-12-08 primiano@google.com Speculative fix of Windows build breakage am: 0f3d962283
2021-12-08 lalitm@google.com Merge "ui: update screenshots for integration tests" am: 9203d12e37
2021-12-08 lalitm@google.com Merge "metric: Add network performance metric" am: 8aecaa34dc
2021-12-07 primiano@google.com Merge "py2to3: itertools.izip -> zip" am: ec0150cefe
2021-12-07 primiano@google.com Merge "Update CHANGELOG for v22.1" am: 2f24a5c807
2021-12-07 primiano@google.com Merge "TraceProcessor: increase HTTP max req size" am: 6b09c84648
2021-12-07 treehugger-gerrit@google.com Merge "trace_processor: Expose deltas of ftrace stats" am: c5aef76563
2021-12-07 lalitm@google.com Merge "metric: overhaul process associations in startup metric" am: dd8b3410c7
2021-12-07 treehugger-gerrit@google.com Merge "Fix standalone windows build" am: 7b8ff24c28
2021-12-07 lalitm@google.com Merge "tp: backport startup metric for cold/warm starts to API 23" am: 39062645f9
2021-12-06 lukechang@google.com trace_processor: support netif_receive_skb event am: 496f94a128
2021-12-06 hjd@google.com Merge "ui: Hide slice implementation details from subclasses" am: 17fa0d8b8d
2021-12-06 ddiproietto@google.com Merge "Accept non zero-terminated strings in ftrace fields" am: 8f32317a15
2021-12-06 hjd@google.com Merge "ui: Focus query results tab on query" am: 20c1a21e68
2021-12-06 hjd@google.com ui: Fix tooltip rendering am: b54e61f0f2
2021-12-06 octaviant@google.com Merge "ui: Fix dependency issue causing build failure" am: c949b5f8e8
2021-12-03 primiano@google.com Update CHANGELOG for v22.0 am: e9e81c0152
2021-12-03 octaviant@google.com Merge "Change experimental_flamegraph API." am: 42b4ebd694
2021-12-03 octaviant@google.com Merge "ui: Include one or more perf tracks in area selection." am: d1a0f4435c
2021-12-02 primiano@google.com Merge "TraceProcessor: Improve atrace parser" am: aeff6922a9
2021-12-02 lalitm@google.com Merge "GCC: fix ambiguous call to make_optional" am: 765c0f8ed1
2021-12-02 hjd@google.com Merge "Tweak build files to support building on ARM Macs" am: 2f654ea47b
2021-12-02 lalitm@google.com Merge "perfetto: fix activate_triggers from statsd" am: 470f122ca6
2021-12-01 treehugger-gerrit@google.com Merge "Flip default value of auto-load flag" am: 4a9b683ccb
2021-12-01 treehugger-gerrit@google.com Merge "Use template strings in pivot table unit tests for readability" am: 9296f1edfe
2021-12-01 hjd@google.com Merge "trace_processor: Fix behaviour of displayTimeUnit to match catapult" am: b3264966e5
2021-11-30 mjzhang@google.com Merge "Allow grouping of derived event tracks" am: 70f73380a5
2021-11-30 treehugger-gerrit@google.com Merge "tp: refactor batch trace processor into library" am: abe1a8bc88
2021-11-30 treehugger-gerrit@google.com Merge "Improve readability of code for query generation" am: 6b9d1d4d3e
2021-11-30 ddrone@google.com Merge "Do not render flow arrow heads for sufficiently short arrows" am: 9e18a83edc
2021-11-30 ddiproietto@google.com Merge changes I85a79ce0,I1686ff72 am: addd586e6e
2021-11-30 ddiproietto@google.com Merge "Avoid keeping slices count of all packets" am: 0cc685a47b
2021-11-30 ddrone@google.com Make the undo/redo work for programmatic changes am: d6e08a1dae
2021-11-29 ddrone@google.com Merge "Query editor: Ctrl+Enter executes only selection" am: b9dad73621
2021-11-29 ddrone@google.com Query selector: fix a bug with pressing Tab on empty line am: 889d9a924c
2021-11-26 ddrone@google.com Query editor: indent lines when pressing tab on multi-line selection am: c4b9d71ef4
2021-11-25 ddiproietto@google.com Merge changes If93d8834,I3336919b am: 01a0a0ed8f
2021-11-25 treehugger-gerrit@google.com Merge "TraceProcessor: add /websocket endpoint" am: 0e135720a9
2021-11-25 treehugger-gerrit@google.com Merge "tools: Add Websocket <> ADB:5037 bridge" am: 2426571643
2021-11-25 ddiproietto@google.com Merge "java_hprof: Regenerate the list of pids on continuous dump." am: 4a1e74713e
2021-11-25 primiano@google.com base: Add websocket support to http_server.cc am: 95dbb70373
2021-11-25 ddrone@google.com Merge "Revamp JSON validators for less boilerplate" am: d04b513ff0
2021-11-25 hjd@google.com Merge changes I9a24769e,I2a2a0482,I683ead4a am: f39772e017
2021-11-25 primiano@google.com Fix chromium build on base/http (take 2) am: e0b479c401
2021-11-25 ddrone@google.com Merge "Suppress circular dependency warnings for 3p code" am: 8308acec13
2021-11-25 ddrone@google.com Merge "Break circular dependency record_config.ts <-> state.ts" am: ed97677bb5
2021-11-25 ddiproietto@google.com Merge "Move check for write_period_ms == 0 below" am: 08dba5cbaf
2021-11-25 ddrone@google.com Merge "Remove indentation in aggregation columns of pivot table" am: 385a285b74
2021-11-25 primiano@google.com Merge "UnixSocket: use poll() for send timeout." am: 16470ed181
2021-11-24 rsavitski@google.com Merge changes If38d5fb9,I36e36b1c am: cfcbc644fe
2021-11-24 treehugger-gerrit@google.com Merge "Fix GN issues on Chromium/Win build" am: 99d21780c8
2021-11-24 octaviant@google.com Merge "ui: Update fiddle with sample Perfetto caller" am: fa096f19ea
2021-11-24 octaviant@google.com Merge "ui: Simplify some CSS rules" am: 1c7a73c503
2021-11-24 primiano@google.com base: add http_server.cc am: 44a15bef5a
2021-11-23 treehugger-gerrit@google.com Merge "tp: add support for hot reloading metrics" am: b1a8ff964b
2021-11-23 hjd@google.com ui: Update ui/README.md am: c5c000f3b1
2021-11-23 primiano@google.com Merge "[base] FlatHashMap: don't invalidate pointer if key exists" am: d5cb19a57d
2021-11-22 stha09@googlemail.com IWYU: add limits for std::numeric_limits am: 715528ea10
2021-11-19 primiano@google.com Merge "UI: Remove dependencies on system fonts" am: 03cb3fd2f9
2021-11-19 ilkos@google.com Merge "Add the gpu_mem ftrace events in the memory muxer category" am: ff20dcb60c
2021-11-19 treehugger-gerrit@google.com Merge "TraceProcessor: use FlatHashMap in ThreadStateGenerator" am: 8ac32410e0
2021-11-19 treehugger-gerrit@google.com Merge "TraceProcessor: use base::FlatHashMap<> where possible" am: 2ad1d2c636
2021-11-19 primiano@google.com UI: change icon on the "Saved Configs" menu am: 1ddb4ac023
2021-11-19 octaviant@google.com Merge "ui: Release cherry picks onto stable" am: 60140c4605
2021-11-18 primiano@google.com Merge "base: Add FlatHashMap - open addressing hashtable" am: 514e743cbf
2021-11-18 peskal@google.com Merge "Use startup metric for detecting end of user-switch" am: 2cf84d0e9c
2021-11-18 treehugger-gerrit@google.com Merge "tp: allow overriding built-in metrics using extensions" am: 942de254bd
2021-11-18 ddrone@google.com Enable recording configs by default am: 15411eae3f
2021-11-18 octaviant@google.com Merge "Release canary." am: 19fb767c32
2021-11-17 treehugger-gerrit@google.com Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master
2021-11-17 octaviant@google.com Merge "Fix flamegraph button confusion between native and java" am: f32b6ac458
2021-11-17 kaleshsingh@google.com Merge changes Id56481f3,Id618b339,I304999fa am: 406e7c3674
2021-11-17 khokhlov@google.com Merge "Add a new enum value for LoaderLockSampler threads" am: 8906f64b1e
2021-11-17 ddrone@google.com Merge "Add an error counter for unknown extension fields" am: 39f4b27694
2021-11-16 treehugger-gerrit@google.com Merge "Add visibility and priority fields to chrome renderer info" am: f890ec27af
2021-11-16 primiano@google.com TracProcessor: use SmallVector for args tracking am: be894c7414
2021-11-16 treehugger-gerrit@google.com Merge "Add crash keys to debug IPC socket hang" am: 4d59d2eea6
2021-11-16 ddiproietto@google.com Merge "Include native size in java_heap_stats metric" am: 79a1e1283d
2021-11-16 treehugger-gerrit@google.com Merge "base: add SmallVector" am: b635f14883
2021-11-16 treehugger-gerrit@google.com Merge "Speculative fix for mem watchdog crash" am: 46ca7fc784
2021-11-16 ddiproietto@google.com Merge changes I5930e6b7,I80863a68 am: 3efc6fd605
2021-11-16 octaviant@google.com Merge "ui: Update reason for removing event listener" am: faacbdad8d
2021-11-16 chinglinyu@google.com Merge "traced_probes: Implement BatteryCounters for CrOS and Linux" am: 98813637fd
2021-11-15 primiano@google.com ftrace: introduce boolean flag throttle_rss_stat am: 0436a499bf
2021-11-15 ddrone@google.com Merge "tools/test_data: Do not re-upload existing files" am: b6335fd119
2021-11-15 ddrone@google.com Merge "Display labels when a track is expanded" am: 52f14a3aa8
2021-11-15 ddiproietto@google.com Merge "heap_graph_tracker: Native size in flamegraph" am: cbec222dbb
2021-11-15 ddiproietto@google.com Import sched_waking event from systrace am: 4c15f3c93a
2021-11-14 treehugger-gerrit@google.com Merge "protozero: avoid trivial heap expansions" am: 5ed467a290
2021-11-12 lalitm@google.com tp: switch LIKE to GLOB in all metrics am: f161a9b029
2021-11-12 octaviant@google.com Merge "ui: Remove event listener once we decide the trace will be opened" am: 692344491a
2021-11-12 octaviant@google.com Merge "ui: Release canary" am: 56031b2f71
2021-11-12 ddiproietto@google.com Merge "Add options for ui/run-dev-server for address and port" am: 379ba078fc
2021-11-12 primiano@google.com base: pair AlignedAlloc with AlignedFree am: 97cab9703f
2021-11-11 bookatz@google.com Merge "Multiuser perfetto metric: omni-switch" am: ac82ee5686
2021-11-11 treehugger-gerrit@google.com Merge "Change text buttons in "Saved configs" page to icons" am: a022e5e54d
2021-11-11 treehugger-gerrit@google.com Merge "Fix file path referenced from documentation" am: f350860006
2021-11-11 lukechang@google.com metrics: Add frequency residency metric am: 476e94441a
2021-11-10 primiano@google.com Merge "TraceProcessor: introduce RefCounted<T>, remove std::shared_ptr" am: d55477b239
2021-11-10 primiano@google.com Merge "[fuchsia] Fix GetoptCompatTest/1.LongOptions flakes." am: 265419e62f
2021-11-10 lalitm@google.com tp: make LIKE case sensitive am: 1cf65eb5e9
2021-11-10 primiano@google.com Fix Windows build in chromium (Take 2) am: b09e5e0211
2021-11-10 lalitm@google.com tp: implement CREATE_FUNCTION SQL function am: 00ca67ca57
2021-11-10 treehugger-gerrit@google.com Merge "tp: move SQL metric files into 'sql' folder" am: 97378af710
2021-11-10 ddrone@google.com Fix the order of lines am: 6421a65257
2021-11-10 primiano@google.com Fix chromium roll am: d99b5d2fad
2021-11-10 treehugger-gerrit@google.com Merge "metatrace: make duration a uint64" am: ae1925bb4b
2021-11-10 primiano@google.com base: Fix Windows build, introduce AlignedAlloc am: c50345c27c
2021-11-09 primiano@google.com Merge "base: add base64.cc" am: 0d460db018
2021-11-09 primiano@google.com Merge "TraceProcessor: optimize std::sort<TimestampedTracePiece>" am: d9473d63ed
2021-11-09 ddiproietto@google.com Merge "tracebox: wait for traced_probes to register" am: d979b67e70
2021-11-09 lalitm@google.com Merge "tp: reland perf improvements to process tracker" am: 0894513760
2021-11-09 khokhlov@google.com Merge "[Trace processor] Add 2 new power rail names" am: 70b65e1ee3
2021-11-09 lalitm@google.com tp: fix compile am: 82b99102e5
2021-11-09 lalitm@google.com Merge "tp: optimize for lookup speed when computing thread_state" am: 1211dc6a51
2021-11-09 ddrone@google.com Minor style and typo fixes in pivot table code am: 0d0cfddce1
2021-11-09 treehugger-gerrit@google.com Merge "Revert "tp: simplify ProcessTracker"" am: 86710266f8
2021-11-09 treehugger-gerrit@google.com Merge changes I7544cf4e,I65bc9348 am: a4127ed8db
2021-11-09 primiano@google.com Merge "install-build-deps: always overwrite test/data changes" am: 90a3d875b9
2021-11-08 primiano@google.com Merge "TraceProcessor: add mmap support" am: 5da2295ce4
2021-11-08 primiano@google.com Merge "[fuchsia] Migrate away from /dev/zero." am: 3e7072480e
2021-11-08 lalitm@google.com tp: expose Android API level as a metadata value am: 22e62b4073
2021-11-08 primiano@google.com Merge "TraceProcesor: unique_ptr<uint8_t> -> TraceBlob" am: 6e40449546
2021-11-08 lalitm@google.com ui: rebaseline UI tests am: ae74a24e4f
2021-11-08 lalitm@google.com traced: add Android SDK level to system_info packet am: 7030e78a0f
2021-11-08 ddrone@google.com Merge "Parse process labels from proto" am: 81b34d6f3d
2021-11-08 lalitm@google.com Merge "Multiuser perfetto mteric: identifier" am: b70da326ce
2021-11-06 lalitm@google.com Merge "Add metric and derived events for dropped frames" am: 50d5e01153
2021-11-06 lalitm@google.com Merge "tp: simplify ProcessTracker" am: 8e780a797f
2021-11-05 ddiproietto@google.com Update libunwindstack for standalone build am: 856b76580e
2021-11-05 cferris@google.com Merge "Update for libunwindstack changes." am: cc9dab4fd8
2021-11-05 lalitm@google.com Merge "tp: add batch trace processor" am: a05125d5d0
2021-11-05 lalitm@google.com tp: improve documentation for thread and process tables am: 97094f5dde
2021-11-05 lalitm@google.com Merge changes I943c110b,I193d9521 am: 07b8e4f5d4
2021-11-05 primiano@google.com base: Small fix UnixSocket::SendStr testing method am: 082503ee8f
2021-11-05 treehugger-gerrit@google.com Merge "Add the go_package config to the aosp/perfetto protos" am: 9342043ac3
2021-11-05 primiano@google.com tools/test_data, one .sha256 for each binary blob am: 3d4217df05
2021-11-05 ddrone@google.com Merge "Add a button to toggle all tracks at the same time" am: 0856215770
2021-11-05 treehugger-gerrit@google.com Merge "Project import generated by Copybara." am: 7c0dd49315
2021-11-05 ddrone@google.com Merge "Add a flag to show indirect preceding flows" am: 8bbc078e08
2021-11-05 treehugger-gerrit@google.com Merge "Revert "Add the go_package config to the aosp/perfetto protos"" am: 720bf82e46
2021-11-04 treehugger-gerrit@google.com Merge "tracing: Write process descriptor from all threads" am: 85e388ed26
2021-11-04 zhihuixie@google.com Add the go_package config to the aosp/perfetto protos am: 09ceea9cde
2021-11-04 octaviant@google.com Merge "ui: Disconnect device from Perfetto tab after recording ends." am: f4c0065276
2021-11-04 ddiproietto@google.com Merge "Report objects' native_size" am: 20148077c9
2021-11-04 primiano@google.com Merge "Tracing protocol: introduce UpdateDataSource" am: cf8cab259a
2021-11-04 octaviant@google.com Fix flaky integration test. am: 5ca30d53ca
2021-11-04 ddiproietto@google.com Merge "Implement --background-wait in perfetto cmd" am: 20da682259
2021-11-04 treehugger-gerrit@google.com Merge "Update prebuilts and docs for v21.0" am: 91b94a15b5
2021-11-04 ddrone@google.com Merge "Pretty-print thread_dur" am: 3b38faf847
2021-11-04 octaviant@google.com Merge "Release stable. Use the contents of aosp/1879477 into the next stable release." am: ab69d92fe5
2021-11-04 octaviant@google.com Merge "Release canary Use the contents of aosp/1879850 in the next canary release" am: 73ec14e90e
2021-11-04 primiano@google.com Merge "[fuchsia] Use fdio_fd_create_null() rather than opening /dev/null." am: a376f59dff
2021-11-04 octaviant@google.com Merge "ui: Don't throw if metadata query does not return a value" am: a24d98f3d8
2021-11-03 lalitm@google.com docs: document RUN_METRIC am: 6dad5a0ed7
2021-11-03 treehugger-gerrit@google.com Merge "Update docs for switching to autopush channel" am: 20719ffbad
2021-11-03 lalitm@google.com Merge "tp: fix typo in aosp/1877756" am: fc87b18113
2021-11-03 ddrone@google.com Add process_label to ChromeProcessDescriptor am: 4ca9eaa988
2021-11-03 ddrone@google.com Merge "Project import generated by Copybara." am: abdb3d2bd4
2021-11-03 lalitm@google.com Merge "bazel: Bump bazel protobuf version" am: 79f5746184
2021-11-02 primiano@google.com gen_amalgamated: Fix version code am: adb22cfb36
2021-11-02 primiano@google.com Update CHANGELOG for v21.0 am: ea72787a8b
2021-11-02 lalitm@google.com Merge changes I00ba9a13,Ib45a07ff am: a8348d12aa
2021-11-02 ddiproietto@google.com Merge changes Iddae32e1,I532105b9 am: 9a54772e19
2021-11-02 ddrone@google.com Persist "Target platform" in the recording UI am: 480eed8a9e
2021-11-02 ddiproietto@google.com Merge "Stop using deprecated __system_property_get()" am: a96691940e
2021-11-02 ddrone@google.com Merge "Request categories at most once" am: 39fb1aaed4
2021-11-02 ddrone@google.com Improve error reporting of waitForPerfettoIdle am: 7eb58069e6
2021-11-01 treehugger-gerrit@google.com Merge "support updating track_event categories" am: 438b94977d
2021-11-01 ddrone@google.com Merge "Expand "Support" by default" am: 95f2ff690a
2021-11-01 treehugger-gerrit@google.com Merge "Preserve information about invalid keys" am: 6e9da5cab5
2021-11-01 treehugger-gerrit@google.com Merge "tp: reorganize startup metric" am: 64c75cd2b8
2021-11-01 treehugger-gerrit@google.com Merge "Implement a way to overwrite record configs" am: 50df86c103
2021-11-01 fdoray@google.com Merge "Add Chrome extension renderer process type." am: 21b76f070c
2021-11-01 primiano@google.com Merge "Add + to the list of characters that aren't sanitized in the post_message_handler." am: ee1f767a06
2021-11-01 primiano@google.com Merge "Replace bitwise or with logical or" am: 12003f89cc
2021-11-01 primiano@google.com Merge "Update libunwindstack for standalone builds" am: 72bdfd2f89
2021-11-01 treehugger-gerrit@google.com Merge "base: Add crash key to disambiguate watchdog types" am: 9fc477bbf9
2021-10-30 cferris@google.com Update for libunwindstack shared_ptr MapInfos. am: 9eab89ac2d
2021-10-29 treehugger-gerrit@google.com Merge "bazel: allow overriding perfetto_cc_ipc_library and perfetto_cc_protocpp_library" am: e5fc9f6263
2021-10-28 carmenjackson@google.com Update documentation for "Lightweight mode" am: 1332f5e780
2021-10-28 antonio.caggiano@collabora.com build: Install libperfetto am: 749909b8eb
2021-10-28 primiano@google.com Merge "ui: hide unsupported probes for CrOS and Linux" am: 3bcd48b7b4
2021-10-28 ddrone@google.com Make Chrome probe selectors in recording UI more compact am: 7372dc5cd7
2021-10-26 primiano@google.com Merge "bazel: allow overriding filegroup and genrule" am: b18ff987f9
2021-10-26 ddrone@google.com Merge "Save started config automatically" am: 257769498b
2021-10-25 primiano@google.com Merge "Disable watchdog in bazel, disable crash-log on Android < 21" am: 1f2c651312
2021-10-25 treehugger-gerrit@google.com Merge "Increase core count for PerfettoDeviceFeatureTest" am: c07bc31781
2021-10-21 octaviant@google.com Merge "tp: divide product to avoid integer overflow" am: ad56696114
2021-10-21 lalitm@google.com tp: bump Python API version am: 454844e69f
2021-10-21 rsavitski@google.com Merge "Add TODO for scrollability of query results within the details pane." am: 29cdd80465
2021-10-21 primiano@google.com Merge "record_android_trace: Fixes for supporting Android L" am: 766cb29e1d
2021-10-20 primiano@google.com Merge "traced: register built-in producers only in in-tree builds" am: 844b8662e9
2021-10-20 treehugger-gerrit@google.com Merge "tracing: Don't reuse trace writers from previous muxer" am: bf402916b4
2021-10-20 primiano@google.com Avoid too large stack frames when using pbzero decoders am: 343fb7a1ae
2021-10-20 treehugger-gerrit@google.com Merge "traced_probes: add crash keys to debug hang on ReadProcPidFile" am: 325af8a206
2021-10-19 altimin@google.com Merge "[tracing] {Flow,TerminatingFlow}::{Global,ProcessScoped,FromPointer}" am: 5f0b3b9c30
2021-10-19 hjd@google.com Merge "ui: Plumb engine to tracks to allow for frontend only tracks" am: d7270eb489
2021-10-19 lalitm@google.com Merge "ui: always try to draw non-sleeping slices where they exist" am: 87ea080c1b
2021-10-19 primiano@google.com Reduce stack usage of some large functions am: b3deb5eb17
2021-10-19 primiano@google.com base: Use timerfd in Watchdog and serialize crash logs am: 997ab09fc7
2021-10-18 treehugger-gerrit@google.com Merge "tracing: Allow synchronous muxer reset for testing" am: f09923e0f4
2021-10-18 lalitm@google.com tp: enforce that partitions are ints for span join am: 019a05da49
2021-10-15 lalitm@google.com Merge "tp: add support for mixed partition outer span joins" am: 9559a8a28f
2021-10-15 lalitm@google.com tp: add holistic camera metric am: 262252afee
2021-10-15 lalitm@google.com Merge "tp: allow span outer join on unpartitioned tables" am: 8ab5ebb4f4
2021-10-15 primiano@google.com Merge "base: Add crash keys" am: 04c8bc9def
2021-10-15 primiano@google.com Merge "build: don't depend on .git/HEAD in GN if .git doesn't exist" am: 77c336326a
2021-10-15 lalitm@google.com tp: fix metric queries using Windows line endings am: ab9002d68e
2021-10-15 treehugger-gerrit@google.com Merge "base: soften DCHECK for SprintfTrunc" am: 80f245ff27
2021-10-15 octaviant@google.com Merge "Do minor refactorings in adb code." am: 12aced85d9
2021-10-14 lalitm@google.com Merge "Fix ftrace imports for hosts w/ > 128 CPUs" am: d160778c81
2021-10-14 primiano@google.com Merge "base: add last PERFETTO_LOG(s) to CHECK/FATAL" am: 42967a31a6
2021-10-14 octaviant@google.com Merge "Release canary" am: 75ace344ed
2021-10-13 octaviant@google.com Merge "ui: Remove id appearing on first render for url-originating traces" am: fa68100f5b
2021-10-13 hjd@google.com Merge "ui: Remove extra space" am: 1bc2b8d2b9
2021-10-13 lalitm@google.com Merge "probes: fix incremental state invalidation for power data source" am: fa968db54e
2021-10-13 primiano@google.com Merge "base: Introduce StackString<N> for char x[N] + snprintf" am: 140839316d
2021-10-13 treehugger-gerrit@google.com Merge "Fix snprintf / strncpy usages" am: 1b72fd93fe
2021-10-13 hjd@google.com Merge "ui: Fix small log typo" am: 1353258c68
2021-10-13 hjd@google.com Merge "ui: Add query to error message on bad queries" am: 7d13c64d9c
2021-10-12 primiano@google.com Merge "base: ensure crash reporter works on monlithic binaries" am: 251c5dd034
2021-10-12 rsavitski@google.com ui: query page: make results x-scrollable again am: 9709a3d80c
2021-10-11 primiano@google.com Merge "base: Add LogRingBuffer to keep around last logs" am: a380238d9c
2021-10-11 hjd@google.com ui: Frame aggregation controller am: a24cded09f
2021-10-08 lalitm@google.com Merge "tp: massively speed up building pandas dataframe" am: 7eb719baa6
2021-10-08 lukechang@google.com Correct SQL typo that using wrong join condition. am: 43c654a1f6
2021-10-08 treehugger-gerrit@google.com Merge "metrics: add urgent ratio metric" am: a4312e1a60
2021-10-08 octaviant@google.com tp: Remove 'nr_reclaimed' from slice name and add it to 'args' am: 51d6baaff7
2021-10-08 delphij@google.com [automerger skipped] Merge "Merge Android 12" am: 18150b055f -s ours
2021-10-07 octaviant@google.com Merge "ui: Do not expand process by default when we have perf sampling information" am: e90b9fb933

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 file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

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/main/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel
Bug: None
Tbr: perfetto-bugs@google.com
Change-Id: I8671334dd14f5ca59ececbd45ad870ec5ec0a57a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3336875
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#951370}
Bug: b:172340451
Test: tsc compiles
Change-Id: I16b14757225777b6a921494662d3849f7211e911
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3290992
Reviewed-by: Shik Chen <shik@chromium.org>
Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951371}
The drop down icon is a little bit small and users might click on the
device selector strip by mistake.

This CL increase the size of the drop down button's ink drop. It also
stops the MousePressed event from bubbling to the MediaItemUI, which
brings the focus back to the tab that is playing the media.

Bug: 1279499
Change-Id: Ib7687023aec1bbf4bdaff760d16fa908aa08ac44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3334986
Reviewed-by: Tommy Steimel <steimel@chromium.org>
Commit-Queue: Muyao Xu <muyaoxu@google.com>
Cr-Commit-Position: refs/heads/main@{#951372}
Also update comlink library from comlink.js to comlink.ts (version
4.3.1) for better typing support, since we're using TypeScript now.

Bug: b:172340451
Test: tsc compiles
Test: tast run <ip> camera.CCAUISmoke* camera.CCAUIStress*
Change-Id: I8f19bcb06da3a644c17b2197f51d02fba53381bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3292652
Reviewed-by: Shik Chen <shik@chromium.org>
Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org>
Cr-Commit-Position: refs/heads/main@{#951373}
@pull pull bot added the ⤵️ pull label Dec 14, 2021
@pull pull bot merged commit d11eed6 into FairyWorld:main Dec 14, 2021
pull bot pushed a commit that referenced this pull request Aug 2, 2022
https://chromium.googlesource.com/external/github.com/pytorch/cpuinfo.git/+log/b40bae277857..beb46ca03198

$ git log b40bae277..beb46ca03 --date=short --no-merges --format='%ad %ae %s'
2022-07-27 maratek Minor refactoring of iOS/Mac feature detection on ARM/ARM64 (#108)
2022-07-27 maratek Use full syntax for ADD_TEST CMake command (#107)
2022-07-27 maratek Detect Cortex-A710/-A510/-X2 cores (#109)
2022-07-26 kulin_seth Add support for Arm FHM (#102)
2022-07-25 kulinseth Use sysctls available in macOS 12 / iOS 15 for hardware feature support. (#100)
2022-07-18 keithbsmiley Add bazel support for iOS arm64 simulator (#105)
2022-07-15 kulinseth Add support for Arm I8MM (#103)
2022-07-12 kulinseth Add Arm BF16 support for Apple platforms (#104)
2022-07-12 maratek Cleanup detection of ARM BF16 extension (#98)
2022-07-12 kulinseth Update README.md to use 'macOS' and list support for Apple silicon (#99)
2022-07-07 nshulga [GHA] Add build workflow (#97)
2022-07-07 maratek Make clog compatible with Hexagon toolchain (#95)
2022-07-05 bion Always check for x86-ish with the same regex. (#93)
2022-07-05 91903944+gaborkertesz-linaro Enable win-arm64 (#82)
2022-07-04 91903944+gaborkertesz-linaro Update googlebenchmark to 1.6.1 (#86)
2022-06-17 petrhosek Define namespace prefixed alias for cpuinfo in the CMake build (#89)
2022-05-31 weiyiw Fix arm build when -Werror enabled (#91)

Created with:
  roll-dep src/third_party/cpuinfo/src

Bug: 1329774
Change-Id: I602d9631c5355ded521af4642df97cdca45cbaf1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3797219
Commit-Queue: Michael Crouse <mcrouse@chromium.org>
Reviewed-by: Michael Crouse <mcrouse@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1030661}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.