|
Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey flag. Implementation follows the pattern of the visited links system.
Things still to be done:
- stop using a hardcoded script directory
- watch script directory and update shared memory when necessary
- move file io to background thread
- support for @include patterns -- now, all scripts are applied to all pages
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3496
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+383 lines, -18 lines) |
Patch |
|
M |
chrome/browser/browser.vcproj
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/greasemonkey_master.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
|
chrome/browser/greasemonkey_master.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/render_process_host.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+49 lines, -15 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_paths.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_paths.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/greasemonkey_slave.h
|
View
|
3
4
5
6
7
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/greasemonkey_slave.cc
|
View
|
3
4
5
6
7
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_thread.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_thread.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.h
|
View
|
3
4
5
6
7
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.cc
|
View
|
3
4
5
6
7
|
4 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/renderer.vcproj
|
View
|
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webframe.h
|
View
|
3
4
5
6
7
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webframe_impl.h
|
View
|
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/glue/webframe_impl.cc
|
View
|
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|