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
*
Only keep accelerators registered while the window is visible
asanka@chromium.org
2011-02-02
3
-1
/
+47
*
views textfield: Show the correct cursor.
sadrul@chromium.org
2011-02-01
2
-16
/
+44
*
Fix crash in BookmarkMenuController::GetTooltipText that occurred
sky@chromium.org
2011-02-01
1
-0
/
+5
*
views: Move the implementation of more examples from header to source file.
tfarina@chromium.org
2011-02-01
10
-299
/
+419
*
Remove obsolete files from 'sources'. This causes needless work on incrementa...
jeanluc@chromium.org
2011-01-31
1
-1
/
+0
*
Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...
nsylvain@chromium.org
2011-01-31
1
-0
/
+1
*
Remove obsolete files from 'sources'. This causes needless work on increment...
jeanluc@chromium.org
2011-01-30
1
-1
/
+0
*
views: Move the implementation of ButtonExample from the header to the source...
tfarina@chromium.org
2011-01-29
3
-20
/
+50
*
Lands http://codereview.chromium.org/6305001/ for Simon:
sky@chromium.org
2011-01-28
2
-1
/
+16
*
Lands http://codereview.chromium.org/6380007/ for jamiewalch
sky@chromium.org
2011-01-28
3
-7
/
+24
*
Hitting Tab should always move cursor to end of omnibox text.
suzhe@google.com
2011-01-28
1
-0
/
+1
*
views: Make ShouldUseVistaFrame a static method of WidgetWin.
tfarina@chromium.org
2011-01-28
4
-5
/
+23
*
widget-gtk: Make it possible to grab focus.
sadrul@chromium.org
2011-01-27
1
-1
/
+2
*
touch: Fix default cursor on re-display.
sadrul@chromium.org
2011-01-27
2
-14
/
+15
*
Fix printing PDFs through right click on Mac and Linux. Looks like they both...
jam@chromium.org
2011-01-27
1
-16
/
+2
*
views: Move grid_layout files into layout directory. Final Part.
tfarina@chromium.org
2011-01-27
10
-17
/
+17
*
Implement double/triple click functionality in views textfield. Also changed ...
varunjain@chromium.org
2011-01-27
8
-17
/
+196
*
Compile fix for touch.
sadrul@chromium.org
2011-01-26
1
-1
/
+1
*
views: Move standard_layout.h into the layout directory.
tfarina@chromium.org
2011-01-26
5
-10
/
+9
*
touch: Hide the X cursor when not in use.
sadrul@chromium.org
2011-01-26
4
-19
/
+145
*
views: Forward declare "class View;" in layout_manager.h
tfarina@chromium.org
2011-01-26
5
-5
/
+22
*
views: Move layout_manager.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
9
-32
/
+43
*
Delay deletion of view in View::DoRemoveChildView
battre@chromium.org
2011-01-25
1
-1
/
+3
*
Fix compile
isherman@chromium.org
2011-01-25
2
-2
/
+1
*
views: Move fill_layout.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
12
-29
/
+25
*
Removes debugging code as cause of crash was found. I'm TBRing as this
sky@chromium.org
2011-01-24
1
-2
/
+2
*
views: Move implementations of ComboboxExample and SliderExample to source file.
tfarina@chromium.org
2011-01-24
5
-72
/
+128
*
views: Add table2_example to views_examples target.
tfarina@chromium.org
2011-01-23
3
-150
/
+196
*
views: Move box_layout.[cc,h] into the new layout directory.
tfarina@chromium.org
2011-01-22
5
-13
/
+13
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
23
-28
/
+28
*
views: Move the implementation of TabbedPaneExample from the header file to t...
tfarina@chromium.org
2011-01-21
3
-76
/
+107
*
Fix range comparison. Get space to accept keyword work.
oshima@google.com
2011-01-21
1
-3
/
+3
*
views: Make CreatePanelGridLayout a static method of GridLayout class.
tfarina@chromium.org
2011-01-21
4
-15
/
+16
*
views: Move the implementation of SingleSplitViewExample from the header file...
tfarina@chromium.org
2011-01-21
3
-49
/
+82
*
Add OWNERS files for accessibility directories.
dmazzoni@chromium.org
2011-01-21
1
-0
/
+3
*
Fixes possible crash in menus. The crash would happen because we were
sky@chromium.org
2011-01-21
1
-0
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
21
-20
/
+28
*
Make uneditable when readonly.
oshima@google.com
2011-01-20
5
-20
/
+105
*
Fix regression in submenus not working.
jam@chromium.org
2011-01-20
1
-2
/
+15
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
5
-32
/
+195
*
Fix bustage
ben@chromium.org
2011-01-20
1
-2
/
+3
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
28
-65
/
+79
*
Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ...
sadrul@chromium.org
2011-01-20
5
-170
/
+32
*
Move BiDiLineIterator to base/i18n/ directory.
tfarina@chromium.org
2011-01-20
1
-3
/
+3
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
5
-32
/
+170
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
13
-38
/
+37
*
Move more dnd related files to ui/base
ben@chromium.org
2011-01-19
14
-68
/
+59
*
touch: Gesture manager receives the touch-sequence status.
sadrul@chromium.org
2011-01-19
4
-21
/
+28
*
Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ...
oshima@google.com
2011-01-19
12
-26
/
+325
*
Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...
ben@chromium.org
2011-01-19
1
-2
/
+2
[next]