| Commit message (Expand) | Author | Age | Files | Lines |
* | Checking in major revision of Pepper video decode APIs. | scherkus@chromium.org | 2011-03-31 | 10 | -415/+741 |
* | Unblock for all plugin->renderer messages to preserve the ordering for plugin | brettw@chromium.org | 2011-03-30 | 2 | -0/+13 |
* | IDL version of PPAPI interfaces. | neb@chromium.org | 2011-03-30 | 34 | -0/+2109 |
* | Convert C++ example in the comment to C | nfullagar@google.com | 2011-03-29 | 2 | -14/+21 |
* | Implement proxy for PPB_Flash_NetConnector. | brettw@chromium.org | 2011-03-29 | 8 | -1/+422 |
* | Hook up status notifications in the Proxy. | brettw@chromium.org | 2011-03-29 | 3 | -7/+74 |
* | Fix up some types in the API. | neb@chromium.org | 2011-03-28 | 17 | -25/+27 |
* | Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ... | viettrungluu@chromium.org | 2011-03-28 | 4 | -31/+41 |
* | Change a parameter name from message_data to message based on a review commen... | dmichael@google.com | 2011-03-28 | 2 | -4/+4 |
* | Initialize a few uninitialized member variables and structs in PPAPI. | finnur@chromium.org | 2011-03-28 | 6 | -10/+26 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 15 | -22/+22 |
* | Make PPAPI PostMessage behave asynchronously. | dmichael@google.com | 2011-03-26 | 1 | -4/+20 |
* | Fixed header guard. | ddorwin@chromium.org | 2011-03-24 | 1 | -3/+3 |
* | Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard. | viettrungluu@chromium.org | 2011-03-24 | 4 | -2/+63 |
* | Pepper: Add SetRecordDownloadProgress() to pp::URLRequestInfo (C++ wrapper). | viettrungluu@chromium.org | 2011-03-23 | 1 | -0/+3 |
* | A proposal and implementation for an initial postMessage interface. These in... | dmichael@google.com | 2011-03-23 | 17 | -14/+688 |
* | Add IDL Lexer | noelallen@google.com | 2011-03-23 | 2 | -0/+321 |
* | PPB_CursorControl_Dev.SetCursor: Add support for custom cursor. | yzshen@chromium.org | 2011-03-23 | 1 | -2/+31 |
* | 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 | 12 | -724/+5 |
* | Unbreak compilation of ppapi examples. | neb@chromium.org | 2011-03-22 | 3 | -13/+13 |
* | 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 | 3 | -0/+47 |
* | Implement a proxy for URL util. Some of the implementation that doesn't need to | brettw@chromium.org | 2011-03-18 | 8 | -0/+458 |
* | Creates the ipclist utility that chrome security team has wanted to dump | tsepez@chromium.org | 2011-03-17 | 1 | -5/+5 |
* | Build skia as a dll in windows multi-dll build. | ctguil@chromium.org | 2011-03-17 | 2 | -1/+2 |
* | Updated/rewrote documentation. | jond@google.com | 2011-03-16 | 1 | -12/+12 |
* | Run PPB_CharSet_Dev logic directly in the plugin process. | yzshen@chromium.org | 2011-03-15 | 6 | -130/+210 |
* | Convert ppapi messages to new format. | tsepez@chromium.org | 2011-03-14 | 4 | -732/+747 |
* | Pepper: Add a property to URLRequestInfo to skip header validation. | viettrungluu@chromium.org | 2011-03-14 | 2 | -1/+15 |
* | Prevent Pepper plugin reentrancy for synchronous messages except for script | brettw@chromium.org | 2011-03-13 | 5 | -0/+74 |
* | Add a console interface for logging to the JS console from a PPAPI plugin. | brettw@chromium.org | 2011-03-11 | 10 | -22/+234 |
* | Ensure that PP_Instance values are unique within a plugin process in addition | brettw@chromium.org | 2011-03-10 | 12 | -22/+241 |
* | Clarify the behavior of PaintImageData. | brettw@chromium.org | 2011-03-10 | 1 | -1/+10 |
* | Add some more documentation from a recent ppapi discussion. | nfullagar@google.com | 2011-03-10 | 2 | -4/+12 |
* | Added link to ppb.h to point to list of valid interface names. Wrote/rewrote ... | jond@google.com | 2011-03-09 | 2 | -22/+77 |
* | Pepper/Flapper: Implement proxy for clipboard stuff. | viettrungluu@chromium.org | 2011-03-09 | 6 | -0/+188 |
* | Clarify/fix fullscreen semantics, and add GetScreenSize | piman@google.com | 2011-03-08 | 6 | -14/+57 |
* | Pepper: spelling correction: Resove -> Resolve | viettrungluu@chromium.org | 2011-03-06 | 2 | -4/+4 |
* | New assets for PDF progress control. Added asset for drop shadow. | gene@chromium.org | 2011-03-04 | 1 | -0/+1 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Adding missing forward declaration of struct PP_CompletionCallback. | brettw@chromium.org | 2011-03-04 | 1 | -0/+2 |
* | Pepper/Flapper: Add very basic clipboard support. | viettrungluu@chromium.org | 2011-03-04 | 3 | -2/+35 |
* | Adding resources for PDF loading progress control. | gene@chromium.org | 2011-03-03 | 1 | -0/+11 |
* | Minor doc changes. Mostly commented out TODO and {PENDING notes that engineer... | jond@google.com | 2011-03-03 | 5 | -43/+90 |
* | Implement the grab/grabbing cursors (for Mac/GTK). | avi@chromium.org | 2011-03-02 | 2 | -2/+4 |
* | Add PPB_URLUtil_Dev::GetDocumentURL | piman@google.com | 2011-03-02 | 5 | -65/+94 |
* | Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement... | viettrungluu@chromium.org | 2011-03-02 | 6 | -21/+172 |
* | Pepper/Flapper: Add an interface to do sync file ops on FileRefs. | viettrungluu@chromium.org | 2011-03-01 | 1 | -19/+45 |
* | Removed variables sections in DoxygenLayOut. Changed header to point to new c... | jond@google.com | 2011-03-01 | 2 | -3/+2 |