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
/
ppapi
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add template SyncCall() to PluginResource.
yzshen@chromium.org
2012-10-13
5
-43
/
+251
*
Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...
ddorwin@chromium.org
2012-10-13
1
-5
/
+12
*
Remove 'Dev' permission from PPB_Var_ArrayBuffer interface.
bbudge@chromium.org
2012-10-12
1
-1
/
+1
*
Generalize Pepper CDM API decrypt and decode.
tomfinegan@chromium.org
2012-10-12
3
-27
/
+31
*
Add decoder de-initialization and reset to the Pepper CDM API.
tomfinegan@chromium.org
2012-10-12
5
-0
/
+150
*
Add PPAPI CDM video decoder initialization.
tomfinegan@chromium.org
2012-10-11
5
-39
/
+151
*
Implement plugin side of sync EnumerateVideoCaptureDevices
raymes@chromium.org
2012-10-11
11
-1
/
+366
*
Disable PluginVarTrackerTest.RecursiveTrackWithNoRef to try to fix ppapi_unit...
raymes@chromium.org
2012-10-11
1
-1
/
+1
*
Introduce PPB_Flash_Font.
yzshen@chromium.org
2012-10-09
11
-52
/
+212
*
Fixed EXPECT calls to compile on Precise with GCC 4.6.3.
pastarmovj@google.com
2012-10-09
1
-3
/
+3
*
Pepper WebSocket API: Implement new design Chrome IPC.
toyoshim@chromium.org
2012-10-09
7
-7
/
+922
*
Add some 'Private' and 'Dev' interfaces to the NaCl IPC PPAPI Proxy.
bbudge@chromium.org
2012-10-08
1
-5
/
+2
*
Copy PP_Vars in ppapi test PluginVectorReceiveInput so we can test their refc...
raymes@chromium.org
2012-10-06
1
-5
/
+11
*
[Coverity] Fix uninitialized scalar field.
kmadhusu@chromium.org
2012-10-04
1
-2
/
+2
*
Convert InstancePrivate to IDL.
brettw@chromium.org
2012-10-04
1
-2
/
+1
*
Update PPP side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-04
3
-30
/
+32
*
Converted PluginResource reply message handling to use base::Callback
raymes@chromium.org
2012-10-04
12
-120
/
+239
*
Update PPB side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-03
3
-9
/
+11
*
Keep a module reference during all Pepper message handling.
brettw@chromium.org
2012-10-03
2
-5
/
+7
*
Added sync calls to resources.
raymes@chromium.org
2012-10-03
3
-0
/
+40
*
Plumb RequestorProcessID field through various layers to enable the Network
darin@chromium.org
2012-10-03
1
-2
/
+8
*
Fix IPC-based NaCl PPAPI proxy to send upload / download progress messages.
bbudge@chromium.org
2012-10-02
3
-38
/
+34
*
Remove VideoLayer and LayerCompositor APIs.
brettw@chromium.org
2012-10-02
2
-9
/
+0
*
Hook up PpapiPermissions in more places.
brettw@chromium.org
2012-10-02
16
-56
/
+188
*
Add IDL file for PPP_VideoCapture_Dev.
yzshen@chromium.org
2012-10-02
2
-3
/
+2
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
3
-23
/
+0
*
Implement browser side of PPB_Printing resource.
raymes@chromium.org
2012-09-27
2
-1
/
+5
*
Render/pepper hang debugging: generate dumps for the browser and renderer pro...
yzshen@chromium.org
2012-09-26
1
-5
/
+0
*
Disable PPAPI unittest PluginVectorReceiveInput
raymes@chromium.org
2012-09-25
1
-1
/
+1
*
[OSX] Forward Flapper GetLocalTimeZoneOffset() to browser on OSX.
shess@chromium.org
2012-09-25
1
-1
/
+3
*
nacl: Fix a bunch of compiler warnings
thakis@chromium.org
2012-09-24
1
-1
/
+1
*
PPAPI/NaCl: Sanitize CallOnMainThread delay parameter
dmichael@chromium.org
2012-09-21
1
-0
/
+6
*
Changes to allow testing interface for new NaCl Proxy
nfullagar@google.com
2012-09-20
3
-1
/
+14
*
PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxy
dmichael@chromium.org
2012-09-20
1
-0
/
+1
*
Generate dumps for relevant renderers when users kill a hung pepper plugin.
yzshen@chromium.org
2012-09-19
1
-2
/
+5
*
Don't crash the renderer if the plugin crashes.
brettw@chromium.org
2012-09-19
1
-0
/
+3
*
Convert url request info to new proxy API.
brettw@chromium.org
2012-09-19
9
-41
/
+308
*
Various fixes to make ppapi_unittests pass again.
raymes@chromium.org
2012-09-19
4
-28
/
+115
*
Make return type of DispatchResourceReply consistent
victorhsieh@chromium.org
2012-09-18
1
-3
/
+3
*
Eliminate some buffer copies in the URLLoader proxy.
darin@chromium.org
2012-09-18
3
-51
/
+74
*
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.
bbudge@chromium.org
2012-09-17
1
-0
/
+21
*
Revert 157163 - Start IPC-based NaCl PPAPI proxy after all untrusted code has...
bbudge@chromium.org
2012-09-17
1
-21
/
+0
*
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.
bbudge@chromium.org
2012-09-17
1
-0
/
+21
*
Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build.
bbudge@chromium.org
2012-09-17
3
-25
/
+25
*
Convert the async device ID getter to a chrome resource host
brettw@chromium.org
2012-09-15
7
-170
/
+126
*
Remove PPAPI dependency on 'net'.
bbudge@chromium.org
2012-09-13
3
-7
/
+8
*
Return void from all PPP CDM API interface methods
tomfinegan@chromium.org
2012-09-13
1
-35
/
+35
*
Implement the gamepad API in the IPC proxy
brettw@chromium.org
2012-09-10
8
-37
/
+199
*
Cache the current locale in Pepper GetLocalTimeZoneOffset
jschuh@chromium.org
2012-09-07
1
-8
/
+20
*
This adds the plugin side of the resource only, as well as a unittest.
raymes@chromium.org
2012-09-07
8
-48
/
+237
[next]