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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce RenderProcessHostObserver::RenderProcessExited, use it in a new Ren...
avi@chromium.org
2014-01-02
1
-0
/
+3
*
Remove some LatencyInfo merging code path
miletus@chromium.org
2014-01-02
4
-15
/
+32
*
Sends getUserMedia request info to webrtc-internals.
jiayl@chromium.org
2014-01-02
2
-0
/
+21
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-31
4
-11
/
+11
*
Process accessibility messages in RVHI rather than RWHV*.
dmazzoni@chromium.org
2013-12-31
15
-99
/
+63
*
Remove 'using base::string16;' from base/strings/string16.h and remove temporary
dbeam@chromium.org
2013-12-30
2
-2
/
+2
*
[Mac] Update composited IO surface context for non-core-animation case.
dgozman@chromium.org
2013-12-30
1
-2
/
+2
*
Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...
loislo@chromium.org
2013-12-30
4
-11
/
+11
*
Move kFileScheme constant into content namespace.
tfarina@chromium.org
2013-12-30
2
-2
/
+2
*
Do PPB_FileIO Write on the plugin side.
bbudge@chromium.org
2013-12-28
5
-316
/
+107
*
Revert 242659 "Do PPB_FileIO Write on the plugin side."
brettw@chromium.org
2013-12-28
5
-107
/
+316
*
Do PPB_FileIO Write on the plugin side.
bbudge@chromium.org
2013-12-28
5
-316
/
+107
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-28
4
-11
/
+11
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Int...
jam@chromium.org
2013-12-28
4
-101
/
+72
*
Fix color format mapping for RGB24.
wjia@chromium.org
2013-12-27
1
-1
/
+1
*
Pepper: FileIO holds FileSystem ref with scoped_refptr<Resource>.
bbudge@chromium.org
2013-12-27
1
-1
/
+3
*
Add the SmartClip feature.
jam@chromium.org
2013-12-27
2
-0
/
+14
*
Support cross-process navigations in a single subframe RenderFrameHost.
creis@chromium.org
2013-12-27
1
-6
/
+12
*
Fix a stale comment.
sgurun@chromium.org
2013-12-27
1
-5
/
+3
*
Add AshDesktopMediaList and enable Desktop Capture API on Chrome OS.
sergeyu@chromium.org
2013-12-27
1
-8
/
+9
*
Start removing support for in-process NPAPI plugins. This was a debugging mod...
jam@chromium.org
2013-12-26
2
-16
/
+1
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-26
1
-11
/
+0
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
4
-4
/
+4
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
10
-17
/
+18
*
Remove LatencyInfo merge from software rendering path
miletus@chromium.org
2013-12-23
12
-35
/
+47
*
Revert 242361 "Add AshDesktopMediaList and enable Desktop Captur..."
sergeyu@chromium.org
2013-12-23
1
-9
/
+8
*
Add AshDesktopMediaList and enable Desktop Capture API on Chrome OS.
sergeyu@chromium.org
2013-12-23
1
-8
/
+9
*
A bunch of work to transition from render_view_id to render_frame_id.
jam@chromium.org
2013-12-20
2
-11
/
+15
*
Fix input event timing metric in the InputRouter
jdduke@chromium.org
2013-12-20
1
-9
/
+12
*
Use root window's coordinates when updating cursor in Aura
tdanderson@chromium.org
2013-12-20
3
-13
/
+55
*
Implement support for touch-action: pan-x/pan-y in chromium
rbyers@chromium.org
2013-12-20
4
-65
/
+387
*
Make PepperWebPlugin not use RenderView.
jam@chromium.org
2013-12-20
19
-111
/
+88
*
Parameterize the composited RenderWidgetHostViewBrowserTests.
danakj@chromium.org
2013-12-20
1
-21
/
+61
*
Don't redraw plugin windows on moving when using gpu browser compositor
tmoniuszko@opera.com
2013-12-20
1
-1
/
+2
*
Adjust aura synthetic mouse event locations to screen location.
kouhei@chromium.org
2013-12-20
2
-8
/
+35
*
Add browser test for AEC dump.
grunell@google.com
2013-12-20
2
-1
/
+19
*
Rename ContentBrowserClient::RenderProcessHostCreated to RenderProcessWillLau...
avi@chromium.org
2013-12-20
1
-1
/
+1
*
android: add resource state machine to RenderWidgetHostViewAndroid
powei@chromium.org
2013-12-20
10
-36
/
+190
*
Swap the parameters to SendSwapCompositorFrameAck() so they match the functio...
ajwong@chromium.org
2013-12-20
1
-2
/
+2
*
Populate GestureScrollBegin hint properties in Aura
rbyers@chromium.org
2013-12-19
1
-0
/
+4
*
Capture input if the popup RWHVA is for select tag.
oshima@chromium.org
2013-12-19
1
-0
/
+4
*
Move some non-event related functionality from RootWindow onto RootWindowHost.
ben@chromium.org
2013-12-19
2
-7
/
+7
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
1
-3
/
+2
*
Use libyuv::ConvertToI420 for all color formats in video capture on WIN
wjia@chromium.org
2013-12-19
1
-42
/
+25
*
content browser test for sourceID in getUserMedia.
perkj@chromium.org
2013-12-19
1
-2
/
+2
*
RenderWidgetHostImpl::OnWindowlessPluginDummyWindowCreated() compilation fix ...
tmoniuszko@opera.com
2013-12-19
1
-0
/
+4
*
Filter virtual network interfaces for p2p sessions.
mallinath@chromium.org
2013-12-19
2
-2
/
+2
*
Revert 241755 "Use libyuv::ConvertToI420 for all all color forma..."
nick@chromium.org
2013-12-19
1
-25
/
+42
*
Use libyuv::ConvertToI420 for all all color formats in video capture on WIN
wjia@chromium.org
2013-12-19
1
-42
/
+25
*
wm: public window_types.
tfarina@chromium.org
2013-12-19
1
-3
/
+3
[next]