[Webkit-unassigned] [Bug 14193] Move the Screen object out of the JS bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 16 20:16:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14193





------- Comment #2 from sam at webkit.org  2007-06-16 20:16 PDT -------
One change from the old code that this patch makes is that the properties of
the Screen object used to be DontEnum|ReadOnly and now are DontDelete|ReadOnly.
 I found no documentation or reason that the screen properties should be
non-enumeratable and deletable so I changed them to be just like all the the
other js objects we generate.   This change is visible in the changed results
of the regression tests.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list