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

Issue 113940: Make Textfield more portable.... (Closed)

Created:
11 years, 7 months ago by Ben Goodger (Google)
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

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

Messages

Total messages: 4 (0 generated)
Ben Goodger (Google)
11 years, 7 months ago (2009-05-28 07:37:46 UTC) #1
sky
http://codereview.chromium.org/113940/diff/1/2 File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/113940/diff/1/2#newcode60 Line 60: : textfield_(textfield), Order doesn't match of header. http://codereview.chromium.org/113940/diff/1/2#newcode111 ...
11 years, 7 months ago (2009-05-28 16:49:12 UTC) #2
Ben Goodger (Google)
Updated. Please take another look.
11 years, 7 months ago (2009-05-28 20:46:56 UTC) #3
sky
11 years, 7 months ago (2009-05-28 20:52:03 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698