Bug 24271 - XMLHttpRequest needs js bindings for Workers.
Summary: XMLHttpRequest needs js bindings for Workers.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-01 02:24 PST by David Levin
Modified: 2009-03-01 13:11 PST (History)
1 user (show)

See Also:


Attachments
Proposed fix. (14.77 KB, patch)
2009-03-01 02:38 PST, David Levin
no flags Details | Formatted Diff | Diff
Proposed fix. (33.25 KB, patch)
2009-03-01 02:44 PST, David Levin
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2009-03-01 02:24:55 PST
See summary.
Comment 1 David Levin 2009-03-01 02:38:07 PST
Created attachment 28140 [details]
Proposed fix.
Comment 2 David Levin 2009-03-01 02:44:02 PST
Created attachment 28141 [details]
Proposed fix.
Comment 3 David Levin 2009-03-01 02:48:28 PST
The test contained in here are a "down payment". They are just enough to verify some very basic functionality.  Subsequent check-ins will contain other tests for xhr in workers.
Comment 4 Alexey Proskuryakov 2009-03-01 05:42:52 PST
Comment on attachment 28141 [details]
Proposed fix.

r=me

Please add this new directory to Skipped lists for platforms that don't have workers enabled.
Comment 5 David Levin 2009-03-01 13:11:09 PST
Committed as r41344.