-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCM: Make JSON key names use underscores according to the W3C convers…
…ation https://bugs.webkit.org/show_bug.cgi?id=219696 <rdar://problem/72143642> Reviewed by Brent Fulgham. Further discussion in privacycg/private-click-measurement#30 concluded that the JSON report should use underscores in its keys instead of dashes. This patch makes that change and shortens the "report_version" key to just "version". Source/WebCore: Existing tests updated. * loader/PrivateClickMeasurement.cpp: (WebCore::PrivateClickMeasurement::json const): Tools: * TestWebKitAPI/Tests/WebCore/PrivateClickMeasurement.cpp: (TestWebKitAPI::TEST): LayoutTests: * http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-expected.txt: * http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt: Canonical link: https://commits.webkit.org/232267@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@270598 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
251ddb7
commit 5fd26a7
Showing
7 changed files
with
58 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2020-12-09 John Wilander <[email protected]> | ||
|
||
PCM: Make JSON key names use underscores according to the W3C conversation | ||
https://bugs.webkit.org/show_bug.cgi?id=219696 | ||
<rdar://problem/72143642> | ||
|
||
Reviewed by Brent Fulgham. | ||
|
||
Further discussion in https://github.com/privacycg/private-click-measurement/issues/30 | ||
concluded that the JSON report should use underscores in its keys instead of dashes. | ||
This patch makes that change and shortens the "report_version" key to just "version". | ||
|
||
* http/tests/privateClickMeasurement/expired-attribution-report-gets-sent-on-session-start-expected.txt: | ||
* http/tests/privateClickMeasurement/send-attribution-conversion-request-expected.txt: | ||
|
||
2020-12-09 Antti Koivisto <[email protected]> | ||
|
||
Font loads are triggered too late | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2020-12-09 John Wilander <[email protected]> | ||
|
||
PCM: Make JSON key names use underscores according to the W3C conversation | ||
https://bugs.webkit.org/show_bug.cgi?id=219696 | ||
<rdar://problem/72143642> | ||
|
||
Reviewed by Brent Fulgham. | ||
|
||
Further discussion in https://github.com/privacycg/private-click-measurement/issues/30 | ||
concluded that the JSON report should use underscores in its keys instead of dashes. | ||
This patch makes that change and shortens the "report_version" key to just "version". | ||
|
||
Existing tests updated. | ||
|
||
* loader/PrivateClickMeasurement.cpp: | ||
(WebCore::PrivateClickMeasurement::json const): | ||
|
||
2020-12-09 Antoine Quint <[email protected]> | ||
|
||
text-decoration-color animation should not be discrete | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2020-12-09 John Wilander <[email protected]> | ||
|
||
PCM: Make JSON key names use underscores according to the W3C conversation | ||
https://bugs.webkit.org/show_bug.cgi?id=219696 | ||
<rdar://problem/72143642> | ||
|
||
Reviewed by Brent Fulgham. | ||
|
||
Further discussion in https://github.com/privacycg/private-click-measurement/issues/30 | ||
concluded that the JSON report should use underscores in its keys instead of dashes. | ||
This patch makes that change and shortens the "report_version" key to just "version". | ||
|
||
* TestWebKitAPI/Tests/WebCore/PrivateClickMeasurement.cpp: | ||
(TestWebKitAPI::TEST): | ||
|
||
2020-12-09 Alex Christensen <[email protected]> | ||
|
||
Make PDFHUD.MoveIFrame API test more robust | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters