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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
This returns the default print settings for the default printer. Currently th...
raymes@chromium.org
2012-06-14
3
-39
/
+69
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
2
-1
/
+29
*
Propogate the UI language on the command line and expose to Flash.
brettw@chromium.org
2012-06-11
1
-1
/
+10
*
Plumb texture target to VideoDecodeAccelerator::Client
sail@chromium.org
2012-06-08
1
-1
/
+26
*
"Replace" PPB_Flash's GetSettingInt with a more general GetSetting.
viettrungluu@chromium.org
2012-06-08
1
-13
/
+20
*
Pepper Flash: Remove PPB_Flash 11.
viettrungluu@chromium.org
2012-06-07
1
-29
/
+0
*
Fix trivial and inconsequential typo in ppp_flash_browser_operations.idl.
viettrungluu@chromium.org
2012-06-07
1
-1
/
+1
*
Add a comment explaining a different failure mode of the Pepper file chooser.
brettw@chromium.org
2012-06-06
1
-0
/
+21
*
Connect up flash blacklist entries to GetSettingInt
jbauman@chromium.org
2012-06-04
1
-1
/
+13
*
WebSocket Pepper API: allow to close connection without code and reason
toyoshim@chromium.org
2012-05-31
1
-1
/
+11
*
Remove PPB_Transport_Dev API.
sergeyu@chromium.org
2012-05-30
1
-183
/
+0
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
1
-7
/
+9
*
Pepper Flash settings integration: implement "deauthorize content licenses".
yzshen@chromium.org
2012-05-27
1
-2
/
+104
*
Test for Pepper IME events.
kinaba@chromium.org
2012-05-21
1
-2
/
+50
*
[Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit t...
kmadhusu@chromium.org
2012-05-16
1
-2
/
+12
*
Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr.
bbudge@chromium.org
2012-05-15
1
-11
/
+11
*
Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...
tsepez@chromium.org
2012-05-10
1
-13
/
+1
*
Add AllowSuddenTermination to API. This provide means for plugins to let us k...
tsepez@chromium.org
2012-05-07
1
-1
/
+13
*
Add a way to query whether a given instance is off-the-record
brettw@chromium.org
2012-05-02
1
-1
/
+7
*
Add an API to determine if the system will support acceleration
brettw@chromium.org
2012-05-02
1
-1
/
+26
*
Add a PPB_Flash_Print interface and implement in Chrome.
brettw@chromium.org
2012-04-27
2
-1
/
+24
*
Fix small error in code in comment for PostMessage usage. No functional chang...
elijahtaylor@chromium.org
2012-04-27
1
-1
/
+1
*
WebSocket Pepper API: the second Close() should not return error code.
toyoshim@chromium.org
2012-04-25
1
-2
/
+2
*
Remove support for bitmap printing in pepper
brettw@chromium.org
2012-04-19
1
-8
/
+7
*
Add a way to implement GetInterface in the broker.
brettw@chromium.org
2012-04-13
1
-0
/
+16
*
Add a Flash API to get the device ID.
brettw@chromium.org
2012-04-13
1
-1
/
+8
*
Add an interface for Flash to clear its data.
brettw@chromium.org
2012-04-12
1
-0
/
+45
*
Fixed some PP_X509Certificate_Private_Field enum values.
raymes@chromium.org
2012-04-12
1
-3
/
+9
*
This adds the following to functions to the ppapi TCPSocket interface:
raymes@chromium.org
2012-04-12
1
-1
/
+24
*
Fix line endings in ppapi. No code change.
brettw@chromium.org
2012-04-11
1
-106
/
+106
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
1
-0
/
+106
*
Implemented the function which converts a Chrome X509Certificate into a peppe...
raymes@chromium.org
2012-04-05
1
-8
/
+14
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
1
-0
/
+161
*
Added RTF support to pepper API.
raymes@chromium.org
2012-04-02
1
-3
/
+14
*
Cleaned up documentation (standard documentation rewrite).
jond@google.com
2012-03-27
1
-7
/
+7
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
3
-2
/
+59
*
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.
sergeyu@chromium.org
2012-03-22
1
-25
/
+51
*
Change interface name
noelallen@chromium.org
2012-03-22
1
-1
/
+1
*
PPAPI: Remove out-dated or unnecessary TODOs from public files.
dmichael@chromium.org
2012-03-21
2
-12
/
+0
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
1
-0
/
+35
*
Add missing ppp_graphics_3d.idl
noelallen@chromium.org
2012-03-16
1
-0
/
+25
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
2
-1
/
+68
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
1
-0
/
+79
*
Require a user gesture to show the file chooser.
bbudge@chromium.org
2012-03-14
1
-0
/
+7
*
WebSocket Pepper API: Cleanup for more readability.
toyoshim@chromium.org
2012-03-13
1
-1
/
+1
*
WebSocket Pepper API: Implement extensions
toyoshim@chromium.org
2012-03-10
1
-1
/
+0
*
Add the array output C API.
brettw@chromium.org
2012-03-08
1
-0
/
+89
*
Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.
viettrungluu@chromium.org
2012-03-07
1
-1
/
+1
*
Fixed some TODO comments so they wouldn't show up in the docs.
jond@google.com
2012-03-07
2
-5
/
+10
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
1
-9
/
+9
[next]