- 15 Dec, 2020 40 commits
-
-
Ben Mason authored
This reverts commit 938da203. Reason for revert: Trialing this configuration again. Original change's description: > Ensure WebView 64_32 target uses 32-bit abi as default. > > Chrome will run in 64-bit, but WebView will run in > 32-bit mode by default. > > Change-Id: Idc240b62a5c18c9109c02853459c073e4c53d851 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536784 > Commit-Queue: Ben Mason <benmason@chromium.org> > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org> > Reviewed-by: Richard Coles <torne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#828936} TBR=rmcilroy@chromium.org,torne@chromium.org,rmcilroy@google.com,benmason@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I9a0251f06a83159fded60f9e0a53f240d177ec64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593093Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#837047}
-
Koji Ishii authored
Also change |NGInlineChildLayoutContext| to own |NGFragmentItemsBuilder| because it is always needed when |FragmentItem| is enabled. This simplifies allocations and call sites slightly. Bug: 1154531 Change-Id: I7458f80978bc9ef7348fb6836f44ca9adf4574f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592568 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#837046}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/af081e82fec2..47ad0e88719e 2020-12-15 petermarshall@chromium.org Fix line height in service worker view 2020-12-15 wolfi@chromium.org [Issues] Add UMA metrics for which types of issues are created 2020-12-15 sigurds@chromium.org Factor out AffectedResourcesView to its own file 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:1072335 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5ab9a035e87c338925481d8f40b240827deba847 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593054Reviewed-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@{#837045}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/59570b2d..bf6b965f 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: I78f1bce5023a1059867393d47d477f20f853c0c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593049Reviewed-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@{#837044}
-
Wei Lee authored
To enable CCA on guest mode, CameraAppWindowManager cannot be a KeyedService since it does not work under guest mode. Therefore, this CL changes CameraAppWindowManager as a singleton object. Bug: b/172343942 Test: Manually Change-Id: Ia4e8970e2e2083af6db58f20d22f00ab17f20b92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592184 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#837043}
-
Rainhard Findling authored
Bug: 1152336 Change-Id: Id5c0474e3ce8affdd42c33139ffa28f7d99aa9cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584851Reviewed-by:
Rainhard Findling <rainhard@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#837042}
-
Alice Wang authored
This CL moves ConfirmSyncDataStateMachineTest to signin.ui target. Bug: 1156609 Change-Id: I8ebcd3384e29b43c13dec3320fbb9b75c2c05182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587064 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#837041}
-
Eugene But authored
Bug: 688063 Change-Id: I85ab8f46cca8570c7807b12f1f57a2cbf90c2c2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2590551 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#837040}
-
Hiroki Nakagawa authored
PrerenderContents::SetPrerenderMode() is called with mojom::PrerenderMode::kPrefetchOnly right after an instance of PrerenderContents is constructed. For code simplification, that should be set in the constructor instead of the public setter function. Historically, the setter function was meaningful because that can be called with another value of mojom::PrerenderMode ("kPrerender") but that was removed due to deprecation of the legacy prerender. Bug: 755921 Change-Id: I01d9987765411ef79d8596c71a14d3d9674dcbd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589574Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#837039}
-
Michael Checo authored
- In the nearby onboarding sharesheet, the device name field is not autofocused when the page appears. To fix the issue, This CL adds a call to RequestFocus() when building up the sharesheet's UI. Bug: 1156395 Change-Id: Ibd3db9a5e0d51521a259b38f70cd741d6c1597c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582815 Commit-Queue: Michael Checo <michaelcheco@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#837038}
-
Devon O'Brien authored
Change-Id: Id635635a4ebb9b525c3027b363d91a886d5fb65b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552759Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Chris Thompson <cthomp@chromium.org> Commit-Queue: Devon O'Brien <asymmetric@chromium.org> Cr-Commit-Position: refs/heads/master@{#837037}
-
Christoph Schwering authored
The feature is enabled by default and is not subject to an active experiment. Bug: 1007974 Change-Id: I9898e020efdae18170ad2146d20ccb0afbd1b22d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409897Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#837036}
-
arthursonzogni authored
Due to a bug, the sandox_flags computed from the browser process were taking into account the Content-Security-Policy:sandbox of the original response, even for error pages. This fixes the bug and add regressions tests. Bug: 1158370,1158306 Change-Id: Idc1c575b0a4e578542c66b3f7153c6dac5d1e43d Fixed: 1158306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587047 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#837035}
-
Shik Chen authored
This reverts commit c7326b7f. Reason for revert: https://crbug.com/1157151#c20 and http://b/175665181 Original change's description: > Use skia.mojom.BitmapN32 in Detection mojoms > > These bitmaps are safer for transport from untrustworthy sources since > all bitmaps should be in N32 format and the browser can make bad > assumptions as a result. > > R=dcheng@chromium.org, reillyg@chromium.org > > Bug: 1144462 > Change-Id: I7d02cb187c62be37259f445a182f8c971aa03661 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580483 > Commit-Queue: danakj <danakj@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#835685} TBR=danakj@chromium.org,dcheng@chromium.org,reillyg@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1144462 Change-Id: I5c90bd0f3765590612d29938899659f1bf51a2eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591841Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#837034}
-
Marc Treib authored
This reverts commit e2eec62f. Reason for revert: Depends on crrev.com/c/2586246 which needs to be reverted, see crbug.com/1158739 Original change's description: > Remove pre-initialization OptimizationGuideKeyedService logic > > In practice, this doesn't happen at all and cannot happen at all after > the incognito CL goes in > > Change-Id: I0daf1c4cbb189840913ee4a368dda437e07efaca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587396 > Commit-Queue: Sophie Chang <sophiechang@chromium.org> > Reviewed-by: Michael Crouse <mcrouse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#836699} TBR=sophiechang@chromium.org,mcrouse@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I2710ea9316e355c8e435d185f49828a11974a0c3 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593108Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837033}
-
Kuo-Hsin Yang authored
When PSI memory pressure is high, triggers the moderate memory pressure. Add feature flag CrOSLowMemoryNotificationPSI. BUG=b:159299004 TEST=check moderate memory pressure is triggered properly when using \ disk swap. Change-Id: Iba533d5e4733619e2df7480eb2851b955b7ec99a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428503 Commit-Queue: Kuo-Hsin Yang <vovoy@chromium.org> Reviewed-by:
Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#837032}
-
Vaclav Brozek authored
When a GURL's path is canonicalized, the code is trying to handle nested escape sequences. It keeps the index of the last seemingly invalid "%" in a variable called last_invalid_percent_index, so that ssequences like "%%41B" can be transformed to "%AB". However, it can happen, that an already output part of the path is invalidated and cut off, such as in "abc/../", which is equivalent to "". The bug in the current code is that last_invalid_percent_index is not reset if the part of the output which it points to gets invalidated. This resulted in the mysterious inserting of the hex code of "%" in the middle of the escape sequence of ">" when canonicalizing the path "5%/../>%41". This CL simply makes sure that last_invalid_percent_index is reset whenever it points beyond the end of the current output. Bug: 1080890 Change-Id: I04a5246ecbb66b645d796ec88babd74383d18661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587060 Auto-Submit: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#837031}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/691fc1df0d5c..03894b364c7d 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: Id53e089e73be7e7bb9488a99c793d43b3922bf44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593068Reviewed-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@{#837030}
-
Ahmed Mehfooz authored
This CL refactors previous animations for tray background views to use layer transforms and also adds a new bounce animation to be used for holding space and screen recorder tray buttons. Bug: 896739 Change-Id: I29ce064d44eda7ebb3b98f856ba9b2171be0c549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589454 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#837029}
-
Maggie Cai authored
Currently when we share files to ARC, it does not accept any extra data. However, with the web share support, it is possible to share files with title and text. This CL adds the support to share extra strings to ARC. BUG=1127670 Change-Id: I2eeaf4199ad1c2df94be77df0574f046c26f1f95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589200Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#837028}
-
Wolfgang Beyer authored
Frontend CL: https://crrev.com/c/2584978 Re-enable tests CL: https://crrev.com/c/2587035 Bug: 1152082 Design doc: http://doc/1UnwKLgjYPDsLsYCBh9LKiaPN6Aq2XLKvt4Ak3FT7J3k Change-Id: Ifbf983bd55c181a2cff6582128a1de167c851c39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584848 Commit-Queue: Wolfgang Beyer <wolfi@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Cr-Commit-Position: refs/heads/master@{#837027}
-
Javier Fernández García-Boente authored
The original test we landed in r824804 was not using the property we wanted to test (white-space: pre-wrap) and there was no space at all, which was key to reproduce the issue. This CL updates the test, keeping both expected files, since FF needs an alternate result due to collapsing trailing spaces. It's worth mentioning that FF fails with this new test, but I think it's due an actual FF bug. Bug: 316409, 1142926 Change-Id: I6eafcf5edc5350c6ccfd227d5cc89ef2b47ed1a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573081Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#837026}
-
Eugene But authored
Bug: 688063 Change-Id: I274b578a76090f7bbd1a608fcd3da2d704e11fc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591882 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#837025}
-
Marc Treib authored
This reverts commit b8cd7ece. Reason for revert: Seems to have broken NearbyPreviewTest.All on linux-chromeos-dbg, see crbug.com/1156833 Original change's description: > [Nearby] Add GetShareType to Attachment. > > Moves the logic for determining the ShareType into the *Attachment > classes. This cleans up some static casts and also allows this logic to > be reused when generating the preview for the receive dialog page, > coming in a subsequent CL. > > To avoid a dependency cycle I've moved the ShareType mojo struct > definition into its own build target, which required importing new mojo > gen files in a number of places. > > Fixed: 1144942 > Change-Id: I7fe151470c9067a918363152d2e0520a08dc0298 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582523 > Commit-Queue: Michael Hansen <hansenmichael@google.com> > Reviewed-by: Alex Gough <ajgo@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: James Vecore <vecore@google.com> > Cr-Commit-Position: refs/heads/master@{#836953} TBR=khorimoto@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,ajgo@chromium.org,vecore@google.com,hansenmichael@google.com Change-Id: I1c7f146adaf4bf76a032a1fe7a469fcd6a05ee65 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592991Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837024}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e2e0f172ecff..af081e82fec2 2020-12-15 wolfi@chromium.org Rename BlackboxManager.js to IgnoreListManager.js 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:1152082 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ifaa8dbdb28f6c5f2e21100962899ee90df6344c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593167Reviewed-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@{#837023}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5a03bdd6. 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 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: Iac39778157981cba26425b6d8a5c6badd53a1359 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592130Reviewed-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@{#837022}
-
Maksim Moskvitin authored
Trusted vault key is often passed as argument together with its version. Moreover, there are plans to pass them as optional parameters. This CL introduces a new struct that stores both vault key and its version and updates some APIs to use it. Bug: 1113598 Change-Id: I2ddf20ffe7a3c252b70230001c630b5ace58c017 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592989Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#837021}
-
Eugene But authored
Bug: 688063 Change-Id: I5153b6c667cb471f30b7d57b05bc986eeceaccc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592391 Auto-Submit: Eugene But <eugenebut@chromium.org> Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#837020}
-
Wei Lee authored
I think |camera_hal_server_callbacks_| which is a mojo::Receiver, should be reset on the proxy thread just like what we did for |receiver_set_|. Bug: b/175662399 Test: Manually Change-Id: If639add3be125f6c5b0ba36adcea0cb285987a8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592536 Auto-Submit: Wei Lee <wtlee@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#837019}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1607990340-53c9e3140dd3b8c460ccf491247e5091922518d1.profdata to chrome-linux-master-1608011028-611df610f2c75b863fafaf646a645c4fa934a0f1.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: I85dd97a1aaec31c180a57c5ec0675171388f87e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592652 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#837018}
-
Dylan Cutler authored
CanonicalCookie's constructor is private. This is part of a larger effort to make CanonicalCookie's generic constructor private. This CL replaces uses of the constructor with the factory CreateUnsafeCookieForTesting. This factory is meant for test-only code and should not be used in production. Bug: 1102874 Change-Id: Id6d17a9971b70e33d15ab649cce44466a6dcaf51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588641 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#837017}
-
Francois Beaufort authored
This CL has no functional changes. It simply updates documentation based on recent changes. Bug: 520391 Change-Id: Ic0793147d859854d0bf9f346660e95e0952788f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586356 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#837016}
-
Koji Ishii authored
When |NGFragmentItem| is enabled, |NGLineTruncator| is the only user of |NGPhysicalTextFragment| when creating ellipsis. This patch changes it not to create an intermediate |NGPhysicalTextFragment|. This patch has no behavior changes. Bug: 1154531 Change-Id: Iec86c52b1f54e510c8270df801b7d27d37a061f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591327 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#837015}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1607979561-3262ee4f1e44fdb99e07e0075a7cfc8e82b97c75.profdata to chrome-win64-master-1607990340-72af9acbfb590e4fca630056e163f51242d80be6.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ie598c1ed9b8ae208ecb55adbc03b9fcca4e89a64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592647Reviewed-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@{#837014}
-
Henrique Ferreiro authored
These operations are modeled after the corresponding values from NSDragOperation, but they don't have any corresponding meaning on the Web and neither are they used in the browser. Bug: 1093536 Change-Id: I8d8770d2b234c835444c198b2639597c20b8a512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562667Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#837013}
-
Rainhard Findling authored
Adding rainhard@ to OWNERS to continue the work on the privacy sandbox page. Bug: 1152336 Change-Id: Ic2dcf8feb24b44445e1b5ec63081af6ab126603a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589976Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#837012}
-
Anastasiia N authored
Note: we don't move privacy page from the lazy bundle to the main bundle because it was already a part of the main bundle erroneously, see https://crbug.com/1157207. Bug: 1148246 Change-Id: Ic2cadf3c129e3f2fb99499aefd35f1c45cde967f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563460 Commit-Queue: Anastasiia N <anastasiian@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#837011}
-
Alice Wang authored
This CL moves SignOutDialogFragment and its unit tests to signin.ui target. Bug: 1157415 Change-Id: I86739c298e39a660be757ec22bb82d0d950144bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587163Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#837010}
-
Alice Wang authored
This CL creates javatests target in signin.ui module and moves confirm sync data integration tests to the target. Bug: 1158307 Change-Id: If139ed6453f41189d49ff5640d3f7bfcb91c88e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587733Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#837009}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f01e6c826731..0765022c1517 2020-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2c493e0e to 7d81a268 (9278 revisions) 2020-12-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from c16dc7107fd3 to fa44979d90aa (5 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC tdenniston@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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: tdenniston@google.com Change-Id: Ic997c13d33c94abdba9a3526b59518b1c2e4e24a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592887Reviewed-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@{#837008}
-