Bug 28074

Summary: V8 bindings for DOMApplicationCache
Product: WebKit Reporter: Michael Nordman <michaeln>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, eric, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
v8bindings dglazkov: review+

Michael Nordman
Reported 2009-08-07 10:48:48 PDT
We need to add some bindings for the window.applicationCache attribute and the API available on the returned object.
Attachments
v8bindings (14.69 KB, patch)
2009-08-07 10:59 PDT, Michael Nordman
dglazkov: review+
Michael Nordman
Comment 1 2009-08-07 10:59:52 PDT
Created attachment 34295 [details] v8bindings
Eric Seidel (no email)
Comment 2 2009-08-07 14:32:00 PDT
Adam Barth or Dglazkov are your peoples.
Dimitri Glazkov (Google)
Comment 3 2009-08-07 14:44:04 PDT
Comment on attachment 34295 [details] v8bindings > -// A JS object of type EventTarget can only be the following possible types: > -// 1) EventTargetNode; 2) DOMWindow 3) XMLHttpRequest; 4) MessagePort; > -// 5) XMLHttpRequestUpload > -// check EventTarget.h for new type conversion methods > +// A JS object of type EventTarget is limited to a small number of possible classes. > +// Check EventTarget.h for new type conversion methods Heh, good call on this one :) r=me.
Dimitri Glazkov (Google)
Comment 4 2009-08-07 15:09:32 PDT
Note You need to log in before you can comment on or make changes to this bug.