[Webkit-unassigned] [Bug 8389] support for Cocoa bindings - binding an NSTreeController to the WebView's DOM

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Apr 14 18:13:58 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8389


speth at end.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7720|                            |review?
               Flag|                            |




------- Comment #8 from speth at end.com  2006-04-14 18:13 PDT -------
Created an attachment (id=7720)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=7720&action=view)
new patch for review

i snuck one new thing in here which is that WebScriptObject valueForKey: now
calls super if the javascript returns undefined.  this is actually what i
really wanted with that WebUndefined description business, but i was wimping
out for some reason.

if super valueForKey: fails it will call valueForUndefinedKey, which is
important because it causes the right behavior to happen with bindings using
the "Raises for Not Applicable Keys" flag and the Not Applicable Placeholder
setting.

this lets you set an empty string as the placeholder, and get rid of all the
"undefined"s in the outline view for nodes that don't have innerHTML (for
instance).


-- 
Configure bugmail: http://bugzilla.opendarwin.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