- 28 Apr, 2020 40 commits
-
-
Ehimare Okoyomon authored
Remove hidden attribute and add template with dom-if for incognito tooltip. This fixes the tab focus regression issue. Bug: 1073749 Change-Id: I13e52e2c690a3e60aea6354aac4604f7fd5eca1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164888 Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#763578}
-
Kyle Horimoto authored
This CL performs a few renames, given that the original names had become outdated given these classes' new responsibilities: OsSettingsLocalizedStringsProvider => OsSettingsManager OsSettingsPerPageStringsProvider => OsSettingsSection *StringsProvider => *Section Additionally this class adds a virtual AddHandlers() function which will be used to migrate handlers to each *Section class in upcoming CLs. Bug: 1069849 Change-Id: Ic68ca8d406b491039aee36676a626c3d82727376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169483Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#763577}
-
Dmitry Gozman authored
We are missing loadingFailed when the request was successfull, tried to commit in the renderer but failed to do so. In that case NavigationRequest::state_ can be CANCELING or READY_TO_COMMIT. Changing to HasCommitted() should do the trick. One such scenario would be renderer-initiated navigation that was also canceled in the renderer. Bug: none Change-Id: I819b1b487715c8c7aed5cd14fa4727b5fd94b3cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161572Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Yury Semikhatsky <yurys@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#763576}
-
Stephen Roe authored
Arm64 tests are now running on CI, so test suites can be enabled on FYI for debugging. Bug: 1042512 Change-Id: Icd2b4736202847db885155341891af44382fcdaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161775 Commit-Queue: Stephen Roe <steveroe@google.com> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#763575}
-
Anastasia Helfinstein authored
Part of re-implementing the Switch Access Menu in native views. This change adds plumbing for the component extension to open the menu at a specified location with specified actions available. This code is currently not used, but will be in a follow-up change. Relnotes: N/A Bug: 973719 Change-Id: I0e5acacc0afd62d08fdd977ce42b1c935efa0756 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153594Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#763574}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/06cce0bd8dab..80edd3ccc6e2 Created with: gclient setdep -r src-internal@80edd3ccc6e2 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 yukishiino@google.com,hendrich@google.com,tommycli@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1064181 Tbr: yukishiino@google.com,hendrich@google.com,tommycli@google.com Change-Id: I029f49fbdaf1cd50bf2c8ed920193a601ad2179b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171236Reviewed-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@{#763573}
-
Jérôme Lebel authored
Sign-in UI cannot be dismiss without asynchronous calls. This was previously ignored. The new architecture is more strict, don't allow to ignore callbacks. To prepare the transition to the new architecture, all sign-in UI has to be managed by the SceneController. The SceneController already supports asynchronous dismiss of the sign-in UI. Adding AUTHENTICATION_OPERATION_ADD_ACCOUNT command to add secondary accounts. crrev.com/c/2161007 GoogleServicesCoordinator => crrev.com/c/2160911 AccountTableViewController crrev.com/c/2161027 SettingsTableViewController crrev.com/c/2165732 Fixing tests Bug: 971989 Change-Id: I8306a2d8613992bbf750abbe2a90a1ab4a1ac641 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2160911 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#763572}
-
Kramer Ge authored
OzoneDrmMojo is 100% on. This is 2nd CL to remove more Legacy IPC code in ozone. Another CL(3/3) will remove ui/ozone/common/gpu/ozone_gpu_message_params.h and related files. Bug: 620927,806092 Change-Id: Id5cdca9f98677a617a551999d89864f10b753115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167765Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#763571}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c301c370..004a4047 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: I710b21554a5fdd6ca2dc9861c94b28a683b7af75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2170469Reviewed-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@{#763570}
-
Vladimir Levin authored
This patch renames subtree-visibility to the new name: content-visibility. This should be the last time we rename this feature, since the latest name was resolved on by the CSSWG. R=aleventhal@chromium.org, cbiesinger@chromium.org, chrishtr@chromium.org, futhark@chromium.org Change-Id: I6b82b918288341a2fd984fca3e19eb6dca777dca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168007 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#763569}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9a90474af88f..97a467a3b1f0 git log 9a90474af88f..97a467a3b1f0 --date=short --first-parent --format='%ad %ae %s' 2020-04-28 nuskos@google.com Merge "Add the new gesture_scroll_id field so its in the proto ready for use." 2020-04-28 hjd@google.com Merge "Bazel: Add Java target for merged config proto" Created with: gclient setdep -r src/third_party/perfetto@97a467a3b1f0 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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I8cb2fee247355e190b526a2f3eff5a2a80aa25dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171276Reviewed-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@{#763568}
-
Lukasz Anforowicz authored
Fixed: 1071573 Change-Id: Ib1b283f204a73cac07b8adc900e228f31eac3308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171322 Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#763567}
-
George Steel authored
Move the routine to serialize true computed values to their CSSValue representations (and its helpers) from ComputedStylePropertyMap into ComputedStyleUtils. This will be used by animations code in dependent patches. Bug: 1056197, 1057307 Change-Id: Ib972c9800216e39a7f84fa68c6d408618c1653c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168647Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#763566}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1f9e2a8feb5a..1398080cdd77 git log 1f9e2a8feb5a..1398080cdd77 --date=short --first-parent --format='%ad %ae %s' 2020-04-28 jmadill@chromium.org Capture/Replay: Simplify .gni integration. Created with: gclient setdep -r src/third_party/angle@1398080cdd77 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: cnorthrop@google.com Change-Id: Iee53c70e75edfc730bc9b9ae80731deb2343ffff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2170804Reviewed-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@{#763565}
-
Jon Mann authored
Bug: 966270 Change-Id: If95c97606cfe0fde5d61ea1d3e2a441a9dd311dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165677Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#763564}
-
David Grogan authored
This patch fixes some gap logic and removes DCHECKs that were invalid. Bug: 1075908 Change-Id: I79e4359e14e9d10135c918abecb9c4031fd4e945 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171257 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#763563}
-
wutao authored
This patch renames AssistantImageDownloader to ImageDownloader and share it with Ambient mode. Bug: b/153499730 Test: passed current unittests Change-Id: I9fc2a875381184f4f370f400c27597b8ba5964d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148129 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#763562}
-
manuk authored
*Rich autocompletion background* Currently, autocompletion is limited to when the user types a prefix of the URL. E.g. 'wiki' can autocomplete 'wiki.org/thecookinglist - top awesome recipes'. Rich autocompletion will allow autocompletion even when the input is from the suggestion title or not the beginning of the URL. E.g. 'thecoo' and 'awesome reci' will also autocomplete 'wiki.org/thecookinglist - top awesome recipes'. Design doc with further details: go/richomniboxautocompletion *This CL* This is the 2nd CL for rich autocompletion. As a prerequisite for non-prefix autocompletion, e.g. allowing 'y' to autocomplete '[x]y[z]', this CL adds support for multiple discontinuaous selections to the Textfield view class and its underlying TextfieldModel and RenderText classes. Multi-selection is not used at the moment, and thus this CL will not have user facing changes. Followup CLs will use the feature and will be behind flags. Bug: 1062446 Change-Id: I6e1e6a8bc44b3e3a6ef8dcd45537edc2d683ac0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108780 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#763561}
-
Robert Liao authored
CreateCombobox is now known as CreateAndAddCombobox. Change-Id: I6143d33c0ee9efdf7c0a63d20deb6d23e9bb969d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169377 Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#763560}
-
Bo Liu authored
Last call was removed here: https://chromium-review.googlesource.com/c/chromium/src/+/1162438/ Change-Id: I606f03de97b4b4239d8ca202d61501025b76ed53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171318 Commit-Queue: Bo <boliu@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Auto-Submit: Bo <boliu@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#763559}
-
Yoav Weiss authored
Aligns the implementation with the spec. https://github.com/WICG/ua-client-hints/issues/77 discusses which Task type it should be queued on. Bug: 1070934 Change-Id: I3461f7f1a2e6346717e568008b9879f20d39a82e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166103Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Aaron Tagliaboschi <aarontag@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#763558}
-
Abhishek Bhardwaj authored
Chrome OS doesn't use or support the old wake on WiFi flag. This change removes all associated code. BUG=chromium:1074118 TEST=Compile. Change-Id: Ice29ea77301ddbdcffdc34eedaa65254ec3bdb77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163040 Auto-Submit: Abhishek Bhardwaj <abhishekbh@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#763557}
-
Morten Stenshorne authored
The first idea was to allow |limit| in HitTestCulledInlineAncestors() to be nullptr and just exit when we reach the first LayoutBox ancestor, but that wasn't good enough, as that would still trigger DCHECK failures in LayoutInline::HitTestCulledInline(), because neither ContainingNGBlockFlow() nor NGInlineCursor work if the container is a fragmentainer. Therefore, just skip hit-testing of culled inlines that are contained by a fragmentainer / column for now. This is needed by CL:2134294 Bug: 829028, 1043787 Change-Id: I22348d69b5159de56614fe28ce5456b87643afe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2170000Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#763556}
-
Yi Gu authored
crrev.com/c/2084088 implemented the necessary plumbing from blink to cc to support composited scroll-linked animations. This patch completes the ticking logic in cc. Major changes include: - Passing ticking_animations_ to cc::AnimationTimeline and ticking animations from AnimationTimeline such that cc::Animation does not need to be aware of upper level concepts such as ScrollTree. - Splitting ticking methods for time/scroll linked animations. - Using KeyframeEffect::Pause() instead of Tick() for scroll linked animations. - Updating KeyframeEffect::last_tick_time_ to base::Optional to be compatible with both time/scroll linked animations. Bug: 1023508 Change-Id: Ic1952c06205dea6ef2eaed37eceb86ae35db9c91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106820 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#763555}
-
Tommy Li authored
This reverts commit 5f5008fc. Reason for revert: Seems to be breaking the build: https://bugs.chromium.org/p/chromium/issues/detail?id=1076167 Original change's description: > Add runhooks to download PGO profiles and allow query profile path > > This CL: > 1. Adds gclient runhooks to download PGO profiles. > 2. Allows the build system to query the path to the current profile. > > Bug: 1071576 > Change-Id: I6b8954f81b61ef7362f28ca2bf585abd84e1a799 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165448 > Commit-Queue: Yuke Liao <liaoyuke@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#763123} TBR=thakis@chromium.org,dpranke@chromium.org,estaab@chromium.org,sebmarchand@chromium.org,liaoyuke@chromium.org Change-Id: If5e17b4c564b5049dea1e22c7419747504608121 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1071576, 1076167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171619Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#763554}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d70aa16fd5af..b806e17eb278 git log d70aa16fd5af..b806e17eb278 --date=short --first-parent --format='%ad %ae %s' 2020-04-28 ehmaldonado@google.com git-drover: Don't attempt to decode output of check_call. Created with: gclient setdep -r src/third_party/depot_tools@b806e17eb278 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 agable@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/+/master/autoroll/README.md Bug: chromium:1074357 Tbr: agable@chromium.org Change-Id: I69cbbb1159ace283d9616715cf046b69bc9d0976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2171042Reviewed-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@{#763553}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: Ifa25b7c95f8f5e8283c14e550d0fb394aac301c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169874Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#763552}
-
Kevin McNee authored
When we cancel an existing navigation upon portal activation, we've also been inadvertently canceling navigations initiated immediately following the predecessor's call to activate. We now only cancel the existing navigations. This also unearthed some issues that occur when a navigation which started when orphaned commits. We also fix those. Bug: 1058455 Change-Id: I78cdb0ebf548d6b9710ab8315f232ca1179817e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166386Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#763551}
-
Sinan Sahin authored
If we show or hide the offline indicator when the omnibox is focused, the omnibox loses focus. This is because the toolbar's visibility changes during the animation (compositor offsets change), which clears the view's focus. The fix (or workaround) this CL introduces is to wait until the user unfocuses the omnibox before showing/hiding the offline indicator. Bug: 1069552 Change-Id: Id462d76390895b02226c6404bcb432f0d74948db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165872 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#763550}
-
Xiyuan Xia authored
- LayerTreeHostImpl processes pending tracker info in CommitComplete to start/stop custom sequence tracking; - When a kCustom FrameSequenceTrackers finishes data collection, the data is picked up in LayerTreeHostImpl::DidPresentCompositorFrame and sent through LayerTreeHostImpl -> Proxy -> LayerTreeHost -> ui::Compositor -> reporting callbacks; Note this CL only implements the reporting code path for ui (i.e. single threaded mode). Tbr: dtapuska@chromium.org Bug: 1021774 Change-Id: I2f9af3f360cbb28a71c02908a288b85059048cc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022353Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#763549}
-
Saurabh Nijhara authored
This policy is not ready for usage. Hence, marking it with future flag so that it is not included in the documentation. When the policy is ready for use, this flag will be removed. Bug: 1048607 Change-Id: Iefd022161d5f6710da99c8c1404e7b7eb6190f47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165748 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#763548}
-
wutao authored
This patch adds an access token controller for ambient mode. It will refresh the token when entering lock screen. The following requests to backdrop server will reuse the cached token before it expires. Bug: b/148463064 Test: new unittests Change-Id: Icf882b2d0938e29e06900b4bbffea8cdc5ba1af2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149948 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#763547}
-
David Tseng authored
https://chromium-review.googlesource.com/c/chromium/src/+/1779430 introduced the section role, which is essentially just a region. In particular, we want to honor its announcements when landing on one of their descendants (an output rule's enter rule); get this by making it inherit from abstractContainer. R=dmazzoni@chromium.org Fixed: 1075615 Change-Id: I920346c2423f1b24e300456ce585421a385776e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168513Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#763546}
-
Xida Chen authored
We are seeing OOM crashes from FrameSequenceTracker, and suspect that a tracker may never be terminated. This CL adds some debugging instrumentation to investigate what happens after a tracker is scheduled to terminate. Bug: 1072482 Change-Id: Ifb96ba4e00a014cdd3d7cd83c453f6f799737ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169761 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#763545}
-
David Black authored
Problem: To add polish, SearchController closes the app list view when opening search results. Newly added Assistant search results (surfaced as launcher chips) often desire to stay in launcher(-embedded Assistant) UI which is broken by this behavior. Solution: Make it optional whether SearchController should dismiss app list view eagerly or not. Bug: b:154152631 Change-Id: Ic37220b4a8bddb45277cbce4544cfae8ac69be56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163853 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#763544}
-
Akihiro Ota authored
Bug: 684762 Change-Id: Iba524b75bbceafd69ca0af04461b5badb1a2ebd7 Relnotes: Launch ChromeVox search menus feature. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168795 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#763543}
-
mhasank authored
The UMA is sent in session manager daemon when starting ARC fails and we create backup of ARC bug report. CL of session manager daemon: https://crrev.com/c/2168746 BUG=b:149874690 TEST=None Change-Id: I532488eaf068d103cc9f3d718a247d2c5b968d3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168638 Commit-Queue: Muhammad Hasan Khan <mhasank@chromium.org> Auto-Submit: Muhammad Hasan Khan <mhasank@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#763542}
-
Andrew Grieve authored
No longer needed after recent R8 roll Change-Id: I1821bf2335f4da02db5f614361755fef24e9b185 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2170559 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#763541}
-
Tanmoy Mollik authored
Use SigninTestUtil to add test accounts instead of ChromeSigninController. Bug: 1074309 Change-Id: Ifa737a5425e348e2ea68f4d80698c94416e5f69b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165785Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#763540}
-
Travis Skare authored
Change-Id: Iac5cbeb49c3de10f9bb77a6d02abc7be50eaebc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163574Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Travis Skare <skare@chromium.org> Cr-Commit-Position: refs/heads/master@{#763539}
-