summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix DomSerializerTests disabled for WebKit merge 43114:43242jnd@chromium.org2009-05-123-37/+80
* Implement the triple click for the Mac.avi@google.com2009-05-125-74/+11
* This change makes sure we always have a valid NSGraphicsContext, a jobjrg@chromium.org2009-05-121-0/+4
* DevTools: migrate to 'native' JSON serialization.pfeldman@chromium.org2009-05-127-17/+13
* Delete the checked-in webkit .vcproj (and ancillary .sln) files.sgk@google.com2009-05-122-1252/+0
* Don't request scripts until ScriptsPanel is visible.yurys@google.com2009-05-122-6/+32
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-124-6/+33
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-114-0/+0
* Fix bug about webpage with an empty HEAD tag is incorrectly saved.jnd@chromium.org2009-05-113-4/+77
* fix build bustagedarin@chromium.org2009-05-101-0/+1
* fix build bustagedarin@chromium.org2009-05-101-0/+1
* 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