[Webkit-unassigned] [Bug 41607] DeviceOrientationEvent should use optional properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 05:26:58 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41607


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |japhet at chromium.org




--- Comment #6 from Jeremy Orlow <jorlow at chromium.org>  2010-07-12 05:26:58 PST ---
We should avoid adding new custom functions whenever practical.  It seems like it might be a bit better to add some new WebCore type that represents a double that could be null.  Or have some annotation in the IDL that says to pass a bool/enum ptr to the function and use that to pass back that the result should be null.

I'm not completely against the patch as is (hence no r-).  Adding japhet to see what he thinks.

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



More information about the webkit-unassigned mailing list