summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of the typeface when doing DrawGlyphs for Flash.brettw@chromium.org2011-12-201-6/+2
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-3/+3
* Fix a regression in the NPAPI NPN_GetValueForURL function which is used by pl...ananta@chromium.org2011-12-191-1/+2
* Use references instead of pointers for WebViewPlugin::getFormValue().bashi@chromium.org2011-12-172-2/+2
* disable building glue as a component for now.dpranke@chromium.org2011-12-161-1/+1
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-159-16/+136
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-151-2/+11
* Add a non-null check for a pointer to NPAPIClient::ExecuteGetJavascriptUrlTes...timurrrr@chromium.org2011-12-151-1/+3
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-153-18/+67
* Use references instead of pointers for WebPlugin::getFormValue().bashi@chromium.org2011-12-144-5/+5
* Implement platform-independent DrawGlyphs for Flash.brettw@chromium.org2011-12-133-136/+107
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-122-10/+8
* Revert 114076 (broke Win shared builder) - Implement platform-independent Dra...willchan@chromium.org2011-12-123-103/+136
* Implement platform-independent DrawGlyphs for Flash.brettw@chromium.org2011-12-123-136/+103
* Always run Flush completion callbacks in Graphics2D.brettw@chromium.org2011-12-102-19/+22
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-107-452/+150
* Cleanup: Remove unneeded includes in webkit::ppapi:PluginInstance.thestig@chromium.org2011-12-103-31/+16
* GTK: Remove deprecated methods and replace them with the new standard calls.erg@chromium.org2011-12-101-1/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-092-11/+7
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-097-150/+452
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-097-452/+150
* WebSocket Pepper API: validate redundant protocols in Connect()toyoshim@chromium.org2011-12-091-1/+12
* enable component build of webkit_glue.dpranke@chromium.org2011-12-082-3/+4
* Remove TODOs about TryCatch not working.brettw@chromium.org2011-12-081-2/+2
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-087-150/+452
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-087-452/+150
* Apply renaming of ppapi shared stuff to new ppb_var shared code.dmichael@chromium.org2011-12-082-8/+8
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-082-8/+10
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-0718-184/+72
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-072-10/+8
* Webcam ppapi flash fix.ihf@chromium.org2011-12-071-16/+17
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-0720-99/+59
* Implement NPNVsupportsCompositingCoreAnimationPluginsBoolstuartmorgan@chromium.org2011-12-071-0/+7
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-072-4/+5
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-0719-58/+98
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-0619-98/+58
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-062-8/+10
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-062-10/+8
* Pepper WebSocket API: Add unit test to call Close()toyoshim@chromium.org2011-12-061-1/+23
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-068-4/+344
* PPAPI: Don't round zoom levels to the nearest integer.thestig@chromium.org2011-12-051-12/+1
* Update these includes to use the new header locationsabarth@chromium.org2011-12-0325-71/+71
* WebSocket Pepper API: error handling improvementtoyoshim@chromium.org2011-12-022-22/+67
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-028-344/+4
* Add exports needed for glue to build as a component.dpranke@chromium.org2011-12-0234-101/+177
* Convert file ref private to use new registration.brettw@chromium.org2011-12-021-0/+1
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-028-4/+344
* Enable port validation because net::IsPortAllowedByDefault() was exported nowtoyoshim@chromium.org2011-12-021-7/+4
* Remove OVERRIDEs from methods inherited from WebKit APItoyoshim@chromium.org2011-12-021-8/+6
* WebSocket Pepper API: minor properties implementationtoyoshim@chromium.org2011-12-012-6/+10