- 03 Apr, 2020 40 commits
-
-
Hirokazu Honda authored
This CL adds SpatialLayer to VideoEncodeAccelerator::Config so that a VEA client is able to configure a spatial layer encoding. The configuration is useful to configure temporal layer encoding too. Supporting temporal layer with vp9 hw encoder is a short term goal today. Design doc: https://docs.google.com/document/d/1yeCV36yhk9zna4qwngPiJGhSUkDyJHRlfEpziFgJfHo#heading=h.aeh6kjktcuzy Bug: 1030199 Test: media_unittests Change-Id: I1e0524a71b043ccfa0e41d08e8de4b86e9c17c9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131444 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#756300}
-
Katie D authored
The autoclick ring animation was spending 0ms in the GROWING state and then immediately entering the SHRINKING state, where both states were exactly the same. Removes the SHRINKING state and switches to spend the correct amount of time animating in GROWING. The extra state was a holdover from an earlier version of Autoclick which did have two animation states. This will also increase test coverage as SHRINKING was not covered. TEST: manual Relnotes: N/A Bug: 1067399 Change-Id: I2e349ee4cca8c10c7753b8b37ac8cf3ab2696fe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134393Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Auto-Submit: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#756299}
-
Eugene But authored
Bug: 620438 Change-Id: Iba4ec203858d779a2e91b45843b473349fd52e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134567Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#756298}
-
Jeff Yoon authored
wrong method call for aborted/timed-out tests in xcode runner when preparing std json format. Bug: 1067453 Change-Id: I8b1bb64adad7bfec760b63247c5b82dea9cfe2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134501 Auto-Submit: Jeff Yoon <jeffyoon@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#756297}
-
Boris Sazonov authored
This test has been flaky, so this CL adds waitForIdleSync to wait for UI to settle. It also adds an assert to verify that "Sync everything" toggle is turned off. Bug: 1059116 Change-Id: I3955eaa187c5ce9f57ac715fc416e9b88a5ac461 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108555Reviewed-by:
Alice Wang <aliceywang@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#756296}
-
Raul Tambre authored
In Python 3 only bytes objects can be hashed. This means we need to encode() beforehand. Python 2 doesn't care, so this way it works on both. Traceback (most recent call last): File "../../tools/metrics/ukm/gen_builders.py", line 35, in <module> sys.exit(main(sys.argv)) File "../../tools/metrics/ukm/gen_builders.py", line 29, in main builders_template.WriteFiles(args.output, relpath, data) File "C:\Google\chromium\src\tools\metrics\ukm\builders_template.py", line 93, in WriteFiles HEADER.WriteFile(outdir, relpath, data) File "C:\Google\chromium\src\tools\metrics\ukm\codegen.py", line 89, in WriteFile output.write(self._StampFileCode(relpath, data)) File "C:\Google\chromium\src\tools\metrics\ukm\codegen.py", line 73, in _StampFileCode event_code = "".join( File "C:\Google\chromium\src\tools\metrics\ukm\codegen.py", line 74, in <genexpr> self._StampEventCode(file_info, event) File "C:\Google\chromium\src\tools\metrics\ukm\codegen.py", line 62, in _StampEventCode event_info = EventInfo(event) File "C:\Google\chromium\src\tools\metrics\ukm\codegen.py", line 36, in __init__ self.hash = HashName(json_obj['name']) File "C:\Google\chromium\src\tools\metrics\ukm\codegen.py", line 23, in HashName return struct.unpack('>Q', hashlib.md5(name).digest()[:8])[0] TypeError: Unicode-objects must be encoded before hashing Bug: 941669 Change-Id: I063ed268a8326b5acedbddc2628af7b015edb7cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082551Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#756295}
-
Natalie Chouinard authored
Test succeeded 10/10 times locally on an emulator M tablet, so re-enabling to see if it's still flaky on bots. Increasing timeout to MediumTest either way since this is more than a simple unit test. Bug: 945293 Change-Id: I3d82eac071af9de75dae88dc2e60b3fe40892a7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134612 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#756294}
-
Rainhard Findling authored
* Safety check password check reuses the newly introducted strings for password check, instead of introducing separate strings. Bug: 1015841 Change-Id: I7ad111f1ef7b57b8e5df1073e8c84221e60f5be9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132455Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#756293}
-
Antonio Gomes authored
... back to chromium web_test. The way how 'overflow:auto' elements contribute their scrollbar thickness to their intrinsic size is UA-specific [1]. This CL factors such checks out of css/css-flexbox/overflow-auto-006.html, back into blink specific web_test directory. The new test is t_p/blink/web_tests/css3/flexbox/overflow-auto-intrinsic-size.html Note: The test originated from web_tests/css3/flexbox/flexbox-height-with-overflow-auto.html, and was moved to wpt/css/css-flexbox/flexbox-overflow-auto-002.html in https://crrev.com/c/2120544 and then renamed to overflow-auto-006.html. [1] https://www.w3.org/TR/CSS22/visufx.html#overflow Issue=22580 BUG=1063749 R=robertma@chromium.org Change-Id: Ief1c2861e39a7eb66de3786e399774f647527a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135707Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#756292}
-
Mario Sanchez Prada authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: Ide9135764534d061d777e3e7f88936a8b768dc63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132201 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756291}
-
Natalie Chouinard authored
This reverts commit 4e6c1d9e. Reason for revert: Test still very flaky (see bug) Original change's description: > Re-enable testPaymentsIntegrationCheckboxClearsServerAutofillCreditCards > > Test succeeded 10/10 times locally, and no log data available on the bug > or flakiness dashboard (disabled >6 months ago). Re-enabling to monitor > whether flakiness still exists. > > Pre-emptively increasing timeout to MediumTest either way since this > test is more than a simple unit test. > > Bug: 994726 > Change-Id: Iaa645356906b17ff17c44cc49c4c76c7b9dac4d3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134204 > Reviewed-by: Tommy Nyquist <nyquist@chromium.org> > Commit-Queue: Natalie Chouinard <chouinard@chromium.org> > Cr-Commit-Position: refs/heads/master@{#755973} TBR=nyquist@chromium.org,chouinard@chromium.org Change-Id: I82b8a2877bda92fc6d864d58f97b553130e820b1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 994726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135327Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#756290}
-
Mario Sanchez Prada authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Since there was already a similar test in WPT, this CL also renames that test to adding the -001 suffix to it, so that we can consistently add this new one as a -002 one. Additionally, this CL also adapts a bit the content of that previously existing test in order to contain as much metadata as the one being added now, that is, a link to the original chromium bug, a meta description, links to the same specs pointed also from the newly-added -002 test, and a consistent title. Bug: 1063749 Change-Id: I96781e53d1fa272d094937ff1582baac5b82c1b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132161Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#756289}
-
Jonathan Freed authored
Change-Id: I6e00f1453a423ed9069e1870a0fa6c21230810ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135049Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Jonathan Freed <freedjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#756288}
-
Corentin Wallez authored
This reverts commit 9dce00d2. Reason for revert: Causes crashes in the webgl_conformance_tests on Android. Original change's description: > Add DCHECKs to match deserialization errors > > Two checks about the DrawQuad rects were added as deserialization > errors. Add equivalent DCHECKs during serialization so the errors are > caught closer to the source in debug builds. > > Bug: 1066139 > Change-Id: I69665dd200d7ee2028fac6e55bd0264967ed9216 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134609 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Commit-Queue: kylechar <kylechar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756252} TBR=rsesek@chromium.org,kylechar@chromium.org Change-Id: I6a045401c94aedcaa200e4bb9bbb6ae52f72ad73 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1066139 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134238Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#756287}
-
Javier Ernesto Flores Robles authored
This adds an skeleton for the credential provider service, which will be in charge of listening to the changes in the password store and keep Credential Provider data in sync. Bug: 1066803 Change-Id: Iedec647ff9a18f5aae013bd318d095019af65be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133928 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#756286}
-
Arthur Eubanks authored
Now that https://crbug.com/965937 is fixed. Partial revert of https://crrev.com/c/1624331. Change-Id: I9e73fdff99984601182ec142723a9d3521a9eb6e Bug: 897796 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134702 Commit-Queue: Arthur Eubanks <aeubanks@google.com> Auto-Submit: Arthur Eubanks <aeubanks@google.com> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#756285}
-
Peng Huang authored
Bug: 1066854 Change-Id: Ic0ef799e374b90a81504f9655913fb52a68f459e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135868 Auto-Submit: Peng Huang <penghuang@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756284}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/331b83f63756..039884bb8c63 Created with: gclient setdep -r src-internal@039884bb8c63 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I6fab901bce76e6d66874d15215fe1cb9131b83c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135786Reviewed-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@{#756283}
-
Owen Min authored
This reverts commit 54171d06. Reason for revert: crbug/1067636 CrostiniUpgraderDialogBrowserTest.ShowsOnAppLaunch failed on linux-chromeos-chrome Original change's description: > First browser tests for upgrader dialog > > These tests cover the correct behavior on app launch. > > Bug: 1024693 > Change-Id: I9808e7492e696f8fea89bf5c7eba49439c9fc5aa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135091 > Commit-Queue: Nicholas Verne <nverne@chromium.org> > Reviewed-by: Nic Hollingum <hollingum@google.com> > Cr-Commit-Position: refs/heads/master@{#756193} TBR=nverne@chromium.org,hollingum@google.com Change-Id: I520ae534296f744c59f29aca7cbdaada5dc94327 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1024693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135871Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#756282}
-
Dave Tapuska authored
Like crrev.com/511a3ee8 the 2d text tests were failing cause they weren't waiting for the font to be ready. Use the same code I wrote in the other tests for the rest of them. BUG=1066953 Change-Id: If32fb0704a1ed1b0d96d8be1e07c94138fa2f982 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135544Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#756281}
-
Mohsen Izadi authored
Currently, EventLatency metrics only measure total latency from event timestamp up to frame presentation (and for scroll events, from event timestamp up to gpu-swap-end). This CL adds top-level compositor breakdowns. Further breakdowns for blink and viz stages will be added in follow-up CLs. Bug: 1054009 Change-Id: I65341dbc10d08b8acbd05185cf270b0a1fc4d842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132853Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#756280}
-
Chris Harrelson authored
This field doesn't do anything in cc in layer list mode, and is not called in other clients of cc than Blink. Layer::should_check_backface_visibility() does all the actual work in layer list mode. Bug: 1008483 Change-Id: Ia535f6912d6c6a9b3305851639360ae9693fd375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131024Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756279}
-
Ewann authored
This CL moves ClearBrowsingDataUIDelegate to the privacy coordinator and adds back his delegate to the ClearBrowsingDataTableViewController. Bug: 1066846 Change-Id: Id712379d41275b3d7c522687ccb4072b3fd4041e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134011 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#756278}
-
Philip Rogers authored
This test had a minor typo which was discovered when upstreaming the CSS version of the test in https://chromium-review.googlesource.com/c/chromium/src/+/2134034. Change-Id: I3f8e0218b2c78dc82bdbe3693ffb51111edefc6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135545 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#756277}
-
chrome://flagsPeng Huang authored
Bug: None Change-Id: Ib16fde51ee8d23ca6003df99fd998cf24a02a7f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134620Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756276}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8ce842d38d0b..c89ca0ba09ed git log 8ce842d38d0b..c89ca0ba09ed --date=short --first-parent --format='%ad %ae %s' 2020-04-02 kjlubick@google.com [canvaskit] Tweak matrix benchmarks 2020-04-02 kjlubick@google.com [canvaskit] Handle passing matrix values into CK ourselves. 2020-04-02 mtklein@google.com eliminate_dead_code in place 2020-04-02 lovisolo@google.com ios.py: Bugfix to prevent iOS tasks from failing with "Error: ImageMountFailed". 2020-04-02 mtklein@google.com don't need Builders 2020-04-02 csmartdalton@google.com Disable baseVertexBaseInstanceSupport if instancing is not supported 2020-04-02 fmalita@chromium.org [skottie] Cleanup pass 2020-04-02 borenet@google.com Update Go Deps 2020-04-02 mtklein@google.com pass around programs by value 2020-04-02 mtklein@google.com pull out schedule, finalize 2020-04-02 bsalomon@google.com Reland x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." 2020-04-02 brianosman@google.com Add GrVkPipelineStateBuilder and GrMtlPipelineStateBuilder trace events 2020-04-02 bsalomon@google.com Rename outputView->writeView and outputSwizzle->writeSwizzle 2020-04-02 bsalomon@google.com Remove color type from promise image proxy callback. 2020-04-02 westont@google.com Broke Debian9 things in skolo. 2020-04-02 mtklein@google.com reframe liveness_analysis as eliminate_dead_code 2020-04-02 westont@google.com [infra] Upgrade to Debian 10 for GCE tasks. 2020-04-02 brianosman@google.com Remove more remnants of SkVertices bone support 2020-04-02 brianosman@google.com Stop including SkVertices.h from so many places 2020-04-02 kjlubick@google.com [canvaskit] Add tests for RTShader 2020-04-02 hcm@google.com Update Skia milestone to 84 Created with: gclient setdep -r src/third_party/skia@c89ca0ba09ed 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 michaelludwig@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/+/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 Bug: None Tbr: michaelludwig@google.com Change-Id: I8df7b00859aea2405b764c26e5bd4efd849cdcfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135790Reviewed-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@{#756275}
-
Kurt Catti-Schmidt authored
This change introduces two new classes that will be used for CSS Grid in LayoutNG, as well as the runtime flag "LayoutNGGrid" that enables CSS Grid support in LayoutNG. This is not at all functional yet but will allow for the subsequent changes to focus on the implementation instead of boilerplate. Bug: 1045599 Change-Id: I04fb4455761b1f66cf567440fc5298a39230cbbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042056Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#756274}
-
Katie D authored
This increases code coverage by 100% for select_to_speak_tray.h. Bug: 1067399 Change-Id: I59c8caa322aae3189d04da0afe8520cdfb2ab457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134862Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#756273}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/93040c8d0d4a..e4aa679c5945 git log 93040c8d0d4a..e4aa679c5945 --date=short --first-parent --format='%ad %ae %s' 2020-04-03 jmadill@chromium.org Texture: Pass explicit unpack buffer to setImage. 2020-04-03 jmadill@chromium.org Vulkan: Fix FBO cache when updating disabled attachments. Created with: gclient setdep -r src/third_party/angle@e4aa679c5945 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: cwallez@google.com Change-Id: I4aa46391152946c8f0996393c0c6397ef56884d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135788Reviewed-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@{#756272}
-
Dominic Farolino authored
This CL adds a few "missing" relevant mutations WPTs; specifically, it exercises going from a valid state, to the state specified by the invalid value default, by setting an img's `crossorigin` attribute to a bogus value. R=fs@opera.com, hiroshige@chromium.org Bug: 1061685 Change-Id: I07166be176925693267c287fde53f4f09b3aeff8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135542Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#756271}
-
Mugdha Lakhani authored
When there's no security status icon to show, currently WebLayer keeps the blank space for it. A more elegant UI is to start the URL bar text at the leftmost edge in this case, without leaving any gap for the icon, and animate to the right once the icon is ready to be shown. This CL reuses code from Clank for the security button animation. GIFs before and after the change can be seen here: https://drive.google.com/drive/folders/1qyRRQzysAkFdKgwiKBk_aEqrvCB48M8i?usp=sharing Bug: 1025607 Change-Id: I831ae02f1fdf096170a8296b3d8b8916c505aa70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132333 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Auto-Submit: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#756270}
-
arthursonzogni authored
(1) 2020-03-12: pmeuleman@ added support for parsing COOP for SW main resource response, just before M82 branch cut. https://chromium-review.googlesource.com/c/chromium/src/+/2100790 The parser is executed from the browser process, violating: https://chromium.googlesource.com/chromium/src/+/master/docs/security/rule-of-2.md The unittest is entirely executed from the browser process. (2) 2020-03-16: arthursonzogni@ added 8 equivalent WPT subtests: https://chromium-review.googlesource.com/c/chromium/src/+/2102577 Today, yhirano@ is working on avoiding parsing COEP from the browser process: https://chromium-review.googlesource.com/c/chromium/src/+/2132902 and arthursonzogni@ is doing the same for both COOP and COEP: https://chromium-review.googlesource.com/c/chromium/src/+/2134292/10 https://chromium-review.googlesource.com/c/chromium/src/+/2134374/7 Since the unittest (1) is run entirely in the browser process, there are no ways to move the parsing to the renderer process without breaking this test. It needs to be removed. The WPT tests (2) are enough. This patch removes ServiceWorkerNavigationLoaderTest.ResponseWithCoop. This unblocks removing COOP parser usages from the browser process. Bug: 1059295 Change-Id: I838eb387387d9b735d25cef6ecda999f1fab1f32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135688Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#756269}
-
Anders Hartvoll Ruud authored
CascadeMap now holds the cascaded declarations for the user-agent, user, and author origins separately. The 'revert' keyword is resolved to the cascaded value for the target origin before being applied to ComputedStyle. (This can happen recursively up to the kUserAgent origin. Note that 'revert' will not yet work to/from surrogates (css-logical properties), nor in @keyframes. Bug: 579788 Change-Id: I98b40d596867129e486035f9cd9f20e7b7cbe08e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130268 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#756268}
-
Hailey Wang authored
Add usage of MaxSimultaneousLoad threshold in BackgroundTabLoadingPolicy's loading logic. Original CL: https://chromium-review.googlesource.com/c/chromium/src/+/2122479 Reland due to test failing because of dependencies on system core number. Removed these dependencies in unit tests. Bug: 1059341 Change-Id: I20fd569aa13c2912ba8f6366bf5d3916f72e8f58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134190Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Hailey Wang <haileywang@google.com> Cr-Commit-Position: refs/heads/master@{#756267}
-
Manuel Rego Casasnovas authored
This patch removes LayoutTheme::IsFocusRingOutset() as it's only implemented in one place and returns always "false". Due to this we can also remove the method ShouldDrawInnerFocusRingForContrast() in graphics_context.cc, as it always return "false" too. No new tests as it's covered by existent tests, just removing dead code. Change-Id: Ib4715770603d2ac66b353c7d077b75385e24aa3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134248Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#756266}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/52e2dbf1c115..16d0d371d549 git log 52e2dbf1c115..16d0d371d549 --date=short --first-parent --format='%ad %ae %s' 2020-04-03 mbonadei@webrtc.org Apply performance-for-range-copy fixes. 2020-04-03 tommi@webrtc.org Remove seemingly unused timer 2020-04-03 titovartem@google.com Extract PeerConfigurerImpl into separate file Created with: gclient setdep -r src/third_party/webrtc@16d0d371d549 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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I3a13a527edbb8983551e078e52c4d4782f058cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135787Reviewed-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@{#756265}
-
Jesse Schettler authored
Use cros_healthd to collect and report fan info for each of the device's fans. Bug: 1035579 Test: DeviceStatusCollector.TestCrosHealthdInfo Change-Id: I1f458f923e6017d601390bca9b4070b0590d53e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135314Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#756264}
-
Wez authored
This reverts commit 81e217be. Reason for revert: Broke the official builders' archive step. Original change's description: > [fuchsia] Migrate cr_package_fuchsia() to use SDK-provided rules. > > Migrate the cr_package_fuchsia() rule to use the SDK-provided > fuchsia_component() and fuchsia_package() rules internally. > > TBR=jbudorick > > Bug: 1050703 > Change-Id: I1ba54308f2f2f6fc0f0b305dab2b9c927a38b21e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094989 > Commit-Queue: Wez <wez@chromium.org> > Auto-Submit: Wez <wez@chromium.org> > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756250} TBR=ddorwin@chromium.org,wez@chromium.org,kmarshall@chromium.org,sergeyu@chromium.org,jbudorick@chromium.org,wilkinsonclay@google.com Change-Id: I9077ce9e4cab5dd85e3d5fc4f4d09cc91033e811 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1050703, 1067614 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135691Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#756263}
-
Marc Treib authored
- Extract a new SetVotesForPendingCredentials() out of CreatePendingCredentials(). - Remove "update" param from SavePendingToStore() since it can be inferred from pending_credentials_state_. - Merge ProcessUpdate() together with corresponding code for the IsNewLogin() case into a new SetVotesAndRecordMetricsForPendingCredentials(). - Call UploadVotesAndMetrics() from within SavePendingToStore(), rather than at its call sites. No behavior changes. Bug: 1067194 Change-Id: Ib85a35de9a44b6ec362442351416b27368243cd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134007 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#756262}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/f99302c4efe6..2ce5fda2fea8 git log f99302c4efe6..2ce5fda2fea8 --date=short --first-parent --format='%ad %ae %s' 2020-04-03 bclayton@google.com Kokoro: Add the ppa:ubuntu-toolchain-r/test apt-repository Created with: gclient setdep -r src/third_party/swiftshader@2ce5fda2fea8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ia17d0e2ee711a0679e6f0d377231a864ed65f0f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135602Reviewed-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@{#756261}
-