summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Remove GetSelectedText from Instance interface.jam@chromium.org2010-10-122-15/+33
* Add private pepper API to keep the throbber spinning while PDFs are loading.jam@chromium.org2010-10-123-1/+31
* Prevent implicit animation when resizing Core Animation pluginsstuartmorgan@chromium.org2010-10-111-0/+5
* Enabling internal PDF reader should disable Reader, and vice versa.jam@chromium.org2010-10-112-4/+12
* Autofill - "Clear form" failed to clear the select popup valuesdhollowa@chromium.org2010-10-111-1/+1
* Add a way to get proxy information to the Private2 Pepper API.brettw@chromium.org2010-10-103-2/+36
* Fixed include in test_webkit_clientdavemoore@chromium.org2010-10-106-3/+133
* Revert 62068 - Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-096-133/+3
* Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-096-3/+133
* Password Autocomplete needs to check maximum field length when filling.dhollowa@chromium.org2010-10-094-8/+77
* Convert pepper module and instance IDs from being pointer values to beingbrettw@chromium.org2010-10-0826-98/+211
* Remove include for string16 which can cause problems for external projects us...brettw@chromium.org2010-10-082-5/+7
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-089-198/+206
* Allow unlimited quota for apps for FileSystem accesskinuko@chromium.org2010-10-081-0/+4
* Fix a deadlock in NPAPI::PluginList::LoadPlugins.bauerb@chromium.org2010-10-084-40/+32
* Add a glyph drawing routine to private Pepper interface. The currentbrettw@chromium.org2010-10-087-24/+173
* Update most secure version for the following plugins:panayiotis@google.com2010-10-071-5/+5
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-071-1/+1
* Fix up PPAPI renames in Chrome.neb@chromium.org2010-10-0711-91/+92
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-0/+2
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-2/+0
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-061-25/+1
* Update the path for Silverlight to the general landing page.panayiotis@google.com2010-10-061-4/+4
* Add a private interface to the plugin and use it to know if the mouse is over...jam@chromium.org2010-10-065-2/+61
* Added support for raw headers.caseq@google.com2010-10-062-1/+42
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-0/+2
* Windowless plugins would fail to paint at times. This occurs in the following...ananta@chromium.org2010-10-061-0/+3
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-1/+1
* Fixed assertions in SearchString.sanjeevr@chromium.org2010-10-051-0/+4
* changes to audionfullagar@google.com2010-10-052-15/+39
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-2/+0
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-0/+2
* Update Chrome to use the renamed WebDragData methods.dcheng@chromium.org2010-10-051-8/+8
* Second try at submitting 61462.ericu@google.com2010-10-051-0/+8
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-8/+0
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-0/+8
* Remove zoom handling from Mac plugin event conversionstuartmorgan@chromium.org2010-10-042-34/+0
* Enable hyperlink auditing by default, and allow disabling with the command li...japhet@chromium.org2010-10-041-1/+1
* Add a method to the private API to search text using ICU.jam@chromium.org2010-10-042-0/+61
* Pepper: Update AppendDataToBody to take a data pointer and length ...viettrungluu@chromium.org2010-10-041-6/+2
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-042-0/+11
* clang/mac: Fix most problems in unittest targets in webkit.gypthakis@chromium.org2010-10-033-4/+16
* Pull new PPAPI and update Browser interfaces to reflect new API.brettw@chromium.org2010-10-036-56/+64
* Don't load plugins on the UI thread for pref and group policy disabling.jam@chromium.org2010-10-026-10/+953
* When handling a redirect, set the downloadToFile attribute of the newRequest ...michaeln@chromium.org2010-10-021-0/+1
* Export webkit and v8 direct_dependent_settings for targets that depend on glu...victorw@chromium.org2010-10-011-0/+4
* Get rid of ZOOM_LEVEL_IS_DOUBLE code since WebKit is rolled.jam@chromium.org2010-10-012-11/+1
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-014-63/+49
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-014-49/+63
* Clang: make DCHECK_EQ(string16, string16) work.thakis@chromium.org2010-10-014-2/+42