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
*
Allow RequestOSFileHandle if an app has unlimited storage
hamaji@chromium.org
2013-04-12
4
-6
/
+18
*
Revert 193885 "Connect webrtc MediaSourceInterface ready states ..."
rnk@chromium.org
2013-04-12
4
-111
/
+0
*
Switch event type when a capture device has been stopped from the render proc...
perkj@chromium.org
2013-04-12
4
-5
/
+39
*
Hookup the MediaStream glue for Adding and Removing tracks to an existing Med...
perkj@chromium.org
2013-04-12
6
-81
/
+175
*
Connect webrtc MediaSourceInterface ready states with webkit WebMediaStreamSo...
kcwu@chromium.org
2013-04-12
4
-0
/
+111
*
Plumb cc::LatencyInfo through command buffer and output surface
jbauman@chromium.org
2013-04-12
6
-13
/
+44
*
content: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-12
1
-1
/
+1
*
Roll libjingle r304.
mallinath@chromium.org
2013-04-12
5
-36
/
+28
*
Android: Work around composite-to-mailbox leaks.
sievers@chromium.org
2013-04-12
1
-1
/
+15
*
This patch implements the necessary plumbing to allow WebExternalTextureLayer...
alexst@chromium.org
2013-04-12
1
-1
/
+1
*
cc: Delete resources when ResourceProvider shuts down.
danakj@chromium.org
2013-04-11
2
-4
/
+12
*
Disable input[type=week] for Android explicitly.
tkent@chromium.org
2013-04-11
1
-0
/
+5
*
cc: Remove max-prepaint-tile-distance constant.
reveman@chromium.org
2013-04-11
1
-9
/
+0
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in content.
dcheng@chromium.org
2013-04-11
2
-2
/
+2
*
Simplify cross-process navigation start.
simonjam@chromium.org
2013-04-11
2
-24
/
+15
*
IpcSocketFactory pending packet limit is too small
hclam@chromium.org
2013-04-10
1
-2
/
+2
*
Add a ConvertableToTraceFormat type to the trace framework.
dsinclair@chromium.org
2013-04-10
1
-1
/
+2
*
Enable pinch & pinch-zoom scrollbars by default for CrOS.
wjmaclean@chromium.org
2013-04-10
2
-5
/
+8
*
Revert 192670 "Use NTP time for video frame timestamp."
justinlin@chromium.org
2013-04-10
2
-23
/
+1
*
Set maxFramesPending to 1 for --composite-to-mailbox
sievers@chromium.org
2013-04-10
1
-1
/
+2
*
WebSocket: Remove runtime disable flag
toyoshim@chromium.org
2013-04-09
1
-3
/
+0
*
Moves fields only accessed from content::DocumentState to content::InternalDo...
sky@chromium.org
2013-04-09
3
-74
/
+188
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
8
-18
/
+18
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
8
-18
/
+18
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
8
-18
/
+18
*
Delete layout_viewport_size.
aelias@chromium.org
2013-04-09
2
-4
/
+4
*
Destroy InputHandlerManager after compositor thread
boliu@chromium.org
2013-04-08
2
-0
/
+63
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.
dcheng@chromium.org
2013-04-07
4
-4
/
+4
*
Fix IpcPacketSocketFactory to return EWOULDBLOCK when network interface is co...
sergeyu@chromium.org
2013-04-06
5
-6
/
+68
*
Browser side changes for software compositing.
skaslev@chromium.org
2013-04-06
3
-50
/
+53
*
Use NTP time for video frame timestamp.
justinlin@chromium.org
2013-04-06
2
-1
/
+23
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
2
-9
/
+2
*
Browser Plugin: <webview> should inherit partition attribute of opener on att...
fsamuel@chromium.org
2013-04-05
2
-6
/
+26
*
Android: Tweak QualComm flicker bugs workarounds
sievers@chromium.org
2013-04-04
1
-3
/
+0
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
1
-2
/
+2
*
AppCache: support custom schemes in appcache interfaces.
pfeldman@chromium.org
2013-04-03
3
-1
/
+11
*
Revert 192041 "Splits SmoothGestureController from RenderWidgetH..."
phoglund@chromium.org
2013-04-03
3
-12
/
+21
*
Splits SmoothGestureController from RenderWidgetHostImpl
bulach@chromium.org
2013-04-03
3
-21
/
+12
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
1
-0
/
+2
*
Remove incorrect check in didDisownOpener.
creis@chromium.org
2013-04-03
1
-8
/
+5
*
Disable WebRTCAudioDeviceTest.Construct on windows xp.
ronghuawu@chromium.org
2013-04-02
1
-0
/
+10
*
Implemented software output device for Aura.
skaslev@chromium.org
2013-04-02
4
-2
/
+196
*
Enable ubercomp support for webview compositing.
alexst@chromium.org
2013-04-02
6
-26
/
+136
*
Add Pepper TrueType Font resource implementations for Win, Mac, and Linux.
bbudge@chromium.org
2013-04-02
3
-6
/
+727
*
Delete LocalVideoCapture from the codebase since it is dead code.
fischman@chromium.org
2013-04-02
2
-233
/
+0
*
Extract metadata for media elements
qinmin@chromium.org
2013-04-02
2
-5
/
+10
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
1
-1
/
+1
*
cc: Use highp precision for texture coords if available and needed
brianderson@chromium.org
2013-04-01
1
-0
/
+1
*
Re-land: cc: Enable solid color prediction by default
vmpstr@chromium.org
2013-04-01
1
-1
/
+1
*
Wires through a message once the page has painted something
sky@chromium.org
2013-04-01
4
-4
/
+111
[next]