Bug 213592 - [GTK] Enable WEB_API_STATISTICS
Summary: [GTK] Enable WEB_API_STATISTICS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-24 23:22 PDT by Diego Pino
Modified: 2020-06-25 17:05 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.27 KB, patch)
2020-06-24 23:24 PDT, Diego Pino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-06-24 23:22:00 PDT
The following tests are failing since r263474:

        http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access.html [ Failure ]
        http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html [ Failure ]
        http/tests/resourceLoadStatistics/count-third-party-script-loads.html [ Failure ]
        http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html [ Failure ]
        http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration.html [ Failure ]
        http/tests/resourceLoadStatistics/log-delayed-client-side-redirects.html [ Failure ]
        http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html [ Failure ]
        http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html [ Failure ]

Diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r263497%20(14272)/http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-diff.txt

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-actual.txt
@@ -16,8 +16,6 @@
     isPrevalentResource: Yes
     isVeryPrevalentResource: No
     dataRecordsRemoved: 0
-    canvasReadData: No
-
 Registrable domain: subframe2
     hadUserInteraction: No
     mostRecentUserInteraction: -1
@@ -28,8 +26,6 @@
     isPrevalentResource: Yes
     isVeryPrevalentResource: No
     dataRecordsRemoved: 0
-    canvasReadData: No
-

The error is the same in all tests (the 'canvasReadData' part is missing).
Comment 1 Diego Pino 2020-06-24 23:24:43 PDT
Created attachment 402719 [details]
Patch
Comment 2 EWS 2020-06-25 02:53:22 PDT
Committed r263501: <https://trac.webkit.org/changeset/263501>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 402719 [details].
Comment 3 Radar WebKit Bug Importer 2020-06-25 17:05:36 PDT
<rdar://problem/64781323>