WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
72813
Remove the dependence on jsonp from more of new-run-webkit-tests and the test results server
https://bugs.webkit.org/show_bug.cgi?id=72813
Summary
Remove the dependence on jsonp from more of new-run-webkit-tests and the test...
Ojan Vafai
Reported
2011-11-19 16:47:30 PST
Remove the dependence on jsonp from more of new-run-webkit-tests and the test results server
Attachments
Patch
(6.25 KB, patch)
2011-11-19 16:50 PST
,
Ojan Vafai
abarth
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2011-11-19 16:50:47 PST
Created
attachment 115963
[details]
Patch
Adam Barth
Comment 2
2011-11-19 16:57:28 PST
Comment on
attachment 115963
[details]
Patch Do we need to change anything in garden-o-matic? It has some code to strip off the JSONP wrapper. We might need to change it to detect whether the wrapper is there in the first place (or maybe it already does that).
Ojan Vafai
Comment 3
2011-11-19 17:00:15 PST
Comment on
attachment 115963
[details]
Patch I'll just commit this now.
Ojan Vafai
Comment 4
2011-11-19 17:00:48 PST
I think garden-o-matic is OK, but I'll double-check before commiting.
Ojan Vafai
Comment 5
2011-11-19 17:03:54 PST
As best I can tell, garden-o-matic only reads full_results.json, which is the only one that's not changing (i.e. it's keeping the jsonp wrapper).
Adam Barth
Comment 6
2011-11-19 17:09:25 PST
Ok. Should we remove the wrapper from that one too?
Ojan Vafai
Comment 7
2011-11-19 17:13:34 PST
Committed
r100862
: <
http://trac.webkit.org/changeset/100862
>
Ojan Vafai
Comment 8
2011-11-19 17:18:12 PST
(In reply to
comment #6
)
> Ok. Should we remove the wrapper from that one too?
There's a comment in the code about why we can't. After run-webkit-tests, we load results.html as a file URL in the browser. results.html pulls in full_results.json as a file URL. This doesn't work in chromium. So, I'm not really sure how we could fix this without running a local server, which I don't think people would be happy about for run-webkit-tests.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug