RESOLVED FIXED 197218
Move Ad Click Attribution from internal feature to experimental feature
https://bugs.webkit.org/show_bug.cgi?id=197218
Summary Move Ad Click Attribution from internal feature to experimental feature
John Wilander
Reported 2019-04-23 17:22:40 PDT
We should promote Ad Click Attribution from internal to experimental feature.
Attachments
Patch (12.95 KB, patch)
2019-04-23 17:27 PDT, John Wilander
no flags
Archive of layout-test-results from ews104 for mac-highsierra-wk2 (2.71 MB, application/zip)
2019-04-23 18:46 PDT, EWS Watchlist
no flags
John Wilander
Comment 1 2019-04-23 17:22:54 PDT
John Wilander
Comment 2 2019-04-23 17:27:55 PDT
Brent Fulgham
Comment 3 2019-04-23 18:44:08 PDT
Comment on attachment 368089 [details] Patch R=me
EWS Watchlist
Comment 4 2019-04-23 18:46:42 PDT
Comment on attachment 368089 [details] Patch Attachment 368089 [details] did not pass mac-wk2-ews (mac-wk2): Output: https://webkit-queues.webkit.org/results/11977676 New failing tests: js/dom/dom-static-property-for-in-iteration.html
EWS Watchlist
Comment 5 2019-04-23 18:46:44 PDT
Created attachment 368099 [details] Archive of layout-test-results from ews104 for mac-highsierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-highsierra-wk2 Platform: Mac OS X 10.13.6
John Wilander
Comment 6 2019-04-23 20:48:27 PDT
Test failure is unrelated. This patch just switches a feature from internal to experimental.
John Wilander
Comment 7 2019-04-23 20:49:19 PDT
Thanks, Brent!
WebKit Commit Bot
Comment 8 2019-04-23 21:16:35 PDT
Comment on attachment 368089 [details] Patch Clearing flags on attachment: 368089 Committed r244581: <https://trac.webkit.org/changeset/244581>
WebKit Commit Bot
Comment 9 2019-04-23 21:16:37 PDT
All reviewed patches have been landed. Closing bug.
Truitt Savell
Comment 10 2019-04-24 08:27:27 PDT
It looks like the changes in https://trac.webkit.org/changeset/244581/webkit broke js/dom/dom-static-property-for-in-iteration.html EWS shows this test failed as well. Might this be a rebaseline? History: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fdom%2Fdom-static-property-for-in-iteration.html Diff: --- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/js/dom/dom-static-property-for-in-iteration-expected.txt +++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/js/dom/dom-static-property-for-in-iteration-actual.txt @@ -9,6 +9,8 @@ PASS a["hick"] is 4 PASS a["hock"] is 5 PASS a["snood"] is 6 +PASS a["adcampaignid"] is +PASS a["addestination"] is PASS a["charset"] is PASS a["coords"] is PASS a["download"] is @@ -45,7 +47,7 @@ PASS a["contentEditable"] is inherit PASS a["isContentEditable"] is false PASS a["offsetParent"] is [object HTMLBodyElement] -PASS a["offsetTop"] is 714 +PASS a["offsetTop"] is 744 PASS a["offsetLeft"] is 8 PASS a["offsetWidth"] is 40 PASS a["offsetHeight"] is 18
John Wilander
Comment 11 2019-04-24 08:37:49 PDT
Oh, shoot. It looked completely unrelated to me. Rebaseline, yes.
Truitt Savell
Comment 12 2019-04-24 08:53:22 PDT
John Wilander
Comment 13 2019-04-24 09:17:04 PDT
(In reply to Truitt Savell from comment #12) > Rebased in https://trac.webkit.org/changeset/244592/webkit Thank you, Truitt. I appreciate it.
Note You need to log in before you can comment on or make changes to this bug.