- 24 Sep, 2020 40 commits
-
-
Olivier Tilloy authored
- Use $SNAP_USER_COMMON to store profile directories, to avoid data loss when the snap is refreshed while running. - Add the bluez plug to enable Web Bluetooth. - Use 'snapctl is-connected password-manager-service' instead of D-Bus calls. Change-Id: Iee24e689a9bbd678875d206fe00c7cbb28af38d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398521Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Olivier Tilloy <olivier.tilloy@canonical.com> Cr-Commit-Position: refs/heads/master@{#810225}
-
Aaron Leventhal authored
Bug: 1129111 Change-Id: I5c5db22feb752e42d0620f03c3e765c6319517ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422719 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#810224}
-
Jan Wilken Dörrie authored
This change replaces usages of autofill::PasswordForm with password_manager::PasswordForm in the file range [brow...cred] in the //components/password_manager/core/browser directory. Bug: 1067347 Change-Id: I33b577e5f87619a85a395a59671fa8d0e63801fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426571 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#810223}
-
arthursonzogni authored
There are some properties added to reports depending on the redirects. This adds tests so that we can verify what is reported. body.{referrer,initialPopupURL} depends directly from the redirects. body.{openeeURL,openerURL,otherDocumentURL} might depend in the future from the redirects. Bug: 1090273 Change-Id: I2ca80ee2664005bd156e4cbf2c08f1d2983b91b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424136 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#810222}
-
Jan Wilken Dörrie authored
This change replaces usages of autofill::PasswordForm with password_manager::PasswordForm in the /generation, /sync, and /ui sub-directories of //components/password_manager/core/browser/. Bug: 1067347 Change-Id: I48d239ff688dbd7ddc6a43ea0df923db2eee18f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426647Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#810221}
-
Richard Knoll authored
This adds a new NotificationDisplayQueue that can queue up notifications. It owns a list of NotificationBlockers that determine if notifications should be blocked and shows them once all of them get unblocked. This CL on its own has no behavioural change. A follow-up CL will implement a blocker for when Chrome records a full screen. Bug: None Change-Id: Id95398944390b274b4fa01399b2a12a39c99e083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401101 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#810220}
-
Antonio Gomes authored
browser_non_client_frame_view_ash.cc includes ash/public/cpp/ash_switches.h to make use of the `kAshEnableV1AppBackButton` runtime switch. However, as for the bug linked to its declaration, the support is flagged for removal (https://crbug.com/749713 - WONTFIX'ed). This CL removes it, and the code associated with it, including if-blocks it was being checked and unittests. This is phase 2.3 in the design document [1]. [1] https://docs.google.com/document/d/1xHwcHrAiEaWuA4usGEqKZ9zm1H8SGk3WkS-Jf2Q_los The idea is to move browser_non_client_frame_view_ash.cc|h away from using "ash" symbols. Ultimately, this file will be used by lacros/chrome builds. BUG=749713, 1113900 Change-Id: Iab1a7766f0142e66abda34a265d1308b341b2328 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424637Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#810219}
-
Dan McArdle authored
Change-Id: I7c6ea9c7742d67d0e2eb0d365757558818001a3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418987 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#810218}
-
Richard Knoll authored
Not all observers are tied to a specific WebContents. Currently they would have to observe any streaming WebContents to get notified when it is being destroyed. This CL will make sure that the observers get called when the capturing stops because the WebContents is being destroyed. Refactored the unit tests to use parameterized tests so this can easily be tested for all capture types and portals. Bug: 1131375 Change-Id: I06cf23643b22c798978d52af9f493ab69d1c1612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426593 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#810217}
-
yilkal authored
This cl ensures that manually allowed urls will always return early in SupervisedUserURLFilter. Bug: 1131201 Change-Id: I8622737dd55aaa338b3bf46642c2650bf9b61c08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424673Reviewed-by:
Dan S <danan@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#810216}
-
Michael Checo authored
Screenshots: - Diagnostics Page (before) http://shortn/_k8NLMVtA6A - Diagnostics Page (after) http://shortn/_2lCAX0PQSg Bug: 01125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: I6e48d0e2f3de61a859333eafdebb0e83ecff222f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425426 Commit-Queue: Michael Checo <michaelcheco@google.com> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#810215}
-
Nina Satragno authored
This reverts commit c2ca6d1c. Reason for revert: browse:social:twitter:2020 time out on mac Bug: 1131939 Original change's description: > [system_health] enable performance.mark metrics for Twitter browsing story > > R=johnchen@chromium.org > CC=cbruni@chromium.org, jdecaires@twitter.com > > Bug: 1114635 > Change-Id: I224fd77a89e316ba982c958ca9227ebb45db6eaa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345308 > Auto-Submit: Tamer Tas <tmrts@chromium.org> > Commit-Queue: Tamer Tas <tmrts@chromium.org> > Reviewed-by: John Chen <johnchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#810126} TBR=johnchen@chromium.org,tmrts@chromium.org,tmrts@google.com Change-Id: I4c990af08436e45e582383e4e289864fb49ca502 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1114635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427574Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#810214}
-
Bruce Dawson authored
RestrictedTokenTest.OpenLowPrivilegedProcess was occasionally failing under asan due to a use-after-free failure. Some of the output was misleading (in particular the line number of the claimed use-after-free) but the size/offset/alloc-size/alloc-site/free-site information was enough to find the bug and create a simple fix. The lesson is to not use a member of an object to identify the object to delete. Bug: 1012356 Change-Id: Iac5e032c5f4bc364eb367a8424a18868918f6181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427055Reviewed-by:
James Forshaw <forshaw@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#810213}
-
Caitlin Fischer authored
Bug: 1126640 Change-Id: I5dc9d75e7e136afd351db710e1cf5e4e87a72a90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424834Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#810212}
-
Clark DuVall authored
These tests depended on the context that was returned from TestWebLayer.getRemoteContext() to have been processed by the implementation side. This was no longer the case when WebLayer was in a split, since the context that gets processed was the one returned by createContextForSplit(). To make these types of tests more robust, TestWebLayer.getRemoteContext() now returns the actual context used by the implementation side (from ContextUtils.getApplicationContext()), and a new TestWebLayer.getWebLayerContext() method is added to get the context for the WebLayer package. This required adding a test only method to IWebLayer.aidl which allows tests against the WebView bundle target to call it. Alternatively, we could build a separate WebView bundle with WebLayer test code, but I would rather have these tests testing the actual WebView bundle to make sure there aren't any issues. Bug: 1130660 Change-Id: I68838dc7f918d1ee86fe8c65e84a4f5fefbec655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427068 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#810211}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f6b292d8a301..3d8fd27d9a8a 2020-09-24 treehugger-gerrit@google.com Merge "Remove doc references to ftrace wildcard feature." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I0ffadcd4a47eda1ca583b8a4160e39b6f9b521b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428221Reviewed-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@{#810210}
-
Stephen Lin authored
R=pkasting@chromium.org Bug: 1131789 Change-Id: Ib520646cd22803fe37a9e2a8ffe9af34a9ec621c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427877 Auto-Submit: Stephen Lin <stephenlin@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#810209}
-
Henrique Nakashima authored
Also modularize AsyncTabParamsManager, moving each part to the adequate build target in the chrome/browser/tabmodel module. Bug: 1112920 Change-Id: I09f2f42519fbe9a0f7a3a311d223832dcc13dd6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359564 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810208}
-
Maksim Ivanov authored
This updates the DeviceLoginScreenAutoSelectCertificateForUrls's policy schema to correspond to its actual implementation, which supports filtering by "O"/"OU"/"L" properties and filtering for subject's properties since crrev.com/c/1405011. Bug: 905994 Change-Id: I81b324d0f1bb3c2de114f0aa6756b3cefe2cb852 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426496 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#810207}
-
Sky Malice authored
It was being erased when the extra_application_definitions block was defined in downstream. Bug: 1112002 Change-Id: I448f2c810e057ada6532907315897f754c1e3efd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427130Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#810206}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/95ee2fa38cda..be75fbcca886 2020-09-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6aadd31a5f98 to a09406249fa3 (1 revision) 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 syoussefi@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: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: syoussefi@google.com Change-Id: I18403055ee564443022c33e221eada06c0e86626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428805Reviewed-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@{#810205}
-
Nina Satragno authored
This reverts commit 944aea5f. Reason for revert: I suspect this is causing WebUITabStripInteractiveTest.CanUseInImmersiveMode to fail Bug: 1131931 Original change's description: > Show in-product help when WebUI tab strip is first shown > > Before, an IPH bubble was shown when a second tab was opened. With > this CL it is shown as soon as possible after the WebUI tab strip is > initialized. > > Bug: None > Change-Id: I2f3e7a7dd04229953af5eefe99e00dbcbbfaa8da > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418566 > Commit-Queue: Dana Fried <dfried@chromium.org> > Reviewed-by: Dana Fried <dfried@chromium.org> > Cr-Commit-Position: refs/heads/master@{#810097} TBR=dfried@chromium.org,collinbaker@chromium.org Change-Id: I9c3a8fba5c893d28acf392f86dc6e27cf9b4cb15 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428627Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#810204}
-
Irina Fedorova authored
This CL updates the UI in the chrome://settings/passswords/check and adds to it a new weak password section. Screenshot of Password Check page before and after changes: https://bugs.chromium.org/p/chromium/issues/detail?id=1119752#c15 Bug: 1119752 Change-Id: I4520fc0af910ea72568b8b9fa84a41daee3ebf49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424152Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Irina Fedorova <irfedorova@google.com> Cr-Commit-Position: refs/heads/master@{#810203}
-
Jan Wilken Dörrie authored
This change replaces usages of autofill::PasswordForm with password_manager::PasswordForm in //components/password_manager/core/browser/android_affiliation. Bug: 1067347 Change-Id: I38c9920db46f9107fb8c506bb1b4f3f361d747c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426500Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#810202}
-
Nina Satragno authored
This reverts commit 02f9f701. Reason for revert: suspecting this patch to cause failures on AccountManagerUIHandlerTest tests on linux-chromeos-rel. Bug: 1131924 Original change's description: > Refactor ExternalWebAppManager config loading flow > > This CL splits ExternalWebAppManager's config loading flow into discrete > steps and removes the various testing entry points that omit or > duplicate logic used by the real thing. > > Tests can now inject data (file_utils, config_dir, configs) into the > config loading pipeline instead of having separate mini pipelines just > for them. > > This change is in preparation for adding a new "FilterExtensionIds" step > to the config loading flow. Without this refactor there would be > duplication of logic between real and test code code paths that would be > prone to bitrot and missing real coverage. > > Bug: 1128801 > Change-Id: Ie5e87b26ab47782fab6589a4127df3ea5e876fec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423823 > Reviewed-by: Devlin <rdevlin.cronin@chromium.org> > Reviewed-by: Glen Robertson <glenrob@chromium.org> > Commit-Queue: Alan Cutter <alancutter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#810025} TBR=rdevlin.cronin@chromium.org,alancutter@chromium.org,glenrob@chromium.org Change-Id: I3bd2e0e6f5fccd485d3d78d1b7538dfab26c7a78 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1128801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428395Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#810201}
-
Andrew Grieve authored
Our version of R8 no longer works with java -jar Bug: None Change-Id: Ida233fed73b2be6f65a54a292efbda6a1c2ec4cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426772 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#810200}
-
David Roger authored
This CL adds logic to trigger the profile customization after signin interception. The UI is not implemented yet and will be added in other changes. Bug: 1130945 Change-Id: I8878ec80ef6135c30fedd06b00c49ba76249d6de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423509Reviewed-by:
Monica Basta <msalama@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#810199}
-
Xida Chen authored
This CL creates a new JSAnimation tracker to track whether there is inline style mutation in the current frame or not. Bug: 1111392 Change-Id: Idc08e8c6ba7d0243eccd9623a325eee34fcbc91b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418536Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810198}
-
Joel Hockey authored
Bug: b/168506505 Change-Id: Ic73019e3027d259e52bfb75d6f0716b0c42b1605 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426069 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Jason Lin <lxj@google.com> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#810197}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600927122-8b2948f1592bbc4f5258707765d485dd2b5e6892.profdata to chrome-linux-master-1600948720-175990bf7d350cbec3f87177d4fba26f3b99d541.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 sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@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: sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: Iec3a83ada08f2eed2c7cf61101ed6064e299ce52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428808Reviewed-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@{#810196}
-
Hans Wennborg authored
prev_match can be set to -1 after sliding the window. In that case, the window has slid past the first byte of the last match, which means it cannot be compared in check_match. This would cause zlib to crash on some inputs to deflate when built with ZLIB_DEBUG enabled. Check for this situation and avoid crashing by not trying to compare the first byte. Bug: 1113142 Change-Id: I26f006d81b91591e07fb02207e64b8440f7a5c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426443 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/master@{#810195}
-
Samuel Huang authored
This CL fixes the problem where .sizediff files created by SuperSize-save_diff differ across identical runs. This happens because the order of alised symbols from _ExpandSparseSymbols() become arbitrarily ordered. The fix is to refine sort key in SortSymbols(). Change-Id: Ida24d0d97e261ce9aa65ed3a393e9e754c0951d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426552Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#810194}
-
Yunke Zhou authored
Bug: 1131446 Change-Id: Ia547d067838981be1ff5237f9e178cdc39e2e3e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424141Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Yunke Zhou <yunkez@google.com> Cr-Commit-Position: refs/heads/master@{#810193}
-
Matt Falkenhagen authored
The intent is to measure the page loads that do a blocking (i.e., non-deferrable) subresource request with cookies to a third-party from a first-party frame. This is meant in the context of prererendering: deferrable means the request can be delayed until navigation, without blocking progress by the prerendered page. Currently this is only measuring synchronous classic (non-module) <script> elements with cookies (not other credentials), but this may expand later. Bug: 1131317 Change-Id: I34eea95c67501406928875ce3fe3c3c14e6f372e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423757 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#810192}
-
Andrew Grieve authored
Bug: 1131899 Change-Id: Idd9ba4dfa834a079da696102b9cbb60dd2813739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428824 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#810191}
-
Viktor Semeniuk authored
This reverts commit b74492d3 Original change's description: > Update ChangeSavedPassword function. > > In the previous version, this function allowed changing the username > and optionally changing the password. > In the new version, this function allows to change only the password > and returns true if the password was successfully changed. > > > Bug: 377410 > Change-Id: I0b555b404b781d8fa35c9eda1aff442141ab9219 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302638 > Commit-Queue: Irina Fedorova <irfedorova@google.com> > Reviewed-by: Devlin <rdevlin.cronin@chromium.org> > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#791170} Bug: 377410 Change-Id: I48ff8e1ce006a736adbe7c6202ae8ae6c83cb92a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410032 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#810190}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0ed7f1fab2e9..afef7a74a796 2020-09-24 gustaf@webrtc.org HMM based transparent mode classifier 2020-09-24 hta@webrtc.org Reland "Remove stopped transceivers at both local and remote SetDescription" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I5658fffbd33922ecf998926aaf18c207d8653b4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428084Reviewed-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@{#810189}
-
Benoit Lize authored
Bug: 998048 Change-Id: I94a817cfeeb08233078c1727fca1ab21ee83d099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424161 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#810188}
-
Mariia Shvedchenko authored
Making class singleton, added implementation for methods. Change-Id: I85fd35dff65a809e6b486ced91f7899e140fc667 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404850Reviewed-by:
Christoph Schwering <schwering@google.com> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Mariia Shvedchenko <mariiash@google.com> Cr-Commit-Position: refs/heads/master@{#810187}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/75e5ed6161fc..ed0b3cf15389 2020-09-24 cwallez@chromium.org Refactor PipelineLayoutBase::CreateDefault 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 cwallez@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: cwallez@google.com Change-Id: Ieebbd06d73cf7a2e03a89fd2493b1568764f00ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428214Reviewed-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@{#810186}
-