|
1. change the setters of gfx::SelectionModel to be private. Set one alone might make SelectionModel into un-stable state, which should not be allowed.
2. Removing SelectionModel(size_t, size_t) constructor. Introduce RenderText::SelectRange(const ui::Range&) to handle range.
3. revert removal of SelectRange/GetSelectedRange in r103188.
BUG= 90426
TEST=view_unittests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105138
Total comments: 21
Total comments: 22
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+467 lines, -161 lines) |
Patch |
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+20 lines, -39 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/render_text.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+26 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/selection_model.h
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/selection_model.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_gtk.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_gtk.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_views.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_views.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+23 lines, -14 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_views_unittest.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_win.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_win.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_wrapper.h
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+17 lines, -7 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield_views_model.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield_views_model.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+28 lines, -12 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield_views_model_unittest.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+155 lines, -38 lines |
0 comments
|
Download
|
 |
M |
views/touchui/touch_selection_controller_impl_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+130 lines, -23 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|