- 15 Dec, 2020 40 commits
-
-
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: Iea319ef80b0aa8e5391a79c9834eca871ad161d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592133Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#837090}
-
arthursonzogni authored
Check what happens when opening an about:srcdoc window from a sandboxed about:srcdoc iframe. This patch was intended to be one of the regression tests for https://crbug.com/1158306. At the end, I realized it isn't. It is still worth adding it. The real test where Chrome fails will be added in: https://chromium-review.googlesource.com/c/chromium/src/+/2587047 Bug: 1158306 Change-Id: I2f6f7468564c66c17b679c4007cc6b4e26cb980c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584812 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#837089}
-
Joshua Pawlicki authored
This should reduce flakiness of the updater_tests's IntegrationTest.* suite. Also re-enables one such disabled test, which should now be more reliable. Bug: 1151333 Change-Id: I1c5d920f7aaed5c51e717333e77c04d670383196 Fixed: 1151333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2590055 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#837088}
-
Al Muthanna Athamina authored
This CL was created automatically with tools/perf/update_wpr script R=johnchen@chromium.org Bug: chromium:1158374 Change-Id: I332718280875f9a4b8c08e27d2f700f510c6a24a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584939Reviewed-by:
Tamer Tas <tmrts@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tamer Tas <tmrts@chromium.org> Auto-Submit: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837087}
-
Brian Ho authored
Currently, fixing exo bugs for Lacros is cumbersome due to version skew between Lacros/ash. In a single CL, we ideally want to 1) land an exo fix and 2) land a conditional workaround in Lacros until ash is uprevved to actually include the exo fix (see the bug for a real world example). To remedy this, this CL introduces a new |bug_fix| event that sends down IDs of bug fixes present in exo when the zaura_shell is bound. Clients (notably |ui::WaylandZAuraShell|) can listen for this event and gate features on the presence of certain bug fixes by calling |WaylandZAuraShell::HasBugFix(bug_id)|. Bug: 1151508 Change-Id: Iec39e32c4b507545aaf59c0a73f3fa61f9a7e3ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568204 Commit-Queue: Brian Ho <hob@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837086}
-
Marc Treib authored
#newTabButtonHidesAndRecoversOnboarding is flaky (like a few other tests in the same suite) Tbr: arbesser@google.com Bug: 1157339 Change-Id: I8122ac9d6fc937d4e8b2c505b6aaa769605f1d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593098Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837085}
-
Joshua Peraza authored
bccb9504d1fb Roll crashpad/third_party/edo/edo/ 97121c640..6ffbf8331 (19 commits) 70f1ec86f95d ios: Fix setup_ios_gn.py after gn roll 0917d31d19ef Update lss README.crashpad to point to corrected name for license ed132d5ec247 [syslog] Expect logsink client includes 121d92ca3f1a Roll crashpad/third_party/mini_chromium/mini_chromium/ cb82d7129..c748b289b (2 commits) 6c270cf239df linux: Refactor test modules 20cbfa49719c linux: Use mmap for attachments in PtraceBroker 00491d58ee29 linux: Correct handling of load bias 83f194ee8544 linux: Add linux-gate.so to valid vdso prefixes ddcffd8675b4 [util] Remove redundant std::allocator type name for C++20 1e76cbbe5a47 mac: Depend on the //build/config/mac:sdk_inputs target for MIG actions 0886a625cc3b linux: Disable test module with sanitizers 2f7d40c405fd linux: disable test module in more tests 44de18ca37f6 Fix instances of undefined behavior 8bf3cdd977a0 linux: fix build breakage Bug: chromium:1147922, chromium:1128441 Change-Id: I81fb22747cf33e158072657756e4c5004835ae98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586769 Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#837084}
-
Bill Budge authored
- Simplify the code to improve readability. - Correctly enables SABs at render process start in case we have the COI bit. Bug: chromium:923807 Change-Id: I4f52ec30f76864200f8a92f109603b59eb11c8da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582358Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#837083}
-
Roman Sorokin authored
Bug: 1100942 Change-Id: I5d32b376e2a7118509c27526534a18e0bc5080ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584302 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#837082}
-
chromium-autoroll authored
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 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I015c4a5f947923e09e47e8746a6795004feab16e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593527Reviewed-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@{#837081}
-
Koji Ishii authored
Bug: 1154531 Change-Id: I3050d4a098da0e5c6c99ff50dd1605aa08467fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592234Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#837080}
-
Hiroki Nakagawa authored
The param is always mojom::PrerenderMode::kPrefetchOnly, so it's not necessary to pass it. Bug: 755921 Change-Id: Id595b125d66569be5ed53e81356a845c52f1ca85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591843Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#837079}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1608011028-37ee37c5688aac3dda9b54957c6e72d180559ab7.profdata to chrome-mac-master-1608033365-b773312111f7e1aa196b8e797089c32200e6b39a.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-mac-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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ic2d14a7c1667a238fd742e7bc72ef9fc4eaac7a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593532Reviewed-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@{#837078}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/43c39a1ba42a..985db28c6fae 2020-12-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 24bbbbb25f7d to 8df62847f40a (16 revisions) 2020-12-15 cwallez@chromium.org Introduce SubresourceStorage (2/N): Merge If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC rharrison@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: rharrison@google.com Change-Id: Ia7d1374d65a8080d71ad89c735d9e824c156e49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593419Reviewed-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@{#837077}
-
Ewann authored
This CL updates the TableViewURLItem according to this mock: http://slides/1oQp4K1J_Ue0U6Obsy-73PWD9wzuU4OhDEJczu82kXk8#slide=id.g5402559cba_0_444 Bug: 922511 Change-Id: I0ea43a1d5d1ad8ba156aac1586327c854627b4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587046 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#837076}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1608011028-611df610f2c75b863fafaf646a645c4fa934a0f1.profdata to chrome-linux-master-1608033365-e862b5d2dea1d73e4832544c4ed0bdce55caf8f7.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: Id717faffd6b278b82e2ad1ca3e98e32c3c854daf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593531Reviewed-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@{#837075}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0ca983b04e6b..9fd03062f5fd 2020-12-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-12-15 tvanderlippe@chromium.org Remove css_overview-legacy.js 2020-12-15 andoli@chromium.org [module.json extensions] Migrate network settings 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:1127902,chromium:1134103 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I75e3954dcaefe5b7bc605c552d07cc111b3b22e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593530Reviewed-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@{#837074}
-
Camille Lamy authored
This CL ensures that COEP is properly set on the RenderFrameHost after a back/forward navigation. Bug: 1021846 Change-Id: Ie6b30d9c82ffca42fef4f6f1d6b248fa656c5ec0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579971 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Auto-Submit: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#837073}
-
Yi Gu authored
Bug: None Change-Id: I418130add9341582be7a85e30f77c83818830e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591108 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#837072}
-
Amr Aboelkher authored
This CL is adding the updated monorail component for the enrollment. BUG=chromium:1157853 Change-Id: Ie6416c626237fbf7c449bff2f6684efcacd6cbdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584930 Auto-Submit: Amr Aboelkher <amraboelkher@google.com> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#837071}
-
James Vecore authored
kInProgress transfer updates were being logged multiple times making logs hard to read. Change-Id: I7e1ea61db26e9532c415be86ca8feea1c9573883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591775 Auto-Submit: James Vecore <vecore@google.com> Reviewed-by:
Josh Nohle <nohle@chromium.org> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#837070}
-
Alexander Dunaev authored
This is [1] replicated over the fresh ToT. There is a proxy class that ensures that GPU sends back correct visuals on X11. The class was declared in the anonymous namespace in the content/browser/browser_main_loop.cc, which made it impossible to use on Ozone. This CL extracts the proxy and makes it available to use through the PlatformGLEGLUtility interface. In addition, the obsolete VisualID type used in gfx::GpuExtraInfo is replaced with the x11::VisualId. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2252102 Bug: 789065 Change-Id: I6390ef8bc89cf118944be42fde78fd64a6c3d36d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562182Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#837069}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/bf6b965f..4baf1b64 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: I1928b47f73ca42b4dc39aebd9842f86a28ca7d10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593507Reviewed-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@{#837068}
-
Al Muthanna Athamina authored
This CL was created automatically with tools/perf/update_wpr script R=johnchen@chromium.org Bug: chromium:1158374 Change-Id: Id6ae2d03a0de204b498a5548caf64d751cd1d63e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589856Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Tamer Tas <tmrts@chromium.org> Commit-Queue: Tamer Tas <tmrts@chromium.org> Auto-Submit: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837067}
-
Marc Treib authored
This reverts commit 84f1c409. Reason for revert: Broke OverrideUnknownPerformanceHintsObserverTest.HintFetchingNotEnabled on Linux TSan, see crbug.com/1158739 Original change's description: > Implement read-only mode for Optimization Guide when in incognito > > Bug: 1151087 > Change-Id: I4a6074a01793c5a97de7f07e14ccbd133ef6cb51 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586246 > Reviewed-by: David Roger <droger@chromium.org> > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Reviewed-by: Michael Crouse <mcrouse@chromium.org> > Commit-Queue: Sophie Chang <sophiechang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#836442} TBR=droger@chromium.org,tbansal@chromium.org,sophiechang@chromium.org,mcrouse@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1151087, 1158739 Change-Id: Ic9c6142d2b1087010b75e9deaab3d0cfcb714762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592992Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837066}
-
Jan Krcal authored
A previous CL introduced a DCHECK on identity_manager_observation_ in ProfilePickerView::OnProfileNameAvailable(). This CL fixes the DCHECK by an early return in OnExtendedAccountInfoTimeout(). Without this early return, OnProfileNameAvailable() got called mostly twice, violating the DCHECK. Bug: 1126913 Change-Id: Ie1a5457e16cea57a281c83abf005d4b6def9ea47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592788Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#837065}
-
Guido Urdaneta authored
This is a preparation CL to make GetWeakPtr() pure virtual. Since creating the track adapter requires a weak pointer to the source, it will not be possible to create it in the source constructor when GetWeakPtr becomes virtual. Bug: 1158227 Change-Id: I480d22da45632aacb227776c326a9f00135215f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588908Reviewed-by:
Elad Alon <eladalon@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#837064}
-
Christoph Schwering authored
Simplified and traditional Chinese are represented by zh-CN and zh-TW, respectively, by Translate's language detection. This CL replaces "zh" with the "zh-CN" or "zh-TW", respectively. Bug: 1142413 Change-Id: Id19c3fa0f081a91ca35ec775f3a6d3567e78dcc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584809 Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by:
Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#837063}
-
Josiah K authored
Fixed: 1158669 AX-Relnotes: N/A. Change-Id: I6712108de8d9cbbcf55223246ed9c22ad11df63d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592394Reviewed-by:
Josiah Krutz <josiahk@google.com> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Auto-Submit: Josiah Krutz <josiahk@google.com> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#837062}
-
Emilio Cobos Álvarez authored
I2S: https://groups.google.com/a/chromium.org/g/blink-dev/c/d4UdwpPDXJM/m/J-o_C_kqAwAJ Fixed: 1086855 Change-Id: Ib37d2d8bf4a983ce93445ca0efdf765d3f98935f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584810 Commit-Queue: Emilio Cobos Álvarez <emilio@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Auto-Submit: Emilio Cobos Álvarez <emilio@chromium.org> Cr-Commit-Position: refs/heads/master@{#837061}
-
sebsg authored
Bug: 1158587 Change-Id: I3e58732dd4eccaa1ec05ea028433c4bc09878bdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591409 Auto-Submit: sebsg <sebsg@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#837060}
-
Robbie Gibson authored
When using the thumb strip, when the user is in the tab grid, they can swipe the BVC up from the bottom of the screen to go back to it at any time. Because of this, when switching tab grid pages, the BVC at the bottom of the screen has to switch as well. In general, the idea is that the BVCContainerViewController will always be present. In the tab grid, if the user is on a page with a tab, it the container will have the appropriate BVC. If they are on a page without a tab (Recent Tabs or incognito with no open incognito tabs), it will have no BVC but still be onscreen, ready to be filled. All of the tab grid/scene controller presentation methods now take an additional argument of whether to dismiss the tab grid after activating the given Browser/UIViewController. This allows the tab grid to request changes to only the active BVC without leading to dismissal of the tab grid. Bug: 1094335 Change-Id: I876ccaf01416caccc3bb85cccc5701527a45840a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577462 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#837059}
-
Elizabeth Popova authored
Prior to this CL, dependent locality was a part of address scheme, but was never detected in forms by Autofill. The missing parsing is implemented behind kAutofillEnableDependentLocalityParsing flag. Bug: 1154727 Change-Id: I1c3869549b0aca9f803c88d733239ed1414abc96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584843 Commit-Queue: Elizabeth Popova <lizapopova@google.com> Reviewed-by:
Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#837058}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/47ad0e88719e..0ca983b04e6b 2020-12-15 jacktfranklin@chromium.org Disable legacy patching in Lighthouse 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:1152736 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5fa4d71b6fa5a5843c3a17b309f9bbaf87376bfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593410Reviewed-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@{#837057}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/03894b364c7d..d9efbf74cf61 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC treib@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-chromeos-chrome Bug: None Tbr: treib@google.com Change-Id: Iea71419e21c02d384c59f93be1726ea5d3d93da1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593056Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#837056}
-
Ewann authored
This CL fixes the background color of ChromeTableViews. Bug: 922511 Change-Id: I47662d867da44444902de17c40a399c9b20f4399 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593111Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Auto-Submit: Ewann Pellé <ewannpv@chromium.org> Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Cr-Commit-Position: refs/heads/master@{#837055}
-
Benoit Lize authored
This reverts commit 8724c134. Reason for reland: Updated the tests. iginal change's description: Original change's description: > [PartitionAlloc] Don't perform expensive allocations to fill the thread cache. > > Bug: 998048 > Change-Id: Ie18db70f78188e4541aa4d5a0f44da2ce166524e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569664 > Commit-Queue: Benoit L <lizeb@chromium.org> > Reviewed-by: Bartek Nowierski <bartekn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#833771} Bug: 998048 Change-Id: I8bf3543b248eb2ddc30fc2b73342470b06208cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574855 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#837054}
-
Xida Chen authored
This CL converts the base::Bind in this file to base::BindOnce. There should be no behaviour change. Bug: 1152278 Change-Id: I7b3e30d51bd7d33de64458b163bb0fdbb14151fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585819Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#837053}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a349be15. 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/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/css-sizing jsbell@chromium.org, mek@chromium.org: external/wpt/FileAPI NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: I9f956b521b986568d1810454095bfc164f60da65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592131Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#837052}
-
Marc Treib authored
This reverts commit 645c8058. Reason for revert: Appears to have broken PhysicsBasedFlingCurveBrowserTest.TargetScrollOffsetForFlingAnimation, see crbug.com/1158664 Original change's description: > Make sure lifecycle updates proceed enough for IntersectionObserver > > IntersectionObserver may require sticky position information, so if > a lifecycle update is forced by IntersectionObserver, make sure it > proceeds far enough to update sticky position. > > As noted in the code comments, even if sticky position update is > moved up to the layout phase (which is planned, I think), if the > document is servicing any IntersectionObservers with > track_visibility=true (i.e. V2 features), then we will still need to > force the lifecycle update to continue far enough to enable hit > testing. That's the root cause of the bug. > > Bug: 1156937 > Change-Id: I809d822d7abf0789aea97113bc87907fdd11b345 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583159 > Commit-Queue: Stefan Zager <szager@chromium.org> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#836900} TBR=szager@chromium.org,wangxianzhu@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Ic75ec8f9d9b3d075c16f26718df781d377676bc7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1156937, 1158664 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593096Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837051}
-