Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show the path to the Greasemonkey script that caused an error | aa@chromium.org | 2008-10-21 | 1 | -2/+0 |
| | | | | | | | | in the console. Review URL: http://codereview.chromium.org/7533 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3643 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey ↵ | aa@google.com | 2008-10-16 | 1 | -0/+47 |
flag. Implementation follows the pattern of the visited links system. Things still to be done: - stop using a hardcoded script directory - watch script directory and update shared memory when necessary - move file io to background thread - support for @include patterns -- now, all scripts are applied to all pages Review URL: http://codereview.chromium.org/7254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3496 0039d316-1c4b-4281-b951-d872f2087c98 |