summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-1030-75/+71
* Fix plugin window sticking around when parent became invisible. Added test f...jam@chromium.org2009-05-103-40/+14
* DevTools: Move client js bindings to per-instance basis.pfeldman@chromium.org2009-05-082-72/+44
* DevTools: Activate inspector window on break / exception.pfeldman@chromium.org2009-05-084-21/+40
* Fix a regression which occured because of the default plugin loading before t...ananta@chromium.org2009-05-071-2/+2
* WebKit Merge 43361:43371, Chromium side.dglazkov@google.com2009-05-073-4/+4
* Convert to KURL, and then use the glue_util function to convert fromdarin@chromium.org2009-05-071-3/+3
* Use ifdef to take away the paint method for media player from machclam@chromium.org2009-05-071-0/+3
* Refactor media player to move away from webkit_gluehclam@chromium.org2009-05-079-1616/+1383
* There are cases where a Frame may outlive its associated Page. Get thedarin@chromium.org2009-05-066-63/+72
* Change webplugin_delegate_impl_mac from C++ to Objective-C++amanda@chromium.org2009-05-061-0/+0
* DevTools: Update test expectataions.pfeldman@chromium.org2009-05-061-17/+19
* DevTools: Do not fail on closing WebInspector while on a breakpoint.pfeldman@chromium.org2009-05-065-39/+78
* Chrome changes for WebKit merge 43114:43242darin@chromium.org2009-05-054-31/+36
* Chrome side to handle changing CreateWebWorker to createWorker.darin@chromium.org2009-05-052-2/+2
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-053-4/+15
* In OOP-sytle JavaScript programs there are lots of anonymous functions which ...yurys@google.com2009-05-051-7/+1
* DevTools: Bugfixes for the round of sanity testing.pfeldman@chromium.org2009-05-056-8/+34
* Fix Flash window in Analytics being incorrectly visible.jam@chromium.org2009-05-056-4/+86
* Revert r15278. More unexpected test failures :(darin@chromium.org2009-05-0512-63/+249
* Re-do r15244: Fix crash in ~TestWebViewDelegate caused bydarin@chromium.org2009-05-0512-249/+63
* Make our autoscroll icons a little better.glen@chromium.org2009-05-0510-0/+0
* Various trivial clean-up bits:pkasting@chromium.org2009-05-053-6/+8
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-044-115/+0
* Revert r15244. Failed tests :(darin@chromium.org2009-05-0412-63/+249
* Eliminate webkit/glue/webhistoryitem* in favor of adding adarin@chromium.org2009-05-0412-249/+63
* revert r15223 to see if it fixes the security-context-with-base-tag.html crashdarin@chromium.org2009-05-042-9/+0
* Revert bug fix because interactive_ui_tests are failing.mbelshe@google.com2009-05-042-43/+1
* Adds a WillDestroyFrame(WebFrame*) notification method to WebViewDelegate thatdarin@chromium.org2009-05-042-0/+9
* DevTools: Add Metrics sidebar support.pfeldman@chromium.org2009-05-044-24/+125
* Defer window.close(), window.resizeTo(), and window.moveTo()mbelshe@google.com2009-05-042-1/+43
* DevTools: Implement search in scripts.pfeldman@chromium.org2009-05-044-2/+57
* Now it's possible to evaluate expressions in the debugger console.yurys@google.com2009-05-043-37/+105
* DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...pfeldman@chromium.org2009-05-043-53/+110
* DevTools: Support XmlHTTPRequests sniffing.pfeldman@chromium.org2009-05-043-3/+28
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-014-9/+16
* Run workers in separate processes.jam@chromium.org2009-05-013-20/+241
* Call WebWorkerClient on the main thread. This makes it consistent with the r...jam@chromium.org2009-05-012-8/+135
* Only unset the kWebPluginDelegateProperty property after calling the plugin's...jam@chromium.org2009-05-011-25/+19
* DevTools: Fix access violation (null pointer) on document tear down.pfeldman@chromium.org2009-05-013-5/+8
* Allow Frame.cpp to be unforked.levin@chromium.org2009-05-011-1/+7
* Glue part for the provisional WebKit merge (https://bugs.webkit.org/show_bug....pfeldman@chromium.org2009-05-012-0/+7
* Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac...ananta@chromium.org2009-04-302-4/+5
* Add empty createHTMLParserQuirks implementation in anticipation of http://tra...dglazkov@google.com2009-04-301-0/+3
* Modify WebView drop effect override values.tc@google.com2009-04-301-4/+4
* Chrome side of WebKit Merge 42994:43059playmobil@google.com2009-04-301-4/+4
* DevTools: Implement styles editing.pfeldman@chromium.org2009-04-304-48/+235
* 1. When exception is thrown debugger will pause and show call stack.yurys@google.com2009-04-303-8/+82
* Workaround fix for Alt-Gr case.ukai@chromium.org2009-04-301-8/+19
* Don't insert ASCII character with ctrl(w/o/ alt) or meta is on.ukai@chromium.org2009-04-301-0/+18