|
* An edit for SetText needs to be merged with previous edit to
correctly handle autocomplete text set by Omnibox.
* SetText no longer change the cursor position because setting autocomplete text shouldn't change the cursor.
* Undo/Redo cursor positions correctly.
* Clear the omnibox's edit history when tab is switched.
BUG=none
TEST=existing tests are modified and new test cases are added.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87821
Total comments: 24
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+335 lines, -65 lines) |
Patch |
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_gtk.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_gtk.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_views.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_views.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_views_unittest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
2 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_win.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/native_textfield_wrapper.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/controls/textfield/textfield_views_model.h
|
View
|
1
2
3
4
5
|
2 chunks |
+20 lines, -4 lines |
4 comments
|
Download
|
 |
M |
views/controls/textfield/textfield_views_model.cc
|
View
|
1
2
3
4
5
|
14 chunks |
+135 lines, -48 lines |
4 comments
|
Download
|
 |
M |
views/controls/textfield/textfield_views_model_unittest.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+140 lines, -8 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|