diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-11-14 04:18:34 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-11-14 04:18:34 +1100 |
commit | 592305420d8b3bb77ed2feccb17baa1bfb05c950 (patch) | |
tree | e756167c44c5d69a8ae59b924494219964a7e914 /vimperator | |
parent | d979eb7326dea9d917b3750d50515023c14792f1 (diff) | |
download | pentadactyl-592305420d8b3bb77ed2feccb17baa1bfb05c950.tar.gz |
Move page load event handlers to the buffer module.
Diffstat (limited to 'vimperator')
-rw-r--r-- | vimperator/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vimperator/TODO b/vimperator/TODO index ba074ccf..77622a9f 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -11,6 +11,9 @@ ARCHITECTURE: Unfortunately, nearly all of the parsers are lacking in some way, bloated to hell, and/or lack support for JS 1.8. --Kris +REFACTORING: +- remove unnecessary usage of "self" + BUGS: - Class#closure seems to be throwing [Exception... "Could not convert JavaScript argument" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"] |