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
/
content
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing defunct GpuVideoDecoder and IpcVideoDecoder.
scherkus@chromium.org
2011-06-03
12
-1167
/
+0
*
Revert 87790 - Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
1
-0
/
+9
*
Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
1
-9
/
+0
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
1
-3
/
+8
*
When --disable-gpu-vsync, run requestAnimFrame callbacks at top speed.
nduca@chromium.org
2011-06-03
2
-4
/
+23
*
Fix "Navigating from accelerated to software rendered pages doesn't repaint."
nduca@chromium.org
2011-06-02
1
-1
/
+2
*
Add "svn:eol-style to all the DEPS under content.
jam@chromium.org
2011-06-02
1
-8
/
+8
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
1
-8
/
+3
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
1
-3
/
+8
*
Set the unblock flag to false for all gpu->renderer IPCs
jamesr@chromium.org
2011-06-01
2
-20
/
+7
*
Fixed issue 84548 by checking the pointer before dereferencing it.
ddorwin@chromium.org
2011-06-01
1
-4
/
+4
*
Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or
tony@chromium.org
2011-05-31
5
-36
/
+36
*
Fix re-entrancy for AsyncFlush messages
piman@google.com
2011-05-31
2
-3
/
+5
*
Move OWNERS from top level of content to the subdirectories. Before this cha...
jam@chromium.org
2011-05-31
1
-0
/
+5
*
Always enable quota storage API
kinuko@chromium.org
2011-05-31
1
-2
/
+1
*
Mac: Part 1 of a fix to get OOP font loading working in the renderer on 10.6.6 .
jeremy@chromium.org
2011-05-31
1
-8
/
+26
*
Quota InfoBar
kinuko@chromium.org
2011-05-31
1
-1
/
+1
*
The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.
kinaba@google.com
2011-05-30
6
-8
/
+99
*
Add a flush_count to the IPC messages because they come out of order.
gman@chromium.org
2011-05-28
2
-2
/
+6
*
Remove polling for page size changes when determining preferred size changes.
levin@chromium.org
2011-05-27
2
-34
/
+17
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
2
-2
/
+1
*
Cleaning up of data types, naming for JavaScript dialogs.
avi@chromium.org
2011-05-27
2
-18
/
+17
*
Get rid of the render view id in localStorage IPCs as it's not used anymore
jochen@chromium.org
2011-05-27
2
-18
/
+5
*
Adopt the WebIDBFactory interface for deleteDatabase
jochen@chromium.org
2011-05-27
2
-2
/
+21
*
This change provides initial support for sending DevTools messages between Wo...
yurys@chromium.org
2011-05-27
7
-5
/
+164
*
1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...
wez@chromium.org
2011-05-27
2
-1
/
+2
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
2
-2
/
+1
*
Unbranch libjingle
sergeyu@chromium.org
2011-05-27
1
-47
/
+47
*
Add FPS column to Task Manager.
jbates@chromium.org
2011-05-26
2
-1
/
+18
*
Fix WebGraphicsContext3DCommandBufferImpl so it only disables extensions for ...
gman@chromium.org
2011-05-26
1
-2
/
+5
*
Enabling page visibility api in the chrome browser.
shishir@chromium.org
2011-05-26
2
-0
/
+11
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
2
-3
/
+14
*
[Re-instate r86681 by reverting its revert in r86687.]
fischman@chromium.org
2011-05-26
2
-7
/
+5
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
2
-11
/
+12
*
Undo mistaken revert.
vandebo@chromium.org
2011-05-26
8
-17
/
+845
*
Revert "Add VideoCaptureImpl and VideoCaptureImplManager"
vandebo@chromium.org
2011-05-26
8
-845
/
+17
*
fix clang
wjia@google.com
2011-05-26
2
-0
/
+4
*
Add VideoCaptureImpl and VideoCaptureImplManager
wjia@google.com
2011-05-26
8
-17
/
+841
*
Moved GPU related files in content/renderer into gpu subdirectory.
apatrick@chromium.org
2011-05-25
31
-79
/
+81
*
Add initialization callback support for Video Decoder PPAPI.
vrk@google.com
2011-05-25
5
-3
/
+13
*
Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...
fischman@chromium.org
2011-05-25
2
-5
/
+7
*
Updated OMX decoder for recent PPAPI changes, and added to the build.
fischman@chromium.org
2011-05-25
2
-7
/
+5
*
kWebGraphicsContext3DPerferredGLExtensions -> kWebGLPreferredGLExtensions
gman@chromium.org
2011-05-25
1
-3
/
+6
*
PPAPI: Do not try to allocation shared memory directly from a renderer. Alway...
thestig@chromium.org
2011-05-25
1
-7
/
+1
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
2
-12
/
+11
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
2
-11
/
+12
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
8
-8
/
+8
*
Add mayHaveChangedRenderedSize callback.
levin@chromium.org
2011-05-25
2
-0
/
+15
*
Revert 86569 - Enabling page visibility api in the chrome browser.
ukai@chromium.org
2011-05-25
2
-11
/
+0
*
Enabling page visibility api in the chrome browser.
shishir@chromium.org
2011-05-25
2
-0
/
+11
[next]