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
*
Fix double-initialization of CComModule.
dmazzoni@chromium.org
2011-11-14
3
-0
/
+43
*
aura/cc: Fix accelerated content size
piman@chromium.org
2011-11-14
3
-16
/
+22
*
wayland: define base:NativeEvent for Wayland
msb@chromium.org
2011-11-14
6
-139
/
+37
*
Space key doesn't work in AURA enabled build because in case of space key,
sadrul@chromium.org
2011-11-14
1
-0
/
+1
*
Disable selection on aura. Clipboard semantics on aura must be same as windows
oshima@chromium.org
2011-11-14
1
-1
/
+1
*
Fix DEPS rules post r109894.
joi@chromium.org
2011-11-14
1
-0
/
+3
*
views: Move accessibility/ directory to ui/views/.
tfarina@chromium.org
2011-11-14
3
-0
/
+1387
*
views: Remove the old views/window/ directory and its stubbed files.
tfarina@chromium.org
2011-11-14
13
-22
/
+22
*
Move views::Accelerator to ui in order to use it from aura code.
mazda@chromium.org
2011-11-14
5
-8
/
+218
*
Add status area to Aura builds.
stevenjb@google.com
2011-11-14
5
-22
/
+45
*
ui/views: Include grit/ui_resources.h to DEPS file to please check_deps.
tfarina@chromium.org
2011-11-13
1
-0
/
+1
*
ui/views: Add DEPS file to fix check_deps step.
tfarina@chromium.org
2011-11-13
1
-0
/
+4
*
views: Move views/window/ to ui/views/window directory.
tfarina@chromium.org
2011-11-13
15
-0
/
+2649
*
Devirtualize CHROMEGTK_CALLBACK.
dcheng@chromium.org
2011-11-12
2
-11
/
+38
*
Temporarily disables XI2 for aura until events are straightened out.
sky@chromium.org
2011-11-12
1
-0
/
+3
*
Port IsShiftDown() and variants in views::Event to aura::Event.
yusukes@chromium.org
2011-11-12
1
-0
/
+7
*
Avoid unnecessary work in |RenderTextWin::UpdateLayout()| if there are no runs.
asvitkine@chromium.org
2011-11-11
2
-5
/
+6
*
Devirtualize CHROMEG_CALLBACK
dcheng@chromium.org
2011-11-11
4
-17
/
+85
*
aura: Track mouse button state.
derat@chromium.org
2011-11-11
5
-5
/
+72
*
ui/base/models: Use operator '->' for accessing std::vector elements in TreeN...
tfarina@chromium.org
2011-11-11
1
-4
/
+4
*
Rebase BookmarkBubble on the new views bubble.
msw@chromium.org
2011-11-11
3
-17
/
+9
*
Fix WindowTest.Transform, and also make it run on Windows. Some of it (the bi...
ben@chromium.org
2011-11-11
2
-29
/
+40
*
Upstream: ui implementation in Android
michaelbai@chromium.org
2011-11-11
7
-1
/
+1168
*
Add to OWNERS
backer@chromium.org
2011-11-11
1
-0
/
+2
*
Aura: Fix resize cursors disappearing for some windows
jamescook@chromium.org
2011-11-11
3
-1
/
+103
*
Use ScopedMakeCurrent
backer@chromium.org
2011-11-11
5
-17
/
+20
*
Fix menu crash
oshima@google.com
2011-11-11
1
-0
/
+4
*
A fix for LayerNoTextureSetFillsBoundsOpaquely.
vollick@chromium.org
2011-11-11
2
-22
/
+58
*
Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.
backer@chromium.org
2011-11-11
7
-3
/
+67
*
Remove OVERRIDES on WebKit APIs in CompositorCC
wjmaclean@google.com
2011-11-11
1
-7
/
+7
*
Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@chromium.org
2011-11-11
3
-0
/
+133
*
Copy views/ime/OWNERS to ui/base/ime/ following sky's suggestion.
yusukes@chromium.org
2011-11-11
1
-0
/
+2
*
Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@google.com
2011-11-11
2
-120
/
+0
*
Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@google.com
2011-11-11
2
-0
/
+120
*
Fix gcc 4.6 build break.
yusukes@google.com
2011-11-11
1
-1
/
+1
*
Fix link error when component=shared_library is set
penghuang@chromium.org
2011-11-11
1
-1
/
+2
*
Reland with a virtual destructor.
dcheng@chromium.org
2011-11-10
2
-5
/
+86
*
Revert 109528 - Use XFixes to update the clipboard sequence number.
dcheng@chromium.org
2011-11-10
2
-86
/
+5
*
Use XFixes to update the clipboard sequence number.
dcheng@chromium.org
2011-11-10
2
-5
/
+86
*
Rid the world of TopLevelWindowContainer, and "toplevel" concept from Window ...
ben@chromium.org
2011-11-10
33
-756
/
+928
*
aura: Fix compile after change in clipboard api (in r109476).
sadrul@chromium.org
2011-11-10
1
-1
/
+1
*
Create utility functions for helping determine the X window manager.
dcheng@chromium.org
2011-11-10
2
-3
/
+46
*
Plumb through buffer type for clipboard sequence number requests.
dcheng@chromium.org
2011-11-10
4
-18
/
+18
*
Fix crash in compositor_unittests when using webkit compositor.
vollick@chromium.org
2011-11-10
1
-0
/
+1
*
Compile fix for CompositorCC.
wjmaclean@google.com
2011-11-10
2
-0
/
+6
*
Move views/ime/character_composer.* to ui/base/ime/.
yusukes@chromium.org
2011-11-10
6
-0
/
+644
*
Reset capture/focus window when the window is detachd from desktop
oshima@google.com
2011-11-10
6
-5
/
+47
*
Check target bounds, not current bounds, in aura::Window::SetBoundsInternal
vollick@chromium.org
2011-11-10
2
-3
/
+52
*
Add Aura support to InputMethodIBus.
yusukes@google.com
2011-11-10
3
-202
/
+226
*
Aura: Widgets obey transparency flag, default to opaque
jamescook@chromium.org
2011-11-10
1
-0
/
+1
[next]