| Commit message (Expand) | Author | Age | Files | Lines |
* | PPAPI: Make Printing_Dev::GetDefaultPrintSettings() const. | viettrungluu@chromium.org | 2012-06-15 | 2 | -2/+2 |
* | PPAPI: Add a Printing_Dev::IsAvailable() (static) method. | viettrungluu@chromium.org | 2012-06-15 | 2 | -1/+10 |
* | This returns the default print settings for the default printer. Currently th... | raymes@chromium.org | 2012-06-14 | 2 | -2/+21 |
* | Add an asynchronous version of the Flash DeviceID API. | brettw@chromium.org | 2012-06-11 | 2 | -0/+71 |
* | Plumb texture target to VideoDecodeAccelerator::Client | sail@chromium.org | 2012-06-08 | 2 | -3/+5 |
* | "Replace" PPB_Flash's GetSettingInt with a more general GetSetting. | viettrungluu@chromium.org | 2012-06-08 | 2 | -9/+26 |
* | Pepper Flash: Remove PPB_Flash 11. | viettrungluu@chromium.org | 2012-06-07 | 1 | -2/+1 |
* | Fix pp::View and pp::BrowserFontTrusted wrapper version checks. | wez@chromium.org | 2012-06-01 | 2 | -50/+53 |
* | Remove PPB_Transport_Dev API. | sergeyu@chromium.org | 2012-05-30 | 2 | -131/+0 |
* | Modified the pepper file chooser API to support filtering files by extensions. | raymes@chromium.org | 2012-05-30 | 4 | -18/+17 |
* | Coverity: Fix pass by value error in IMEInputEvent_Dev. | kmadhusu@chromium.org | 2012-05-24 | 2 | -2/+2 |
* | Test for Pepper IME events. | kinaba@chromium.org | 2012-05-21 | 2 | -30/+113 |
* | Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu... | tsepez@chromium.org | 2012-05-10 | 2 | -22/+3 |
* | Pepper (Flash): Make pp::flash::Flash::InvokePrinting() return a bool. | viettrungluu@chromium.org | 2012-05-08 | 2 | -2/+4 |
* | Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources. | viettrungluu@chromium.org | 2012-05-08 | 2 | -3/+4 |
* | Add AllowSuddenTermination to API. This provide means for plugins to let us k... | tsepez@chromium.org | 2012-05-07 | 2 | -3/+22 |
* | Work around linker error of multiple definitions of pp::BlockUntilComplete. | scottmg@google.com | 2012-05-04 | 2 | -14/+5 |
* | [NaCl] Fix NaCl SDK builder and PPAPI scons build. | binji@chromium.org | 2012-05-03 | 1 | -1/+1 |
* | Add a C++ wrapper for the InvokePrinting function | brettw@chromium.org | 2012-05-02 | 2 | -9/+15 |
* | Add an API to determine if the system will support acceleration | brettw@chromium.org | 2012-05-02 | 2 | -169/+100 |
* | Fix small error in code in comment for PostMessage usage. No functional chang... | elijahtaylor@chromium.org | 2012-04-27 | 1 | -1/+1 |
* | Inserted missing documentation for parameters. Also fixed a confusing sentenc... | jond@google.com | 2012-04-26 | 2 | -3/+7 |
* | Fixed tests for UDP sockets. | ygorshenin@chromium.org | 2012-04-26 | 2 | -19/+26 |
* | WebSocket Pepper API: the second Close() should not return error code. | toyoshim@chromium.org | 2012-04-25 | 1 | -1/+1 |
* | Set svn:executable bit on scripts that are executable. | maruel@chromium.org | 2012-04-23 | 1 | -2/+2 |
* | Fix typo. | brettw@chromium.org | 2012-04-17 | 1 | -2/+2 |
* | Add a way to implement GetInterface in the broker. | brettw@chromium.org | 2012-04-13 | 2 | -3/+25 |
* | Add a Flash API to get the device ID. | brettw@chromium.org | 2012-04-13 | 2 | -32/+96 |
* | Fix IsBaseOf in output_traits.h. | yzshen@chromium.org | 2012-04-12 | 2 | -5/+8 |
* | This adds the following to functions to the ppapi TCPSocket interface: | raymes@chromium.org | 2012-04-12 | 4 | -51/+132 |
* | Fix line endings in ppapi. No code change. | brettw@chromium.org | 2012-04-11 | 2 | -87/+87 |
* | PPAPI: Clean up documentation for InstanceHandle and PASS_REF | jond@google.com | 2012-04-10 | 2 | -27/+47 |
* | Hook up the file chooser proxy 0.6 | brettw@chromium.org | 2012-04-09 | 1 | -0/+1 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 2 | -0/+87 |
* | Change the cpp wrappers of audio input/video capture to use CompletionCallbac... | yzshen@chromium.org | 2012-04-05 | 9 | -232/+117 |
* | Add the PPAPI X509 Certificate interface and implementation. | raymes@chromium.org | 2012-04-04 | 2 | -0/+91 |
* | pass CompletionCallbacks by reference (resubmitting https://chromiumcoderevie... | tbreisacher@chromium.org | 2012-04-02 | 2 | -6/+6 |
* | Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers. | wez@chromium.org | 2012-03-31 | 3 | -51/+53 |
* | Revert 129994 - Pass CompletionCallbacks by reference | tbreisacher@chromium.org | 2012-03-30 | 2 | -6/+6 |
* | Pass CompletionCallbacks by reference | tbreisacher@chromium.org | 2012-03-30 | 2 | -6/+6 |
* | Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. | viettrungluu@chromium.org | 2012-03-28 | 2 | -100/+0 |
* | Cleaned up documentation (standard documentation rewrite). | jond@google.com | 2012-03-27 | 1 | -57/+82 |
* | New file chooser interface that uses the new PP_ArrayOutput feature. This als... | brettw@chromium.org | 2012-03-26 | 7 | -45/+151 |
* | Add CreateFromIPv[46]Address() in PPB_NetAddress_Private. | sergeyu@chromium.org | 2012-03-22 | 2 | -7/+91 |
* | Check for specific PPB interface versions in the C++ wrappers for Graphics2D,... | wez@chromium.org | 2012-03-22 | 9 | -141/+142 |
* | Check for specific PPB versions in pp::Fullscreen, pp::Audio and pp::Graphics... | wez@chromium.org | 2012-03-21 | 3 | -34/+32 |
* | Add NetworkListObserver utility class. | sergeyu@chromium.org | 2012-03-21 | 2 | -14/+18 |
* | Added C++ wrappers for PPB_HostResolver_Private interface. | ygorshenin@chromium.org | 2012-03-21 | 2 | -0/+117 |
* | PPAPI: Remove out-dated or unnecessary TODOs from public files. | dmichael@chromium.org | 2012-03-21 | 1 | -5/+0 |
* | Revert 127797 - Add NetworkListObserver utility class. | sergeyu@chromium.org | 2012-03-20 | 2 | -18/+14 |