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
/
gfx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary work in |RenderTextWin::UpdateLayout()| if there are no runs.
asvitkine@chromium.org
2011-11-11
2
-5
/
+6
*
Upstream: ui implementation in Android
michaelbai@chromium.org
2011-11-11
4
-0
/
+1101
*
Add to OWNERS
backer@chromium.org
2011-11-11
1
-0
/
+2
*
Use ScopedMakeCurrent
backer@chromium.org
2011-11-11
5
-17
/
+20
*
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
*
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
*
Create a new aura client API dir and move constants and desktop delegate to it.
ben@chromium.org
2011-11-09
3
-7
/
+3
*
Update layout when selection is updated.
oshima@chromium.org
2011-11-09
6
-69
/
+29
*
Remove 4 exit time destructors from ui and content for linux and chromeos.
thakis@chromium.org
2011-11-09
3
-3
/
+3
*
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 --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
1
-1
/
+1
*
Adds Window::MoveChildToFront, with surrounding changes.
sky@chromium.org
2011-11-08
3
-11
/
+28
*
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
4
-2
/
+181
*
Removing animation observers from the layer animator should also remove them ...
vollick@chromium.org
2011-11-07
2
-0
/
+40
*
Remove the remaining 6 exit time destructors and 2 static initializers from ui/
thakis@chromium.org
2011-11-04
2
-6
/
+18
*
Add command-line option to enable swiftshader
jbauman@chromium.org
2011-11-04
5
-14
/
+41
*
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
10
-99
/
+150
*
Introduces chromium_resources.gyp to factor out Chrome resource generation
dhollowa@chromium.org
2011-11-03
1
-5
/
+1
*
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
*
Moves scheduling draw/paint from Window::SetBounds to
sky@chromium.org
2011-11-03
3
-4
/
+50
*
Fix build issues with CompositorCC & component build.
ben@chromium.org
2011-11-03
1
-4
/
+6
*
Revert 108466 - Introduces chromium_resources.gyp to factor out Chrome resour...
dhollowa@chromium.org
2011-11-03
1
-1
/
+5
*
Introduces chromium_resources.gyp to factor out Chrome resource generation
dhollowa@chromium.org
2011-11-03
1
-5
/
+1
*
Fixes painting regression. The problem was I optimized to only send to
sky@chromium.org
2011-11-03
1
-1
/
+1
*
Remove canvas direct 2d from build since its not used and causes problems
rogerta@chromium.org
2011-11-03
3
-822
/
+0
*
Test that pixels are drawn to the screen
backer@chromium.org
2011-11-03
9
-0
/
+90
*
Get rid of deadstore warning from clang
dmaclach@chromium.org
2011-11-03
1
-1
/
+0
*
Revert part of r107440 that got left out by drover.
sadrul@chromium.org
2011-11-02
1
-29
/
+5
*
Revert r107440 because this causes a crash on touchui on page load.
sadrul@chromium.org
2011-11-02
2
-279
/
+73
*
Makes the compositors handle updating part of a texture when the
sky@chromium.org
2011-11-02
2
-20
/
+13
*
Allows observers to be notified when layer animations complete.
vollick@chromium.org
2011-11-02
19
-207
/
+469
*
Exclude accelerated_surface_win from aura builds. Fixes bustage.
ben@chromium.org
2011-11-01
1
-0
/
+8
*
Add traces in compositor, views and skia
piman@chromium.org
2011-11-01
2
-0
/
+9
*
Implemented AcceleratedSurface for Windows.
apatrick@chromium.org
2011-11-01
3
-0
/
+586
*
Make LazyInstance managed Locks leaky.
thestig@chromium.org
2011-11-01
1
-1
/
+3
*
Added booleans that indicate which GL extensions are available.
apatrick@chromium.org
2011-11-01
1
-6
/
+18
*
ui/gfx: Convert CreateCanvas to use gfx::Size.
tfarina@chromium.org
2011-11-01
4
-11
/
+8
*
Gets Bubble to work on aura.
sky@chromium.org
2011-10-31
1
-0
/
+3
*
aura: Add fullscreen/popups to RenderWidgetHostViewAura.
derat@chromium.org
2011-10-31
2
-13
/
+11
[next]