index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
controls
/
textfield
Commit message (
Expand
)
Author
Age
Files
Lines
*
base/i18n: Put break_iterator* into namespace i18n.
tfarina@chromium.org
2011-05-16
1
-2
/
+2
*
Refactor Edit to have one Undo/Redo
oshima@google.com
2011-05-13
5
-289
/
+283
*
Re-land:
ben@chromium.org
2011-05-13
2
-2
/
+2
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
2
-2
/
+2
*
Split the hierarchy.
ben@chromium.org
2011-05-13
2
-2
/
+2
*
Undo Redo for Textfield Views
oshima@google.com
2011-05-11
6
-60
/
+1055
*
wstring: remove WideToUpper/WideToLower
evan@chromium.org
2011-05-10
1
-4
/
+4
*
Enable TestViewsDelegates for views unittests and views_examples by default
oshima@google.com
2011-05-10
2
-11
/
+0
*
Add simple drag and drop to NativeTextfieldViews.
msw@chromium.org
2011-05-09
3
-5
/
+376
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
1
-2
/
+3
*
Revert to non-static members for click tracking.
msw@chromium.org
2011-05-04
3
-16
/
+25
*
Refactor NativeTextfieldViews mouse handlers.
msw@chromium.org
2011-05-03
4
-94
/
+63
*
Use single command line flag for all pure Views situations,
saintlou@chromium.org
2011-05-03
1
-5
/
+2
*
Rename View::GetCursor and simplify arguments.
msw@chromium.org
2011-05-03
2
-24
/
+21
*
Factored code drawing the focusable border used in some Views controls
saintlou@chromium.org
2011-05-03
2
-83
/
+5
*
A workaround for textfield crash in views_examples.
oshima@google.com
2011-05-03
1
-4
/
+6
*
Trigger find in page when pasting even if the text is not changed.
suzhe@google.com
2011-04-28
5
-95
/
+108
*
Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.
msw@chromium.org
2011-04-27
1
-1
/
+1
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-1
/
+1
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-3
/
+3
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
14
-255
/
+1169
*
Adding a comment to explain a non-obvious fallthrough to another case statement.
finnur@chromium.org
2011-03-31
1
-0
/
+1
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
1
-3
/
+3
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
2
-17
/
+11
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Fix caret bounds to use min of available height and font height.
oshima@google.com
2011-03-25
1
-1
/
+4
*
Refactor Textfield and AutocompleteEditViewViews.
suzhe@google.com
2011-03-23
5
-125
/
+67
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
1
-5
/
+3
*
Replace views::TextRange with ui::Range.
suzhe@google.com
2011-03-15
13
-124
/
+61
*
Clean up some event code:
msw@chromium.org
2011-03-14
2
-4
/
+4
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
4
-32
/
+31
*
views: Moves TextfieldController/TextRange into their own headers.
tfarina@chromium.org
2011-03-10
12
-116
/
+145
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
2
-5
/
+7
*
Update OnMouseActivate override signatures.
msw@chromium.org
2011-03-09
1
-1
/
+2
*
Send accessibility events from GTK implementations of views.
dmazzoni@chromium.org
2011-03-05
4
-6
/
+65
*
Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().
thakis@chromium.org
2011-03-04
2
-6
/
+6
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
3
-23
/
+21
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
3
-21
/
+23
*
views: Factor out from View class some metric functions and constants into it...
tfarina@chromium.org
2011-02-24
2
-1
/
+3
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
9
-173
/
+147
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-1
/
+1
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
2
-0
/
+6
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
5
-8
/
+8
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
1
-1
/
+1
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
5
-38
/
+17
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
5
-17
/
+17
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-6
/
+6
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-6
/
+6
*
Move Event files into views/events
ben@chromium.org
2011-02-09
2
-2
/
+2
[next]