| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Remove base/ dependencies from glue/devtools | pfeldman@chromium.org | 2009-10-28 | 2 | -0/+123 |
* | Roll to 50182 | jorlow@chromium.org | 2009-10-28 | 1 | -0/+7 |
* | Move glue/EditorClientImpl.h/cpp to webkit/api/src | yaar@chromium.org | 2009-10-27 | 2 | -0/+1108 |
* | Move a bunch of files into webkit/api/src | darin@chromium.org | 2009-10-27 | 10 | -0/+1990 |
* | Renamed WebContextMenuClientImpl -> ContextMenuClientImpl | yaar@chromium.org | 2009-10-27 | 2 | -8/+8 |
* | Second attempt to swap processes on rel=noreferrer, target=blank links. | creis@chromium.org | 2009-10-26 | 1 | -0/+4 |
* | Instructing V8 to disable the binding for the window.openDatabase() | dumi@chromium.org | 2009-10-24 | 1 | -0/+2 |
* | Initialize WebContextMenuData::mediaFlags. | scherkus@chromium.org | 2009-10-24 | 1 | -0/+1 |
* | Adding the WebDatabase class, and the WebDatabaseObserver abstract | dumi@chromium.org | 2009-10-23 | 5 | -0/+289 |
* | Move SearchableFormData over to the WebKit API. | pkasting@chromium.org | 2009-10-23 | 2 | -0/+324 |
* | Create a PasswordAutocompleteListener interface to de-couple WebView | darin@chromium.org | 2009-10-23 | 1 | -0/+51 |
* | Introduce WebScriptController for script related methods. | mhm@chromium.org | 2009-10-23 | 2 | -29/+38 |
* | Adds support for the <keygen> tag for client certificate enrollment | wtc@chromium.org | 2009-10-23 | 2 | -2/+12 |
* | Add missing forward decl in WebSocketStreamHandleClient.h | ukai@chromium.org | 2009-10-23 | 1 | -0/+2 |
* | Moved castToHTMLXXXElement and getNameForInputElement to DOMUtilitiesPrivate. | yaar@chromium.org | 2009-10-22 | 2 | -16/+68 |
* | Webkit roll 49946:49947, also wtc's change (http://codereview.chromium.org/31... | johnnyg@chromium.org | 2009-10-22 | 1 | -0/+9 |
* | Move ContextMenuClientImpl to api/src | yaar@chromium.org | 2009-10-22 | 2 | -0/+301 |
* | Chromium fix for "Copy Image". (WebCore fix is http://codereview.chromium.org... | avi@chromium.org | 2009-10-22 | 1 | -6/+8 |
* | Reverting 29783. | johnnyg@chromium.org | 2009-10-22 | 1 | -4/+0 |
* | Swaps renderer processes on links with rel=noreferrer and target=_blank. | creis@google.com | 2009-10-22 | 1 | -0/+4 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-22 | 5 | -46/+134 |
* | Revert 29747 - Switch over to the new way of enabling/disabling session/local... | nsylvain@chromium.org | 2009-10-22 | 5 | -19/+7 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-10-22 | 5 | -7/+19 |
* | Trim unused members from SearchableFormData. Remove copies of WebCore functi... | pkasting@chromium.org | 2009-10-21 | 1 | -1/+1 |
* | TBR: darin | mhm@chromium.org | 2009-10-21 | 4 | -133/+46 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-21 | 4 | -46/+133 |
* | Implemented getActiveAttrib, getActiveUniform and readPixels. Removed | kbr@google.com | 2009-10-21 | 1 | -12/+78 |
* | Enable WebSocket in test_shell | ukai@chromium.org | 2009-10-21 | 5 | -10/+317 |
* | Add WebFrameClient::cancelledError to avoid a dependency on | darin@chromium.org | 2009-10-20 | 2 | -5/+11 |
* | 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 |