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
*
Avoids some asserts with ToT WebKit by using valid layers. Using all empty la...
vollick@chromium.org
2011-11-21
2
-14
/
+18
*
Adds a bounds parameter to ui::Compositor::ReadPixels
pkotwicz@chromium.org
2011-11-21
9
-28
/
+54
*
compositor_unittests target is unimplmented on Mac
dhollowa@chromium.org
2011-11-21
14
-17
/
+450
*
base::Bind fixes
groby@chromium.org
2011-11-19
2
-16
/
+15
*
Prepare Chromium for WebCompositor::initialize.
nduca@chromium.org
2011-11-19
2
-8
/
+17
*
Revert 110783 - Adds a bounds parameter to ui::Compositor::ReadPixels
shess@chromium.org
2011-11-18
8
-52
/
+26
*
Adds a bounds parameter to ui::Compositor::ReadPixels
pkotwicz@chromium.org
2011-11-18
8
-26
/
+52
*
Implement font fallback in RenderTextWin, try #2.
asvitkine@chromium.org
2011-11-18
2
-21
/
+85
*
Adds a couple of pixel-based compositor unittests. One to test that opacity i...
vollick@chromium.org
2011-11-18
24
-79
/
+232
*
Disable layer hole unit tests when using the WebKit compositor.
vollick@chromium.org
2011-11-18
1
-9
/
+20
*
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...
apatrick@chromium.org
2011-11-18
1
-9
/
+0
*
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...
apatrick@chromium.org
2011-11-18
1
-0
/
+9
*
allocator.gyp target needs to be conditionally included in compositor.gyp
dhollowa@chromium.org
2011-11-17
1
-5
/
+13
*
Added some debugging code to print layer tree.
pkotwicz@chromium.org
2011-11-17
4
-0
/
+123
*
Add baselines for pixel-based compositor unit tests.
vollick@chromium.org
2011-11-17
3
-0
/
+0
*
aura/cc: clip webkit layer size to external texture dimensions
piman@chromium.org
2011-11-17
1
-4
/
+6
*
Use constants that can be stored in a 32 bit int
vollick@chromium.org
2011-11-17
1
-2
/
+2
*
use-gl=desktop mode got broken in r109111. GL proc addresses were not being f...
alokp@chromium.org
2011-11-17
1
-4
/
+22
*
Cleanup: Remove forward declarations in ui, part 2.
thestig@chromium.org
2011-11-17
5
-13
/
+1
*
Add OVERRIDE to gpu/ and gl/.
avi@chromium.org
2011-11-16
7
-54
/
+54
*
Fix statics in NativeTheme*::instance() to avoid destruction post main
dhollowa@chromium.org
2011-11-16
5
-6
/
+9
*
Beginnings of Window Modality support.
ben@chromium.org
2011-11-16
1
-1
/
+1
*
Added a unittest for compositor observers.
vollick@chromium.org
2011-11-16
1
-0
/
+90
*
Fix stale compositor references from ui::Layer
piman@chromium.org
2011-11-16
6
-33
/
+70
*
Add OVERRIDE to ui/.
avi@chromium.org
2011-11-15
4
-32
/
+36
*
Implement CompositorCC::ReadPixels
vollick@chromium.org
2011-11-15
10
-30
/
+75
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-11-15
3
-72
/
+314
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
4
-4
/
+4
*
Revert 109977 - Implement font fallback in RenderTextWin.
alekseys@chromium.org
2011-11-15
2
-82
/
+17
*
Implement font fallback in RenderTextWin.
asvitkine@chromium.org
2011-11-14
2
-17
/
+82
*
aura/cc: Fix accelerated content size
piman@chromium.org
2011-11-14
3
-16
/
+22
*
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
[next]