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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 116551 - Fix bug 62037: Task manager tooltips appear behind task manag...
cbentzel@chromium.org
2012-02-07
1
-3
/
+3
*
Fix views compilation on Linux with toolkit_views=1.
saintlou@chromium.org
2012-02-07
1
-3
/
+3
*
Implements accelerator handling for menus on aura.
pkotwicz@chromium.org
2012-02-07
4
-0
/
+67
*
Expose more glQuery functions
gman@chromium.org
2012-02-07
1
-15
/
+16
*
Cleanup: Remove even more dead switches.
thestig@chromium.org
2012-02-07
2
-9
/
+5
*
Another revert of change caused by bad merge.
oshima@chromium.org
2012-02-07
1
-0
/
+3
*
Revert unnecessary change I checked in by mistake in r120670
oshima@chromium.org
2012-02-07
1
-1
/
+1
*
Delete region in NWA::SetShape which is ignored.
oshima@chromium.org
2012-02-07
2
-5
/
+4
*
Fix leaks in native_widget_aura and its test.
oshima@chromium.org
2012-02-07
2
-1
/
+4
*
Fix for MouseWatcher on views/gtk
davemoore@chromium.org
2012-02-07
1
-2
/
+2
*
views: Fix header guards comment of examples_window.h
tfarina@chromium.org
2012-02-07
1
-2
/
+4
*
Handle F8, F9, and F10 (volume keys) in ash [part 3 of 3].
yusukes@google.com
2012-02-06
1
-0
/
+15
*
Cache a screen compatible DC to avoid re-creating it excessively.
asvitkine@chromium.org
2012-02-06
4
-7
/
+163
*
Revert 120587 - Implements accelerator handling for menus on aura.
pkotwicz@chromium.org
2012-02-06
4
-67
/
+0
*
Implements accelerator handling for menus on aura.
pkotwicz@chromium.org
2012-02-06
4
-0
/
+67
*
Refactored MouseWatcher to allow regions other than Views to
davemoore@chromium.org
2012-02-06
5
-75
/
+166
*
touch: Generate touch-move events from the mouse only if a button is down.
sadrul@chromium.org
2012-02-06
1
-1
/
+3
*
Revert 120566 - Implements accelerator handling for menus on aura.
pkotwicz@chromium.org
2012-02-06
4
-67
/
+0
*
Implements accelerator handling for menus on aura.
pkotwicz@chromium.org
2012-02-06
4
-0
/
+67
*
views: Include examples_window.h in its source file instead of examples_main.h.
tfarina@chromium.org
2012-02-05
1
-1
/
+2
*
ui/gfx: Convert Canvas::DrawLineInt() to use gfx::Point.
tfarina@chromium.org
2012-02-05
5
-19
/
+19
*
Rename 2x dpi images from large_foo.png to foo_2x.png
thakis@chromium.org
2012-02-05
26
-24
/
+24
*
Fix views examples crash by returning appropriate colors from GetSystemColor().
tfarina@chromium.org
2012-02-04
1
-1
/
+33
*
Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave...
pkasting@chromium.org
2012-02-04
2
-4
/
+2
*
Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ...
pkasting@chromium.org
2012-02-04
2
-2
/
+4
*
Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3D
piman@chromium.org
2012-02-03
3
-14
/
+10
*
Update widget initialization for screen lock, settings bubble and menus to se...
alicet@chromium.org
2012-02-03
2
-3
/
+14
*
Optimize PlatformFontWin::GetFontSize().
asvitkine@chromium.org
2012-02-03
2
-4
/
+5
*
Update some comments for canvas_skia.h and remove an unused typedef.
asvitkine@chromium.org
2012-02-03
1
-11
/
+5
*
aura: This CL fixes a bunch of issues:
varunjain@chromium.org
2012-02-03
2
-5
/
+7
*
Avoid excessive calls to DeriveFont() in RenderTextWin.
asvitkine@chromium.org
2012-02-03
2
-19
/
+20
*
Fix the crash with TableView example on Linux with toolkit_views enabled.
tfarina@chromium.org
2012-02-03
1
-2
/
+6
*
Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...
ben@chromium.org
2012-02-03
9
-22
/
+136
*
Creates ui/gfx/OWNERS.
sky@chromium.org
2012-02-03
1
-0
/
+8
*
Resolving Clang error by following the same wrapping pattern as ScopedRegion.
saintlou@chromium.org
2012-02-03
1
-10
/
+12
*
Renamed old bot to existing trybot.
saintlou@chromium.org
2012-02-03
3
-4
/
+4
*
Android build fix following r119990, which introduced re-defined variables.
peter@chromium.org
2012-02-02
1
-3
/
+2
*
Get the default color of toolbar separator through ThemeService.
tfarina@chromium.org
2012-02-02
2
-3
/
+0
*
Move FocusTracker to ui/.
avi@chromium.org
2012-02-02
5
-0
/
+167
*
Disable animations during aura tests.
vollick@google.com
2012-02-02
13
-123
/
+218
*
Window may be invisible in NativeWidgetAura::OnKeyEvent
oshima@chromium.org
2012-02-02
1
-2
/
+4
*
Pass const gfx::Rect& as the first parameter to FillRect.
tfarina@chromium.org
2012-02-01
17
-77
/
+72
*
Revert 120092 - Reland 120074 -- Disable animations during aura tests.
vollick@google.com
2012-02-01
13
-218
/
+123
*
Reland 120074 -- Disable animations during aura tests.
vollick@google.com
2012-02-01
13
-123
/
+218
*
Revert 120074 - Disable animations during aura tests.
vollick@google.com
2012-02-01
13
-218
/
+123
*
Disable animations during aura tests.
vollick@google.com
2012-02-01
13
-123
/
+218
*
Temporarily disable mouse move synthesis on win
oshima@chromium.org
2012-02-01
2
-3
/
+9
*
Marking WindowTest.MouseEventsOnWindowChange FAILS
kinuko@chromium.org
2012-02-01
1
-1
/
+2
*
Adds two new observer methods to allow code to be notified when a Window is a...
ben@chromium.org
2012-02-01
6
-49
/
+165
*
Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,...
kinuko@chromium.org
2012-02-01
2
-4
/
+2
[next]