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
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-7
/
+8
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-10
/
+12
*
More NewRunnable* -> base::Bind for chrome/browser/extensions/.
adamk@chromium.org
2011-10-17
1
-4
/
+5
*
Fix RENDERER_PROCESS_CREATED AllSources listeners in UserScriptMaster and Vis...
yoz@chromium.org
2011-10-14
1
-1
/
+5
*
Added code for localizing scripts CSS before injection takes place.
adriansc@google.com
2011-08-23
1
-9
/
+43
*
Revert 97365 - Added code for localizing scripts CSS before injection takes p...
wez@chromium.org
2011-08-19
1
-38
/
+5
*
Added code for localizing scripts CSS before injection takes place.
adriansc@google.com
2011-08-18
1
-5
/
+38
*
Fix to make the log more meaningful when a user script file of an extension c...
hashimoto@chromium.org
2011-08-10
1
-1
/
+7
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-1
/
+2
*
Revert 94332 - Removal of Profile from content part 2.
sergeyu@chromium.org
2011-07-27
1
-2
/
+1
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-1
/
+2
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Update URLPatternSet to contain a std::set instead of std::vector.
jstritar@chromium.org
2011-07-13
1
-1
/
+1
*
Revert 92219 - Update URLPatternSet to contain a std::set instead of std::vec...
jstritar@chromium.org
2011-07-12
1
-1
/
+1
*
Update URLPatternSet to contain a std::set instead of std::vector.
jstritar@chromium.org
2011-07-12
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-11
/
+12
*
Use extension match pattern syntax in content settings extension API.
bauerb@chromium.org
2011-06-30
1
-1
/
+1
*
Fix content script injection when multi-profiles are enabled.
jstritar@chromium.org
2011-06-23
1
-0
/
+4
*
Coverity: Fix pass by value errors.
kmadhusu@chromium.org
2011-06-22
1
-2
/
+3
*
Remove obsolete code from UserScriptMaster.
mihaip@chromium.org
2011-06-02
1
-101
/
+41
*
Consider @run-at meta data when converting user scripts.
tessamac@chromium.org
2011-05-18
1
-1
/
+6
*
Remove extension dependency from BrowserRenderProcessHost.
jam@chromium.org
2011-04-23
1
-1
/
+31
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-06
1
-2
/
+2
*
Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...
cmp@chromium.org
2011-04-06
1
-2
/
+2
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-05
1
-2
/
+2
*
Make <all_urls> and file:///* in permissions trigger "Allow file access"
mihaip@chromium.org
2011-04-01
1
-6
/
+0
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-2
/
+2
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
1
-1
/
+2
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-2
/
+2
*
Refactor away all the duplicate extension data structures in
aa@chromium.org
2011-01-26
1
-0
/
+3
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-1
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-5
/
+5
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-1
/
+0
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-3
/
+3
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
1
-8
/
+1
*
Allow URLPatterns to omit trailing slash.
aa@chromium.org
2010-10-26
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-4
/
+4
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-1
/
+1
*
Remove some more log spam.
aa@chromium.org
2010-09-22
1
-1
/
+0
*
Make the glob matcher support UTF8 strings.
mnissler@chromium.org
2010-09-10
1
-2
/
+2
*
Add a wildcard scheme and a special 'all_urls' pattern to URLPattern.
mpcomplete@chromium.org
2010-06-30
1
-1
/
+1
*
Require user opt-in before allowing content script injection on file URLs.
mpcomplete@chromium.org
2010-06-24
1
-0
/
+22
*
Honor @version field when converting greasemonkey scripts to
aa@chromium.org
2010-06-22
1
-0
/
+6
*
Remove BOM from js and css files in content script.
cira@chromium.org
2010-06-03
1
-6
/
+9
*
Reduce header dependencies in chrome/
phajdan.jr@chromium.org
2010-05-11
1
-0
/
+1
[next]