|
Make Textfield more portable.
Split off Windows bits into NativeTextfieldWin class obscured behind NativeTextfieldWrapper interface.
The APIs aren't perfectly tidy yet but this is a good first pass.
BUG=none
TEST=make sure you can still edit text fields, run the view unit tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17112
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1380 lines, -1241 lines) |
Patch |
 |
M |
chrome/browser/input_window_dialog_win.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_bubble_view.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_editor_view.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bookmark_manager_view.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/bug_report_view.cc
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/edit_keyword_controller.cc
|
View
|
1
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/find_bar_view.cc
|
View
|
1
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/login_view.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/options/cookies_view.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/options/general_page_view.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/shelf_item_dialog.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
views/controls/message_box_view.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_win.h
|
View
|
1
|
1 chunk |
+204 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_win.cc
|
View
|
1
|
1 chunk |
+832 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_wrapper.h
|
View
|
1
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield.h
|
View
|
1
|
5 chunks |
+72 lines, -89 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield.cc
|
View
|
1
|
4 chunks |
+140 lines, -1097 lines |
0 comments
|
Download
|
 |
M |
views/view_unittest.cc
|
View
|
1
|
4 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|