Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Issue 149130: In preparation for becoming an internal plugin in chrome I did these things:... (Closed)

Created:
11 years, 5 months ago by apatrick
Modified:
9 years, 7 months ago
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

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

Messages

Total messages: 4 (0 generated)
apatrick
11 years, 5 months ago (2009-07-02 19:51:58 UTC) #1
apatrick
11 years, 5 months ago (2009-07-08 22:42:06 UTC) #2
vangelis
diff doesn't handle large code moves very well so it's hard to see how much ...
11 years, 5 months ago (2009-07-09 02:14:11 UTC) #3
Antoine Labour
11 years, 5 months ago (2009-07-11 02:59:43 UTC) #4
http://codereview.chromium.org/149130/diff/1031/62
File plugin/cross/main.cc (right):

http://codereview.chromium.org/149130/diff/1031/62#newcode49
Line 49: char *NP_GetMIMEDescription(void) {
FYI, that broke the linux plugin.
That's one of the necessary entry point on linux.

Powered by Google App Engine
This is Rietveld 408576698