summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Create a WebSettings interface that can be used for code outside of WebKit/We...jorlow@chromium.org2009-08-083-49/+44
* Update webkit_strings with the latest translations.mal@chromium.org2009-08-0849-12/+61
* Set up a interposing library for Carbon calls made by plugins.stuartmorgan@google.com2009-08-073-75/+114
* DevTools: add simple Heap profiles panel.mnaganov@chromium.org2009-08-076-64/+454
* DevTools: Add Color.js into the frontend.pfeldman@chromium.org2009-08-073-1/+4
* linux: fix windowless Flash when scrollingpiman@chromium.org2009-08-074-32/+48
* Move ClosePage method to WebView.darin@chromium.org2009-08-066-15/+15
* When the plugin crashes, cleanup references to its window in the renderer.piman@chromium.org2009-08-061-0/+2
* Enable message ports for workers.jam@chromium.org2009-08-064-22/+63
* Start with a PolicyIgnore when determining navigation action policy in WebFra...dglazkov@google.com2009-08-061-1/+1
* DevTools: migrate to upstreamed version of CSS support.pfeldman@chromium.org2009-08-067-769/+253
* A quick fix for Issue 18353.hbono@chromium.org2009-08-061-6/+0
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-063-30/+32
* DevTools: add initial stuff for Heap profiler.mnaganov@chromium.org2009-08-0511-58/+228
* DevTools l10n: fix .grd files by results of running GRIT, sync up with WebKit.mnaganov@chromium.org2009-08-052-22/+42
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-052-5/+67
* This fixes the npapi-response-headers layout test, which started failing afte...ananta@chromium.org2009-08-041-6/+8
* Skip STR resources in Mac plugins that we can't convert to CFStringsstuartmorgan@google.com2009-08-041-0/+2
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-047-227/+68
* Don't call NPP_SetWindow during the painting of windowless plugins.dglazkov@chromium.org2009-08-042-19/+35
* DevTools: add missing file from the devtools console fix.pfeldman@chromium.org2009-08-041-3/+3
* DevTools: add missing <ph> tags to .grd file.mnaganov@chromium.org2009-08-041-2/+2
* DevTools: Fix devtools after WebKit @r46732 roll.pfeldman@chromium.org2009-08-042-8/+10
* Another attempt at landing this patch.ananta@chromium.org2009-08-048-37/+166
* When loading an alternate 404 error page, always set 'replace' to true.darin@chromium.org2009-08-031-1/+1
* Fix a DCHECK we hit when a mime type isn't ASCII.evan@chromium.org2009-08-031-6/+18
* DevTools: prepare for l10n.mnaganov@chromium.org2009-08-034-12/+645
* Move alternate error page loading out of WebFrame.darin@chromium.org2009-08-027-86/+36
* linux: don't call NPP_SetWindow if the width/height is <= 0piman@chromium.org2009-07-311-0/+9
* WebKit Update 46594:46622ukai@chromium.org2009-07-311-0/+5
* Fix a crash in BufferedDataSourcehclam@chromium.org2009-07-312-2/+19
* Change to WebMediaPlayerImpl incorrectly translated some pipeline errors.kylep@chromium.org2009-07-311-7/+7
* Provide media slider thumb image for media controls panelhclam@chromium.org2009-07-303-0/+2
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-307-98/+18
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-303-10/+22
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-302-2/+57
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-306-23/+41
* DevTools: hide script for javascript:void(0)yurys@google.com2009-07-301-2/+31
* DevTools: Show errors that happened while expanding object properties.pfeldman@chromium.org2009-07-301-26/+29
* DevTools: Do not list getter functions in object properties.pfeldman@chromium.org2009-07-301-24/+32
* Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.abarth@chromium.org2009-07-304-7/+7
* Another attempt at landing this patch. ananta@chromium.org2009-07-307-18/+98
* WebKit Update 46536:46570ukai@chromium.org2009-07-302-0/+6
* Revert "Fix a DCHECK we hit when a mime type isn't ASCII."evan@chromium.org2009-07-301-18/+6
* Fix a DCHECK we hit when a mime type isn't ASCII.evan@chromium.org2009-07-301-6/+18
* Fix build bustage due to r21999hclam@chromium.org2009-07-291-1/+1
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-297-169/+346
* linux: also look in ~/.mozilla/plugins for pluginsevan@chromium.org2009-07-291-1/+7
* Update the Mac plugin dummy window code for the new coordinate system.stuartmorgan@google.com2009-07-292-122/+210
* Retry requests that has timed out in BufferedDataSourcehclam@google.com2009-07-293-1/+134