|
|
In preparation for becoming an internal plugin in chrome I did these things:
- Move declarations in the global namespace into the o3d namespace to avoid conflicts with Chrome.
- Ifdef out code that we do not want to run as an internal plugin (like breakpad, DllMain, etc)
- Prevent NP_Initialize, etc from being exported as an internal plugin.
Unfortunately I had to move functions around to group them by namespace so the diffs look like there is more change than there actually is.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20285
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1246 lines, -1162 lines) |
Patch |
 |
M |
plugin/cross/blacklist.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
1 comment
|
Download
|
 |
M |
plugin/cross/config.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/cross/config_common.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/cross/main.h
|
View
|
1
2
|
3 chunks |
+62 lines, -51 lines |
0 comments
|
Download
|
 |
M |
plugin/cross/main.cc
|
View
|
1
2
|
1 chunk |
+117 lines, -105 lines |
1 comment
|
Download
|
 |
M |
plugin/cross/o3d_glue.cc
|
View
|
1
2
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
plugin/linux/main_linux.cc
|
View
|
1
2
|
4 chunks |
+195 lines, -181 lines |
0 comments
|
Download
|
 |
M |
plugin/mac/config_mac.mm
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/mac/graphics_utils_mac.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/mac/graphics_utils_mac.mm
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/mac/main_mac.mm
|
View
|
1
2
|
15 chunks |
+505 lines, -487 lines |
1 comment
|
Download
|
 |
M |
plugin/mac/plugin_mac.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/mac/plugin_mac.mm
|
View
|
1
2
|
7 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
plugin/win/config.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/win/main_win.cc
|
View
|
1
2
|
6 chunks |
+299 lines, -310 lines |
0 comments
|
Download
|
 |
M |
plugin/win/update_lock.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
plugin/win/update_lock.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|