| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing the same issue for ppapi that was fixed for npapi here: | bradnelson@google.com | 2011-07-01 | 1 | -0/+3 |
* | Remove app from a bunch of DEPS files. | tfarina@chromium.org | 2011-06-30 | 1 | -1/+0 |
* | Pass through PDFs from the plugin when using Skia on the Mac. | vandebo@chromium.org | 2011-06-30 | 2 | -16/+10 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 3 | -10/+0 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 3 | -0/+10 |
* | Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. | dmichael@chromium.org | 2011-06-29 | 5 | -74/+70 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 6 | -20/+33 |
* | Return PP_FALSE for PPB_Fullscreen_Dev.SetFullscreen on Windows. | yzshen@chromium.org | 2011-06-29 | 1 | -0/+5 |
* | Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct... | fischman@chromium.org | 2011-06-27 | 1 | -38/+15 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 1 | -4/+4 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 1 | -4/+4 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 1 | -4/+4 |
* | Don't copy the Graphics2D when binding a new one. This brings the | brettw@google.com | 2011-06-24 | 2 | -30/+30 |
* | Update src/webkit/plugins to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE | abarth@chromium.org | 2011-06-24 | 2 | -11/+4 |
* | Fix the scrollbar implementation. | brettw@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Make scrollbar GetThickness take a resource argument. This allows simlper | brettw@chromium.org | 2011-06-23 | 9 | -110/+58 |
* | Revert 89221 - Reverting this to see if the Flash crashes on Mac canary are d... | ananta@chromium.org | 2011-06-23 | 1 | -3/+5 |
* | Hook up Surface3D, which I forgot to do in the previous patch. Also, change | brettw@chromium.org | 2011-06-23 | 3 | -8/+3 |
* | Minor cleanup of resource creation. This eliminates a bunch of copy-and-paste | brettw@chromium.org | 2011-06-22 | 31 | -178/+160 |
* | Fix the ARM build. Apparently it's picky about the difference between NULL | brettw@chromium.org | 2011-06-22 | 1 | -1/+1 |
* | Convert most remaining resources to use the API/thunk system. The significant | brettw@chromium.org | 2011-06-22 | 36 | -1319/+813 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 2 | -2/+2 |
* | Fixing coverity PASS_BY_VALUE bugs. | dpapad@chromium.org | 2011-06-22 | 1 | -1/+0 |
* | Supervise redirects of the plugin src url load, and bounce them through WebKit's | cevans@chromium.org | 2011-06-22 | 2 | -8/+26 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 4 | -4/+5 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 5 | -3/+9 |
* | Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID. | fischman@chromium.org | 2011-06-21 | 2 | -13/+14 |
* | Fixing clang error | cdn@chromium.org | 2011-06-20 | 2 | -1/+5 |
* | Maintain a map of all resources in the resource tracker and clear instance ba... | cdn@chromium.org | 2011-06-20 | 7 | -31/+62 |
* | Map the destination image data before painting a scrollbar into it. | elijahtaylor@google.com | 2011-06-20 | 1 | -1/+2 |
* | IcedTea caught up with the latest Java security update. | cevans@chromium.org | 2011-06-19 | 1 | -2/+2 |
* | Move the video decoder and video layer to the new API/thunk system. | brettw@chromium.org | 2011-06-18 | 7 | -222/+73 |
* | Add support for printing with Skia on Mac. | caryclark@chromium.org | 2011-06-17 | 1 | -1/+2 |
* | Update PPP_Printing_Dev to always make both versions of types available. | dmichael@chromium.org | 2011-06-17 | 2 | -35/+33 |
* | Convert the URL loading objects to the API/thunk system. | brettw@chromium.org | 2011-06-17 | 9 | -476/+263 |
* | Ask for PPB_Instance;0.5 first, fallback to PPB_Instance;0.4. | dmichael@chromium.org | 2011-06-17 | 1 | -2/+3 |
* | Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c... | bbudge@chromium.org | 2011-06-16 | 2 | -12/+29 |
* | Fix Clang warning. | brettw@chromium.org | 2011-06-15 | 1 | -2/+2 |
* | Move fullscreen and instance to the new thunk system. | brettw@chromium.org | 2011-06-15 | 7 | -265/+226 |
* | Content settings extension API: Implement ContentSetting.getResourceIdentifiers. | bauerb@chromium.org | 2011-06-15 | 4 | -42/+72 |
* | Reverting this to see if the Flash crashes on Mac canary are due to this CL. | ananta@chromium.org | 2011-06-15 | 1 | -5/+3 |
* | Fix the clang build. | brettw@chromium.org | 2011-06-15 | 1 | -3/+4 |
* | Implement flash menu and net connector resources using the API/thunk model. | brettw@chromium.org | 2011-06-15 | 9 | -178/+93 |
* | Force 2D graphics binding to require that the context be associated with the ... | brettw@google.com | 2011-06-15 | 1 | -0/+2 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 1 | -1/+3 |
* | Add proper support for copy-constructed pp::Buffer_Dev's. | fischman@chromium.org | 2011-06-14 | 2 | -4/+6 |
* | Improve and unify Mac OS X run-time version checks. | mark@chromium.org | 2011-06-14 | 3 | -26/+6 |
* | Refactored PaintSadPlugin to just use SkCanvas API to paint the sad plugin bi... | alokp@chromium.org | 2011-06-14 | 1 | -21/+21 |
* | Don't retain NPNVWindowNPObject and NPNVPluginElementNPObject twice | davidben@chromium.org | 2011-06-12 | 1 | -3/+5 |
* | Moving some of the webkit_glue functions from chrome\common\common_glue and c... | ananta@chromium.org | 2011-06-10 | 4 | -378/+1 |