- 03 Dec, 2020 40 commits
-
-
Adam Langley authored
This #include pulls in quite a lot of headers in render_frame_host.h, a fairly core header. Change-Id: I17288f2e166ec15880ebac6a11f07c574b16d94b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553021 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#833096}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/40894189c86a..5334e8976d42 2020-12-02 mtklein@google.com Revert "restore murmur3 for older iOS devices" 2020-12-02 scroggo@google.com Expose more info in SkCodec::FrameInfo 2020-12-02 mtklein@google.com simplify SkSamplingOptions field names 2020-12-02 mtklein@google.com make SkSamplingOptions fields const 2020-12-02 bsalomon@google.com GPU clear values: just 4 floats 2020-12-02 tdenniston@google.com Add test for quadratic Wang's formula 2020-12-02 mtklein@google.com restore murmur3 for older iOS devices 2020-12-02 johnstiles@google.com Fix flipped array dimensions in SkSL. 2020-12-02 bungeman@google.com Subpixel anti-aliasing in FreeType 2.8.1+ 2020-12-02 robertphillips@google.com Revert "Fix bug in GrClearOp combining and remove some asserts" 2020-12-02 johnstiles@google.com Disable inliner on Functions.sksl. 2020-12-02 brianosman@google.com Remove unused inColor 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 westont@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: westont@google.com Change-Id: I2956ee5cbf737f00587f8c4a022b476af3377e90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569516Reviewed-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@{#833095}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: Ia1e0e2402789f0922099353b45edfe6e256596aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569388Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#833094}
-
Zach Trudo authored
RecordHandlerImpl replaces Destination specific handlers with a handler that points directly to the new endpoint. Bug: chromium:1078512 Change-Id: I8dd7ceca2556ad032f2e398cde1987fa4100b016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555200 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#833093}
-
Thanh Nguyen authored
Add new function to utility/services.cc that allows us to launch LocalSearchService out of process. Design doc: go/lss-sandboxing Implementation plan: go/lss-sandboxing-impl Bug: 1137560 Change-Id: I921281b6a309f8ffa66a3cd0e4f1e5119a824ec9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562806Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#833092}
-
Yao Xiao authored
Bug: 1154556 Change-Id: Ib4d6bbb1f94fac80823b729b963f36becd1f3792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568939 Commit-Queue: Yao Xiao <yaoxia@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#833091}
-
Asanka Herath authored
We are making a corresponding change to the server controlled experiment. This change brings the waterfall tests closer in character to what is in the field. Bug: 1154693 Change-Id: I47ec85a18c195b878ee1b0bc074c99417951a000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568624 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#833090}
-
Noel Gordon authored
Due to issue 1152084 some users might have incorrectly EXIF orientated JPEG thumbnails in their image loader cache. Update the image loader's IDB cache version to reset (aka clear) the users image loader cache. Bug: 1152084 Change-Id: I3fee9a406c10cca435227418310379cda4b25fac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569194Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Auto-Submit: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#833089}
-
Brian Sheedy authored
The Windows Intel pool has had a mix of HD and UHD 630 GPUs for a while now, so there's no need to specifically test UHD 630 GPUs anymore. Bug: 1154460 Change-Id: I27d43dc6c74dd332fe7575743bb17007cb30617c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570124 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#833088}
-
Brian Sheedy authored
We already have stable tests running on RX 5500 XTs with more capacity, so no reason to keep the old AMD builder around. Bug: 1154895 Change-Id: Idd16c259e8c74903b8def0289155444ebef85a91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570387 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#833087}
-
David Trainor authored
This reverts commit dde99fda. Reason for revert: Reliably failing due to timeout on android-marshmallow-x86-rel-non-cq. Sample failure: https://ci.chromium.org/ui/p/chromium/builders/ci/android-marshmallow-x86-rel-non-cq/1034/overview Original change's description: > [remoteobjects] Add JavaBridgeBasicsTest#testWebViewAfterRenderViewSwapped > > This CL adds JavaBridgeBasicsTest#testWebViewAfterRenderViewSwapped > to recreate the regression scenario described in > https://crbug.com/572053, and to verify that the new code works as > expected. > > Bug: 1105935 > Change-Id: Ie527f0c452a9d3eac7fe0c91797b792eff15c23d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2564931 > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Commit-Queue: Miyoung Shin <myid.shin@igalia.com> > Cr-Commit-Position: refs/heads/master@{#832636} TBR=boliu@chromium.org,oksamyt@chromium.org,myid.shin@igalia.com,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Id346701be025b4b61e8eae07442a902c5c009bd0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1105935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570449Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#833086}
-
Bao-Duy Tran authored
This script is used for on-the-fly autogen of C++ code from legacy input_methods.txt [1] config file that's mostly obsolete and on track for full deprecation. This cleanup is in prep for trimming the script to just what's still really in use nowadays from input_methods.txt. [1] https://source.chromium.org/chromium/chromium/src/+/master:chromeos/ime/input_methods.txt;drc=5ab33d25bc676b63e4afbcfade6f9265a5f5a3ea Bug: 1134526,1134465 Change-Id: Id8b235958deaee0f2d935f8e384af9c4e0cc19c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568923Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
My Nguyen <myy@chromium.org> Commit-Queue: Bao-Duy Tran <tranbaoduy@chromium.org> Cr-Commit-Position: refs/heads/master@{#833085}
-
Victor Costan authored
//tools/mb/mb_config_expectations/tryserver.chromium.mac.json was updated by running "tools/mb/mb.py train" //infra/config/generated/* was updated by running "lucicfg generate infra/config/main.star" Bug: 1154062 Change-Id: I13a9e0bb1dd2a7f3ccdaf30fa600de4cedafa92c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566335Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#833084}
-
Olivier Yiptong authored
This makes a now unused histogram obsolete. It has been replaced by Fonts.AccessAPI.EnumerationCache.* Fixed: 1138245 Change-Id: I000d4f5c048706e8a518ee7c3b98ee128362c498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569979 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#833083}
-
edchin authored
This CL adds utility functions that provide a cross-platform interface for obtaining the task runner for the IO and UI threads. Note that base::CreateSingleThreadTaskRunner() is an older approach to obtaining the task runners for the IO and UI threads. But it is still used in iOS. Bug: 1147967 Change-Id: I2d16613864f5a5b927157b5a26377d7513032905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559793 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#833082}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ae504d46b4c4..a45552c0f29d 2020-12-02 bhamrick@google.com Merge "Improve Fuchsia Importer" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I0d8fad7735f19faea5f13167dd925eb490c31038 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570165Reviewed-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@{#833081}
-
Jan Wilken Dörrie authored
This change inlines the defaulted assignment operators in flat_tree. Furthermore, this works around a compiler bug exposed in old GCC versions. Fixed: 1154608 Change-Id: I488b6003de6630d2d18b7849bc903db2d41ed9bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566943 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#833080}
-
Sophey Dong authored
Bug: 1151439 Change-Id: I515683feb913810f3e15428d3f7249c292552b9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552769Reviewed-by:
Donn Denman <donnd@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#833079}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/8e0ff2457021..46df5d14ee80 2020-12-02 tsepez@chromium.org Remove one form of CFXJSE_ScoeUtil_IsolateHandleContext constructor. 2020-12-02 tsepez@chromium.org Split up CFXJSE_ScopeUtil_IsolateHandleContext 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: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I7b924521b4d1461139ff600d690b964f0fa3f748 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570166Reviewed-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@{#833078}
-
James Cook authored
This is a small step toward decoupling //chromeos/constants from //chromeos/dbus. Decoupling should make future code migrations slightly easier, e.g. code moves for lacros. Bug: none Change-Id: Icc27df24c9cfb8ed340da9c489be834ed56d83bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570104Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#833077}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d1655710f7a7..70828422634e 2020-12-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: If3c30f3f27a57f04d0e28c847f7401dcba27b322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570223Reviewed-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@{#833076}
-
Makoto Shimazu authored
This reverts commit a954ef5f. Reason for revert: https://crrev.com/c/2569026 has been reverted Original change's description: > Temporarily disable webaudio/DynamicsCompressor/compressor.html > > New test, fails on Mac. > > TBR: rtoy > Bug: 1154883 > Change-Id: I64534e6aa5ee39f928ff7a8c4df21b64a5e70901 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570019 > Reviewed-by: Dmitry Titov <dimich@chromium.org> > Reviewed-by: Raymond Toy <rtoy@chromium.org> > Commit-Queue: Dmitry Titov <dimich@chromium.org> > Cr-Commit-Position: refs/heads/master@{#833057} TBR=dimich@chromium.org,rtoy@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Id448bf98326e5dec2d917d2c90e18a7f286fe955 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1154883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568998Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#833075}
-
Makoto Shimazu authored
This reverts commit bb8326f6. Reason for revert: The test doesn't seem to pass on Mac and flaky on Linux too. sample build: https://ci.chromium.org/ui/p/chromium/builders/ci/Mac10.14%20Tests/11116/overview Original change's description: > Add test for DynamicsCompressor > > Add a simple test of the DynamicsCompressor using two oscillators and > a gain node to control the amplitude. We compare the output with a > reference file and also compare the reduction values with a known set. > > The reference output and reduction value files were created by saving > the output from the test. > > There's too much variation between browsers to make this a web > platform test. > > Bug: 1013248 > Test: webaudio/DynamicsCompressor/compressor.html > Change-Id: Ib7c68b5b8ffa79b0a78b5b842fef4b121e1bcf52 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364744 > Commit-Queue: Raymond Toy <rtoy@chromium.org> > Reviewed-by: Hongchan Choi <hongchan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#832890} TBR=rtoy@chromium.org,hongchan@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I05d4fdbc0c90b57e354d3bc0537f962c6e437fa9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1013248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569026Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#833074}
-
dpapad authored
This script: - Is basically unmaintained. - It's unclear if it still works - Has not been very helpful and does not justify the cost of maintaining it. - Is unlikely to be ported to work with Polymer3 JS imports in third_party/polymer/v3_0/ folder. Moreover, we have way less Polymer UI elemens dependencies than when this script was originally authored, and manually identifying unused elements has not been a problem. Fixed: 997850 Change-Id: Ic062bf1bc1cccf4bd2c98bb37a83b9103270dbb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569372 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#833073}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I5f007ff9188166b6f4eff40a7c13cc3fb9314c8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570037Reviewed-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@{#833072}
-
Jiewei Qian authored
SettingsWindowObserver is used to check if the number of OS Settings browser instances are correct. This can be performed in other ways without relying on SettingsWindowManager. SettingsWindowManager predates the SWA platform, which implements many features wanted by OS Settings, but were otherwise unavailable. After SWA platform launch, we have implemented these features in SWA platform, so it's no longer necessary for OS Settings to duplicate these logics. This is a preparation for implementing a new LaunchSystemWebApp API, which no longer returns the Browser object running the launched App. Bug: 1154540 Change-Id: I2c3322d30fbf2c288e03aa3cc139f9f3bbf74920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569191 Commit-Queue: Jiewei Qian <qjw@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#833071}
-
Charlie Hu authored
The fix to missing document policy in XSLT documents involves initialize document policy from previous security context, which results |DocumentLoader::document_policy_| not having correct policy content before document policy initialization in |SecurityContextInit|. This CL moves the check for ForceLoadAtTop feature after document policy initialization, so that its behaviour is consistent in XSLT documents. Bug: 1151954 Change-Id: I0a4061975a26cbf922b322c908ce8c2c88897715 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568439Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#833070}
-
David Trainor authored
TBR=changwan@chromium.org Bug: 1153705 Change-Id: I94974a23a913f51046d0d092f0fb3b827a88cbcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570208Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Auto-Submit: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#833069}
-
Daniel Hosseinian authored
PDFium's FPDFText_GetTextRenderMode() is technically an experimental API, but it guarantees to return enum values within a certain range. By statically asserting the bounds of FPDF_TEXT_RENDERMODE, we can simply DCHECK the returned value of FPDFText_GetTextRenderMode() against those bounds instead of handling an out-of-bounds value in runtime. Change-Id: I89d377eeaaab5186712e6b85683bf658590eab53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567452 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#833068}
-
danakj authored
Step 4 for bug 1125106. This is a subset of the mega-patch in https://chromium-review.googlesource.com/c/chromium/src/+/2462248. A same-document navigation is a request to navigate the currently loaded document to the specified anchor tag from the URL. Renderer-initiated navigations simply perform the scroll operation and update history. Browser-initiated ones are treated as a navigation. However there are many things that could cause the given URL to want to load in a different SiteInstance than what was used for the previous load. But using a different SiteInstance would also mean reloading the document - which means it is no longer a same-document navigation. Previous patches in this series have prevented us from trying to load a same-document navigation when there would be valid reasons to want to do a cross-document navigation. Follow-up patches will introduce CHECK()s in the renderer to show that we are in fact never trying to perform a same-document navigation anymore when we would have required a cross-document navigation (with the exception of navigating a frameset which must fallback to cross- document). R=nasko@chromium.org Bug: 1125106 Change-Id: I3603cb0a3698d9e6241aca4eb8895db4fcdfd139 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558760 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#833067}
-
Frédéric Wang authored
Per [1], only about:blank and about:srcdoc URLs should be treated as potentially trustworthy, but Chromium currently accepts all about: URLs. This CL aligns with the current spec, with the additional assumption that query and fragment components are accepted too [2]. This change is not web-visible. [1] https://w3c.github.io/webappsec-secure-contexts/#potentially-trustworthy-url [2] https://github.com/w3c/webappsec-secure-contexts/issues/81 Bug: 1153335, 1153336 Change-Id: I907d90596b4895a3d3b6efbfd535b2efe9e9cc8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563492 Commit-Queue: Frédéric Wang <fwang@igalia.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#833066}
-
Daniel Hosseinian authored
When the plugin sends a message to the renderer, bounds checking is performed on all IPC enum traits. Messages containing bad data are dropped. Consequently, text runs containing no text need to have their style initialized to an unknown mode instead of leaving the field uninitialized. The uninitialized field was trying to pass garbage values through IPC, causing the entire message to be dropped. This issue was discovered after crrev.com/830918 was reverted, because the change depended on accessibility info to be sent sequentially for every page. A single dropped message would prevent the accessibility tree from ever finishing. Bug: 1150665 Change-Id: I0857b79da817e01a9c570d5a9172086ad9f39d67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567353 Reviewed-by: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Tom Sepez <tsepez@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#833065}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1606910266-ef600127b93b5e1e3330f538f7207fdf2db6ba60.profdata to chrome-win64-master-1606920808-0540fdc6e596cc19c39443c176b663ce2ec75493.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: I3e60dc6ec27571eafc6f4cc599a7a76f8ba1d66e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570035Reviewed-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@{#833064}
-
Azeem Arshad authored
This CL adds eid property to network_state and exposes it in cros_network_config api. Hermes fake clients are also updated to set EID property on fake eSIM network state. Bug: 1093185 Change-Id: Ied18d96902d0563b96f9617e77d9afc967a40c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541562 Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#833063}
-
Brandon Wylie authored
This reverts commit a3349311. Reason for revert: Broke clank testers, see crbug.com/1154838. Original change's description: > [WebLayer] Fix FragmentActivityReplacer with SupportLifecycleFragmentImpl > > This fixes a comilation error due to FragmentActivityReplacer's > interaction with SupportLifecycleFragmentImpl. > > Bug: 1152898, 1123216 > Change-Id: I81de8100f7ddd08310f8a36c8f1c9c62e82c0469 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566455 > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Sam Maier <smaier@chromium.org> > Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> > Cr-Commit-Position: refs/heads/master@{#832426} TBR=agrieve@chromium.org,rmcelrath@chromium.org,smaier@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1152898 Bug: 1123216 Change-Id: I4932f374ea69c87005cf2ff8ba3ea56d883d879e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567180Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#833062}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/04ee79c749be..b6e840c0368f 2020-12-02 alessiob@webrtc.org RNN VAD: SSE2 optimization for `VectorMath::DotProduct` 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: Ib1b571671327ff1a276bfe8178be307e56ba7a54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570043Reviewed-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@{#833061}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/1366dd01174e..ae504d46b4c4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I4f40a8a5bb223fdc45e1f986123ee6394f2b3529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569380Reviewed-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@{#833060}
-
Zach Trudo authored
The endpoint for EncryptedReportingJobConfiguration doesn't utilize the profile message provided by context. Additionally the endpoint expects uint64 to be encoded as strings (JSON can't handle 64 bit integers). Bug: chromium:1078512 Change-Id: I5306f940b62e49ad763bfbad31a92f16dc06e7fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558006 Commit-Queue: Zach Trudo <zatrudo@google.com> Auto-Submit: Zach Trudo <zatrudo@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#833059}
-
Austin Eng authored
Adds variants of the following WebGL perf tests with --enable-unsafe-js-fast-calls - Animometer - Animometer Indexed - Aquarium 20k - Skelebuddies wasm - Tiny Racing wasm - Microgame FPS - Lost Crypt Bug: 1101475 Change-Id: I7280d00980af32e96aef7e35a53139e93d4e2b7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519363Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#833058}
-
Dmitry Titov authored
New test, fails on Mac. TBR: rtoy Bug: 1154883 Change-Id: I64534e6aa5ee39f928ff7a8c4df21b64a5e70901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570019Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Dmitry Titov <dimich@chromium.org> Cr-Commit-Position: refs/heads/master@{#833057}
-