summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-203-86/+80
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-20123-20732/+99
* Rename ATTR_LINK_TARGET to ATTR_URL and assign it within webaccessibility.BUG...ctguil@chromium.org2010-12-202-1/+3
* Add pepper::URLRequestInfo unit tests to test_shell_testsbbudge@google.com2010-12-201-0/+249
* Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.abarth@chromium.org2010-12-171-2/+2
* Add stub PPAPI for launching NaCl's sel_ldr process.abarth@chromium.org2010-12-171-0/+2
* Add a webkit_glue API for lanching NaCl's sel_ldr. NaCl will call this API viaabarth@chromium.org2010-12-171-1/+7
* moving mocks into webkit/mocks/annacc@chromium.org2010-12-176-437/+5
* Revert 69490 - base/version: remove wstring versionsanjeevr@chromium.org2010-12-171-2/+2
* base/version: remove wstring versionevan@chromium.org2010-12-171-2/+2
* Almost done deinlining virtual methods.erg@google.com2010-12-165-6/+35
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-165-0/+112
* Update latest secure version for Quicktime (7.6.9 for windows only) and RealP...panayiotis@google.com2010-12-161-6/+7
* View source uses scroll position of original page.pfeldman@chromium.org2010-12-162-7/+35
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-1613-1554/+1344
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-1688-15053/+90
* Resource width 64->32 change.neb@chromium.org2010-12-151-4/+8
* glue/webpreferences: use string16 for font namesevan@chromium.org2010-12-152-17/+19
* Keep deinlining stuff.erg@google.com2010-12-155-16/+48
* Clean up PluginDataRemover.bauerb@chromium.org2010-12-152-2/+5
* Revert r69146 due to webkit layout test failures.darin@chromium.org2010-12-142-2/+19
* webkit: use string16 in webkit_glue.hevan@chromium.org2010-12-142-27/+29
* Use WebFrame::createAssociatedURLLoader.darin@chromium.org2010-12-142-19/+2
* 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