- 02 Jun, 2020 40 commits
-
-
Hirokazu Honda authored
We formerly settle enabled features in the test initialization. However, if base::TestSuite::Initialize() is called, it turns out that these features are overwritten and thus no effect in the test. There is no way to stop the overwrite. Therefore, this workarounds the behavior by re-enabling features in TEST_P. Bug: None Test: video_encode_accelerator_unittest on eve Change-Id: I26ec9afcbb4d88786fd18d4701a6dde3938ecc99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210186 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#774007}
-
Yuzu Saijo authored
This CL removes the call to DeleteForCurrentDocument from the destructor of ManifestManagerHost. This intends to fix a crash which happens from time to time using RenderDocumentHostUserData. Change-Id: I1336fb62328dcb0cf9991499f399bf3665d29b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224737Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#774006}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ced839500960..ab74e294602d 2020-06-02 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools 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: I09be1ba1e40e75b71e338c6adeee8081f2c5f006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226047Reviewed-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@{#774005}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e9a386951413..a5d0662b82d0 2020-06-02 dberris@chromium.org refactoring: Remove MockIssueTrackerService If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC nuskos@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:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1087803 Tbr: nuskos@google.com Change-Id: I36c6a2c41d125ce826e6be38a57b2ddfec548c68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226046Reviewed-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@{#774004}
-
shrekshao authored
Mark conformance2/textures/misc/origin-clean-conformance-offscreencanvas.html as RetryOnFailure. No-Try: True Tbr: kbr@chromium.org Bug: 1082525, 1090201 Change-Id: I9a59e245a6b3cfa765ad43a434b08fbcc8b8eec4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226085Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#774003}
-
Tetsui Ohkubo authored
It is possible for a Wayland client to trigger drag & drop operation from the touchscreen. Exo have used GetCursorScreenPoint() as the initial drag shadow position, but the method does not return the expected location when DnD is triggered from the touchscreen. TEST=manual BUG=None Change-Id: I7febd3dacd60603893dee16a96adba05460d6422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224886Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#774002}
-
Hirokazu Honda authored
video_encode_accelerator_tests can accept compressed data as input and decode it by using SW decoder before encoding. The code copies the entire decoded frames to encoder input data. However, the decoded frames might have different stride from the expected resolution. For instance, compressed data has 320x192 video frames and the SW decoder produces 384x192 video frames. The test must copy the resolution area that is specified by json file. Bug: 1045825 Test: video_encode_accelerator_tests on eve Change-Id: I3f6b5a78a30ef0e9e96211bee2c981af437607cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217831 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#774001}
-
Ian Kilpatrick authored
As above - this fixes: external/wpt/css/css-overflow/webkit-line-clamp-004.html We weren't performing the correct relayout if the lines exactly matched the requested number of lines. Bug: 993813 Change-Id: I4ab3a702161bcb8e8cd10fc8ea6837931ebac16d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224601 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#774000}
-
Kenichi Ishibashi authored
This test depends on ServiceWorkerRegistrationInfo. The test should be moved to ServiceWorkerRegistryTest as a preparation for moving ServiceWorkerStorageTest to the Storage Service. The test is renamed as we might want to remove GetAllRegistrationsInfo in the future (but we won't remove ServiceWorkerRegistrationInfo). Bug: 1055677 Change-Id: Ib3c6a86ed9d364d43dd5cbcd94a02e5276973699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224936Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#773999}
-
David Munro authored
We keep forgetting to update the dashboard scripts when adding new return codes, add a link in a comment above the enum so we hopefully remember. Test: None Bug: None Change-Id: I07a8b8b49118dc19bf352282f658ab95f1d21253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220115 Commit-Queue: David Munro <davidmunro@google.com> Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#773998}
-
Hitoshi Yoshida authored
Implements fooNonNull() and hasFooNonNull() APIs for nullable dictionary members whose return type requires base::Optional<T>. Bug: 839389 Change-Id: I1696645234338b36ff54e6f01a13e7e1b578c322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224484 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#773997}
-
Jarryd authored
Extend by a year so that we can continue to monitor eviction behavior around the new quota paramaters such as extended quota. Bug: 1072671 Change-Id: I6aa30f620d3c933c49c81519b0f50437c27b927c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207628Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#773996}
-
Giovanni Ortuño Urquidi authored
This reverts commit 0af7d7aa. Reason for revert: Causing failures on multiple tests in linux-trusty-rel: https://ci.chromium.org/p/chromium/builders/ci/linux-trusty-rel/12178 Example stack trace: Received signal 11 SEGV_MAPERR 000000000008 #0 0x56517bc8acf9 base::debug::CollectStackTrace() #1 0x56517bbf6703 base::debug::StackTrace::StackTrace() #2 0x56517bc8a895 base::debug::(anonymous namespace)::StackDumpSignalHandler() #3 0x7f12826f7330 (/lib/x86_64-linux-gnu/libpthread-2.19.so+0x1032f) #4 0x56517c963d2e x11::RandR::QueryVersion() #5 0x56517ca4e18f ui::GetXrandrVersion() #6 0x56517ca4d101 ui::XDisplayManager::XDisplayManager() #7 0x56517d4af33b views::DesktopScreenX11::DesktopScreenX11() From: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8878654764661294768/+/steps/extensions_browsertests_on_Ubuntu-14.04/0/logs/Deterministic_failure:_BluetoothSocketApiTest.Listen__status_CRASH_/0 Original change's description: > [XProto] Remove all remaining non-event usages of XRandR > > BUG=1066670 > R=msisov > CC=sky > > Change-Id: Iecd593c0c77878a80bf84e9e3c504fd90815db6c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220686 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Maksim Sisov <msisov@igalia.com> > Reviewed-by: Jamie Walch <jamiewalch@chromium.org> > Cr-Commit-Position: refs/heads/master@{#773876} TBR=jamiewalch@chromium.org,thomasanderson@chromium.org,msisov@igalia.com Change-Id: Id94555856b3e06dcafc0f4c78a7a737718ddd37d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1066670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225998Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#773995}
-
Yoshifumi Inoue authored
This patch changes "last-empty-inline.html" to utilize |selection_test()| for ease of maintenance and help to implementing EditingNG. Bug: 707656, 679977 Change-Id: I273a2978f313c93aef033bc72725759d86e551c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224593 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773994}
-
Johann authored
Use HeapMojo wrappers so that Oilpan will GC the objects. BUG=chromium:1049056 Change-Id: I4d63383514d691cb40afe7e42fa5e57c8fe57589 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226096Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#773993}
-
Hirokazu Honda authored
This CL adds VideoFrameValidators that check SSIM and PSNR, respectively, to StreamValidator. It eenables video_encode_accelerator_tests to check the quality of encoded images produced by VideoEncodeAccelerator. Bug: 1045825 Test: video_encode_accelerator_tests on eve Change-Id: I5bca3b7f74e664488c38ab749d6d491883d7f356 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2190468Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#773992}
-
nancylingwang@google.com authored
When a component observes AppRegistryCaches for the multiple users case (e.g. Ash), OnAppUpdate could be called for multiple AppRegistryCaches. Add the account id in the AppRegistryCaches and AppUpdate class, so that the AppRegistryCache observer can know the current AppUpdate is for which account in the OnAppUpdate interface. Unit tests are modified to test the account id in the OnAppUpdate interface. BUG=1068884 Change-Id: Id07b2e8480330667c45ff11fe1cf21d3ebe048ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222244Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#773991}
-
Hugo Benichi authored
This was migrated to kMeteredProperty in Change-Id I83f4ca01521947edb39785053308cb88b658a69e. BUG=b:156302252 TEST=Compiled. Change-Id: If6ad3879d96232b640e5f13cf2b8981cd4031eb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217683Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Hugo Benichi <hugobenichi@google.com> Cr-Commit-Position: refs/heads/master@{#773990}
-
Chromium WPT Sync authored
Using wpt-import in Chromium cb2717b7. 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 Directory owners for changes in this CL: kojii@chromium.org, mstensho@chromium.org: external/wpt/css/CSS2 NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I0b8ccf1c1f14204ae7e8b74496924dacf89be427 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225877Reviewed-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@{#773989}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/011959aafddc..859bfe8981d6 2020-05-28 dmauro@google.com Googletest export 2020-05-28 dmauro@google.com Googletest export 2020-05-28 absl-team@google.com Googletest export 2020-05-28 dmauro@google.com Merge pull request #2767 from mvoorsluys:OutputXmlSkipped 2020-05-28 dmauro@google.com Googletest export 2020-05-28 dmauro@google.com Merge pull request #2862 from prehistoric-penguin:prehistoric-penguin-patch-1 2020-05-28 dmauro@google.com Merge pull request #2845 from matepek:readme-update-with-opensource-proj 2020-05-28 dmauro@google.com Merge pull request #2677 from IYP-Programer-Yeah:fix-file-path-normalize-function 2020-05-28 dmauro@google.com Merge pull request #2698 from aribibek:patch-1 2020-05-28 absl-team@google.com Googletest export 2020-05-28 absl-team@google.com Googletest export 2020-05-28 durandal@google.com Googletest export 2020-05-28 absl-team@google.com Googletest export 2020-05-28 absl-team@google.com Googletest export If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/googletest-chromium-autoroll Please CC isamsonov@google.com,pwnall@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 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_cfi_rel_ng;luci.chrome.try:win-chrome Tbr: isamsonov@google.com,pwnall@chromium.org Change-Id: I352391966ec7e41632b92dee97aaf09f9f057fe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225712Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#773988}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1591041546-66c2ea2b6b7d4112794a73d0a3fdd90d1b4804af.profdata to chrome-win64-master-1591055861-b616b8ef5787fabc8c6bebc449f3453e58d43322.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 jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I013346875989ec62ee145ca3fab14bb6d03a3a00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226039Reviewed-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@{#773987}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/f32ae562fe52..634973155ab5 2020-06-02 thestig@chromium.org Use more RetainPtrs in CXFA_FFTabOrderPageWidgetIterator. 2020-06-02 thestig@chromium.org Clean up CXFA_FFTabOrderPageWidgetIterator. 2020-06-02 thestig@chromium.org Fix an UnownedPtr error in CXFA_FFTabOrderPageWidgetIterator. 2020-06-02 thestig@chromium.org Mass rewrite dtors to use "= default". 2020-06-02 thestig@chromium.org Remove unused CXFA_FFPageWidgetIterator members. 2020-06-02 thestig@chromium.org Remove DeviceType::kUnknown. 2020-06-01 nigi@chromium.org Update comments and add an embeddertest for FPDF_LCD_TEXT. 2020-06-01 thestig@chromium.org Mark CFX_RenderDevice::SetDeviceDriver() as protected. 2020-06-01 thestig@chromium.org Mark CFX_RenderDevice ctor as protected. 2020-06-01 thestig@chromium.org Make CPDFXFA_Page annot iteration methods more consistent. 2020-06-01 pdfium-autoroll@skia-public.iam.gserviceaccount.com Roll Code Coverage from a8f20a1dacc2 to a70177d4a2e5 (3 revisions) 2020-06-01 pdfium-autoroll@skia-public.iam.gserviceaccount.com Roll Catapult from 31b81b84c957 to 91fa1462a88f (119 revisions) 2020-05-29 nigi@chromium.org Remove repetitive |FXTEXT_CLEARTYPE| usages in fxbarcode/oned/. 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:980116,chromium:980161 Tbr: pdfium-deps-rolls@chromium.org Change-Id: Ie371134e4b5618bb5dbef9d2fd0ae33d76e4bae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226041Reviewed-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@{#773986}
-
David Bokan authored
This CL specifically fixes behavior for the test LayerTreeHostImplTest.ScrollBeforeRootLayerAttached as well as some others that check the "viewport fallback" behavior when the scroll unification flag is enabled. This test was a regression test for a crash that was occurring when a scroll occurred prior to a root layer being attached. In this case, we hit test to a nullptr for the layer. Today, we drop the scroll in this case. The initial scroll unification implementation inappropriately requestes a main thread hit test. The fix here replicates this logic in the kScrollUnification branch of ScrollBegin so that behavior is unchanged. When a hit test doesn't hit any layers, we currently fallback to using the inner viewport scroll node. There are some cases where the inner viewport scroll node doesn't exist: - UI Comopsitor never has viewport nodes - OOPIF never has viewport nodes - Have not committed from Blink yet The key problem here was that the scroll node hit test returning nullptr is actually two distinct cases that we weren't distinguishing: 1. The compositor realizes it doesn't have enough information to perform the hit test (e.g. hit a non-fast scrolling region) 2. The compositor is able to perform the hit test and there simply isn't a ScrollNode. 1 requires a main thread hit test where 2 must drop the scroll. The HitTestScrollNode method is modified here to return the additional information and makes this explicit. Bug: 1047182,1086625 Change-Id: Id547e73dc307f0118b6c8cd3625a26661b57a45d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222140 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#773985}
-
François Degros authored
Fixed comments. Made zipFileCannotOpen more consistent with zipCannotZipFile. BUG=912236 TEST=browser_tests --gtest_filter="*/zip*" Change-Id: I8ff87195fff80435e1f78ffc29fee509b06bac1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225996 Commit-Queue: François Degros <fdegros@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#773984}
-
chrome://histogramsJun Kokatsu authored
This change removes dummy histograms in chrome://histograms Bug: 1085912 Change-Id: I4fda6a684a20ce2effd601e78a7d601cdd29f4ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214041Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Jun Kokatsu <Jun.Kokatsu@microsoft.com> Auto-Submit: Jun Kokatsu <Jun.Kokatsu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#773983}
-
Harkiran Bolaria authored
As a note - this patch jumps from 47 to 49 in WebSchedulerTrackedFeature so as to prevent merge conflicts with the patch here: https://chromium-review.googlesource.com/c/chromium/src/+/2212934 Some background on why we sometimes need to disable bfcache: https://docs.google.com/document/d/1NjZeusdS1kyEkZyfLggndU1A6qVt0Y1sa-LRUxnMoK8 Change-Id: I884e7b5262938c453cea7e1792b505c3a55447bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225355 Commit-Queue: Harkiran Bolaria <hbolaria@google.com> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#773982}
-
Kenneth Russell authored
This is occasionally causing GPU process crashes, leading to random flakiness throughout the test suite. This will be handled more generally soon. Bug: 1085899, 1088465 Tbr: bsheedy@chromium.org Change-Id: I90b40c7232a1dc0238e8a7792b577a4290b84535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225979Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#773981}
-
Gyuyoung Kim authored
This CL converts VideoDecodeClientPtr to mojo::PendingRemote<VideoDecodeClient> in the all uses of VideoDecodeClientPtr. Bug: 955171 Change-Id: Ia18b3d9ed4bd4062e2b0c94dc499f6ba84c7dcbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223837Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#773980}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=bindusuvarna@chromium.org Change-Id: I622f9f642fb456f6c540f206f8e968ab4f1b6a54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224021Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#773979}
-
John Lee authored
The CSS rules in the --cr-section mixin are moved into the only CSS class left using it. A TODO has been added to address the similarity of cr-row and settings-box, but this should not be considered high priority. Bug: 973674 Change-Id: I34437c39cb38b6fe0568a243a1eee41900ab6490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216646Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#773978}
-
Jarryd authored
Currently, quota internals exposes a button that is used to test the storage pressure notification, which is not yet available on Android. This change hides that section on quota internals to prevent users from crashing the browser when testing this unavailable feature. Bug: 1076794 Change-Id: I1b25cb52856be9cb419185b74b8bfd89e50f5f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207772 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#773977}
-
Evan Stade authored
The BackgroundTask id to class mapping is provided by ChromeBackgroundTaskFactory and this param is unused. Bug: none Change-Id: Ib6e96a759a1a481de030a6ad3185c31f2cdd6e73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219313Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#773976}
-
Gyuyoung Kim authored
This CL converts the uses of CameraService interface as below, - Convert CameraServicePtr to mojo::Remote - Convert CameraServicePtrInfo to mojo::PendingRemote Bug: 955171 Change-Id: I5200a2773dfa9ef121de645bedb73d5238a823f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222087 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#773975}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5c91cb1c2f1d..24e74c9857fa 2020-06-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-06-01 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-06-01 sokcevic@google.com Remove rev-parse --verify FETCH_HEAD If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1049610 Tbr: agable@chromium.org Change-Id: I645d96ff4a41cab3614bf670fd5ca887867b5cd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225713Reviewed-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@{#773974}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/721d6792f75d..c43545625d9c 2020-06-02 rwkeane@google.com Force CI build for Code Coverage bot test If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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: None Tbr: jophba@chromium.org Change-Id: Ieb5205965307cb398e6e2638c8443f0b0c6ddbd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225715Reviewed-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@{#773973}
-
Koji Ishii authored
When |NGLineTruncator| sets |IsHiddenForPaint|, it does so by cloning the original fragment. When hiding atomic inlines, the fragment in the inline formatting context is cloned and |IsHiddenForPaint| set, but the fragment cached in |LayoutBox| is kept unchanged, without |IsHiddenForPaint|. When such fragment has self-painting layer, the one in |LayoutBox| is painted. To hide such fragments, we moved them to outside of the clipping area, but this had visible side effects to |scrollWidth|. This patch stops moving them, but instead, check the fragment in the inline formatting context when painting and hit- testing. Bug: 1005645 Change-Id: I8d1d55afd2a2f1b6c1b6672d5090476872cb4dee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220405Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#773972}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9482d3f25987..d74336e50254 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 tguilbert@google.com,ortuno@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: chromium:812428 Tbr: tguilbert@google.com,ortuno@google.com Change-Id: I9834a9748ba5b0c86e4c18b5eabdf520476be6b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225710Reviewed-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@{#773971}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fce28fa091ae..a0f5e475c56d 2020-06-01 landrey@webrtc.org Move kUsedBufferSize to header 2020-06-01 caseyfischer@google.com Revert "Add trace of enqueued and sent RTP packets" 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: I7e3475b7800b872a9d05d71b989ab7b84676436a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225714Reviewed-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@{#773970}
-
Maggie Chen authored
This is to handle the swap chain creation failure in direct composition and direct composition overlay. By setting context lost, it has a chance to restart a new GPU command buffer without direct composition/overlay support. GL Renderer has already set context lost when SetDrawRectangles() or PostSubBuffer() fails. But this logic is missing in Skia Renderer. Bug: 1086750 Change-Id: Ie04c1437271f87b7c9838e79b61cdecb60f787e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213778 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#773969}
-
Abhijeet Singh authored
Announce the user-consent notice for Quick Answers when screen-reader is enabled. The accessibility name for the view is composed of all of its text content concatenated, by default. The accessible name and description are overridden for the view, and the announcement is made when the user-consent view is displayed. Bug: b:152059023 Test: Tested on Chrome OS Atlas test device. Change-Id: I222b139263ea748293112c26df37c226b0e43634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222126 Commit-Queue: Abhijeet Singh <siabhijeet@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#773968}
-