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 webkitplatformsupport_impl and related from glue to child
scottmg@chromium.org
2013-07-22
3
-19
/
+20
*
Move webplugininfo.h to content/public.
jam@chromium.org
2013-07-21
9
-24
/
+23
*
Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..."
vandebo@chromium.org
2013-07-20
1
-1
/
+0
*
Remove WebPluginPageDelegate since that abstraction isn't needed anymore now ...
jam@chromium.org
2013-07-20
8
-260
/
+71
*
Simplify how we get the plugin list in the webkit platform support by removin...
jam@chromium.org
2013-07-20
2
-12
/
+35
*
Fix chrome-for-tv build breakage
kjyoun@google.com
2013-07-20
1
-1
/
+1
*
<webview>: Pointer lock looks more like other permissions
fsamuel@chromium.org
2013-07-20
2
-39
/
+34
*
Update the WebMediaSourceClientImpl & ChunkDemuxer to received explicit end o...
acolwell@chromium.org
2013-07-20
2
-2
/
+15
*
content: Initialize RenderWidgetCompositor::threaded_ field properly.
kaanb@chromium.org
2013-07-20
3
-8
/
+13
*
Creates a WebRTCIdentityService instance per peer connection and passes it to...
jiayl@chromium.org
2013-07-20
8
-66
/
+500
*
Remove webkit/plugins/npapi.
jam@chromium.org
2013-07-19
1
-4
/
+0
*
Vibration API: plumbing from Blink to Java.
mvanouwerkerk@chromium.org
2013-07-19
2
-0
/
+19
*
Cancel pending OpenDevice request when the requesting Pepper audio/video capt...
yzshen@chromium.org
2013-07-19
8
-20
/
+86
*
Revert 212498 "Remove unused WebFrameClient overrides"
yutak@chromium.org
2013-07-19
4
-0
/
+90
*
fix header guard comment in scoped_clipboard_writer_glue
scottmg@chromium.org
2013-07-19
1
-1
/
+2
*
Move npapi related files from content\child to the new content\child\npapi di...
jam@chromium.org
2013-07-19
7
-10
/
+10
*
Remove traces on didInvalidate and scheduleComposite
nduca@chromium.org
2013-07-19
1
-3
/
+0
*
Remove unused WebFrameClient overrides
japhet@chromium.org
2013-07-19
4
-90
/
+0
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
12
-45
/
+2121
*
Associate an id with the output surface to handle lost contexts
piman@chromium.org
2013-07-18
11
-15
/
+74
*
Use a direct include of the shared_memory header in content/plugin/, content/...
avi@chromium.org
2013-07-18
15
-18
/
+18
*
Remove didReceiveDocumentData() and set its only state in didCommitProvisiona...
japhet@chromium.org
2013-07-18
4
-22
/
+1
*
TBR: dmichael
tyoverby@chromium.org
2013-07-18
1
-12
/
+12
*
Replace third_party/icu/public with third_party/icu/source in the include dir...
jshin@chromium.org
2013-07-18
6
-7
/
+7
*
WebHyphenator::computeLastHyphenLocation should use WebString
abarth@chromium.org
2013-07-18
1
-2
/
+20
*
Restore CLs that depend upon Blink window script object changes.
wez@chromium.org
2013-07-18
2
-17
/
+4
*
<webview>: BrowserPluginHostMsg_RespondPermission IPC cleanup
fsamuel@chromium.org
2013-07-18
1
-2
/
+1
*
Use a direct include of the message_loop header in content/, part 4.
avi@chromium.org
2013-07-18
38
-45
/
+45
*
BrowserPlugin: Implement internal attach API
fsamuel@chromium.org
2013-07-17
5
-24
/
+53
*
Add the current delta to InputHandlerClient::DidOverscroll.
mkosiba@chromium.org
2013-07-17
11
-37
/
+27
*
Add chromium side implementation of WebKit::WebCrypto.
eroman@chromium.org
2013-07-17
4
-0
/
+63
*
Update the include path for WebArrayBuffer.h
eroman@chromium.org
2013-07-17
3
-3
/
+3
*
Add plumbing for platform based Device Motion testing.
timvolodine@chromium.org
2013-07-17
2
-4
/
+25
*
fix the bug that IME is broken on pepper flash.
yoichio@chromium.org
2013-07-17
4
-6
/
+61
*
Move WebMenuItem to content::MenuItem.
darin@chromium.org
2013-07-17
4
-3
/
+58
*
<webview> Move exit event to chrome
fsamuel@chromium.org
2013-07-17
3
-128
/
+24
*
Move DBMessageFilter to content/child since its only used in child ptypes
jamesr@chromium.org
2013-07-17
1
-4
/
+4
*
[Android] Fix the issue of ContentShell can't play video with file scheme.
shouqun.liu@intel.com
2013-07-17
1
-1
/
+1
*
base: Change WeakPtr to use SequenceChecker instead of ThreadChecker.
tommycli@chromium.org
2013-07-17
1
-0
/
+1
*
Implement Chromium backend for getSourceInfos()
vrk@chromium.org
2013-07-17
4
-23
/
+117
*
Hide scrollbars in Android WebView.
aelias@chromium.org
2013-07-17
1
-1
/
+4
*
Add a test to collect gpu info like about:gpu did and display them.
zmo@chromium.org
2013-07-16
1
-0
/
+4
*
Add a trace event for when the page load is finished.
simonjam@chromium.org
2013-07-16
1
-1
/
+6
*
Remove old CapturePicture path from content and cc
boliu@chromium.org
2013-07-15
4
-16
/
+1
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
Fix not completed range requests from NPAPI plugins.
vchigrin@yandex-team.ru
2013-07-15
1
-2
/
+4
*
Set DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY to true on Android.
rmcilroy@chromium.org
2013-07-15
1
-2
/
+2
*
Track user gesture state when opening an URL via the browser process.
jochen@chromium.org
2013-07-15
1
-0
/
+8
*
EME: Call InitializeCDM at the renderer side.
xhwang@chromium.org
2013-07-14
8
-18
/
+47
*
Move key_systems* from webkit/ to content/.
ddorwin@chromium.org
2013-07-14
10
-14
/
+1241
[next]