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
/
webkit
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove myself from various OWNERS files.
viettrungluu@chromium.org
2013-07-16
1
-1
/
+0
*
Remove unused includes of plugin_list.h. Also remove unused ContentClient and...
jam@chromium.org
2013-07-16
2
-2
/
+0
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
2
-2
/
+2
*
Fix not completed range requests from NPAPI plugins.
vchigrin@yandex-team.ru
2013-07-15
10
-20
/
+236
*
[OSX] Cleanup - Use NSZeroPoint if possible.
groby@chromium.org
2013-07-13
1
-1
/
+1
*
webkit: Refactor webkit_renderer.gypi into a gyp file.
tfarina@chromium.org
2013-07-11
1
-1
/
+1
*
Add GetFileThreadMessageLoop method to PpapiGlobals.
bbudge@chromium.org
2013-07-11
2
-0
/
+10
*
Move DataElement into webkit/common
jamesr@chromium.org
2013-07-11
1
-1
/
+0
*
Call no-op method setOutOfProcess so that plugins don't break when we add use...
cdn@chromium.org
2013-07-11
1
-0
/
+1
*
PPAPI: Enter v8 Context when converting object PP_Var to NPObject
dmichael@chromium.org
2013-07-11
5
-22
/
+85
*
Pepper: Move URLResponseInfoUtil to content.
teravest@chromium.org
2013-07-10
3
-109
/
+0
*
Switch audio code from DataBuffer to AudioBuffer.
jrummell@chromium.org
2013-07-10
2
-51
/
+86
*
Move webkit_common to its own gyp file
jamesr@chromium.org
2013-07-09
1
-1
/
+1
*
Make VideoCaptureBufferPool agnostic to media::VideoFrame
sheu@chromium.org
2013-07-03
1
-0
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
2
-2
/
+2
*
EME: Use std::vector<uint8> for key messages.
xhwang@chromium.org
2013-06-29
1
-3
/
+3
*
webkit: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-06-29
14
-26
/
+26
*
Use a direct include of time headers in webkit/, win8/.
avi@chromium.org
2013-06-28
5
-5
/
+5
*
Fix handling range requests from NPAPI plugins.
vchigrin@yandex-team.ru
2013-06-27
2
-7
/
+27
*
Pepper: Remove unused String class
teravest@chromium.org
2013-06-27
4
-51
/
+0
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
4
-66
/
+50
*
PPAPI: Move PPB_NetworkProxy out of Dev
dmichael@chromium.org
2013-06-25
1
-1
/
+1
*
Refactored DataBuffer to use unix_hacker style methods.
tyoverby@chromium.org
2013-06-25
1
-1
/
+1
*
Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.
darin@chromium.org
2013-06-25
2
-4
/
+3
*
PPAPI: Introduce PPB_NetworkProxy_Dev
dmichael@chromium.org
2013-06-24
2
-0
/
+2
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
1
-1
/
+1
*
Move PPB_HostResolver out of dev.
yzshen@chromium.org
2013-06-24
1
-1
/
+1
*
Move PPB_UDPSocket out of dev.
yzshen@chromium.org
2013-06-24
1
-1
/
+1
*
Move PPB_TCPSocket out of dev.
yzshen@chromium.org
2013-06-22
6
-7
/
+7
*
Move PPB_NetAddress out of dev.
yzshen@chromium.org
2013-06-22
3
-5
/
+5
*
Allow the same version plugin to be loaded multiple times on Windows.
pastarmovj@chromium.org
2013-06-21
1
-1
/
+1
*
Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...
wez@chromium.org
2013-06-21
1
-3
/
+15
*
Move the following clipboard files from webkit\glue to content\renderer. Thes...
ananta@chromium.org
2013-06-21
1
-2
/
+0
*
Removed unused NeedKey callback from Decryptors.
ddorwin@chromium.org
2013-06-20
2
-6
/
+2
*
Implement PPB_TCPSocket_Dev: part 2
yzshen@chromium.org
2013-06-20
5
-15
/
+19
*
Remove hand written code from autogenerated Pepper ImageData thunk.
bbudge@chromium.org
2013-06-20
2
-8
/
+21
*
Move PPB_VarArray and PPB_VarDictionary out of dev.
raymes@chromium.org
2013-06-20
1
-2
/
+2
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-19
4
-98
/
+183
*
Separate CDM initialization from GenerateKeyRequest & remove key_system param...
ddorwin@chromium.org
2013-06-19
2
-29
/
+29
*
Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."
raymes@chromium.org
2013-06-18
4
-181
/
+98
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-18
4
-98
/
+181
*
fileapi: Remove FilePath parameter from FileSystemMsg_DidReadMetadata
satorux@chromium.org
2013-06-18
2
-4
/
+2
*
Update Blink include paths
abarth@chromium.org
2013-06-17
32
-84
/
+84
*
Introduce PPB_HostResolver_Dev.
yzshen@chromium.org
2013-06-14
3
-0
/
+6
*
Scale npapi plugins according to DPI setting.
girard@chromium.org
2013-06-14
1
-3
/
+5
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
2
-3
/
+3
*
Make the infobar popup when Pepper Flash requests the camera/microphone
raymes@chromium.org
2013-06-13
3
-0
/
+6
*
Introduce PPB_UDPSocket_Dev.
yzshen@chromium.org
2013-06-13
3
-0
/
+6
*
Introduce PPB_TCPSocket_Dev.
yzshen@chromium.org
2013-06-13
3
-0
/
+15
*
Adding --disable-plugins-discovery command line switch to not load third-part...
sevalo@google.com
2013-06-12
5
-8
/
+36
[next]