summaryrefslogtreecommitdiffstats
path: root/webkit/api
Commit message (Expand)AuthorAgeFilesLines
* Supports control characters, like what Windows does.suzhe@chromium.org2009-10-161-15/+59
* Attempt to fix the build by adding an include.dglazkov@chromium.org2009-10-161-0/+1
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-164-54/+134
* 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-164-134/+54
* Move scripting / v8 related methods out of WebKit.hmhm@chromium.org2009-10-164-54/+134
* Added stub implementation of SharedWorkerRepository.atwilson@chromium.org2009-10-151-0/+69
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-134-0/+164
* Reverting 28607.darin@chromium.org2009-10-132-5/+6
* Layout test results and style fix in webkit/api/srchclam@chromium.org2009-10-121-6/+6
* Roll WebKit to r49432hclam@chromium.org2009-10-121-0/+14
* 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-092-4/+4
* Reverting 28599.darin@chromium.org2009-10-092-6/+5
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-092-5/+6
* Roll WebKit ro r49372hclam@chromium.org2009-10-091-1/+1
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-092-1/+123
* Reverting 28545.darin@chromium.org2009-10-092-6/+5
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-092-5/+6
* Fix possible null-pointer dereferences in WebKit API.tkent@chromium.org2009-10-098-8/+16
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-092-90/+93
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-3/+3
* Add pieces needed by upcoming memory purge implementation:pkasting@chromium.org2009-10-076-15/+128
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-071-0/+12
* Webkit roll: 49213:49221levin@chromium.org2009-10-071-2/+4
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-072-0/+63
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-064-9/+179
* Implement --enable-web-sockets flag.ukai@chromium.org2009-10-063-0/+9
* Ported Chrome's WebGL implementation to Linux. Required changes tokbr@google.com2009-10-051-9/+149
* Adds command line flag to enable desktop notifications.johnnyg@chromium.org2009-10-053-0/+7
* Exposes WebCore's FontCache through the webkit APIjamesr@chromium.org2009-10-052-0/+114
* Adds desktop notification support for renderer process, and enables the build...johnnyg@chromium.org2009-10-052-3/+18
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-037-1/+326
* Add quota support.jorlow@chromium.org2009-10-034-9/+8
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-033-7/+33
* The second half of http://trac.webkit.org/changeset/49040jorlow@chromium.org2009-10-032-2/+3
* Ported Chrome's WebGL implementation to Mac OS X. Removed code whichkbr@google.com2009-10-021-319/+343
* WebKit roll: 48994:49006atwilson@chromium.org2009-10-021-1/+1
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-021-0/+3
* Minor cleanup in WebKitClient.darin@chromium.org2009-10-021-6/+8
* Roll to webkit r48994.atwilson@chromium.org2009-10-021-1/+1
* SocketStreamHandle implementation (skelton) for chromium.ukai@chromium.org2009-10-021-0/+121
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-1/+35
* Reverting 27756.jorlow@chromium.org2009-10-017-327/+3
* Another stab at the Chromium side of storage events. The WebKit side can be ...jorlow@chromium.org2009-10-017-3/+327
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-35/+1
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-1/+35
* Add an optional WebFrame parameter to WebView::findFrameByName.darin@chromium.org2009-09-301-2/+5
* Added command line argument --enable-webgl to facilitate turning onkbr@google.com2009-09-303-0/+7
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-39/+29