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
/
compositor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skeleton surface interfaces in cc/surfaces
jamesr@chromium.org
2014-01-16
1
-0
/
+1
*
This CL
pkotwicz@chromium.org
2014-01-16
4
-36
/
+10
*
Plumb debug name via debug info
vollick@chromium.org
2014-01-15
2
-7
/
+12
*
Remove WebString refs from cc/, they are all dead code
jamesr@chromium.org
2014-01-14
1
-0
/
+1
*
Use a bitfield to store animatable properties.
vollick@chromium.org
2014-01-14
12
-182
/
+101
*
Revert of https://codereview.chromium.org/132903003/
msw@chromium.org
2014-01-12
2
-2
/
+2
*
Fix setting visibility on animated windows.
vollick@chromium.org
2014-01-12
2
-2
/
+2
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
2
-2
/
+2
*
Revert "Retain tray bubble's rounded corners when the bubble animates out"
michaelpg@chromium.org
2014-01-07
2
-15
/
+36
*
[ui] fix comments of ui::Layer
simonhong@chromium.org
2014-01-07
1
-2
/
+2
*
Update uses of UTF conversions in ui/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-0
/
+2
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
1
-1
/
+1
*
Move geometric types to a separate, more lightweight target.
ben@chromium.org
2013-12-18
1
-0
/
+3
*
Remove uses of WebGraphicsContext3D from ui/compositor
jamesr@chromium.org
2013-12-14
6
-12
/
+5
*
Cleanup: Remove unused forward declarations from compositor.h
tfarina@chromium.org
2013-12-11
1
-21
/
+6
*
Retain tray bubble's rounded corners when the bubble animates out
michaelpg@chromium.org
2013-12-11
2
-36
/
+15
*
Support for drawing a debug border around animated layers
avallee@chromium.org
2013-12-10
1
-0
/
+2
*
Add GPU histograms for initialization times
scottmg@chromium.org
2013-12-05
1
-0
/
+4
*
cc: Remove DelegatingRendererLayerClient
powei@chromium.org
2013-12-04
1
-1
/
+1
*
Initial cut at layerless windows.
sky@chromium.org
2013-12-03
1
-0
/
+2
*
Fall back to software mode if Aura can't create a GL context
ccameron@chromium.org
2013-12-03
6
-6
/
+8
*
Plumbing for layout rectangle debug info. Companion to
chrishtr@gmail.com
2013-12-03
2
-0
/
+8
*
Revert 225751 "BitmapContentLayerUpdater shouldn't reallocate bi..."
jbauman@chromium.org
2013-12-03
1
-3
/
+2
*
Changes sequence of docked animations when evicting windows from dock. Window...
varkha@chromium.org
2013-12-02
4
-9
/
+38
*
Move EmptyString, kWhitespace and the BOM to base.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..."
dbeam@chromium.org
2013-11-29
1
-1
/
+4
*
Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..."
dbeam@chromium.org
2013-11-29
1
-4
/
+1
*
Use LatencyInfoSwapPromise to track LatencyInfo through compositor
miletus@chromium.org
2013-11-29
1
-1
/
+4
*
RenderWidget and RenderWidgetCompositor cleanup
trchen@chromium.org
2013-11-22
2
-0
/
+5
*
Revert 232205 "Fix build of TestCompositorHostOzone"
spang@chromium.org
2013-11-20
1
-1
/
+1
*
Dissociate ui_resources target from ui.gyp.
tfarina@chromium.org
2013-11-20
1
-2
/
+2
*
Propagate source_frame_number from LTH to DevTools
caseq@chromium.org
2013-11-12
1
-1
/
+1
*
Revert 233845 "Use software renderer for windows with an initial..."
scottmg@chromium.org
2013-11-11
5
-13
/
+5
*
Use software renderer for windows with an initial size less than 64x64
jbauman@chromium.org
2013-11-08
5
-5
/
+13
*
Replaces uses of the WGC3DSwapBuffersClient with LTHSingleThreadClient
jamesr@chromium.org
2013-11-08
3
-36
/
+34
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
3
-4
/
+4
*
Introduce separate client and init path for single-threaded cc
jamesr@chromium.org
2013-11-07
2
-10
/
+17
*
Restructure the events target into two components:
ben@chromium.org
2013-11-06
1
-3
/
+0
*
Remove WGC3D::isContextLost references from cc
jamesr@chromium.org
2013-11-06
2
-8
/
+1
*
Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."
scottmg@chromium.org
2013-11-01
5
-15
/
+6
*
Remove unnecessary dependencies on "ui" target from some other targets.
tfarina@chromium.org
2013-11-01
1
-1
/
+0
*
Fix build of TestCompositorHostOzone
spang@chromium.org
2013-10-31
1
-1
/
+1
*
Move test-only stuff from cc/debug/ to cc/test
jamesr@chromium.org
2013-10-31
2
-2
/
+3
*
Move test-only ContextFactory implementations out of production targets
jamesr@chromium.org
2013-10-30
11
-270
/
+353
*
Make intsafe.h workaround global
scottmg@chromium.org
2013-10-28
1
-5
/
+0
*
cc: Use HighResNow as timebase if it is fast and reliable
brianderson@chromium.org
2013-10-25
4
-8
/
+14
*
Make TRANSPARENT windows be layered windows on win aura
scottmg@chromium.org
2013-10-25
6
-6
/
+20
*
Add Color animation curves.
avallee@chromium.org
2013-10-24
2
-16
/
+5
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).
dominikg@chromium.org
2013-10-23
1
-2
/
+2
*
Add delegated rendering support for software renderer.
jbauman@chromium.org
2013-10-22
1
-1
/
+2
[next]