| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove +x bit from files that shouldn't have it. | evan@chromium.org | 2009-10-20 | 1 | -0/+0 |
* | add enableWebSockets in WebKit API | ukai@chromium.org | 2009-10-20 | 5 | -9/+21 |
* | Roll WebKit up to 49830 and fix a build error caused by that revision. | jorlow@chromium.org | 2009-10-20 | 1 | -1/+1 |
* | Moved Node/ElementToHTMLInputElement from glue/dom_utilities into src/DOMUtil... | yaar@chromium.org | 2009-10-20 | 2 | -0/+103 |
* | WebKit DEPS roll 49761:49809. BUG=none TEST=none TBR=yutak | japhet@chromium.org | 2009-10-19 | 1 | -1/+2 |
* | Allow keyboard input to work in Mac plugins. Filed bug 25183 to revive "figu... | amanda@chromium.org | 2009-10-19 | 2 | -6/+30 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 3 | -20/+20 |
* | Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS. | tkent@chromium.org | 2009-10-19 | 1 | -0/+10 |
* | Move WebDevToolsAgent{Delegate} into the WebKit API. | darin@chromium.org | 2009-10-17 | 5 | -1/+143 |
* | Supports control characters, like what Windows does. | suzhe@chromium.org | 2009-10-16 | 1 | -15/+59 |
* | Attempt to fix the build by adding an include. | dglazkov@chromium.org | 2009-10-16 | 1 | -0/+1 |
* | Move scripting / v8 related methods out of WebKit.h | mhm@chromium.org | 2009-10-16 | 4 | -54/+134 |
* | Move autofill related WebView{Delegate} methods into the WebKit API. | darin@chromium.org | 2009-10-16 | 2 | -0/+30 |
* | Revert "Move scripting / v8 related methods out of WebKit.h" | tony@chromium.org | 2009-10-16 | 4 | -134/+54 |
* | Move scripting / v8 related methods out of WebKit.h | mhm@chromium.org | 2009-10-16 | 4 | -54/+134 |
* | Added stub implementation of SharedWorkerRepository. | atwilson@chromium.org | 2009-10-15 | 1 | -0/+69 |
* | Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject. | dglazkov@chromium.org | 2009-10-13 | 4 | -0/+164 |
* | Reverting 28607. | darin@chromium.org | 2009-10-13 | 2 | -5/+6 |
* | Layout test results and style fix in webkit/api/src | hclam@chromium.org | 2009-10-12 | 1 | -6/+6 |
* | Roll WebKit to r49432 | hclam@chromium.org | 2009-10-12 | 1 | -0/+14 |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 1 | -0/+1 |
* | Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayer | hclam@chromium.org | 2009-10-09 | 2 | -4/+4 |
* | Reverting 28599. | darin@chromium.org | 2009-10-09 | 2 | -6/+5 |
* | Convert types in WebFrameLoaderClientImpl in preparation for moving | darin@chromium.org | 2009-10-09 | 2 | -5/+6 |
* | Roll WebKit ro r49372 | hclam@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Moving ShowContextMenu out of WebView_delegate and into WebViewClient | yaar@chromium.org | 2009-10-09 | 2 | -1/+123 |
* | Reverting 28545. | darin@chromium.org | 2009-10-09 | 2 | -6/+5 |
* | Convert types in WebFrameLoaderClientImpl in preparation for moving | darin@chromium.org | 2009-10-09 | 2 | -5/+6 |
* | Fix possible null-pointer dereferences in WebKit API. | tkent@chromium.org | 2009-10-09 | 8 | -8/+16 |
* | Print the element path in TestWebViewDelegate::decidePolicyForNavigation() | tkent@chromium.org | 2009-10-09 | 2 | -90/+93 |
* | Make all content scripts from an extension run in the same | aa@chromium.org | 2009-10-08 | 1 | -3/+3 |
* | Add pieces needed by upcoming memory purge implementation: | pkasting@chromium.org | 2009-10-07 | 6 | -15/+128 |
* | Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient. | darin@chromium.org | 2009-10-07 | 1 | -0/+12 |
* | Webkit roll: 49213:49221 | levin@chromium.org | 2009-10-07 | 1 | -2/+4 |
* | Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a | darin@chromium.org | 2009-10-07 | 2 | -0/+63 |
* | Move runFileChooser from webview_delegate to WebViewClient. | yaar@chromium.org | 2009-10-06 | 4 | -9/+179 |
* | Implement --enable-web-sockets flag. | ukai@chromium.org | 2009-10-06 | 3 | -0/+9 |
* | Ported Chrome's WebGL implementation to Linux. Required changes to | kbr@google.com | 2009-10-05 | 1 | -9/+149 |
* | Adds command line flag to enable desktop notifications. | johnnyg@chromium.org | 2009-10-05 | 3 | -0/+7 |
* | Exposes WebCore's FontCache through the webkit API | jamesr@chromium.org | 2009-10-05 | 2 | -0/+114 |
* | Adds desktop notification support for renderer process, and enables the build... | johnnyg@chromium.org | 2009-10-05 | 2 | -3/+18 |
* | Another stab at the Chromium side of storage events. Re-submission of http:/... | jorlow@chromium.org | 2009-10-03 | 7 | -1/+326 |
* | Add quota support. | jorlow@chromium.org | 2009-10-03 | 4 | -9/+8 |
* | More WebView / WebViewDelegate cleanup. | darin@chromium.org | 2009-10-03 | 3 | -7/+33 |
* | The second half of http://trac.webkit.org/changeset/49040 | jorlow@chromium.org | 2009-10-03 | 2 | -2/+3 |
* | Ported Chrome's WebGL implementation to Mac OS X. Removed code which | kbr@google.com | 2009-10-02 | 1 | -319/+343 |
* | WebKit roll: 48994:49006 | atwilson@chromium.org | 2009-10-02 | 1 | -1/+1 |
* | Restore plumbing for the spelling panel on Mac. | darin@chromium.org | 2009-10-02 | 1 | -0/+3 |
* | Minor cleanup in WebKitClient. | darin@chromium.org | 2009-10-02 | 1 | -6/+8 |
* | Roll to webkit r48994. | atwilson@chromium.org | 2009-10-02 | 1 | -1/+1 |