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
*
Use widget to specify the parent of views menu.
oshima@google.com
2011-07-26
1
-1
/
+1
*
Add gfx::RenderText and support code.
msw@chromium.org
2011-07-25
15
-1535
/
+581
*
Revert 93840 - Add gfx::RenderText and support code.
msw@chromium.org
2011-07-25
15
-581
/
+1535
*
Add gfx::RenderText and support code.
msw@chromium.org
2011-07-25
15
-1535
/
+581
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-1
/
+1
*
Make consistent about "caps lock" vs. "capslock" with former.
yoshiki@chromium.org
2011-07-14
1
-2
/
+2
*
Fix segfault. OnActivation should check GetWidget() first.
oshima@google.com
2011-07-13
1
-14
/
+10
*
Rename app_strings to ui_strings.
tfarina@chromium.org
2011-07-07
2
-2
/
+2
*
Remove unnecessary includes of menu_2.h.
rhashimoto@chromium.org
2011-07-01
1
-1
/
+0
*
Views views_unittests Views and NativeTextFields tests leak
dhollowa@chromium.org
2011-06-30
1
-1
/
+3
*
Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()
saintlou@chromium.org
2011-06-29
6
-35
/
+6
*
app: Get rid of test/ directory.
tfarina@chromium.org
2011-06-27
1
-1
/
+1
*
views: Pull out ContextMenuController class into its own header file.
tfarina@chromium.org
2011-06-23
2
-1
/
+2
*
views: Pull out DragController class into its own header file.
tfarina@chromium.org
2011-06-21
2
-1
/
+2
*
Re-land:
ben@chromium.org
2011-06-16
1
-2
/
+2
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-2
/
+2
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-2
/
+2
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-1
/
+0
*
Draw a NativeTextfieldViews drop location cursor.
msw@chromium.org
2011-06-10
5
-56
/
+54
*
Fix bustage
ben@chromium.org
2011-06-08
1
-1
/
+1
*
Convert NativeTextFieldViews context menu from Menu2 to MenuItemView.
rhashimoto@chromium.org
2011-06-08
3
-25
/
+39
*
Fix selection bounds
oshima@google.com
2011-06-07
1
-1
/
+2
*
Remove unused multiline attribute in textfield. Need to be pushed only *after...
saintlou@chromium.org
2011-06-03
6
-181
/
+38
*
* An edit for SetText needs to be merged with previous edit to
oshima@google.com
2011-06-03
13
-64
/
+334
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
1
-13
/
+13
*
TextStyles in TextfieldViews
oshima@google.com
2011-06-01
14
-211
/
+743
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
1
-2
/
+2
*
views: Add OnEnabledChanged() method to View class.
tfarina@chromium.org
2011-05-27
2
-3
/
+3
*
base/i18n: Pass |str| as const reference in BreakIterator::Init().
tfarina@chromium.org
2011-05-25
1
-2
/
+2
*
Chromeos: virtual destructors should have virtual keyword (part 3).
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Chromeos: virtual destructors should have virtual keyword (part 2).
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-2
/
+2
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
1
-2
/
+3
*
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
[next]