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
*
Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).
nasko@chromium.org
2014-01-06
3
-103
/
+100
*
Reenable overlay scrollbars
davemoore@chromium.org
2014-01-06
1
-0
/
+8
*
Refactor content/ to use ui::AXNodeData instead of blink.
dmazzoni@google.com
2014-01-06
10
-326
/
+645
*
Allow RenderFrames to swap out for subframe navigations.
creis@chromium.org
2014-01-06
3
-6
/
+111
*
pushState should not be treated as a navigation (step 1 of 3)
japhet@chromium.org
2014-01-06
2
-0
/
+6
*
Add IPC stubs between browser and ServiceWorker's worker context in the child...
kinuko@chromium.org
2014-01-06
7
-31
/
+134
*
Adding RenderWidgetHostViewChildFrame for OOPIF view.
kenrb@chromium.org
2014-01-03
3
-39
/
+42
*
Wire talk_base::AsyncResolverInterface in chrome.
mallinath@chromium.org
2014-01-03
7
-206
/
+112
*
Drop OVERRIDE for blink::WebContentDecryptionModuleSession implementation.
xhwang@chromium.org
2014-01-03
1
-4
/
+4
*
Track v8 API changes.
jochen@chromium.org
2014-01-03
1
-5
/
+5
*
Remove OVERRIDE for overridden blink::WebMediaPlayer methods.
xhwang@chromium.org
2014-01-03
4
-39
/
+39
*
Remove OVERRIDEs from WebSourceBufferImpl
wolenetz@chromium.org
2014-01-03
1
-7
/
+5
*
Add an accessibility messages specifically for location changes.
dmazzoni@google.com
2014-01-03
2
-19
/
+10
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
1
-0
/
+1
*
NSS: Fix places leaking internal slot references
mattm@chromium.org
2014-01-03
1
-2
/
+4
*
Fix scaling of hiDPI plugins in software composited mode
raymes@chromium.org
2014-01-02
1
-1
/
+3
*
Sends getUserMedia request info to webrtc-internals.
jiayl@chromium.org
2014-01-02
3
-0
/
+27
*
Also trigger OnReadyStateChanged for tracks with a WebAudio source.
joi@chromium.org
2014-01-02
1
-4
/
+2
*
Update MediaInfoLoaderTest to pass in a non-null WebFrameClient.
dcheng@chromium.org
2013-12-31
1
-1
/
+1
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-31
5
-54
/
+48
*
Remove expect_pinch_update_end_ in InputHandlerProxy.
dongseong.hwang@intel.com
2013-12-30
2
-13
/
+3
*
Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...
loislo@chromium.org
2013-12-30
5
-47
/
+54
*
Move kFileScheme constant into content namespace.
tfarina@chromium.org
2013-12-30
1
-2
/
+2
*
Not to destroy MediaKeys when CreateSession Failed in ProxyDecryptor.
xhwang@chromium.org
2013-12-28
1
-1
/
+0
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-28
5
-54
/
+47
*
Add the SmartClip feature.
jam@chromium.org
2013-12-27
3
-1
/
+9
*
Start removing support for in-process NPAPI plugins. This was a debugging mod...
jam@chromium.org
2013-12-26
8
-79
/
+8
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-7
/
+7
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
2
-4
/
+4
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
44
-162
/
+176
*
Remove the Value class names from the global namespace.
avi@chromium.org
2013-12-24
1
-2
/
+2
*
Update all users of base::Version to explicitly specify the namespace, and cl...
avi@chromium.org
2013-12-23
1
-1
/
+0
*
Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...
avi@chromium.org
2013-12-23
5
-8
/
+8
*
Remove LatencyInfo merge from software rendering path
miletus@chromium.org
2013-12-23
3
-5
/
+5
*
Cleanup: Move kFileSystemScheme constant into content namespace.
tfarina@chromium.org
2013-12-23
1
-1
/
+1
*
[webcrypto] Add key generation for AES-GCM and AES-KW for NSS.
padolph@netflix.com
2013-12-21
4
-49
/
+67
*
A bunch of work to transition from render_view_id to render_frame_id.
jam@chromium.org
2013-12-20
9
-38
/
+28
*
[webcrypto] Fix include ordering in OpenSSL impl.
bryaneyler@google.com
2013-12-20
1
-2
/
+1
*
Replace MessageLoopProxy with SingleThreadTaskRunner for media/filters/ + ass...
scherkus@chromium.org
2013-12-20
8
-96
/
+95
*
[webcrypto] Some fixes for HMAC
eroman@chromium.org
2013-12-20
5
-59
/
+93
*
Implement support for touch-action: pan-x/pan-y in chromium
rbyers@chromium.org
2013-12-20
1
-11
/
+16
*
Use the correct referrer policy when creating url requests from pepper
jochen@chromium.org
2013-12-20
1
-1
/
+1
*
Replacing post-increment with pre-increment for
amogh.bihani@samsung.com
2013-12-20
1
-1
/
+1
*
Remove WebMediaPlayerImpl::GetClient() because it's useless.
scherkus@chromium.org
2013-12-20
2
-36
/
+23
*
Make PepperWebPlugin not use RenderView.
jam@chromium.org
2013-12-20
7
-24
/
+17
*
When issueing a request after preconnect, use the correct referrer policy
jochen@chromium.org
2013-12-20
1
-11
/
+3
*
More v8-API-related cleanup.
svenpanne@chromium.org
2013-12-20
3
-9
/
+10
*
Add browser test for AEC dump.
grunell@google.com
2013-12-20
2
-10
/
+24
*
Replace parts of WebMediaPlayerParams with WebMediaPlayerImpl accessing Rende...
scherkus@chromium.org
2013-12-20
4
-48
/
+12
*
Convert remaining uses of WebView::initializeMainFrame to setMainFrame.
dcheng@chromium.org
2013-12-20
3
-6
/
+16
[next]