| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove DirectoryWatcher and the only thing using it. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -24/+0 |
* | Fix a bug where we don't recognize user script declarations | aa@chromium.org | 2010-01-11 | 1 | -0/+19 |
* | Don't inject content scripts into incognito browsers. | rafaelw@chromium.org | 2009-12-23 | 1 | -3/+10 |
* | Ignore UTF-8's BOM when parsing userscript's metadata. | hayato@chromium.org | 2009-11-25 | 1 | -0/+15 |
* | Tiny clean up. Use ASSERT_EQ instead of EXPECT_EQ. | hayato@chromium.org | 2009-11-25 | 1 | -5/+5 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -7/+12 |
* | Update renderers when there are zero user scripts. | aa@chromium.org | 2009-05-26 | 1 | -8/+4 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-21 | 1 | -9/+5 |
* | Enable user_script_master_unittest for Mac since DirectoryWatcher was ported. | shess@chromium.org | 2009-05-01 | 1 | -4/+6 |
* | Run user_script_master_unittest.cc on Mac. | shess@chromium.org | 2009-04-22 | 1 | -4/+8 |
* | Run more unit tests on Linux: | phajdan.jr@chromium.org | 2009-03-09 | 1 | -2/+2 |
* | Fix more gcc 4.3 warnings. | evan@chromium.org | 2009-02-23 | 1 | -7/+10 |
* | Optionally support URLPatterns in standalone user | aa@chromium.org | 2009-02-10 | 1 | -2/+47 |
* | Integrate URLPattern with Extension user scripts. | aa@chromium.org | 2009-02-05 | 1 | -14/+14 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -5/+7 |
* | Re-enable the NoScript unittest. | mpcomplete@google.com | 2009-01-29 | 1 | -1/+1 |
* | Temporarily disable failing test while I fix it. | mpcomplete@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Add user script support to extensions. | aa@chromium.org | 2009-01-25 | 1 | -0/+2 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -3/+3 |
* | Move parsing of metadata header into browser process. This is a prerequisite | aa@chromium.org | 2009-01-17 | 1 | -0/+47 |
* | Add more tests to unit_tests on Linux, and some platform cleanups. | phajdan.jr@chromium.org | 2009-01-12 | 1 | -16/+16 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -0/+118 |