- 15 Dec, 2020 40 commits
-
-
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}
-
Hiroki Sato authored
This change adds support of Android AutoCompleteTextView for Chrome automation, so that ChromeVox can handle it and make an announcement. See go/arc-autocomplete-a11y for details. This also changes ChromeVox's announcement on active descendant changed events, so that it won't announce hints as the hints are mostly for the focused node. AX-Relnotes: Adding a support of Android app's autocomplete of editables. Bug: b:150827488 Test: unit_tests Change-Id: I2f2dd9832311a080d24f1e0771b2e97ecd455e5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576068 Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#837007}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1607990340-b842078f4ff08f48e84e09068e00677c1a1bb8df.profdata to chrome-mac-master-1608011028-37ee37c5688aac3dda9b54957c6e72d180559ab7.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ib733bb0e680ac5ed39f5fe68ef5703fd54e5d742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592653Reviewed-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@{#837006}
-
Titouan Rigoudy authored
Specifically, we test inheritance in the case of local schemes. Other tests already cover the cases where the document is delivered from the network. Bug: chromium:1126856 Change-Id: I3b2c605f758e7dfdfb798f92cef85247c1008582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587742 Commit-Queue: Titouan Rigoudy <titouan@chromium.org> Auto-Submit: Titouan Rigoudy <titouan@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#837005}
-
Antonio Sartori authored
Since the content of a srcdoc iframe is always created by its parent, a srcdoc iframe should always inherit its policies (via the policy container) from the parent, even if the navigation was initiated by some other document. Cf. also https://crbug.com/1001283 Bug: 1130587 Change-Id: If77237b663d74eaa739b2c9b8e4bbaa3b3b61360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586345 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#837004}
-
Koji Ishii authored
Bug: 1154531 Change-Id: Idab8197f8c8156a6efcbc1920c94a1a4b70b2692 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589497 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#837003}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6b173323cd23..e2e0f172ecff 2020-12-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I3dad760aa10e8c82efcaca5d596ec6ca0d7d68b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592650Reviewed-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@{#837002}
-
Ikjoon Jang authored
For urgent threads, Chrome is now using uclamp util_min value(20) to boost the performance instead of schedtune settings from external upstart scripts. This patch adds a new 'scheduler-boost-urgent=xxx' switch which makes those urgent threads can have more aggressive boost values (0~100). This might be needed for some ChromeOS platforms who can get better performance from higher boosting value (e.g. Trogdor's power_VideoCall). Additionally, existing Feature parameter names for uclamp changed to have more general meanings: { MinUrgent, MaxNonUrgent, LatencySensitive } --> { BoostUrgent, LimitNonUrgent, LatencyTune } BUG=1041117,b:159370915 TEST=check /proc/*/sched for all urgent threads Signed-off-by:
Ikjoon Jang <ikjn@chromium.org> Change-Id: I07b19ed748ffba9d9a45c76310635dc359e557af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477712Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#837001}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8a79762d..59570b2d 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: I9e67a37c501c5d5414878e5f54d19d0e7460f325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591719Reviewed-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@{#837000}
-
Kuo-Hsin Yang authored
When meminfo is not available, print an error message instead of crashing chrome. Bug: 1155300 Change-Id: Id42b08306fba83b776aaa1978fcab94f9184f27d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586501Reviewed-by:
Brian Geffon <bgeffon@chromium.org> Commit-Queue: Kuo-Hsin Yang <vovoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#836999}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/822333dd25e7..627c1580a7ea 2020-12-14 nigi@chromium.org Declare the checksums static in fpdf_flatten_embeddertest.cpp. 2020-12-14 nigi@chromium.org Enable PDFFlattenEmbedderTest.BUG_889099 for Skia/SkiaPaths. 2020-12-14 pdfium-autoroll@skia-public.iam.gserviceaccount.com Roll Jinja2 from a82a4944a7f2 to 11b6b3e5971d (1 revision) 2020-12-14 pdfium-autoroll@skia-public.iam.gserviceaccount.com Roll Code Coverage from 907123f96f40 to 6b21d11a706b (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/pdfium-autoroll Please CC pdfium-deps-rolls@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/+doc/master/autoroll/README.md Bug: chromium:1500 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I6b64399c4bf31ad41cce512119aeada8a0125766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592747Reviewed-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@{#836998}
-
Luciano Pacheco authored
TBR: lukasza Bug: 1155831 Change-Id: I9ecdca559645f200be0b08f13ea448752cfe851f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592209Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#836997}
-
Koji Ishii authored
Bug: 1154531 Change-Id: Ic596641be8dbab08a140601ab2fae9dd06dbe035 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589716 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#836996}
-
Luciano Pacheco authored
Tests: essionRestoreTest.AutoClosedSingleTabDoesNotGetRestored SessionRestoreTest.RestoreAllBrowsers TBR: ellyjones Bug: 1158715 Change-Id: Ic2b0ae5e19162351693d01daa47ac318c50061d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591996Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#836995}
-