RESOLVED FIXED33546
Add V8 bindings for PopStateEvent
https://bugs.webkit.org/show_bug.cgi?id=33546
Summary Add V8 bindings for PopStateEvent
Darin Fisher (:fishd, Google)
Reported 2010-01-12 12:35:01 PST
Add V8 bindings for PopStateEvent
Attachments
v1 patch (7.81 KB, patch)
2010-01-12 12:35 PST, Darin Fisher (:fishd, Google)
dglazkov: review+
Darin Fisher (:fishd, Google)
Comment 1 2010-01-12 12:35:50 PST
Created attachment 46390 [details] v1 patch
Dimitri Glazkov (Google)
Comment 2 2010-01-12 12:45:53 PST
Comment on attachment 46390 [details] v1 patch Yay, except: > + > + // NOTE: v8String converts a null String into an empty v8::String :( > + return v8String(state->toString()); v8StringOrNull
Darin Fisher (:fishd, Google)
Comment 3 2010-01-12 13:28:26 PST
Note You need to log in before you can comment on or make changes to this bug.