|
This changes the base clipboard class, as accomplishing paste requires that Clipboard::FormatType be IPC-able. The lowest-common denominator of unsigned int, NSString*, and GdkAtom is string, so string it is. (Linux changes by estade.)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11383
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+84 lines, -91 lines) |
Patch |
 |
M |
base/clipboard.h
|
View
|
2
3
4
5
6
|
3 chunks |
+6 lines, -18 lines |
0 comments
|
Download
|
 |
M |
base/clipboard_linux.cc
|
View
|
3
4
5
6
|
7 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
base/clipboard_mac.mm
|
View
|
2
3
4
5
6
|
2 chunks |
+26 lines, -12 lines |
0 comments
|
Download
|
 |
M |
base/clipboard_win.cc
|
View
|
2
3
4
5
6
|
9 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autocomplete/autocomplete_edit_view_win.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.h
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages_internal.h
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/temp_scaffolding_stubs.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_glue.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/views/text_field.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/simple_clipboard_impl.cc
|
View
|
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.h
|
View
|
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|