summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/user_script_master.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where we don't recognize user script declarationsaa@chromium.org2010-01-111-10/+15
* Don't inject content scripts into incognito browsers.rafaelw@chromium.org2009-12-231-6/+7
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* Ignore UTF-8's BOM when parsing userscript's metadata.hayato@chromium.org2009-11-251-1/+6
* Add first class support for user scripts.aa@chromium.org2009-11-041-4/+14
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-031-0/+5
* Revert r30784aa@chromium.org2009-11-031-5/+0
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-031-0/+5
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-16/+14
* Minimize dependency of user scripts.mad@chromium.org2009-10-201-3/+4
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-6/+7
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-13/+13
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-11/+7
* Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com.hbono@chromium.org2009-08-191-1/+1
* vector.end() is out of range, need to erase (end() - 1)jnd@chromium.org2009-08-091-24/+15
* Coverity: Check the return value of file_util::ReadFileToString. It's possib...jhawkins@chromium.org2009-08-031-4/+13
* Coverity: Pass FilePaths by reference.jhawkins@chromium.org2009-07-241-1/+2
* Fix bug where content scripts are not run if they are inaa@chromium.org2009-06-221-1/+1
* Abstract ExtensionPrefs into their own class.erikkay@google.com2009-06-181-1/+9
* Revert r18661.willchan@chromium.org2009-06-181-9/+1
* Pull Extension-related prefs into its own class. Also add a notification for...erikkay@google.com2009-06-171-1/+9
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+5
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-261-3/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-0/+56
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-56/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-0/+56
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-56/+0
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-0/+56
* Add support for almost-recursive watches in Linux DirectoryWatcherphajdan.jr@chromium.org2009-05-141-1/+5
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Enable user_script_master_unittest for Mac since DirectoryWatcher was ported.shess@chromium.org2009-05-011-4/+4
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+1
* Review URL: http://codereview.chromium.org/42382georged@chromium.org2009-03-191-9/+10
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-181-44/+81
* Port DirectoryWatcher to Linux using inotify.phajdan.jr@chromium.org2009-03-181-1/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-5/+2
* Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ...rafaelw@chromium.org2009-02-211-0/+4
* Add early-injection capability to user scripts.aa@chromium.org2009-02-141-0/+8
* Optionally support URLPatterns in standalone useraa@chromium.org2009-02-101-16/+35
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-051-27/+23
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+2
* Re-enable the NoScript unittest.mpcomplete@google.com2009-01-291-2/+0
* Fix DCHECK when handling NOTIFY_USER_SCRIPTS_LOADED by not broadcasting thempcomplete@chromium.org2009-01-291-0/+2
* Add user script support to extensions.aa@chromium.org2009-01-251-47/+73
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-231-1/+4
* Move parsing of metadata header into browser process. This is a prerequisiteaa@chromium.org2009-01-171-57/+64
* This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.aa@chromium.org2009-01-091-0/+219