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

Issue 6628037: views: Moves TextfieldController/TextRange into their own headers. (Closed)

Created:
9 years, 9 months ago by tfarina
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, nkostylev+cc_chromium.org, James Hawkins, Paweł Hajdan Jr., Ilya Sherman, davemoore+watch_chromium.org, dhollowa, Ben Goodger (Google)
Visibility:
Public.

Description

views: Moves TextfieldController/TextRange into their own headers. BUG=None TEST=existing unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77571

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 3

Patch Set 9 : inline everything per sky #

Patch Set 10 : fix a typo #

Total comments: 11

Patch Set 11 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -260 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_views.h View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_views.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/captcha_view.h View 5 chunks +9 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/login/captcha_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_view.h View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_view.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/new_user_view.h View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/login/new_user_view.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/password_changed_view.h View 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/login/password_changed_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screen_lock_view.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/screen_lock_view.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/options/wifi_config_view.h View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/options/wifi_config_view.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
chrome/browser/ui/input_window_dialog_win.cc View 1 2 3 4 5 6 7 8 6 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/autofill_profiles_view_win.h View 1 2 3 4 5 6 7 8 4 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/autofill_profiles_view_win.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.h View 1 2 3 4 5 6 7 4 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/edit_search_engine_dialog.h View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/edit_search_engine_dialog.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/find_bar_view.h View 1 2 3 4 5 6 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/find_bar_view.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/options/cookies_view.h View 1 2 3 4 5 4 chunks +12 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/options/cookies_view.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/options/exception_editor_view.h View 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/options/exception_editor_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/options/general_page_view.h View 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/options/general_page_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/url_picker.h View 6 chunks +8 lines, -9 lines 0 comments Download
M views/controls/textfield/native_textfield_gtk.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M views/controls/textfield/native_textfield_gtk.cc View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -3 lines 0 comments Download
M views/controls/textfield/native_textfield_views.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M views/controls/textfield/native_textfield_views.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +6 lines, -4 lines 0 comments Download
M views/controls/textfield/native_textfield_views_unittest.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M views/controls/textfield/native_textfield_win.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +5 lines, -3 lines 0 comments Download
A views/controls/textfield/text_range.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +67 lines, -0 lines 0 comments Download
M views/controls/textfield/textfield.h View 1 2 3 4 5 6 7 8 3 chunks +12 lines, -76 lines 0 comments Download
M views/controls/textfield/textfield.cc View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -24 lines 0 comments Download
A views/controls/textfield/textfield_controller.h View 1 chunk +33 lines, -0 lines 0 comments Download
M views/controls/textfield/textfield_views_model.cc View 1 chunk +2 lines, -1 line 0 comments Download
M views/controls/textfield/textfield_views_model_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M views/examples/textfield_example.h View 1 chunk +5 lines, -5 lines 0 comments Download
M views/examples/textfield_example.cc View 1 chunk +1 line, -0 lines 0 comments Download
M views/views.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tfarina
Hi Scott, could you review this to me?
9 years, 9 months ago (2011-03-05 21:22:02 UTC) #1
sky
http://codereview.chromium.org/6628037/diff/1050/views/controls/textfield/text_range.h File views/controls/textfield/text_range.h (right): http://codereview.chromium.org/6628037/diff/1050/views/controls/textfield/text_range.h#newcode19 views/controls/textfield/text_range.h:19: class TextRange { All methods of this class are ...
9 years, 9 months ago (2011-03-07 23:40:11 UTC) #2
tfarina
http://codereview.chromium.org/6628037/diff/1050/views/controls/textfield/text_range.h File views/controls/textfield/text_range.h (right): http://codereview.chromium.org/6628037/diff/1050/views/controls/textfield/text_range.h#newcode19 views/controls/textfield/text_range.h:19: class TextRange { On 2011/03/07 23:40:11, sky wrote: > ...
9 years, 9 months ago (2011-03-08 00:02:43 UTC) #3
sky
http://codereview.chromium.org/6628037/diff/1050/views/controls/textfield/text_range.h File views/controls/textfield/text_range.h (right): http://codereview.chromium.org/6628037/diff/1050/views/controls/textfield/text_range.h#newcode19 views/controls/textfield/text_range.h:19: class TextRange { On 2011/03/08 00:02:46, tfarina wrote: > ...
9 years, 9 months ago (2011-03-08 00:11:27 UTC) #4
tfarina
On 2011/03/08 00:11:27, sky wrote: > > On 2011/03/07 23:40:11, sky wrote: > > > ...
9 years, 9 months ago (2011-03-08 18:46:01 UTC) #5
sky
On Tue, Mar 8, 2011 at 10:46 AM, <tfarina@chromium.org> wrote: > On 2011/03/08 00:11:27, sky ...
9 years, 9 months ago (2011-03-08 22:05:59 UTC) #6
tfarina
On 2011/03/08 22:05:59, sky wrote: > On Tue, Mar 8, 2011 at 10:46 AM, <mailto:tfarina@chromium.org> ...
9 years, 9 months ago (2011-03-08 23:36:07 UTC) #7
sky
http://codereview.chromium.org/6628037/diff/10063/chrome/browser/ui/views/find_bar_view.h File chrome/browser/ui/views/find_bar_view.h (right): http://codereview.chromium.org/6628037/diff/10063/chrome/browser/ui/views/find_bar_view.h#newcode14 chrome/browser/ui/views/find_bar_view.h:14: #include "views/controls/textfield/textfield.h" Can you nuke the textfield include now? ...
9 years, 9 months ago (2011-03-09 17:02:33 UTC) #8
tfarina
http://codereview.chromium.org/6628037/diff/10063/chrome/browser/ui/views/find_bar_view.h File chrome/browser/ui/views/find_bar_view.h (right): http://codereview.chromium.org/6628037/diff/10063/chrome/browser/ui/views/find_bar_view.h#newcode14 chrome/browser/ui/views/find_bar_view.h:14: #include "views/controls/textfield/textfield.h" On 2011/03/09 17:02:33, sky wrote: > Can ...
9 years, 9 months ago (2011-03-09 17:31:05 UTC) #9
sky
9 years, 9 months ago (2011-03-09 23:28:02 UTC) #10
LGTGM

Powered by Google App Engine
This is Rietveld 408576698