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
/
ui
/
views
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coverity: Fix an incorrect use of a bitwise operator.
thestig@chromium.org
2011-12-22
1
-1
/
+1
*
Rename ui::EventFlags mouse flags to be more sensible
dhollowa@chromium.org
2011-12-20
1
-4
/
+5
*
Shell related switches -> aura shell switches.
ben@chromium.org
2011-12-20
2
-22
/
+23
*
Make CanvasSkia take a gfx::Size as the first parameter.
tfarina@chromium.org
2011-12-20
1
-4
/
+2
*
Implement CloseAllSecondaryWidgets()
mukai@chromium.org
2011-12-19
1
-6
/
+21
*
Move the shadow type enumeration out of aura and into the shell.
ben@chromium.org
2011-12-16
1
-6
/
+0
*
Aura: Fix maximized windows not restoring properly
jamescook@chromium.org
2011-12-15
1
-1
/
+3
*
Move TooltipClient to client namespace and add convenience setters/getters fo...
ben@chromium.org
2011-12-15
1
-14
/
+9
*
CMT can now generate motion events w/ valuators instead of a sequence of butt...
davemoore@chromium.org
2011-12-15
1
-0
/
+4
*
Move ActivationClient/Delegate to client namespace.
ben@chromium.org
2011-12-15
2
-8
/
+7
*
Disable failing tests on linux_view also - previously they were only disabled
dmazzoni@chromium.org
2011-12-15
1
-2
/
+2
*
Rename WindowDragDropDelegate->DragDropDelegate
ben@chromium.org
2011-12-15
2
-11
/
+6
*
Set aura window focus in NativeWidgetAura::ClearNativeFocus only if the focus...
oshima@chromium.org
2011-12-15
1
-1
/
+3
*
views: Rename IsVisibleInRootView() to IsDrawn().
tfarina@chromium.org
2011-12-14
2
-2
/
+2
*
VKEY_MENU is mapped to Alt key on X11 platform and chromeos uses this for acc...
oshima@chromium.org
2011-12-14
2
-2
/
+45
*
views: Convert IsVisible() to just visible() since it's just a simple accessor.
tfarina@chromium.org
2011-12-14
1
-1
/
+1
*
Clear focused view if the focused view is in a window that is being destroyed.
oshima@chromium.org
2011-12-13
2
-5
/
+6
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-13
2
-37
/
+54
*
Revert 114095 - Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
2
-54
/
+37
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
2
-37
/
+54
*
Change signature of |ui::ElideText()|. Add a truncate mode.
asvitkine@chromium.org
2011-12-12
1
-1
/
+2
*
views: Convert IsEnabled() to just enabled() since it's just a simple accessor.
tfarina@chromium.org
2011-12-12
2
-6
/
+6
*
Windows component build fix for aura.
varunjain@chromium.org
2011-12-09
1
-2
/
+5
*
Revert 113741 "Move {Restore,Store}FocusedView to NativeWidgetAura::On{Activa...
oshima@chromium.org
2011-12-09
1
-2
/
+4
*
Implement Widget::NotifyLocaleChanged for Aura.
mukai@chromium.org
2011-12-09
1
-2
/
+13
*
Don't activate TYPE_CONTROL widget
oshima@chromium.org
2011-12-09
1
-1
/
+2
*
Move {Restore,Store}FocusedView to NativeWidgetAura::On{Activated,LostActive}.
mazda@chromium.org
2011-12-09
1
-4
/
+2
*
Revert 113574 - Remove views::InputMethodIBus.
yusukes@google.com
2011-12-08
1
-0
/
+9
*
Remove views::InputMethodIBus.
yusukes@chromium.org
2011-12-08
1
-9
/
+0
*
Rename Desktop->RootWindow.
ben@chromium.org
2011-12-07
3
-27
/
+30
*
aura: Draw shadows around tooltip windows.
derat@chromium.org
2011-12-06
1
-1
/
+2
*
Revert 113224 - IME (input method editor) support for Aura, part 3 of 3: Use ...
ben@chromium.org
2011-12-06
1
-6
/
+5
*
IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...
yusukes@chromium.org
2011-12-06
1
-5
/
+6
*
Remove old debug code for crbug.com/93530.
msw@chromium.org
2011-12-06
1
-8
/
+1
*
Implements Aura:: NativeWidgetPrivate::ReparentNativeView
pkotwicz@chromium.org
2011-12-06
1
-2
/
+23
*
aura: Ask the WindowDelegate before a Window is Focus()ed.
sadrul@chromium.org
2011-12-03
2
-0
/
+5
*
Delete desktop/shell instance correctly upon shutdown.
oshima@chromium.org
2011-12-03
1
-3
/
+3
*
Revert 112770 - Prevent a crash in the first run search engine selector.
ben@chromium.org
2011-12-02
3
-9
/
+2
*
Prevent a crash in the first run search engine selector.
ben@chromium.org
2011-12-02
3
-2
/
+9
*
Reland change for aura tooltips that was revert due to build break:
varunjain@chromium.org
2011-12-01
6
-329
/
+156
*
aura: Fix unit_tests on linux
sadrul@chromium.org
2011-12-01
1
-62
/
+0
*
views: Move the remaining file from views/ to ui/views/.
tfarina@chromium.org
2011-12-01
12
-13
/
+14
*
Restore NativeWidgetWin::OnSetText to eliminate classic theme titlebar flicke...
msw@chromium.org
2011-12-01
2
-0
/
+9
*
Revert 112399 - Aura: Tooltip refactor. This Cl does the following:
hbono@chromium.org
2011-12-01
6
-156
/
+329
*
Aura: Tooltip refactor. This Cl does the following:
varunjain@chromium.org
2011-12-01
6
-329
/
+156
*
views: Move view.h to ui/views/.
tfarina@chromium.org
2011-11-30
12
-12
/
+12
*
Make drag and drop work on webpage. Also slightly modify drag drop workflow.
varunjain@chromium.org
2011-11-30
2
-9
/
+0
*
hypothetical fix for leak in constrained html dialog
oshima@chromium.org
2011-11-30
2
-20
/
+23
*
views: Move the remaining files to ui/views/controls/.
tfarina@chromium.org
2011-11-29
1
-1
/
+1
*
views: Move label and link files to ui/views/controls/.
tfarina@chromium.org
2011-11-29
1
-1
/
+1
[next]