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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removing a couple unused files
jond@google.com
2011-04-28
2
-32
/
+0
*
Minor fixes to enable manual running of all PPAPI tests ("Run all tests"
cstefansen@google.com
2011-04-28
6
-34
/
+44
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-28
1
-0
/
+1
*
Add version-specific defines for each C interface.
brettw@chromium.org
2011-04-27
40
-40
/
+86
*
Trailing commas in PPB_PDF enums cause compile errors in Native Client toolch...
bbudge@google.com
2011-04-27
1
-2
/
+2
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-26
1
-1
/
+4
*
IDL Cleanup - add logger, and node
noelallen@google.com
2011-04-26
4
-134
/
+248
*
Revert Pepper Key event "USB code" CL.
wez@chromium.org
2011-04-26
3
-36
/
+4
*
Fix uninitialized variable.
piman@google.com
2011-04-26
1
-1
/
+2
*
Delete a few unused functions.
thakis@chromium.org
2011-04-25
2
-14
/
+0
*
Delay release of object Vars
piman@google.com
2011-04-22
2
-6
/
+37
*
Actually hook up the Pepper time message.
brettw@chromium.org
2011-04-22
1
-0
/
+2
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
4
-17
/
+31
*
Pepper: Enable custom content-transfer-encoding header to be set in URL reque...
viettrungluu@chromium.org
2011-04-21
2
-23
/
+45
*
Properly serialize FileRef_CreateInfo vectors. This has the same serialization
brettw@chromium.org
2011-04-21
2
-35
/
+89
*
Convert PP_rect to use new IPC generation.
tsepez@chromium.org
2011-04-20
3
-84
/
+18
*
IDL AST cleanup
noelallen@google.com
2011-04-20
1
-54
/
+106
*
Wrap the p2p transport API in a compile time flag.
satish@chromium.org
2011-04-20
2
-6
/
+20
*
Add an initial crypto interface to fill a given buffer with random data. This
brettw@chromium.org
2011-04-20
9
-0
/
+164
*
Make AddRefObject a sync message to avoid a race condition between (1)
brettw@chromium.org
2011-04-19
6
-4
/
+123
*
Add a function to the Flash interface to get the current time zone offset.
brettw@chromium.org
2011-04-19
2
-1
/
+23
*
Added/modified documentation for Doxygen
jond@google.com
2011-04-19
3
-129
/
+327
*
Rename Instance_Trusted to Instance_Private, wire it up in Chrome.
dmichael@chromium.org
2011-04-19
10
-28
/
+167
*
Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...
ddorwin@chromium.org
2011-04-18
6
-7
/
+45
*
Keep the module in scope when executing scripts. This prevents a crash when the
brettw@chromium.org
2011-04-18
7
-0
/
+149
*
Implemented broker dispatcher, pipe creation, and handle distribution.
ddorwin@chromium.org
2011-04-18
4
-15
/
+72
*
Implemented PPB_Broker_Proxy.
ddorwin@chromium.org
2011-04-17
8
-2
/
+371
*
Refactored ppapi Dispatcher to share common code between the plugin and broke...
ddorwin@chromium.org
2011-04-16
11
-164
/
+325
*
Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce the
brettw@chromium.org
2011-04-15
2
-11
/
+84
*
Added functionality to use "SaveAs..." from PDF plugin.
gene@chromium.org
2011-04-15
1
-3
/
+12
*
Support PPB_Flash_ModileLocal blocking calls from background threads. This is
brettw@chromium.org
2011-04-15
4
-35
/
+413
*
Add trusted Instance C interfaces with scripting-related functions.
dmichael@chromium.org
2011-04-15
4
-0
/
+132
*
Draft version of the HW video decode tester and few other changes.
scherkus@chromium.org
2011-04-14
4
-6
/
+89
*
Added documentation for the point.h file as an example for engineers to follow.
jond@google.com
2011-04-14
1
-8
/
+69
*
Fix the ref-count issue related to the url_loader parameter of PPP_Instance.H...
yzshen@chromium.org
2011-04-14
1
-0
/
+24
*
Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...
bbudge@chromium.org
2011-04-14
2
-0
/
+22
*
Add CORS options to URL requests. This information will be used by the URLLoa...
bbudge@chromium.org
2011-04-14
2
-4
/
+25
*
Wire up the extension API for registering NaCl modules to an actual registry ...
abarth@chromium.org
2011-04-14
5
-9
/
+9
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
1
-1
/
+1
*
Added ppp_broker.h and parameterized PpapiThread to support the broker process.
ddorwin@chromium.org
2011-04-14
4
-4
/
+93
*
Implement P2P Transport Dev using P2PTransportImpl.
sergeyu@chromium.org
2011-04-12
5
-26
/
+201
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
1
-5
/
+7
*
Add proxy for PPP_Graphics_3D_Dev
piman@google.com
2011-04-12
6
-0
/
+118
*
Fix r79718 (and brettw's ignoring of my review comments).
viettrungluu@chromium.org
2011-04-11
1
-1
/
+2
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
24
-177
/
+188
*
Create a super-simple PPAPI demo plugin exercising GLES2 functionality.
fischman@chromium.org
2011-04-11
3
-1
/
+169
*
Fix the issue that context menu doesn't show on fullscreen Pepper Flash.
yzshen@chromium.org
2011-04-11
1
-3
/
+3
*
The mime type list can be NULL to allow all files. Handle this case when
brettw@chromium.org
2011-04-11
1
-1
/
+3
*
Create a VarPrivate interface to contain the scripting helper functions of Var.
brettw@chromium.org
2011-04-11
9
-24
/
+385
*
Don't close the client file descriptor, it's owned by the channel
piman@google.com
2011-04-08
2
-28
/
+3
[prev]
[next]