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 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
*
Create a new aura client API dir and move constants and desktop delegate to it.
ben@chromium.org
2011-11-09
30
-90
/
+86
*
Enable -Wexit-time-destructors for base.
thakis@chromium.org
2011-11-09
1
-1
/
+1
*
Updating XTBs based on .GRDs from branch 912
laforge@chromium.org
2011-11-09
51
-51
/
+49
*
Update layout when selection is updated.
oshima@chromium.org
2011-11-09
6
-69
/
+29
*
Aura: Resize cursors show properly when hovering over window frame
jamescook@chromium.org
2011-11-09
15
-23
/
+205
*
Turn on -Wexit-time-destructors for ui and content.
thakis@chromium.org
2011-11-09
1
-0
/
+1
*
Remove 4 exit time destructors from ui and content for linux and chromeos.
thakis@chromium.org
2011-11-09
4
-4
/
+4
*
Enable browser_tests to display on USE_AURA
backer@chromium.org
2011-11-09
2
-3
/
+17
*
Fix strike-through and add underline support to RenderTextWin.
asvitkine@chromium.org
2011-11-09
2
-36
/
+69
*
Fix DesktopHostWin::SetSize to set the size of aura desktop (client size)
oshima@google.com
2011-11-08
2
-6
/
+16
*
Fix --use-gl=any command-line option. The current implementation only checks ...
alokp@chromium.org
2011-11-08
12
-241
/
+270
*
Clean up CreateTransposedBtmap.
thakis@chromium.org
2011-11-08
1
-4
/
+4
*
Fix bug where wglGetExtensionsStringEXT was being called instead of wglGetExt...
apatrick@chromium.org
2011-11-08
2
-25
/
+21
*
move NativeThemeChromeos into gfx:: namespace
benrg@chromium.org
2011-11-08
2
-2
/
+11
*
Hook up Workspace and Launcher
oshima@google.com
2011-11-08
19
-227
/
+389
*
Adds Window::MoveChildToFront, with surrounding changes.
sky@chromium.org
2011-11-08
6
-23
/
+110
*
Renames LayoutManager::OnWindowAdded/OnWillRemoveWindow to
sky@chromium.org
2011-11-08
8
-16
/
+18
*
Move glib headers in ui/base/gtk/ to ui/base/glib/.
yusukes@chromium.org
2011-11-08
4
-86
/
+98
*
Move ToplevelWindowEventFilter to shell
oshima@google.com
2011-11-07
9
-70
/
+92
*
Aura: Show window close/maximize buttons on hover
jamescook@chromium.org
2011-11-07
5
-1
/
+87
*
X11: Avoid treating scrollwheel events as button presses.
derat@chromium.org
2011-11-07
3
-40
/
+175
*
Fix aura release build
piman@chromium.org
2011-11-07
1
-0
/
+2
*
Change LOG(INFO) to DVLOG(1) in gl_implementation.cc
isherman@chromium.org
2011-11-07
1
-3
/
+3
*
Reenable triggering of screen rotations by sensors.
vollick@chromium.org
2011-11-07
6
-82
/
+67
*
Adds class to manage layout of the launcher and status area. When
sky@chromium.org
2011-11-07
10
-35
/
+259
*
Removing animation observers from the layer animator should also remove them ...
vollick@chromium.org
2011-11-07
2
-0
/
+40
*
Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.h
thakis@chromium.org
2011-11-05
1
-3
/
+1
*
Implement more IAccessibleText in NativeViewAccessibilityWin.
dmazzoni@chromium.org
2011-11-04
3
-0
/
+147
*
views: Move DialogButton enum into ui/base/ and put it into the ui namespace.
tfarina@chromium.org
2011-11-04
2
-9
/
+8
*
Remove the remaining 6 exit time destructors and 2 static initializers from ui/
thakis@chromium.org
2011-11-04
4
-13
/
+25
*
Resolve check-perms failure.
csilv@chromium.org
2011-11-04
1
-0
/
+0
*
Fix annoying autorelease messages for browser tests.
shess@chromium.org
2011-11-04
1
-1
/
+1
*
Implements maximize and fullscreen for default window manager.
sky@chromium.org
2011-11-04
8
-11
/
+245
*
Makes launcher handle overflow.
sky@chromium.org
2011-11-04
6
-11
/
+170
*
Fix PropertyChanged failure on win.
oshima@google.com
2011-11-04
1
-16
/
+20
*
mac: Remove 9 exit time destructors.
thakis@chromium.org
2011-11-04
1
-21
/
+9
*
Add command-line option to enable swiftshader
jbauman@chromium.org
2011-11-04
5
-14
/
+41
*
Refine panel UI looks on Windows: change bottom-left and bottom-right corners...
jianli@chromium.org
2011-11-04
3
-0
/
+2
*
Fix missing GL binding for skia with in-process GL
piman@chromium.org
2011-11-03
1
-0
/
+1
*
Setting a layer property immediately should cancel any current animations.
vollick@chromium.org
2011-11-03
12
-102
/
+156
*
Introduces chromium_resources.gyp to factor out Chrome resource generation
dhollowa@chromium.org
2011-11-03
3
-24
/
+4
*
Fix gl context change on dropping a texture
pkotwicz@chromium.org
2011-11-03
2
-1
/
+10
*
Overdraw debugging can be enabled with the --enable-compositor-overdraw-debug...
vollick@chromium.org
2011-11-03
4
-35
/
+117
[next]