summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary WebCore includes.darin@chromium.org2009-11-161-11/+3
* Update the Mac plugin whitelist/blacklist for recent fixesstuartmorgan@chromium.org2009-11-161-1/+1
* Add support for Mac NPAPI drawing model negotiation, along with a stubamanda@chromium.org2009-11-161-2/+2
* linux: wrap UA check in OS_LINUXevan@chromium.org2009-11-161-1/+4
* linux: spoof UA string when using Yahoo mailevan@chromium.org2009-11-161-10/+29
* Fix typos in DevTools testsapavlov@chromium.org2009-11-161-4/+4
* DevTools: update UI when profiling is started / stopped from console.mnaganov@chromium.org2009-11-161-10/+19
* DevTools: fix timer leak.mnaganov@chromium.org2009-11-161-3/+9
* Apply the latest translated strings to trunk.mal@chromium.org2009-11-151-18/+18
* This CL fixes the document-open.html and window-open.html plugin layout tests...ananta@chromium.org2009-11-142-0/+15
* Call np_getentrypoints after np_initialize on the Macstuartmorgan@chromium.org2009-11-141-2/+9
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-136-13/+28
* Add a Mac plugin quirk for ignoring QuickTime's negotiated drawing modelstuartmorgan@chromium.org2009-11-132-6/+26
* DevTools: Add support for removeNode from elements panel implemented upstream.pfeldman@chromium.org2009-11-131-0/+1
* DevTools: right align numbers in heap profile view, show absolute values init...mnaganov@chromium.org2009-11-132-4/+36
* Roll WebKit DEPS 50840:50929.levin@chromium.org2009-11-131-2/+1
* Cleans up a bit the DB-related methods.dumi@chromium.org2009-11-132-9/+11
* Fix a bug where we were setting the mime-type to the fulltony@chromium.org2009-11-133-14/+36
* Always call NPP_SetWindow, even for 0x0 plugins, on the Macstuartmorgan@chromium.org2009-11-121-3/+0
* Coverity: Fix leaking NativeImageSkia in webkit_glue::DecodeImage.mattm@chromium.org2009-11-122-12/+55
* DevTools: enable Storage panel by defaultyurys@google.com2009-11-122-2/+38
* DevTools: remove temporary override for addDOMStorage as WebKit fix has alrea...yurys@google.com2009-11-121-12/+0
* Upstreaming WebKit.gypyaar@chromium.org2009-11-1279-227/+227
* Retry of http://codereview.chromium.org/372025 with additional changes toamanda@chromium.org2009-11-112-137/+63
* WebKit roll 50756:50820.japhet@chromium.org2009-11-111-8/+0
* DevTools: wait for initial scripts response before processing backtrace responseyurys@google.com2009-11-112-22/+92
* DevTools: add test for pause event during frontend load.yurys@google.com2009-11-112-1/+38
* DevTools: allow deleting entries from localStorageyurys@google.com2009-11-111-0/+1
* Rework painting to be something that will actually work. This allows plugins tobrettw@chromium.org2009-11-113-3/+23
* Never send NPRES_NETWORK_ERR to Flash in response to a url that it opened in ...jam@chromium.org2009-11-103-0/+8
* Distinguish between old and new FTP LIST response parsersphajdan.jr@chromium.org2009-11-101-8/+8
* Prevent plugins from handling PDF on the Macstuartmorgan@chromium.org2009-11-101-0/+8
* Revert 31562 - Add NPP_SetWindow() with a NULL window to stop races in pluginstuartmorgan@chromium.org2009-11-101-6/+0
* Add NPP_SetWindow() with a NULL window to stop races in pluginamanda@chromium.org2009-11-101-0/+6
* Fix Resources panel enablementapavlov@chromium.org2009-11-101-3/+3
* Roll WebKit DEPS 50603:50641.levin@chromium.org2009-11-091-1/+1
* Fix regression in which NPRES_NETWORK_ERR instead of NPRES_USER_BREAK was pas...jam@chromium.org2009-11-091-5/+9
* DevTools: fix 'super' call, route it to new InspectorControllerStub.pfeldman@chromium.org2009-11-081-2/+1
* DevTools: migrate from inspector_controller.js to the InspectorControllerStub...pfeldman@chromium.org2009-11-072-525/+10
* Use the new FTP LIST parsing code in the browser.phajdan.jr@chromium.org2009-11-072-46/+109
* DevTools: add pause on exception testyurys@google.com2009-11-071-0/+31
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-0710-186/+171
* Fix dummy plugin window update (Mac)stuartmorgan@chromium.org2009-11-061-6/+8
* Reverting 31266. threw asserts in test_shell on the bots.amanda@chromium.org2009-11-062-18/+136
* Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fixamanda@chromium.org2009-11-062-136/+18
* Implement the Cocoa event model for Mac NPAPI. This is a first cut for theamanda@chromium.org2009-11-062-60/+214
* DevTools: Turn pause on exceptions off by default (as in Web Inspector and Fi...pfeldman@chromium.org2009-11-061-1/+1
* Invoke DevTools window search rather than native search on F3 keypressapavlov@chromium.org2009-11-061-9/+44
* Focus DevTools window on inspected node selection with magnifierapavlov@chromium.org2009-11-061-0/+4
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-059-11/+34