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
Commit message (
Expand
)
Author
Age
Files
Lines
*
touchui: Gesture manager should ignore already handled touch events.
sadrul@chromium.org
2011-01-10
2
-11
/
+44
*
Move clipboard from app/ to ui/base
ben@chromium.org
2011-01-10
4
-26
/
+30
*
Remove wstring from views. Part 2: Switch accelerator strings to string16.
avi@chromium.org
2011-01-10
4
-20
/
+22
*
Remove wstring from views. Part 1: Switch member variables to string16.
avi@chromium.org
2011-01-10
23
-59
/
+69
*
Remove wstring from l10n_util. Part 8, the last part.
avi@chromium.org
2011-01-07
1
-1
/
+1
*
Fix link errors.
ben@chromium.org
2011-01-07
1
-0
/
+1
*
Fix checkdeps to account for new "ui" toplevel dir.
ben@chromium.org
2011-01-07
1
-0
/
+1
*
Fix build with using ui::TestAnimationDelegate
ben@chromium.org
2011-01-07
1
-0
/
+1
*
Move animation code to new ui/base/animation directory.
ben@chromium.org
2011-01-07
7
-38
/
+48
*
focus reverse traversal was not working for TextfieldViews.
oshima@chromium.org
2011-01-06
10
-63
/
+230
*
Replace Textfield::Keystroke with views::KeyEvent.
oshima@chromium.org
2011-01-05
10
-92
/
+65
*
views: Improve cursor movements on word boundaries.
sadrul@chromium.org
2011-01-05
3
-12
/
+69
*
views (linux): Fix keyboard shortcuts.
sadrul@chromium.org
2011-01-04
1
-19
/
+1
*
views: Fix shifted keyevents in textfield.
sadrul@chromium.org
2011-01-04
2
-4
/
+22
*
Change Font.GetStringWidth() to take string16 instead of wstring.
estade@chromium.org
2011-01-04
8
-20
/
+25
*
OnKeyPress was not returning true when keypress is handled.
oshima@chromium.org
2011-01-04
2
-4
/
+14
*
Remove wstring from l10n_util. Part 4.
avi@chromium.org
2011-01-04
7
-41
/
+51
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
6
-24
/
+26
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
8
-16
/
+13
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
2
-7
/
+56
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
12
-32
/
+32
*
Leftover wstring removal from r70290
sadrul@chromium.org
2010-12-30
1
-13
/
+18
*
Remove wstring from TableModel.
avi@chromium.org
2010-12-30
2
-12
/
+13
*
Remove more 'using' declarations of Scoped* from scoped_handle_win.h
tfarina@chromium.org
2010-12-29
1
-2
/
+3
*
touch: Fix buildbot.
sadrul@chromium.org
2010-12-28
1
-2
/
+4
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPath.
tfarina@chromium.org
2010-12-23
2
-4
/
+3
*
Notify the root widget the the Theme changes when FrameTypeChanged() is evoked
zork@chromium.org
2010-12-22
1
-3
/
+3
*
touch: Fix switching focus among fields in webpages.
sadrul@chromium.org
2010-12-21
1
-10
/
+18
*
Add base:: prefix to the calls to StringAppendV.
tfarina@chromium.org
2010-12-21
1
-2
/
+3
*
A NativeHostViewViews class for embedding views inside NativeHostView instances.
anicolao@google.com
2010-12-17
5
-3
/
+158
*
no native implementation of Textfield.
oshima@chromium.org
2010-12-17
14
-31
/
+1838
*
Commiting second word iterator patch for tsepez. this was originally reviewed...
cdn@chromium.org
2010-12-15
1
-3
/
+3
*
Forward unhandled KeyEvents to WidgetGtk's HandleKeyboardEvent() in native te...
zork@chromium.org
2010-12-15
2
-2
/
+39
*
Change menus on OSX to update the icon dynamically.
atwilson@chromium.org
2010-12-15
2
-2
/
+5
*
Fix GestureManager Singleton implementation
bryeung@google.com
2010-12-14
3
-3
/
+3
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
2
-1
/
+10
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
6
-9
/
+9
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
2
-10
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
2
-1
/
+10
*
views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h
tfarina@chromium.org
2010-12-10
6
-15
/
+15
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
2
-3
/
+6
*
Fix static compile with touchui on chromeos.
sadrul@chromium.org
2010-12-06
1
-0
/
+2
*
A non-GTK version of menus for touchui.
sadrul@chromium.org
2010-12-05
11
-20
/
+296
*
Handle shift-selection in GroupTables.
atwilson@chromium.org
2010-12-03
3
-21
/
+110
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
2
-3
/
+4
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
2
-4
/
+3
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
7
-24
/
+11
*
Determine the theme for a widget in gtk from its parent,
zork@chromium.org
2010-11-24
5
-14
/
+54
*
touchui: Create touch-events.
sadrul@chromium.org
2010-11-23
5
-6
/
+120
[next]