| Commit message (Expand) | Author | Age | Files | Lines |
* | Added linux-specific NP_Initialize function so that the plugin is properly in... | alokp@chromium.org | 2010-08-11 | 1 | -8/+39 |
* | Add a mimetype to npapi_test_plugin so we pass a layout test | tony@chromium.org | 2010-08-07 | 1 | -0/+11 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 2 | -5/+9 |
* | add pepper video decoder glue and delegate | wjia@google.com | 2010-08-06 | 5 | -1/+214 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Implement the UrlUtil pepper interface. Pull PPAPI to get that interface. | brettw@chromium.org | 2010-08-05 | 3 | -0/+191 |
* | Fix missing Linux fonts in PDF plugin. | gene@chromium.org | 2010-08-05 | 1 | -0/+1 |
* | Chromium-side implemention of pepper's FileChooser. | dumi@chromium.org | 2010-08-05 | 4 | -5/+99 |
* | Remove the coordinate hack for zoomed plugin pages on the Mac. | stuartmorgan@chromium.org | 2010-08-05 | 1 | -26/+0 |
* | If SHM pixmaps support is available, for example, Intel drivers now support that | piman@chromium.org | 2010-08-05 | 2 | -28/+92 |
* | Pull PPAPI and get support for average char width. Hook it up to "0" for now | brettw@chromium.org | 2010-08-03 | 1 | -0/+5 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -3/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 3 | -0/+3 |
* | Record received data in WebViewPlugin and replay it when loading the real plu... | bauerb@chromium.org | 2010-08-02 | 2 | -8/+65 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -8/+10 |
* | Pepper2 audio (trusted side) implementation. Still missing a synchronization ... | neb@chromium.org | 2010-07-30 | 5 | -0/+356 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 4 | -16/+22 |
* | linux: don't crash when movind the plugin if the container hasn't been realized | piman@chromium.org | 2010-07-30 | 1 | -6/+10 |
* | Hook up the new font API to WebKit. This moves the existing GetFontTable API to | brettw@chromium.org | 2010-07-29 | 6 | -54/+388 |
* | Revert 54173 - Hook up the new font API to WebKit. This moves the existing Ge... | brettw@chromium.org | 2010-07-29 | 6 | -388/+54 |
* | Hook up the new font API to WebKit. This moves the existing GetFontTable API to | brettw@chromium.org | 2010-07-29 | 6 | -54/+388 |
* | Fix strange colors on scrollbars when using classic theme on XP. This is a po... | pkasting@chromium.org | 2010-07-28 | 1 | -0/+13 |
* | Enhance plugin logging a bit. This adds logging in a few more places, especia... | brettw@chromium.org | 2010-07-28 | 5 | -29/+42 |
* | Watch out for invalid delegate and container after destroying the WebViewPlugin. | bauerb@chromium.org | 2010-07-28 | 1 | -2/+4 |
* | Initial stream to file implementation. | darin@chromium.org | 2010-07-28 | 3 | -9/+38 |
* | Linux: Fix some NULL versus 0 issues to appease gcc-4.5. | craig.schlenter@chromium.org | 2010-07-27 | 5 | -9/+9 |
* | Fixed raster print for Pepper v2 plugins on the Mac. | sanjeevr@chromium.org | 2010-07-26 | 2 | -3/+4 |
* | Check that the ImageData resource handle is valid before giving the resulting | brettw@chromium.org | 2010-07-23 | 1 | -1/+4 |
* | Swallow context menu events dispatched to a NPAPI plugin so that | darin@chromium.org | 2010-07-22 | 1 | -0/+4 |
* | Pepper stream-to-file plumbing. | darin@chromium.org | 2010-07-22 | 7 | -5/+49 |
* | De-coupled resource references by plugin from Resource object's refcount. Mad... | neb@chromium.org | 2010-07-20 | 19 | -194/+220 |
* | Pepper: Make AppendDataToBody() not append empty data. | viettrungluu@chromium.org | 2010-07-20 | 1 | -1/+2 |
* | Add click-to-load functionality for blocked plugins. | bauerb@chromium.org | 2010-07-19 | 2 | -0/+249 |
* | Avoid flashing when resizing plugins that use PaintManager. Copy the bitmap ... | jam@chromium.org | 2010-07-17 | 2 | -0/+22 |
* | Code review followups by Darin | jam@chromium.org | 2010-07-17 | 2 | -3/+3 |
* | Add third_party/ prefix to ppapi include for checkdeps. | ajwong@chromium.org | 2010-07-16 | 1 | -1/+1 |
* | file_util: deprecate remaining wstring functions | evan@chromium.org | 2010-07-16 | 1 | -1/+8 |
* | Add private Pepper v2 API to get localized strings. | jam@chromium.org | 2010-07-16 | 4 | -0/+86 |
* | Implement some of URLResponseInfo properties. | darin@chromium.org | 2010-07-16 | 3 | -6/+78 |
* | Remove more definitions from header files. | erg@chromium.org | 2010-07-16 | 1 | -0/+2 |
* | Revert r52688 to fix build bustage. | darin@chromium.org | 2010-07-16 | 3 | -78/+6 |
* | Implement some of URLResponseInfo properties. | darin@chromium.org | 2010-07-16 | 3 | -6/+78 |
* | Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-16 | 2 | -14/+1 |
* | Added support for printing of Pepper v2 plugins. | sanjeevr@chromium.org | 2010-07-15 | 8 | -1/+458 |
* | Add support for POST requests and custom request headers. | darin@chromium.org | 2010-07-15 | 6 | -26/+143 |
* | Implement scrolling in Pepper. This does simple scrolling of the backing store | brettw@chromium.org | 2010-07-15 | 1 | -1/+4 |
* | Take out temporary code now that WebKit plugin change is rolled. | jam@chromium.org | 2010-07-14 | 4 | -39/+0 |
* | Hookup pepper v2 zoom interface. | jam@chromium.org | 2010-07-14 | 2 | -5/+22 |
* | Fix some uninitialize variables that caused the URLLoader test to | darin@chromium.org | 2010-07-14 | 1 | -1/+3 |
* | Fix pepper v2 find implementation. | jam@chromium.org | 2010-07-13 | 2 | -15/+20 |