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
/
chrome
/
browser
/
ui
/
touch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a browser-test for the keyboard widget.
sadrul@chromium.org
2011-08-24
3
-2
/
+105
*
touchui: Split a KeyboardWidget out of KeyboardManager.
sadrul@chromium.org
2011-08-24
2
-127
/
+146
*
Use text input type to control visibility of virtual keyboard
penghuang@chromium.org
2011-08-24
2
-132
/
+68
*
keyboard widget: Observe the target widget so it can be reset when the target...
sadrul@chromium.org
2011-08-23
2
-10
/
+47
*
touchui: Check for NULL focus-manager.
sadrul@chromium.org
2011-08-23
1
-1
/
+2
*
A keyboard widget that manages itself (the animation and all that).
sadrul@chromium.org
2011-08-22
6
-553
/
+510
*
touchui: Fix a crash when clicking before the keyboard shows up.
sadrul@chromium.org
2011-08-22
1
-1
/
+1
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
2
-0
/
+8
*
Add URL parameter to the constructor of KeyboardContainerView.
yusukes@chromium.org
2011-08-18
4
-8
/
+18
*
Add a flag that lets the webstore show a different UI on app install.
asargent@chromium.org
2011-08-04
2
-2
/
+7
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-1
/
+1
*
Build fixes for the linux touch build. The render_widget_host_view_views_touc...
ananta@chromium.org
2011-07-11
1
-13
/
+14
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
2
-16
/
+16
*
Move InputMethodLibrary from cros to input_method
satorux@chromium.org
2011-06-29
2
-9
/
+9
*
Move app/resources/* to ui/resources/ directory.
tfarina@chromium.org
2011-06-29
1
-1
/
+1
*
Always show keyboard when an editable element is touched.
mazda@chromium.org
2011-06-28
1
-0
/
+5
*
Multi-tab: Adding new Notification when tab selection changes (again).
dpapad@chromium.org
2011-06-23
3
-5
/
+6
*
touch tabstrip: Paint correctly when a tab is removed.
sadrul@chromium.org
2011-06-22
1
-0
/
+1
*
Revert 89752 - Multi-tab: Adding new Notification when tab selection changes.
dpapad@chromium.org
2011-06-20
3
-5
/
+5
*
Multi-tab: Adding new Notification when tab selection changes.
dpapad@chromium.org
2011-06-20
3
-5
/
+5
*
Improve large tab strip by leveraging touch icons when present.
saintlou@chromium.org
2011-06-17
7
-45
/
+257
*
Switch virtual keyboard layout when IME is switched.
yusukes@google.com
2011-06-17
4
-4
/
+53
*
Use the normal panel-frame until there's a touch-friendly version.
sadrul@chromium.org
2011-06-16
1
-7
/
+18
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
2
-7
/
+10
*
Set animation delegate to NULL to fix some more flaky tests on touchui.
sadrul@chromium.org
2011-06-14
1
-1
/
+4
*
Generic interface-based unit testing for BaseTabStrip
wyck@chromium.org
2011-06-14
1
-0
/
+35
*
Stop keyboard animation when tabstrip goes empty.
sadrul@chromium.org
2011-06-13
2
-0
/
+5
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-1
/
+1
*
Mark any descendant child view of the keyboard unfocusable.
sadrul@chromium.org
2011-06-10
1
-1
/
+1
*
Reduce the duration of the keyboard animation.
bryeung@chromium.org
2011-06-10
1
-1
/
+1
*
Adjust virtual keyboard size base on input method candidates.
penghuang@chromium.org
2011-06-09
2
-7
/
+23
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
1
-1
/
+1
*
keyboard: Fix unfocusing child views.
sadrul@chromium.org
2011-06-07
1
-1
/
+1
*
r88050 inadvertently included changes to fix keyboard visibility:
sadrul@chromium.org
2011-06-06
1
-0
/
+1
*
Use VLOG to suppress messages that aren't useful for everyone.
sadrul@chromium.org
2011-06-06
1
-0
/
+3
*
keyboard: Fix visibility.
sadrul@chromium.org
2011-06-06
1
-3
/
+7
*
Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...
jam@chromium.org
2011-06-03
2
-4
/
+1
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
1
-2
/
+2
*
Fix the case where the TabContents goes away before TabContentsObserver::Regi...
jam@chromium.org
2011-06-01
2
-2
/
+3
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
1
-1
/
+1
*
Show input method candidates in virtual keyboard.
penghuang@chromium.org
2011-05-27
1
-1
/
+1
*
Fix touch compile after r86955.
sadrul@chromium.org
2011-05-27
1
-2
/
+2
*
Use the non-touch popup frame instead of NULL.
sadrul@chromium.org
2011-05-25
1
-1
/
+2
*
Multi-tab selection: Renaming TabStripModelObserver::TabSelectedAt to ActiveT...
dpapad@chromium.org
2011-05-24
2
-8
/
+8
*
Add hideKeyboard API to chrome.experimental.input.
mazda@chromium.org
2011-05-23
1
-0
/
+11
*
Add a missing head to fix touch compile.
sadrul@chromium.org
2011-05-19
1
-0
/
+1
*
Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...
jam@chromium.org
2011-05-19
1
-1
/
+2
*
Fix touch build by converting to use new API
ben@chromium.org
2011-05-18
1
-1
/
+1
*
Plumbing Keyboard DOMView's TabContents with extention functions:
varunjain@chromium.org
2011-05-18
3
-5
/
+65
*
Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...
sky@chromium.org
2011-05-17
1
-1
/
+4
[next]