[webkit-reviews] review requested: [Bug 9596] [Drosera] add a function popup to the source pane : [Attachment 11317] Patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Oct 31 19:40:44 PST 2006


Vladimir Olexa (vladinecko) <vladimir.olexa at gmail.com> has asked  for review:
Bug 9596: [Drosera] add a function popup to the source pane
http://bugs.webkit.org/show_bug.cgi?id=9596

Attachment 11317: Patch
http://bugs.webkit.org/attachment.cgi?id=11317&action=edit

------- Additional Comments from Vladimir Olexa (vladinecko)
<vladimir.olexa at gmail.com>
This patch adds the function popup functionality in Drosera. Once we have fixed
the parsing functions to get keywords properly, this will work a bit better and
potentially faster as many "if" statements can be removed . Also, we'll need to
handle special cases such as var foo = function() or foo: function() so that
the popup is a bit more useful in those cases. Right now, the popup only gives
"function()" in those instances.



More information about the webkit-reviews mailing list