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
...
*
Simplify some calls to gfx::Rect by using its gfx::Size ctor.
tfarina@chromium.org
2012-02-24
8
-12
/
+13
*
Re-add GetStringWidth to PlatformFont, and use that from Font
stuartmorgan@chromium.org
2012-02-24
8
-5
/
+27
*
Land 9348117: (Aura) use GPU process for UI
backer@chromium.org
2012-02-24
7
-108
/
+169
*
Fix copying from Java AWT app and pasting into Chrome on Linux.
dcheng@chromium.org
2012-02-24
1
-1
/
+4
*
ImeInput::MoveImeWindow is responsible for notifying IMEs about where
Yukawa@chromium.org
2012-02-24
1
-14
/
+16
*
gtk: Factor gray color into a constant and place it into a common location.
tfarina@chromium.org
2012-02-24
1
-4
/
+4
*
ash: Use gestures to move/resize the window, instead of touch.
sadrul@chromium.org
2012-02-24
1
-3
/
+16
*
Fix the omnibox mouse doulbe/tripple clicking inaccurate selection issue. Whe...
jennyz@chromium.org
2012-02-24
2
-4
/
+14
*
Move RootWindowHostLinux class decl to a header file.
ben@chromium.org
2012-02-24
3
-76
/
+91
*
ash: Fix bug where small shadows were drawn incorrectly.
derat@chromium.org
2012-02-23
1
-0
/
+2
*
aura: Install/Uninstall gesture-handler correctly.
sadrul@chromium.org
2012-02-23
1
-2
/
+20
*
aura: Generate a double-click event for an unprocessed double-tap gesture.
sadrul@chromium.org
2012-02-23
2
-3
/
+26
*
Fix the gesture-recognizer to emit scroll-start event at the location of the ...
sadrul@chromium.org
2012-02-23
2
-1
/
+12
*
Suppress painting when closing window
oshima@chromium.org
2012-02-23
7
-22
/
+94
*
Change how you get to the MessageLoop::Dispatcher.
ben@chromium.org
2012-02-23
13
-29
/
+95
*
Removes the background from the launcher per latest mocks.
sky@chromium.org
2012-02-23
2
-1
/
+0
*
Fix build.
finnur@chromium.org
2012-02-23
1
-2
/
+4
*
Experimental Extension Keybinding (first cut).
finnur@chromium.org
2012-02-23
7
-33
/
+220
*
Allow the ShellWindow to be maximized, and some fixes to go with it.
jeremya@chromium.org
2012-02-23
1
-1
/
+2
*
Revert 122849 - Update state on creating NativeComboboxWrapper.
sky@chromium.org
2012-02-23
4
-5
/
+14
*
Adds ability to pin apps to the launcher.
sky@chromium.org
2012-02-22
1
-1
/
+2
*
Only enable touch-friendly tab strip based on command line flag
scottmg@chromium.org
2012-02-22
1
-8
/
+4
*
Add a default constructor for gfx::Image.
rohitrao@chromium.org
2012-02-22
3
-3
/
+48
*
Clipboard access is not threadsafe in general. Previously clipboard reads wer...
raymes@chromium.org
2012-02-22
4
-1
/
+42
*
Add an OWNERS file for ui/base/clipboard.
tony@chromium.org
2012-02-22
1
-0
/
+2
*
Add setters for the aura gesture recognizer constants.
girard@chromium.org
2012-02-22
5
-18
/
+115
*
Fix android experimental build
joth@chromium.org
2012-02-22
1
-1
/
+1
*
ash: Allow dragging using touch/gesture events.
sadrul@chromium.org
2012-02-22
15
-105
/
+154
*
Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.
peter@pcc.me.uk
2012-02-22
14
-50
/
+121
*
Custom frame UI for platform apps on Windows.
jeremya@chromium.org
2012-02-22
4
-3
/
+29
*
Remove dead clipboard code.
dcheng@chromium.org
2012-02-22
5
-139
/
+6
*
Revert 122916 - Clipboard access is not threadsafe in general. Previously cli...
scottbyer@chromium.org
2012-02-22
4
-45
/
+2
*
Clipboard access is not threadsafe in general. Previously clipboard reads wer...
raymes@chromium.org
2012-02-21
4
-2
/
+45
*
Allow GPU process to present to the compositing surface without the involveme...
apatrick@chromium.org
2012-02-21
1
-2
/
+10
*
Update state on creating NativeComboboxWrapper.
mnissler@chromium.org
2012-02-21
4
-14
/
+5
*
Gesture Recognizer fires Long Press Event
tdresser@chromium.org
2012-02-21
7
-3
/
+242
*
Call the built product of target gl 'gl_wrapper'.
thakis@chromium.org
2012-02-21
1
-0
/
+1
*
Change EventGenerator to take a RootWindow at construction instead of just as...
ben@chromium.org
2012-02-21
4
-26
/
+30
*
This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...
mmocny@chromium.org
2012-02-21
1
-0
/
+2
*
Revert r122716 and r122717
maruel@chromium.org
2012-02-19
4
-30
/
+26
*
Fix build bustage. These two files were left out of my last CL due to permiss...
ben@chromium.org
2012-02-19
2
-5
/
+5
*
Change EventGenerator to take a RootWindow at construction instead of just as...
ben@chromium.org
2012-02-19
2
-21
/
+25
*
Fix Compile error with "-Duse_aura=1".
junmin.zhu@intel.com
2012-02-19
1
-1
/
+1
*
Aura: Remove old shadow art assets, now unused
jamescook@chromium.org
2012-02-18
8
-0
/
+0
*
Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w...
ben@chromium.org
2012-02-18
7
-119
/
+120
*
Aura: New window shadows, desktop background debug toggle
jamescook@chromium.org
2012-02-17
1
-8
/
+16
*
A bevy of Aura test changes:
ben@chromium.org
2012-02-17
8
-51
/
+129
*
Revert 122586 - Add setters for the aura gesture recognizer constants.
mmocny@chromium.org
2012-02-17
5
-124
/
+28
*
Add setters for the aura gesture recognizer constants.
girard@chromium.org
2012-02-17
5
-28
/
+124
*
views: Pass GetMessagePos() directly to gfx::Point.
tfarina@chromium.org
2012-02-17
2
-8
/
+4
[prev]
[next]