summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Make the plugin popup handling code cross-platformstuartmorgan@chromium.org2010-02-115-52/+72
* Ensure we aren't using stale invalidation rects for windowless pluginsstuartmorgan@chromium.org2010-02-111-4/+10
* Remove calls to the deprecated method applyAutofillSuggestions and replace it...jhawkins@chromium.org2010-02-112-7/+8
* Don't attempt to unload Silverlight on the Macstuartmorgan@chromium.org2010-02-113-3/+19
* Fix Linux compile bustagestuartmorgan@chromium.org2010-02-111-1/+1
* Remove an NPP_SetWindow call left over from the old Carbon idle event codestuartmorgan@chromium.org2010-02-114-34/+13
* Remove webkit/glue/glue_util.{h,cc} now that the WebKit API is complete!darin@chromium.org2010-02-112-548/+0
* Always send the stream headers to the plugin, not just for seekable ones.jam@chromium.org2010-02-111-3/+5
* Reland r38570. The underlying bug has been fix.jhawkins@chromium.org2010-02-113-37/+41
* Pass the SWP_NOMOVE flag to SetWindowPos in WebPluginDelegateImpl::WindowedRe...mpcomplete@chromium.org2010-02-101-1/+4
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-2/+2
* DevTools: switch to upstreamed version of DevTools *.js files. Second attempt...yurys@chromium.org2010-02-1021-6525/+1
* Revert "DevTools: switch to upstreamed version of DevTools *.js files"yurys@chromium.org2010-02-1021-1/+6525
* DevTools: switch to upstreamed version of DevTools *.js filesyurys@chromium.org2010-02-1021-6525/+1
* Prepare for removing glue/devtools: move devtools_message_data.* to glue/yurys@chromium.org2010-02-102-8/+6
* Revert "Move conditions of FormFields creation to FormFieldHistoryManager;tony@chromium.org2010-02-103-41/+37
* Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...jhawkins@chromium.org2010-02-103-37/+41
* Fixed clipping of GPU plugin instances on Mac OS X against the browserkbr@google.com2010-02-102-13/+20
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-102-2/+2
* Move base.js file to the renderer/resources since it's not used by DevTools a...yurys@chromium.org2010-02-092-1016/+0
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-092-0/+3
* Take out intptr_t IPC serialization support to prevent people from sending po...jam@chromium.org2010-02-092-7/+7
* DevTools: prepare glue/devtools/js/*.js files for upstreaming.yurys@chromium.org2010-02-099-3323/+3464
* Finish implementing NPN_ConvertPoint, and add a unit test for itstuartmorgan@chromium.org2010-02-097-26/+125
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-082-74/+88
* Remove duplicate parent directory links from ftp directory listing.phajdan.jr@chromium.org2010-02-081-0/+6
* Add pageNumberForElementById for chromium.hamaji@chromium.org2010-02-062-0/+15
* Make Carbon plugin idle event source robust against changes during iterationstuartmorgan@chromium.org2010-02-051-57/+62
* WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524jeremy@chromium.org2010-02-051-0/+13
* Remove some tests that are now living upstream, and eliminatedarin@chromium.org2010-02-052-85/+33
* Implement FormManager, a class that manages forms in a RenderView.jhawkins@chromium.org2010-02-051-0/+11
* regular_expression_unittest to only use WebKit API.yaar@chromium.org2010-02-041-57/+67
* OpenBSD has sys/exec_elf.h for the ELF defines, not elf.hpvalchev@google.com2010-02-032-0/+4
* Revert 38001 and 38002.darin@chromium.org2010-02-031-14/+26
* Back out trunk r37998.mark@chromium.org2010-02-031-26/+14
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-14/+26
* To implement Pepper in Native Client we need access to the implementation of thesehr@google.com2010-02-034-12/+12
* [GPU] Get GPU process running on the mackbr@google.com2010-02-037-3/+401
* Use CFBundle directly when reading Mac plugin informationstuartmorgan@chromium.org2010-02-021-7/+6
* Hide plugins in minimized/hidden windows on the Macstuartmorgan@chromium.org2010-02-022-3/+16
* Fix regression in NPN_PluginThreadAsyncCall.jam@chromium.org2010-02-024-3/+37
* DevTools: remove files which were upstreamed.yurys@chromium.org2010-02-0218-3085/+0
* Fix for a focus bug when loading a plugin in an extension background page.mpcomplete@chromium.org2010-02-011-1/+4
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-012-25/+81
* Propagate window focus changes to plugins on the Macstuartmorgan@chromium.org2010-02-011-3/+3
* DevTools: load injected script using WebKit API. Now with test_shell working.yurys@chromium.org2010-01-313-8/+17
* Revert "DevTools: load injected script using WebKit API"yurys@chromium.org2010-01-313-17/+8
* DevTools: load injected script using WebKit APIyurys@chromium.org2010-01-313-8/+17
* DevTools: let GC manage utility script's ScriptState lifetimeyurys@chromium.org2010-01-312-8/+2
* DevTools upstreaming: rename Js* to JS*yurys@chromium.org2010-01-316-38/+37