index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
user_script_master.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug where we don't recognize user script declarations
aa@chromium.org
2010-01-11
1
-10
/
+15
*
Don't inject content scripts into incognito browsers.
rafaelw@chromium.org
2009-12-23
1
-6
/
+7
*
Fixes to the string MatchPattern functions:
tony@chromium.org
2009-12-03
1
-1
/
+1
*
Ignore UTF-8's BOM when parsing userscript's metadata.
hayato@chromium.org
2009-11-25
1
-1
/
+6
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
1
-4
/
+14
*
Re-commit "Add new user script injection point:
aa@chromium.org
2009-11-03
1
-0
/
+5
*
Revert r30784
aa@chromium.org
2009-11-03
1
-5
/
+0
*
Add new user script injection point "document_idle" and make it the default.
aa@chromium.org
2009-11-03
1
-0
/
+5
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-16
/
+14
*
Minimize dependency of user scripts.
mad@chromium.org
2009-10-20
1
-3
/
+4
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
1
-6
/
+7
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
1
-13
/
+13
*
Load extensions that have their manifest in the Prefs on the UI thread.
mpcomplete@chromium.org
2009-08-21
1
-11
/
+7
*
Lands <http://codereview.chromium.org/165297> for thiago.farina@gmail.com.
hbono@chromium.org
2009-08-19
1
-1
/
+1
*
vector.end() is out of range, need to erase (end() - 1)
jnd@chromium.org
2009-08-09
1
-24
/
+15
*
Coverity: Check the return value of file_util::ReadFileToString. It's possib...
jhawkins@chromium.org
2009-08-03
1
-4
/
+13
*
Coverity: Pass FilePaths by reference.
jhawkins@chromium.org
2009-07-24
1
-1
/
+2
*
Fix bug where content scripts are not run if they are in
aa@chromium.org
2009-06-22
1
-1
/
+1
*
Abstract ExtensionPrefs into their own class.
erikkay@google.com
2009-06-18
1
-1
/
+9
*
Revert r18661.
willchan@chromium.org
2009-06-18
1
-9
/
+1
*
Pull Extension-related prefs into its own class. Also add a notification for...
erikkay@google.com
2009-06-17
1
-1
/
+9
*
Reduce header dependencies in chrome/browser/
phajdan.jr@chromium.org
2009-06-16
1
-0
/
+5
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
1
-1
/
+1
*
Update renderers when there are zero user scripts.
aa@chromium.org
2009-05-26
1
-3
/
+1
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-21
1
-0
/
+56
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
1
-56
/
+0
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-0
/
+56
*
TBR: Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-20
1
-56
/
+0
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-0
/
+56
*
Add support for almost-recursive watches in Linux DirectoryWatcher
phajdan.jr@chromium.org
2009-05-14
1
-1
/
+5
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Enable user_script_master_unittest for Mac since DirectoryWatcher was ported.
shess@chromium.org
2009-05-01
1
-4
/
+4
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-1
/
+1
*
Review URL: http://codereview.chromium.org/42382
georged@chromium.org
2009-03-19
1
-9
/
+10
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
1
-44
/
+81
*
Port DirectoryWatcher to Linux using inotify.
phajdan.jr@chromium.org
2009-03-18
1
-1
/
+1
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
1
-1
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-5
/
+2
*
Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ...
rafaelw@chromium.org
2009-02-21
1
-0
/
+4
*
Add early-injection capability to user scripts.
aa@chromium.org
2009-02-14
1
-0
/
+8
*
Optionally support URLPatterns in standalone user
aa@chromium.org
2009-02-10
1
-16
/
+35
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
1
-27
/
+23
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-1
/
+2
*
Re-enable the NoScript unittest.
mpcomplete@google.com
2009-01-29
1
-2
/
+0
*
Fix DCHECK when handling NOTIFY_USER_SCRIPTS_LOADED by not broadcasting the
mpcomplete@chromium.org
2009-01-29
1
-0
/
+2
*
Add user script support to extensions.
aa@chromium.org
2009-01-25
1
-47
/
+73
*
Try again to commit r8486, which updates the manifest
aa@chromium.org
2009-01-23
1
-1
/
+4
*
Move parsing of metadata header into browser process. This is a prerequisite
aa@chromium.org
2009-01-17
1
-57
/
+64
*
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
aa@chromium.org
2009-01-09
1
-0
/
+219