| Commit message (Expand) | Author | Age | Files | Lines |
* | The appcache system uses two threads, an IO thread and a DB thread. | michaeln@google.com | 2009-11-23 | 1 | -0/+2 |
* | Partially revert WebKit.gyp switch-over, because it broke build bot setup | dglazkov@google.com | 2009-11-13 | 1 | -0/+551 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -512/+0 |
* | Retry of http://codereview.chromium.org/372025 with additional changes to | amanda@chromium.org | 2009-11-11 | 1 | -5/+0 |
* | linux: TCMalloc-based C++ heap profiler. | willchan@chromium.org | 2009-11-11 | 1 | -2/+4 |
* | AppCache changes to the networking model. Added new classes AppCacheRequestHa... | michaeln@google.com | 2009-11-09 | 1 | -0/+2 |
* | DevTools: migrate from inspector_controller.js to the InspectorControllerStub... | pfeldman@chromium.org | 2009-11-07 | 1 | -1/+0 |
* | Move PasswordAutocompleteListener into the WebKit API (AGAIN) | yaar@chromium.org | 2009-11-07 | 1 | -2/+2 |
* | Reverting 31266. threw asserts in test_shell on the bots. | amanda@chromium.org | 2009-11-06 | 1 | -0/+5 |
* | Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fix | amanda@chromium.org | 2009-11-06 | 1 | -5/+0 |
* | Introduce WebAccessibilityControllerImpl. | dglazkov@chromium.org | 2009-11-04 | 1 | -11/+2 |
* | Extract webkit api target from webkit.gyp | yaar@chromium.org | 2009-11-02 | 1 | -310/+2 |
* | Adding Chromium's database tracker. | dumi@chromium.org | 2009-11-02 | 1 | -0/+4 |
* | Remove WebCore dependency from accessibility_controller. | dglazkov@chromium.org | 2009-11-02 | 1 | -0/+2 |
* | Remove WebCore dependencies from accessibility_ui_element. | dglazkov@chromium.org | 2009-10-30 | 1 | -0/+1 |
* | Move various runtime enabled features into a WebRuntimeFeatures class. | darin@chromium.org | 2009-10-30 | 1 | -1/+2 |
* | Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into | darin@chromium.org | 2009-10-30 | 1 | -6/+9 |
* | Adds default implementations to WebFrameClient | yaar@chromium.org | 2009-10-29 | 1 | -1/+0 |
* | Move webworker{client}_impl.{h,cc} into webkit/api/src | yaar@chromium.org | 2009-10-29 | 1 | -4/+5 |
* | DevTools: Implement raw cookies access for inspector. | pfeldman@chromium.org | 2009-10-29 | 1 | -0/+2 |
* | Rollback of 30408 | yaar@chromium.org | 2009-10-29 | 1 | -5/+4 |
* | Move webworker{client}_impl.{h,cc} into webkit/api/src | yaar@chromium.org | 2009-10-29 | 1 | -4/+5 |
* | DevTools: Remove base/ dependencies from glue/devtools | pfeldman@chromium.org | 2009-10-28 | 1 | -4/+4 |
* | Reverting a two line merge error. | yaar@chromium.org | 2009-10-27 | 1 | -2/+0 |
* | Move glue/EditorClientImpl.h/cpp to webkit/api/src | yaar@chromium.org | 2009-10-27 | 1 | -2/+4 |
* | Move a bunch of files into webkit/api/src | darin@chromium.org | 2009-10-27 | 1 | -10/+11 |
* | Renamed WebContextMenuClientImpl -> ContextMenuClientImpl | yaar@chromium.org | 2009-10-27 | 1 | -2/+2 |
* | Adding the WebDatabase class, and the WebDatabaseObserver abstract | dumi@chromium.org | 2009-10-23 | 1 | -0/+3 |
* | Move SearchableFormData over to the WebKit API. | pkasting@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Create a PasswordAutocompleteListener interface to de-couple WebView | darin@chromium.org | 2009-10-23 | 1 | -2/+3 |
* | Break out FormFieldValues::Element into FormField, which will eventually hold... | jhawkins@chromium.org | 2009-10-23 | 1 | -0/+2 |
* | Move ContextMenuClientImpl to api/src | yaar@chromium.org | 2009-10-22 | 1 | -2/+2 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | AppCacheResponse storage implementation | michaeln@google.com | 2009-10-21 | 1 | -0/+2 |
* | TBR: darin | mhm@chromium.org | 2009-10-21 | 1 | -2/+0 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-21 | 1 | -0/+2 |
* | Enable WebSocket in test_shell | ukai@chromium.org | 2009-10-21 | 1 | -0/+7 |
* | Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d... | jhawkins@chromium.org | 2009-10-20 | 1 | -2/+2 |
* | Moved Node/ElementToHTMLInputElement from glue/dom_utilities into src/DOMUtil... | yaar@chromium.org | 2009-10-20 | 1 | -0/+2 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -2/+0 |
* | Moved Pepper delegate definition to chrome\renderer to allow it to use | sehr@google.com | 2009-10-17 | 1 | -2/+0 |
* | Move WebDevToolsAgent{Delegate} into the WebKit API. | darin@chromium.org | 2009-10-17 | 1 | -2/+2 |
* | Move scripting / v8 related methods out of WebKit.h | mhm@chromium.org | 2009-10-16 | 1 | -0/+2 |
* | Added stub implementation of SharedWorkerRepository. | atwilson@chromium.org | 2009-10-15 | 1 | -0/+1 |
* | DevTools: Make DevTools look like Chrome. | pfeldman@chromium.org | 2009-10-14 | 1 | -0/+10 |
* | Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject. | dglazkov@chromium.org | 2009-10-13 | 1 | -0/+2 |
* | Enables the sending of Timeline Agent and Resource messages to the devtools a... | jamesr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | First version of pepper api implementation: | sehr@google.com | 2009-10-12 | 1 | -0/+2 |
* | Remove unused feed_preview.{h,cc} files. | darin@chromium.org | 2009-10-12 | 1 | -2/+0 |
* | DevTools: enable databases panel. | pfeldman@chromium.org | 2009-10-12 | 1 | -1/+0 |