summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-144-24/+30
* Deinline even more destructors.erg@google.com2010-12-1415-98/+307
* Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...annacc@chromium.org2010-12-142-6/+4
* webkit: use string16 in ContextMenuParamsevan@chromium.org2010-12-142-3/+3
* Even more virtual method deinlining.erg@google.com2010-12-1318-27/+81
* Make Flip4Mac handling version-specificstuartmorgan@chromium.org2010-12-131-8/+14
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-112-20/+21
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-112-21/+20
* Fix a plugin taking a whole iframe from messing with the page's zoom level.jam@chromium.org2010-12-101-0/+7
* Fix a regression introduced with the change to marshal custom HCURSOR's set b...ananta@chromium.org2010-12-101-1/+2
* Add a newline to make Linux happybrettw@google.com2010-12-091-1/+2
* Make it possible to write simple unit tests for the pepper implementation. Th...brettw@google.com2010-12-0910-2/+616
* Ensure that custom cursors set by windowless flash plugins get marshaled corr...ananta@chromium.org2010-12-092-23/+35
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-1/+6
* Merge PluginGroups for Adobe Readerjkummerow@chromium.org2010-12-094-152/+289
* Implement a useful context menu for the blocked plug-in frame:cevans@chromium.org2010-12-092-0/+16
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-0829-43/+97
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-082-3/+6
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-085-169/+149
* Valgrind: Fix leak in PluginList by actually calling Shutdown().thestig@chromium.org2010-12-081-1/+2
* Valgrind: Fix leak in plugin group code.thestig@chromium.org2010-12-071-7/+20
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-075-149/+169
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-075-169/+149
* Clean up PluginGroup and related code.jkummerow@chromium.org2010-12-075-231/+321
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-063-3/+8
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-0614-413/+993
* Use stopped_on_render_loop_ to prevent further work from executing in Buffere...scherkus@chromium.org2010-12-062-17/+5
* Allow data URLs to trigger downloads, as they do in Firefox.darin@chromium.org2010-12-031-1/+27
* glue: use string16 in place of wstring for Unicode textevan@chromium.org2010-12-035-31/+33
* wstrings: convert CppVariant and CppBoundClass to not use wstringevan@chromium.org2010-12-035-11/+9
* Turn GPU accelerated features (WebGL, compositing, accelerated 2d canvas) off...jamesr@chromium.org2010-12-031-1/+1
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-0314-993/+413
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-035-10/+10
* Make the DrawGlyphs call have the proper const arguments, and make the proxiedbrettw@chromium.org2010-12-023-9/+9
* Have about:plugins point to the latest Flash and Reader versions.panayiotis@google.com2010-12-021-3/+3
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-0214-413/+993
* Adding a new command line flag (--enable-accelerated-layers) for turning vangelis@chromium.org2010-12-022-2/+20
* Fix a race condition in proxied audio.brettw@chromium.org2010-12-021-4/+7
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-026-145/+85
* Fix a browser crasher with negative index set on select popups.jcivelli@chromium.org2010-12-021-5/+11
* histogram API of WebKitClient implemented in chromium/webkit/gluescheib@chromium.org2010-12-022-0/+29
* Fix a ui test and test_shell_tests results since numberstony@chromium.org2010-12-022-4/+3
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-024-15/+19
* Stopgap fix for crash in issue 53867 comment 15thakis@chromium.org2010-12-012-15/+27
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-3/+3
* Cleanupnfullagar@google.com2010-11-302-3/+3
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Don't call NPP_SetWindow on plugins that return an error from NPP_Newstuartmorgan@chromium.org2010-11-305-6/+13