summaryrefslogtreecommitdiffstats
path: root/webkit/api/public
Commit message (Expand)AuthorAgeFilesLines
* Roll DEPS for WebKit 50407:50416. Includes a fix for accessiblity bustage fr...senorblanco@chromium.org2009-11-021-129/+132
* Revert "Handle GTK enter and leave notification events and pass them to WebKi...rafaelw@chromium.org2009-11-021-2/+0
* Handle GTK enter and leave notification events and pass them to WebKit as estade@chromium.org2009-11-021-0/+2
* DevTools: report correct content length for resources.yurys@google.com2009-11-021-1/+1
* Remove WebCore dependency from accessibility_controller.dglazkov@chromium.org2009-11-021-0/+49
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-022-2/+5
* Expose a method to access amount of memory used by the current process.darin@chromium.org2009-11-021-0/+8
* Revert "Eliminate mime_util dependency from WebFrameLoaderClient."mhm@chromium.org2009-11-011-1/+0
* Eliminate mime_util dependency from WebFrameLoaderClient.mhm@chromium.org2009-11-011-0/+1
* Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...johnnyg@chromium.org2009-10-312-1/+3
* Fixed style nits.atwilson@chromium.org2009-10-303-5/+5
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-301-0/+3
* Remove WebCore dependencies from accessibility_ui_element.dglazkov@chromium.org2009-10-302-0/+138
* Flesh out more of ChromiumBridge.cpp eliminating all but two methods ondarin@chromium.org2009-10-301-1/+6
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-303-0/+125
* Some minor cleanup in WebBindings.{h,cpp}darin@chromium.org2009-10-301-23/+23
* Move various runtime enabled features into a WebRuntimeFeatures class.darin@chromium.org2009-10-302-11/+65
* Adds default implementations to WebFrameClientyaar@chromium.org2009-10-291-44/+48
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-292-0/+81
* DevTools: Remove base/ dependencies from glue/devtoolspfeldman@chromium.org2009-10-282-0/+123
* Second attempt to swap processes on rel=noreferrer, target=blank links.creis@chromium.org2009-10-261-0/+4
* Adding the WebDatabase class, and the WebDatabaseObserver abstractdumi@chromium.org2009-10-233-0/+137
* Move SearchableFormData over to the WebKit API.pkasting@chromium.org2009-10-231-0/+68
* Introduce WebScriptController for script related methods.mhm@chromium.org2009-10-231-19/+25
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-231-0/+9
* Add missing forward decl in WebSocketStreamHandleClient.hukai@chromium.org2009-10-231-0/+2
* Reverting 29783.johnnyg@chromium.org2009-10-221-4/+0
* Swaps renderer processes on links with rel=noreferrer and target=_blank.creis@google.com2009-10-221-0/+4
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-222-18/+64
* Revert 29747 - Switch over to the new way of enabling/disabling session/local...nsylvain@chromium.org2009-10-222-4/+1
* Switch over to the new way of enabling/disabling session/local storage.jorlow@chromium.org2009-10-222-1/+4
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-211-1/+1
* TBR: darinmhm@chromium.org2009-10-212-64/+18
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-212-18/+64
* Enable WebSocket in test_shellukai@chromium.org2009-10-214-0/+172
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-201-4/+10
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-201-0/+0
* add enableWebSockets in WebKit APIukai@chromium.org2009-10-202-1/+4
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-193-20/+20
* Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.tkent@chromium.org2009-10-191-0/+10
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-175-1/+143
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-162-26/+67
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-162-0/+30
* Revert "Move scripting / v8 related methods out of WebKit.h"tony@chromium.org2009-10-162-67/+26
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-162-26/+67
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-133-0/+84
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-101-0/+1
* Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayerhclam@chromium.org2009-10-091-3/+3
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-092-1/+123
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-091-0/+2