1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 20:15:47 +01:00

Move page load event handlers to the buffer module.

This commit is contained in:
Doug Kearns
2009-11-14 04:18:34 +11:00
parent d979eb7326
commit 592305420d
2 changed files with 199 additions and 1 deletions

View File

@@ -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)"]