|
Moved ParamTraits specializations that depend on WebKit out of content/common/common_param_traits and into webkit_param_traits. Also pulled some specializations out of chrome/common/render_messages and into chrome/common/common_param_traits. This is done so that the MS toolchain can succeed in discarding more code at link time. This halves the size of npchrome_frame.dll in ordinary "Release" builds. I hope for a similar reduction in official builds.
BUG= 77445
TEST=Everything should just work(TM).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81803
Total comments: 2
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+768 lines, -599 lines) |
Patch |
 |
M |
chrome/browser/importer/profile_import_process_messages.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/autofill_messages.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/automation_messages.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/automation_messages.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -17 lines |
0 comments
|
Download
|
 |
A |
chrome/common/common_param_traits.h
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/common_param_traits.cc
|
View
|
1
2
3
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/blocked_plugin.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame.gyp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/common_param_traits.h
|
View
|
1
2
3
|
6 chunks |
+0 lines, -214 lines |
0 comments
|
Download
|
 |
M |
content/common/common_param_traits.cc
|
View
|
1
2
3
|
6 chunks |
+0 lines, -360 lines |
0 comments
|
Download
|
 |
M |
content/common/content_message_generator.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/drag_messages.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/plugin_messages.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/webblob_messages.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/webkit_param_traits.h
|
View
|
1
2
|
1 chunk |
+239 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/webkit_param_traits.cc
|
View
|
1
2
|
1 chunk |
+375 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|