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
*
Correctly report scaling factor in wrench menu
fsamuel@chromium.org
2011-08-24
1
-2
/
+7
*
Do not ignore notifications that come before a LoadComplete.
dtseng@chromium.org
2011-08-24
1
-5
/
+8
*
make URL handling transparent to media pipeline.
wjia@chromium.org
2011-08-24
1
-1
/
+4
*
Remove webkit::ppapi::Resource.
brettw@chromium.org
2011-08-24
1
-2
/
+4
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-08-23
5
-20
/
+113
*
Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...
ananta@chromium.org
2011-08-23
2
-6
/
+6
*
Allow cmdbuffer creation from compositor thread.
sievers@chromium.org
2011-08-23
6
-65
/
+246
*
Moved the handling of the IPC message ViewMsg_EnableViewSourceMode to content...
ananta@chromium.org
2011-08-22
2
-0
/
+12
*
Remove framework for Pepper extensions to NPAPI.
wez@chromium.org
2011-08-22
1
-1
/
+0
*
IndexedDB API cleanup.
adamk@chromium.org
2011-08-22
6
-33
/
+14
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
6
-71
/
+1
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
6
-1
/
+71
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
6
-71
/
+1
*
Update selection handles to keep them in sync with the webpage.
varunjain@chromium.org
2011-08-20
4
-36
/
+103
*
Avoid crashing in AudioRendererImpl::DestroyTask during shutdown.
fischman@chromium.org
2011-08-20
1
-2
/
+7
*
Move the RequestExtraData structure to content/, where we can modify it more ...
pkasting@chromium.org
2011-08-20
1
-1
/
+1
*
Don't call RenderView directly if USE_THREADED_COMPOSITOR is set.
husky@google.com
2011-08-19
2
-3
/
+17
*
Keep normal popups opened from same-origin iframes in an extension process.
creis@chromium.org
2011-08-18
4
-1
/
+6
*
Add startActivity message processing chromium-side.
gbillock@chromium.org
2011-08-18
2
-0
/
+12
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
2
-8
/
+8
*
Add tracing for select WebAudio functions
crogers@google.com
2011-08-18
1
-0
/
+3
*
[Mac] Kill browser-side rubberband gutter painting.
asvitkine@chromium.org
2011-08-17
4
-15
/
+0
*
AppendFileToBody by blocking ipc
kinuko@chromium.org
2011-08-17
2
-0
/
+9
*
Fix fullscreen pepper leak
piman@chromium.org
2011-08-17
1
-0
/
+1
*
Use new signature for WebFrameClient::didCreateIsolatedScriptContext().
aa@chromium.org
2011-08-17
5
-6
/
+19
*
Wire experimental Flapper part two
cpu@chromium.org
2011-08-17
3
-7
/
+10
*
Fix cursor in fullscreen pepper
piman@chromium.org
2011-08-17
2
-5
/
+12
*
Reland 97048 - Update routing id of pending resource requests for reparented ...
rvargas@google.com
2011-08-17
2
-0
/
+9
*
Revert 97048 - Trying to see if this is related with a
rvargas@google.com
2011-08-17
2
-9
/
+0
*
Support multiple HW video decoders per context.
fischman@chromium.org
2011-08-17
6
-39
/
+65
*
Enabled scaling zoom for TOUCH_UI.
fsamuel@chromium.org
2011-08-16
1
-2
/
+14
*
Update routing id of pending resource requests for reparented iframes.
dimich@chromium.org
2011-08-16
2
-0
/
+9
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
2
-6
/
+6
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
2
-1
/
+6
*
Remove unused constant kBackForwardNavigationScheme.
thakis@chromium.org
2011-08-16
1
-2
/
+0
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
8
-8
/
+8
*
Rip out code for logging cross-frame property accesses.
thakis@chromium.org
2011-08-14
3
-24
/
+0
*
A number of issues weren't addressed with the earlier patch for prerender + b...
cbentzel@chromium.org
2011-08-14
3
-29
/
+186
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
4
-6
/
+6
*
Don't ignore back navigations after max entry limit is reached.
creis@chromium.org
2011-08-13
3
-2
/
+75
*
Revert 96694 - Enabled scaling zoom for TOUCH_UI due to Linux Touch build bre...
grt@chromium.org
2011-08-13
1
-14
/
+2
*
Enabled scaling zoom for TOUCH_UI.
fsamuel@chromium.org
2011-08-13
1
-2
/
+14
*
Handle client going away after GVDAH::Destroy
piman@chromium.org
2011-08-13
1
-6
/
+17
*
Fix lost context race with fullscreen pepper widget.
piman@chromium.org
2011-08-13
1
-3
/
+4
*
Pipe "is pinned to left/right", "has horizontal/vertical scrollbar",
thakis@chromium.org
2011-08-13
2
-0
/
+65
*
fix include path to GLES2
dpranke@chromium.org
2011-08-12
1
-2
/
+2
*
base: Rename ValueType to something less redundant as _just_ Type.
tfarina@chromium.org
2011-08-12
1
-1
/
+1
*
Revert 96565 - Warm up locale and KsecDD in renderer sandbox
jschuh@chromium.org
2011-08-12
1
-6
/
+0
*
Warm up locale and KsecDD in renderer sandbox
jschuh@chromium.org
2011-08-12
1
-0
/
+6
*
Rename and document glCommandBufferEnableCHROMIUM
gman@chromium.org
2011-08-12
1
-3
/
+1
[next]