summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-2/+5
* Disable the "Copy Image" context menu option when the user right-clicks a blo...pkasting@chromium.org2010-02-201-0/+4
* Fix cliprect handling for Mac plugins in hidden tabs/windowsstuartmorgan@chromium.org2010-02-191-3/+3
* Adding command line flag (--show-composited-render-layers) to enable the show...vangelis@chromium.org2010-02-192-4/+7
* Protect against re-entering OnThrottleMessage thru CallWindowProc.darin@chromium.org2010-02-191-16/+24
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-1912-8/+18
* Flip the "unique file:// URI origin" flag to on. Add thecevans@chromium.org2010-02-181-1/+1
* Chromium plumbing for new file:// security flag, including test_shell support.cevans@chromium.org2010-02-182-0/+3
* Modal loops of joy.darin@chromium.org2010-02-182-8/+25
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-182-0/+19
* Revert 39287 - Chromium pieces to use the WebKit support for isolation file:/...cevans@chromium.org2010-02-182-3/+0
* Revert 39300 - Turn off new secure file:// flag.cevans@chromium.org2010-02-181-1/+1
* Turn off new secure file:// flag.cevans@chromium.org2010-02-171-1/+1
* Chromium pieces to use the WebKit support for isolation file:// documents incevans@chromium.org2010-02-172-0/+3
* Use better web app icons.xiyuan@chromium.org2010-02-171-2/+8
* Implement layoutTestController.numberOfPages.hamaji@chromium.org2010-02-172-0/+14
* Pass the right argument when fixing up stale plugin location on the Macstuartmorgan@chromium.org2010-02-171-1/+1
* Add checks for Mac plugin instance destruction after NPP_* callsstuartmorgan@chromium.org2010-02-161-5/+12
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-164-8/+24
* 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