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
/
menu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
2
-7
/
+7
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
2
-7
/
+7
*
Fix MenuClosed on views+gtk
piman@google.com
2011-02-11
1
-0
/
+2
*
Use DispatchX for dispatching X events.
sadrul@chromium.org
2011-02-11
4
-8
/
+8
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
2
-14
/
+14
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-8
/
+8
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-8
/
+8
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-09
3
-15
/
+42
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
touch: Fix compile after views API changes, and remove some dead code.
sadrul@chromium.org
2011-02-09
2
-13
/
+0
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
5
-33
/
+30
*
Make linux MouseWheelEvent consistent with win.
xiyuan@chromium.org
2011-02-08
1
-1
/
+1
*
Revert "Fix submenu arrow position for RTL"
oshima@google.com
2011-02-08
3
-41
/
+14
*
Fix submenu arrow position for RTL
oshima@google.com
2011-02-08
3
-14
/
+41
*
Clean up RTL methods.
ben@chromium.org
2011-02-08
3
-6
/
+6
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
5
-10
/
+6
*
Make mouse wheel scrolling in views menu smoother.
xiyuan@chromium.org
2011-02-07
5
-3
/
+17
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
20
-31
/
+31
*
Added battery status update in drop-down when power is changed.
oshima@google.com
2011-02-03
1
-0
/
+2
*
Fix crash in BookmarkMenuController::GetTooltipText that occurred
sky@chromium.org
2011-02-01
1
-0
/
+5
*
Lands http://codereview.chromium.org/6305001/ for Simon:
sky@chromium.org
2011-01-28
2
-1
/
+16
*
Fix printing PDFs through right click on Mac and Linux. Looks like they both...
jam@chromium.org
2011-01-27
1
-16
/
+2
*
Removes debugging code as cause of crash was found. I'm TBRing as this
sky@chromium.org
2011-01-24
1
-2
/
+2
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
5
-7
/
+7
*
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
2
-2
/
+2
*
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
1
-0
/
+21
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Revert 71879 due to compile failure - touch: Allow grabbing/ungrabbing touch ...
sadrul@chromium.org
2011-01-20
1
-21
/
+0
*
touch: Allow grabbing/ungrabbing touch devices for XInput2.
sadrul@chromium.org
2011-01-20
1
-0
/
+21
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
2
-5
/
+5
*
Move more dnd related files to ui/base
ben@chromium.org
2011-01-19
3
-9
/
+9
*
Allow printing/saving a plugin through right click menu, even if it's in a fr...
jam@chromium.org
2011-01-15
1
-17
/
+22
*
Implementing context menu for the new views textfield.
varunjain@chromium.org
2011-01-14
2
-6
/
+0
*
Remove wstring from views. Part 3: Switch accessibility strings to string16.
avi@chromium.org
2011-01-14
2
-3
/
+2
*
Move models from app to ui/base/models
ben@chromium.org
2011-01-14
11
-63
/
+63
*
Adds some debugging in code in hopes of figuring out a crash in the
sky@chromium.org
2011-01-13
2
-90
/
+121
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
4
-20
/
+20
*
Move OSExchangeData from src/app to src/ui/base/dragdrop
ben@chromium.org
2011-01-12
3
-2
/
+8
*
Revert 71169 - Revert 71167 - Remove wstring from gfx.
avi@chromium.org
2011-01-12
2
-2
/
+2
*
Revert 71167 - Remove wstring from gfx.
joi@chromium.org
2011-01-12
2
-2
/
+2
*
Remove wstring from gfx.
avi@chromium.org
2011-01-12
2
-2
/
+2
*
Remove wstring from views. Part 2: Switch accelerator strings to string16.
avi@chromium.org
2011-01-10
2
-17
/
+18
*
Remove wstring from views. Part 1: Switch member variables to string16.
avi@chromium.org
2011-01-10
3
-7
/
+10
*
Remove wstring from l10n_util. Part 8, the last part.
avi@chromium.org
2011-01-07
1
-1
/
+1
*
Change Font.GetStringWidth() to take string16 instead of wstring.
estade@chromium.org
2011-01-04
2
-3
/
+4
*
Remove wstring from l10n_util. Part 4.
avi@chromium.org
2011-01-04
1
-1
/
+2
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
2
-4
/
+4
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
2
-5
/
+5
[next]