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
/
c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...
ddorwin@chromium.org
2011-05-04
1
-1
/
+28
*
Add a way to pass information to Pepper Flash from the command-line (e.g., fo...
viettrungluu@chromium.org
2011-05-03
1
-1
/
+6
*
Review URL: http://codereview.chromium.org/6893138
jond@google.com
2011-05-02
2
-6
/
+5
*
Add UMA private PPAPI interface for UMA logging from NaCl plugin
elijahtaylor@google.com
2011-04-29
1
-0
/
+45
*
Clarify PREMUL suffix in description of image data formats.
nfullagar@google.com
2011-04-29
1
-1
/
+19
*
Review URL: http://codereview.chromium.org/6883277
jond@google.com
2011-04-29
3
-6
/
+6
*
Added removefilesCPP.sh to remove all unneeded html files generated by Doxyge...
jond@google.com
2011-04-29
2
-18
/
+36
*
Pepper video layer API
hclam@chromium.org
2011-04-29
3
-0
/
+192
*
Adding file to delete unused Doxygen files.
jond@google.com
2011-04-29
1
-0
/
+41
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
1
-2
/
+14
*
Removing a couple unused files
jond@google.com
2011-04-28
2
-32
/
+0
*
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
*
Revert Pepper Key event "USB code" CL.
wez@chromium.org
2011-04-26
1
-16
/
+3
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
1
-2
/
+2
*
Pepper: Enable custom content-transfer-encoding header to be set in URL reque...
viettrungluu@chromium.org
2011-04-21
1
-20
/
+36
*
Add an initial crypto interface to fill a given buffer with random data. This
brettw@chromium.org
2011-04-20
1
-0
/
+21
*
Add a function to the Flash interface to get the current time zone offset.
brettw@chromium.org
2011-04-19
1
-1
/
+5
*
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
2
-14
/
+14
*
Keep the module in scope when executing scripts. This prevents a crash when the
brettw@chromium.org
2011-04-18
1
-0
/
+6
*
Implemented broker dispatcher, pipe creation, and handle distribution.
ddorwin@chromium.org
2011-04-18
1
-4
/
+6
*
Implemented PPB_Broker_Proxy.
ddorwin@chromium.org
2011-04-17
1
-2
/
+13
*
Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce the
brettw@chromium.org
2011-04-15
1
-1
/
+6
*
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
1
-1
/
+15
*
Add trusted Instance C interfaces with scripting-related functions.
dmichael@chromium.org
2011-04-15
2
-0
/
+128
*
Draft version of the HW video decode tester and few other changes.
scherkus@chromium.org
2011-04-14
1
-6
/
+7
*
Add CORS options to URL requests. This information will be used by the URLLoa...
bbudge@chromium.org
2011-04-14
1
-3
/
+18
*
Added ppp_broker.h and parameterized PpapiThread to support the broker process.
ddorwin@chromium.org
2011-04-14
3
-4
/
+92
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
3
-12
/
+16
*
Create a VarPrivate interface to contain the scripting helper functions of Var.
brettw@chromium.org
2011-04-11
1
-4
/
+45
*
Reupload of http://codereview.chromium.org/6801053/
dmichael@chromium.org
2011-04-08
2
-15
/
+15
*
Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...
wez@chromium.org
2011-04-08
1
-4
/
+17
*
Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.
ddorwin@chromium.org
2011-04-07
1
-0
/
+66
*
Added and partially implemented entry points for PPB_GRAPHICS_3D.
alokp@chromium.org
2011-04-07
1
-0
/
+1
*
New and updated docs for pp_completion_callback
jond@google.com
2011-04-07
1
-16
/
+43
*
Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...
alokp@chromium.org
2011-04-07
2
-22
/
+137
*
Remove assertion when destroying a plugin that doesn't exist. The DidDestroy
brettw@chromium.org
2011-04-04
1
-0
/
+4
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
1
-1
/
+12
*
Checking in major revision of Pepper video decode APIs.
scherkus@chromium.org
2011-03-31
3
-353
/
+538
*
Convert C++ example in the comment to C
nfullagar@google.com
2011-03-29
2
-14
/
+21
*
Fix up some types in the API.
neb@chromium.org
2011-03-28
7
-15
/
+13
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
1
-7
/
+6
*
Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.
viettrungluu@chromium.org
2011-03-24
1
-2
/
+14
*
A proposal and implementation for an initial postMessage interface. These in...
dmichael@google.com
2011-03-23
2
-0
/
+145
*
Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.
yzshen@chromium.org
2011-03-23
1
-1
/
+5
*
Remove PPB_Var interface's scripting functionality.
neb@chromium.org
2011-03-23
2
-413
/
+2
*
fix comments
dilmah@chromium.org
2011-03-22
1
-2
/
+2
*
Add an (unimplemented) API for getting the available list of font families on
brettw@chromium.org
2011-03-19
1
-0
/
+45
[next]