RESOLVED FIXED 24879
Add frame accessors to Screen, Console, and BarInfo objects.
https://bugs.webkit.org/show_bug.cgi?id=24879
Summary Add frame accessors to Screen, Console, and BarInfo objects.
Mads Ager
Reported 2009-03-27 02:06:54 PDT
Add frame accessor to Screen, Console, and BarInfo objects. Add type accessor to BarInfo objects. In the V8 JavaScript bindings, we need access to the frame and type for already created Screen, Console and BarInfo objects in order to keep their wrappers alive across GCs.
Attachments
Patch to add accessors. (3.60 KB, patch)
2009-03-27 02:07 PDT, Mads Ager
darin: review+
Mads Ager
Comment 1 2009-03-27 02:07:47 PDT
Created attachment 29006 [details] Patch to add accessors.
Darin Adler
Comment 2 2009-03-27 07:17:22 PDT
Comment on attachment 29006 [details] Patch to add accessors. Unfortunate these need to be exposed, but harmless.
Dimitri Glazkov (Google)
Comment 3 2009-03-30 07:55:41 PDT
Note You need to log in before you can comment on or make changes to this bug.