| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a couple of glaring omissions when I added PPP_Instance_Private. | dmichael@chromium.org | 2011-04-19 | 2 | -1/+5 |
* | Rename Instance_Trusted to Instance_Private, wire it up in Chrome. | dmichael@chromium.org | 2011-04-19 | 3 | -8/+44 |
* | linux: don't always print dlopen errors from LoadNativeLibrary | evan@chromium.org | 2011-04-18 | 3 | -13/+19 |
* | Keep the module in scope when executing scripts. This prevents a crash when the | brettw@chromium.org | 2011-04-18 | 2 | -1/+17 |
* | Implemented broker dispatcher, pipe creation, and handle distribution. | ddorwin@chromium.org | 2011-04-18 | 2 | -4/+6 |
* | Implemented PPB_Broker_Proxy. | ddorwin@chromium.org | 2011-04-17 | 2 | -8/+18 |
* | Fix a bug where immediate failure in PPB_URLLoader_Impl::Open doesn't report ... | bbudge@chromium.org | 2011-04-16 | 1 | -0/+7 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 5 | -7/+33 |
* | Delete the plugin printing code, which wasn't actually called. | jam@chromium.org | 2011-04-15 | 5 | -27/+0 |
* | Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce the | brettw@chromium.org | 2011-04-15 | 2 | -1/+15 |
* | Added functionality to use "SaveAs..." from PDF plugin. | gene@chromium.org | 2011-04-15 | 4 | -4/+25 |
* | Support PPB_Flash_ModileLocal blocking calls from background threads. This is | brettw@chromium.org | 2011-04-15 | 1 | -0/+9 |
* | Move RenderProcess to content. | jam@chromium.org | 2011-04-15 | 1 | -0/+1 |
* | Draft version of the HW video decode tester and few other changes. | scherkus@chromium.org | 2011-04-14 | 1 | -4/+4 |
* | Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader... | bbudge@chromium.org | 2011-04-14 | 2 | -28/+17 |
* | Add CORS options to URL requests. This information will be used by the URLLoa... | bbudge@chromium.org | 2011-04-14 | 3 | -2/+42 |
* | Wire up the extension API for registering NaCl modules to an actual registry ... | abarth@chromium.org | 2011-04-14 | 2 | -2/+8 |
* | Check that GetInterface() is called on the main thread. | ddorwin@chromium.org | 2011-04-14 | 1 | -0/+3 |
* | Fix clang error. | ddorwin@chromium.org | 2011-04-14 | 1 | -1/+1 |
* | Asynchronously create the ppapi broker. | ddorwin@chromium.org | 2011-04-14 | 7 | -14/+31 |
* | Renamed raw_data_length to encoded_data_length | vsevik@chromium.org | 2011-04-13 | 4 | -7/+11 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 9 | -52/+60 |
* | Implement P2P Transport Dev using P2PTransportImpl. | sergeyu@chromium.org | 2011-04-12 | 5 | -119/+154 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 9 | -60/+52 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 9 | -52/+60 |
* | implemented latch support in renderer process. this corresponds with a webkit... | jbates@chromium.org | 2011-04-12 | 1 | -3/+3 |
* | Fix download path for RealPlayer. | cevans@chromium.org | 2011-04-12 | 1 | -1/+1 |
* | 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c... | polina@google.com | 2011-04-11 | 17 | -46/+41 |
* | Connect the right metafiles for print preview on Linux and Windows. | vandebo@chromium.org | 2011-04-11 | 1 | -14/+11 |
* | Fix the issue that context menu doesn't show on fullscreen Pepper Flash. | yzshen@chromium.org | 2011-04-11 | 5 | -3/+9 |
* | Eliminate skia::PlatformCanvas - Step 1 (linux) | alokp@chromium.org | 2011-04-11 | 1 | -3/+3 |
* | Create a VarPrivate interface to contain the scripting helper functions of Var. | brettw@chromium.org | 2011-04-11 | 1 | -0/+4 |
* | Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ... | tkent@chromium.org | 2011-04-11 | 9 | -57/+49 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-09 | 9 | -49/+57 |
* | Reupload of http://codereview.chromium.org/6801053/ | dmichael@chromium.org | 2011-04-08 | 4 | -13/+13 |
* | Revert 80982, tests failing on Win XP | dmichael@chromium.org | 2011-04-08 | 9 | -62/+54 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-08 | 9 | -54/+62 |
* | Enabled actual transfer size in chromium | vsevik@chromium.org | 2011-04-08 | 4 | -6/+6 |
* | Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl... | alokp@chromium.org | 2011-04-08 | 4 | -15/+13 |
* | Expose scancodes to PP_InputEvent_Key events that are independent of the inpu... | wez@chromium.org | 2011-04-08 | 3 | -0/+156 |
* | Added PPB_BrokerTrusted interface and a basic Chrome implementation of it. | ddorwin@chromium.org | 2011-04-07 | 8 | -4/+228 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 1 | -5/+1 |
* | Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-07 | 9 | -62/+54 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-07 | 9 | -54/+62 |
* | Added and partially implemented entry points for PPB_GRAPHICS_3D. | alokp@chromium.org | 2011-04-07 | 2 | -5/+83 |
* | Revert 80819 due to failed tests | mmenke@chromium.org | 2011-04-07 | 1 | -1/+5 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 1 | -5/+1 |
* | Leak the resource tracker and any resources still around at shutdown. The | brettw@chromium.org | 2011-04-07 | 2 | -10/+24 |
* | WebKit roll 83160:83167. | pfeldman@chromium.org | 2011-04-07 | 5 | -43/+7 |
* | Fixed a few styles issues in skia::PlatformDevice. Made function names consis... | alokp@chromium.org | 2011-04-06 | 1 | -9/+9 |