|
Add user script support to extensions.
This is implemented mostly by relying on the existing
user script code. But since extension user scripts are
declared, not discovered in a directory, I had to add
support for adding 'lone' user scripts to
UserScriptMaster. This led to a bit of refactoring.
Note that this CL relies on:
http://codereview.chromium.org/18352
Total comments: 1
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+184 lines, -97 lines) |
Patch |
 |
M |
base/directory_watcher_unittest.cc
|
View
|
3
4
|
2 chunks |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
M |
base/directory_watcher_win.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_init.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extensions_service.h
|
View
|
1
2
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extensions_service.cc
|
View
|
1
2
3
4
|
3 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/user_script_master.h
|
View
|
1
4
5
|
7 chunks |
+36 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/user_script_master.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+73 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/user_script_master_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+33 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/test/testing_profile.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|