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
*
Add support for horizontal text alignment to RenderText.
asvitkine@chromium.org
2012-01-24
4
-47
/
+98
*
Coverity: Fix uninitialized member variables.
kmadhusu@chromium.org
2012-01-24
2
-4
/
+5
*
Aura: apply UI font list to cros.
xji@chromium.org
2012-01-24
7
-13
/
+83
*
Revert 118789 - Always use webkit compositor
piman@chromium.org
2012-01-24
2
-12
/
+2
*
Always use webkit compositor
piman@chromium.org
2012-01-24
2
-2
/
+12
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
2
-10
/
+6
*
aura/views: Use colors from NativeTheme in the omnibox popup.
sadrul@chromium.org
2012-01-23
5
-7
/
+74
*
Skia DEPS roll to 3077
epoger@chromium.org
2012-01-23
1
-1
/
+0
*
Merge left and right cursor movement code in RenderText, and misc fixes
benrg@chromium.org
2012-01-21
7
-714
/
+474
*
Add Angle lib to compositor.gyp dependencies so compositor runs on windows.
ben@chromium.org
2012-01-21
1
-0
/
+2
*
Animate the omnibox show/hide.
ben@chromium.org
2012-01-20
1
-1
/
+1
*
Reland "aura/chromeos: Avoid suspending while video is playing."
derat@chromium.org
2012-01-19
1
-2
/
+2
*
Transition to base/mac/bundle_locations.h step 2
jeremy@chromium.org
2012-01-19
2
-3
/
+4
*
Transition to base/mac/bundle_locations.h step 1
jeremy@chromium.org
2012-01-19
1
-4
/
+4
*
Add a simple animation when showing/hiding windows.
ben@chromium.org
2012-01-19
1
-2
/
+4
*
Mac/Aura compositor_unittests are failing
dhollowa@chromium.org
2012-01-19
2
-4
/
+7
*
Aura Shell needs to exist on Mac
dhollowa@chromium.org
2012-01-19
1
-0
/
+3
*
Revert "aura/chromeos: Avoid suspending while video is playing."
derat@chromium.org
2012-01-19
1
-2
/
+2
*
Remove unused CanvasSkia::GetTextureID() functions.
asvitkine@chromium.org
2012-01-19
6
-26
/
+2
*
aura/chromeos: Avoid suspending while video is playing.
derat@chromium.org
2012-01-18
1
-2
/
+2
*
Preliminary implementation of Google-style dialogs in ash::internal::DialogFr...
benrg@chromium.org
2012-01-18
1
-1
/
+5
*
Make it simpler to detect when implicit animations complete.
vollick@google.com
2012-01-18
8
-52
/
+267
*
RenderText: Pan to show additional overflow text when the display width incre...
msw@chromium.org
2012-01-18
2
-1
/
+113
*
Fix cursor in replacement mode is not drawn correctly.
xji@chromium.org
2012-01-18
4
-7
/
+45
*
Add text fading API to RenderText.
asvitkine@chromium.org
2012-01-17
4
-17
/
+170
*
Reimplement CanvasSkiaMac in terms of pure Skia for demo purposes
dhollowa@chromium.org
2012-01-14
2
-47
/
+44
*
Disable hole-punching on Windows, it seems to be broken right now, probably d...
ben@chromium.org
2012-01-13
1
-0
/
+7
*
CanvasSkia::Transform should be enabled on the Mac
dhollowa@chromium.org
2012-01-13
3
-9
/
+3
*
Upstream Android's GLSurface implementation.
sievers@chromium.org
2012-01-13
9
-21
/
+321
*
Changes RenderViewHost to schedule paint if DidUpdateBackingStore is
sky@chromium.org
2012-01-12
1
-2
/
+86
*
Revert 117461 - Reimplement CanvasSkiaMac in terms of pure Skia for demo purp...
flackr@chromium.org
2012-01-12
2
-58
/
+59
*
Fix invalid GDI object destruction sequence.
cpu@chromium.org
2012-01-12
1
-7
/
+8
*
Reimplement CanvasSkiaMac in terms of pure Skia for demo purposes
dhollowa@chromium.org
2012-01-12
2
-59
/
+58
*
Fix input text is not visible in Find bar textfield and Add Bookmark name field.
xji@chromium.org
2012-01-12
3
-1
/
+33
*
Win AcceleratedSurface always presents on the thread with it has affinity.
apatrick@chromium.org
2012-01-11
1
-4
/
+1
*
Factor more colors into NativeTheme.
saintlou@chromium.org
2012-01-11
8
-37
/
+190
*
Almost fixes the multithread compositor for accelerated content. This will be...
pkotwicz@chromium.org
2012-01-11
4
-10
/
+27
*
GTK: Seal up GSEALs, focusing on GtkSelectionData.
erg@chromium.org
2012-01-10
3
-15
/
+16
*
Revert to views-based bookmark editor dialog now we have a tree control.
beng@google.com
2012-01-10
1
-1
/
+5
*
Enable bold and italic text styles in RenderText*.
asvitkine@chromium.org
2012-01-10
10
-143
/
+279
*
Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData.
erg@google.com
2012-01-10
3
-16
/
+15
*
GTK: Seal up GSEALs, focusing on GtkSelectionData.
erg@chromium.org
2012-01-09
3
-15
/
+16
*
Revert 116945 - Enable bold and italic text styles in RenderText*.
binji@chromium.org
2012-01-09
10
-279
/
+143
*
Enable bold and italic text styles in RenderText*.
asvitkine@chromium.org
2012-01-09
10
-143
/
+279
*
Revert 116894 - Factor more colors into NativeTheme.
dbeam@chromium.org
2012-01-09
7
-147
/
+31
*
Factor more colors into NativeTheme.
saintlou@chromium.org
2012-01-09
7
-31
/
+147
*
Revert 116874 - Revert 116782 - Almost fixes the multithread compositor for a...
pkotwicz@chromium.org
2012-01-09
4
-27
/
+10
*
Revert 116782 - Almost fixes the multithread compositor for accelerated conte...
pkotwicz@chromium.org
2012-01-09
4
-10
/
+27
*
Revert 116782 - Almost fixes the multithread compositor for accelerated conte...
pkotwicz@chromium.org
2012-01-07
4
-27
/
+10
*
Almost fixes the multithread compositor for accelerated content. This will be...
pkotwicz@chromium.org
2012-01-07
4
-10
/
+27
[next]