- 27 Jul, 2020 40 commits
-
-
Dominic Mazzoni authored
Some of these are tracked in a PLX dashboard, which the automatic bot that extends deadlines doesn't catch. All of these are still interesting and things we still need to track. Bug: 1088520 Change-Id: Idc3718fad9fff4f9109e971d00227c471e3d75a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319339 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#791958}
-
Andre Le authored
Enable the redesign of UI to show more information when device is managed. New UI screenshot: https://screenshot.googleplex.com/OoKao0qUf8O https://screenshot.googleplex.com/9wiTBpnxxc1 BUG=921267,1076316 Change-Id: I175f07aefc760fcbff7bd200c748350fbaec43bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316154Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#791957}
-
Lukasz Anforowicz authored
Before this CL, the test would look for "Process Model Internals" substring in page contents. This substring is present, but is populated dynamically in the "Frame Trees" pane: - WebContents: Process Model Internals, 1 frame. To make the test less dependent on when the dynamic text is added, this CL starts looking instead for "Process Internals" substring which is statically present in //content/browser/resources/process/process_internals.html Additionally, after this CL the test inspects page contents via gMock, rather than via innerHTML.search API. Hopefully, the change in this CL will make test failures easier to diagnose in the future (i.e. gMock should display mismatched |page_contents|). Before this CL, the test failure would just say that |innerHTML.search| API returned -1. Bug: 1107995 Change-Id: I83e5f45563a780b5dc8919e36ad71b2e171ac2ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317852 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#791956}
-
chromium-autoroll authored
Roll ChromeOS Broadwell AFDO profile from 86-4181.3-1595240638-benchmark-86.0.4208.0-r1 to 86-4183.25-1595848892-benchmark-86.0.4208.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-broadwell-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I835a2d5e73b782212458eadf7ddf13287c46ab0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321015Reviewed-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@{#791955}
-
Jeff Yoon authored
Passing xctest to the iOS test runner (run.py) for unittests to run with the xc test runner object. This requires the GN argument enable_run_ios_unittests_with_xctest to be True. Bug: 1001667 Change-Id: Ib7f14c5835dbe4a116f11074646704bee8754d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314134Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#791954}
-
Guillaume Jenkins authored
In preparation for moving ReportScheduler to components, the kLastUploadTimestamp and kCloudReportingEnabled prefs name must first be moved to components. Only the names are moved, so platforms need to register their own copy of the prefs. Bug: 1092432 Change-Id: I49e8bb1dd7c037de1ed5c729c42965a4cef5734c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303024 Commit-Queue: Guillaume Jenkins <gujen@google.com> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791953}
-
Yann Dago authored
Bug: 1095307 Change-Id: Ia2f45e05154e0cbd129c6aac1284c76aa23a00ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316337 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791952}
-
Adrian Taylor authored
Each time a dependency is changed, the script will now check for known vulnerabilities. This is not perfect since ideally we'd be checking on a regular cadence; it's likely that equivalent functionality will be moved into Vomit or some other automated system in the future, but this is a good interim step to ensure that a large fraction of Chrome's open-source dependencies (212 out of 717) have some automated monitoring for vulnerabilities, where they previously had only manual monitoring. Testing done: * Add this line to build.gradle and ensure fetch_all.py fails with the desired diagnostics. compile "org.jetbrains.kotlin:kotlin-stdlib:1.2.70" * Add --ignore-vulnerabilities and ensure it continues. Bug: 1105911 Bug: 895969 Change-Id: If017d73765ef366959595facb000fc52a528cd08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317706 Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#791951}
-
Maria Villarreal authored
Issue: - When On startup setting is set to "Continue where you left off", the initial focus is not set after launching the browser. - Users have to press Tab to focus the window. - This affects users who rely on screen readers since the window information is not announced on launch (on UIA mode). More context: - The line calling SetInitialFocus was previously in the code but got removed after a startup focus refactor: https://chromium-review.googlesource.com/c/chromium/src/+/1313728 - The refactor added the call to RestoreFocus on BrowserView::OnWidgetActivationChanged if the property restore_focus_on_activation_ is set to True. This property gets set during BrowserView::Show, but only in the case of session restore, Show gets called after OnWidgetActivationChanged so RestoreFocus is never called. - The inverted call stack on session restore is because AddRestoredTab on browser_tabrestore calls Activate before showing the window. Fix: - Similar to what we currently have for MacOS, only call Activate in AddRestoredTab if it is not |from_session_restore|. This way Show will be called before Activate and thus focus will be set as expected. - This change is only made on Windows due to a couple of reasons 1) crbug.com/1102685 is only present on this platform. 2) Making this change on Linux would re-introduce crbug.com/1019048. Bug: 1102685 Change-Id: I6e62ebad7693eb5d908770364ba7c8d755ccaa70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284382Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Maria Villarreal <mavill@microsoft.com> Cr-Commit-Position: refs/heads/master@{#791950}
-
Liquan (Max) Gu authored
Change: * Move NativeObserverForTest from PRImpl to CPRImpl. * Use a visible-in-test setter to set the observer instead of passing it from the constructor, so that ComponentPRImpl can own it (it's PRFactory who instantiates PRImpl). * Clean up unused variable PaymentRequestTestBridge#skipUiForBasicCard Bug: 1107102 moving a "ForTest" class, not adding any new one. Binary-Size: Silence the "for-test" alert because this CL is only Change-Id: Id384208f27eaa1830288402c7dc30be8be24bebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317835Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#791949}
-
Richard Knoll authored
When FastInitiationManager calls the |error_callback_| from StartAdvertising we destroy the instance in NearbySharingServiceImpl. After that we can't access local fields anymore as they point to freed memory. Bug: b:154846208, 1109581 Change-Id: Ibdecd4c5759051b778ce833a0f70debd2b9b8e3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320174 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#791948}
-
Theresa Wellington authored
Disable two tests that cause Pie x86 bot to flakily fail: - #testErrorPageNotRecorded - #testBackgroundedPageNotRecorded TBR=alexilin@chromium.org BUG=1062055 Change-Id: I1ddd909312dc4a51b97a8943bec828d6bf7951e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320084Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#791947}
-
Sophey Dong authored
Bug: 1109649 Change-Id: Idc383783d2eb0e5a03fee54dcf19aa61e5f28124 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318555Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#791946}
-
Miriam Zimmerman authored
This metric will be used as a denominator for the recently-added Crash.Sender.FailedCrashRemoval metric. BUG=chromium:1060019 TEST=CQ Change-Id: I7f2781cafcebe2b70e668d98ffde42403d432772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317297Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Cr-Commit-Position: refs/heads/master@{#791945}
-
Ben Blake authored
This change implements an accessor in the AutofillClient interface. In the case of ChromeAutofillClient and AwAutofillClient, we can access WebContents::GetLastCommittedURL(). In the case of ChromeAutofillClientIOS and WebViewAutofillClientIOS, we can access WebState::GetLastCommittedURL(). TBR=tobiasjs@chromium.org,mahmadi@chromium.org Change-Id: Iaa6eb19dee88bb5870a8c59b8603ae1f8591c5e6 Bug: 1093057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289355 Commit-Queue: Ben Blake <fiorito@google.com> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#791944}
-
chromium-autoroll authored
Roll ChromeOS Airmont AFDO profile from 86-4183.25-1595237914-benchmark-86.0.4208.0-r1 to 86-4183.39-1595845830-benchmark-86.0.4208.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I242532002127694099c42ecc012ad10db5d689f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320204Reviewed-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@{#791943}
-
Evan Stade authored
The Android file has been unused since b63cf141 Bug: 1097271 Change-Id: I740d6483792113c73d9d0d47614dde0f73c673fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317298 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#791942}
-
Ayu Ishii authored
Bug: 1054441 Change-Id: I9ef24a035cd9942a3a9196509ac550221ae53005 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315219Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#791941}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/34c9aac3f30d..25a8165f50bc 2020-07-27 rharrison@google.com Clean up issues discovered by Infer If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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 Tbr: radial-bots+chrome-roll@google.com Change-Id: I639cfa98d922ae7c3762a6ac440fab595fd3175e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320198Reviewed-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@{#791940}
-
Robert Sesek authored
The order of the get_parts() dict is different between 2 and 3, which causes entitlements to be copied in different order. Fix this by sorting the entitlements before processing. Also fixes a bytes vs str issue and a set() stringification difference. Change-Id: If3e5594ce1e9d505a2ce2e3042c35a257f121daf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320414Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#791939}
-
Zhenyao Mo authored
BUG=711140 TEST=none TBR=asvitkine@chromium.org Change-Id: Idb70f3b9d518523eeb7ef2d27cea98e0b056e481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320415Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#791938}
-
Theresa Wellington authored
TBR=sinansahin@google.com BUG=1109965 Change-Id: I157f44d8557a457390321194e9e81be53fe2ea07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319344Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#791937}
-
Xiaohui Chen authored
Name cannot directly use binary data, convert to base64 instead sans the path divider. Bug: None Change-Id: Ibb0a7d4dfe749fee50ac2812b55280850f1284ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318479Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#791936}
-
Ken Rockot authored
This CL moves Chrome's renderer-side error page auto-reload behavior implementation to a new browser-side NetErrorAutoReloader helper within the error_page component. Correpsonding tests are rewritten as browser tests within components_browsertests. Bug: 1098578 Change-Id: I42e7af0a3d23364d5065e474312f35620299ff54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302927Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#791935}
-
My Nguyen authored
As policy is disabled by default, giving managed users more choices when the policy is enabled. Bug: 1108233 Change-Id: I86a2dd347116ea78d72134261fdc51c80f6d0d14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312023Reviewed-by:
Jing Wang <jiwan@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#791934}
-
George Steel authored
Follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/2303353 addressing post-submission comments. Add missed test case and fix list sorting. Bug: 1105144 Change-Id: I307065b3a8f4915a8b400c328ef2998fa8305e7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314296Reviewed-by:
Oriol Brufau <obrufau@igalia.com> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: George Steel <gtsteel@chromium.org> Cr-Commit-Position: refs/heads/master@{#791933}
-
chromium-autoroll authored
Roll ChromeOS Silvermont AFDO profile from 86-4183.25-1595242326-benchmark-86.0.4208.0-r1 to 86-4183.39-1595842708-benchmark-86.0.4208.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I49798df8826d23fdb5605a86771cb80e7ee5ab0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320201Reviewed-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@{#791932}
-
Henrique Nakashima authored
This fixes some lint warnings, so we can remove the suppressions. Bug: 1107950 Change-Id: Idbe53038d4595fb571d374f04665671dd68e4d93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310789 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#791931}
-
Livvie Lin authored
Follow up to https://chromium-review.googlesource.com/c/chromium/src/+/2298324. Disable the "Always Show Full URLs" View menu item if the pref is managed by policy. Change-Id: Ib7c03080865cb4b13d064fc24b936b9fb5236833 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318308Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791930}
-
Brandon Wylie authored
Bug: 1105810 Change-Id: If5f201407af5b666e898fb14c0cdc48078342cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310771Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#791929}
-
dpapad authored
This is addressing several identical TODOs in the code. Bug: None Change-Id: I298b4d9e5a2fd048342b265cef11b74b53fb2c8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318645 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#791928}
-
Andre Le authored
Add a rough sketch of media controls view to the system tray. Contains the layout for the chip, artwork, title and artist label. UI screenshot (dummy content): https://screenshot.googleplex.com/jGkyTezPpoS Change-Id: I5c96ee6ca73da086063e1fe3c2842b969f5e24ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314197Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#791927}
-
Lijin Shen authored
This animation coordinator has not imported by any other component. Bug: 1081343 Change-Id: I165eba183183e3417cf1041d8e906fdefedb3764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317776Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#791926}
-
Peter Wen authored
Allow linting with a minSdkVersion that is different that the current APK/Bundle's min_sdk_version. This paves the way for using a single unified target for most lint runs. e.g. monochrome_public_bundle can set lint_min_sdk_version to 21 so that it lints against a lower minSdkVersion than its min_sdk_version (24). Bug: 1108791 Change-Id: I703d1ef19f7fc9182f52bc6ef0ae8535c024b10f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316334 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#791925}
-
Geoff Lang authored
Bug: chromium:1100599 Change-Id: I6c41ad568d09ffba4ddf2edd4ea2d0a44d047cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307656Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#791924}
-
Devlin Cronin authored
Update remaining tests under //content/browser/portal to use WebContentsConsoleObserver instead of ConsoleObserverDelegate. This allows us to observe console messages added without overriding the existing delegate of the WebContents. Bug: 1034150 Change-Id: I7618db78b2d55c9919e91ab4c2c7ff7f9589e827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316449Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791923}
-
nancylingwang authored
When clicks the launcher button, AppServiceAppResult is created for each app, and call LoadIcon, which could genearte mojom calls to load the icon. Remove SweepReleasedIcons when the view is closed to keep the icon cache in IconCache. When the app is removed or the icon is updated, call RemoveIcon to clear the map in IconCache. BUG=1104650 Change-Id: I6f5bfb44c9892187976f89ecb3993430fb565f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318486 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#791922}
-
Adithya Srinivasan authored
This reverts commit ffc377fd. Reason for revert: Suspect that this CL is causing All/DumpAccessibilityEventsTest.AccessibilityEventsAriaComboBoxNext/uia and All/DumpAccessibilityEventsTest.AccessibilityEventsListboxNext/uia to fail (https://ci.chromium.org/p/chromium/builders/ci/Win%207%20Tests%20x64%20%281%29/69290) Original change's description: > Fire UIA SelectionItem events on aria-checked changes for radio buttons > > According to the following spec radio and menuitemradio should expose > UIA SelectedItem.IsSelected when aria-checked is set : > https://www.w3.org/TR/core-aam-1.1/#mapping_state-property_table > > This CL ensures that radio / menuitemradio fire appropriate > SelectionItem events, and whenever a SelectionItem changes its > selection state that we also fire a Property Changed event for > SelectionItem.IsSelected. > > AX-Relnotes: Fire missing events for ARIA radio/menuitemradio when aria-checked changes. Narrator will now announce selected state changes for this scenario. > Bug: 1102580 > Change-Id: I72f479e25f61b0ddffc28f73d4a9c34e8dc4ecb8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212982 > Reviewed-by: Nektarios Paisios <nektar@chromium.org> > Reviewed-by: Kevin Babbitt <kbabbitt@microsoft.com> > Commit-Queue: Adam Ettenberger <Adam.Ettenberger@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#791802} TBR=nektar@chromium.org,aleventhal@chromium.org,kbabbitt@microsoft.com,kschmi@microsoft.com,iapres@microsoft.com,Adam.Ettenberger@microsoft.com Change-Id: I3b387e3202afb366f0f64671270524c4792e12ee No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1102580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321113Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#791921}
-
John Lee authored
Fixed: 1098542 Change-Id: I44d2ea06756939a4d60d533b90d40c57e9e09a4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318307Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#791920}
-
Pete Williamson authored
When we added the explore surface, we did not also override the navigateToHelpPage method. This change adds an override to fix the "Learn More" feature of the discover feed. The web page we direct the user to is for the NTP, reviewers might want to check that it still makes sense for the explore surface as part of this code reivew. Bug: 1106875 Change-Id: I45c572a5fc75e28bcc927d0625dd6179f6fafd81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315184Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#791919}
-