| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert devtools interfaces over to using WebString. | darin@chromium.org | 2009-10-16 | 17 | -183/+199 |
* | Fix heap profiler after a WebKit roll. | apavlov@chromium.org | 2009-10-16 | 2 | -9/+42 |
* | Kill WebViewDelegate::WasOpenedByUserGesture, and instead have | darin@chromium.org | 2009-10-16 | 3 | -10/+3 |
* | Move autofill related WebView{Delegate} methods into the WebKit API. | darin@chromium.org | 2009-10-16 | 10 | -145/+132 |
* | Fix build bustage of 29235 | hclam@chromium.org | 2009-10-16 | 1 | -1/+1 |
* | Report stalled event correctly for <video> | hclam@chromium.org | 2009-10-16 | 5 | -152/+330 |
* | DevTools: now really fix TestProfilerTab (forgot to include the second file). | mnaganov@chromium.org | 2009-10-15 | 1 | -2/+2 |
* | DevTools: fix the TestProfilerTab test. | mnaganov@chromium.org | 2009-10-15 | 1 | -4/+1 |
* | Fix plugin lookup order on the Mac | stuartmorgan@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | DevTools: restore accidentally deleted if block | yurys@google.com | 2009-10-15 | 1 | -0/+10 |
* | Re-enable APU agent now that https://bugs.webkit.org/show_bug.cgi?id=30135 | pfeldman@chromium.org | 2009-10-15 | 1 | -6/+2 |
* | DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because... | yurys@google.com | 2009-10-15 | 2 | -2/+1 |
* | Hooked up the WebInputEvent data structure to the webplugin_delegate | sehr@google.com | 2009-10-14 | 1 | -8/+117 |
* | Load plugins from /usr/lib64 on 64-bit systems. | evan@chromium.org | 2009-10-14 | 1 | -0/+9 |
* | DevTools: Forward copy and cookie-related messages to the inspector controller. | pfeldman@chromium.org | 2009-10-14 | 1 | -0/+3 |
* | DevTools: support autocompletion when script is paused | yurys@google.com | 2009-10-14 | 3 | -9/+176 |
* | DevTools: prepare for a patch from WebKit bug 30328. | mnaganov@chromium.org | 2009-10-14 | 2 | -0/+13 |
* | DevTools: Make DevTools look like Chrome. | pfeldman@chromium.org | 2009-10-14 | 11 | -0/+72 |
* | Removes parameter from calls to InspectorController::enableTimeline. These are | jamesr@chromium.org | 2009-10-13 | 1 | -2/+6 |
* | Implement getter/setter-based bound properties for CppBoundClass. | dglazkov@chromium.org | 2009-10-13 | 5 | -27/+184 |
* | This patch enables "Save page as" (ctrl+s) for resources located at | jamesr@chromium.org | 2009-10-13 | 3 | -10/+28 |
* | Re-land http://codereview.chromium.org/211031 with a bug opened | amanda@chromium.org | 2009-10-13 | 6 | -56/+224 |
* | Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject. | dglazkov@chromium.org | 2009-10-13 | 9 | -18/+61 |
* | DevTools: prepare for a change in WebKit introducing profile types. | mnaganov@chromium.org | 2009-10-13 | 1 | -0/+10 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 1 | -5/+5 |
* | DevTools: add methods to our InspectorController stub to prepare for a change... | mnaganov@chromium.org | 2009-10-13 | 1 | -0/+16 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 1 | -2/+14 |
* | Reverting 28607. | darin@chromium.org | 2009-10-13 | 3 | -108/+92 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 3 | -3/+3 |
* | Enables the sending of Timeline Agent and Resource messages to the devtools a... | jamesr@chromium.org | 2009-10-12 | 5 | -1/+104 |
* | First version of pepper api implementation: | sehr@google.com | 2009-10-12 | 5 | -34/+519 |
* | Minor cleanup. Use WebViewClient instead of WebViewDelegate | darin@chromium.org | 2009-10-12 | 3 | -4/+3 |
* | Remove unused feed_preview.{h,cc} files. | darin@chromium.org | 2009-10-12 | 2 | -140/+0 |
* | DevTools: manually dispatch messages from the inspector controller - WebKit's... | pfeldman@chromium.org | 2009-10-12 | 1 | -1/+4 |
* | DevTools: enable databases panel. | pfeldman@chromium.org | 2009-10-12 | 8 | -69/+43 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 7 | -7/+7 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -5/+7 |
* | Build fix. | abarth@chromium.org | 2009-10-10 | 1 | -1/+1 |
* | Roll WebKit to 49413. | abarth@chromium.org | 2009-10-10 | 1 | -6/+6 |
* | Fix another race condition on worker process shutdown that results in use-aft... | jam@chromium.org | 2009-10-10 | 2 | -1/+22 |
* | Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayer | hclam@chromium.org | 2009-10-09 | 1 | -4/+5 |
* | Reverting 28599. | darin@chromium.org | 2009-10-09 | 3 | -92/+108 |
* | Convert types in WebFrameLoaderClientImpl in preparation for moving | darin@chromium.org | 2009-10-09 | 3 | -108/+92 |
* | Roll WebKit ro r49372 | hclam@chromium.org | 2009-10-09 | 1 | -2/+2 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Moving ShowContextMenu out of WebView_delegate and into WebViewClient | yaar@chromium.org | 2009-10-09 | 3 | -217/+88 |
* | Reverting 28545. | darin@chromium.org | 2009-10-09 | 3 | -92/+108 |
* | Convert types in WebFrameLoaderClientImpl in preparation for moving | darin@chromium.org | 2009-10-09 | 3 | -108/+92 |
* | Print the element path in TestWebViewDelegate::decidePolicyForNavigation() | tkent@chromium.org | 2009-10-09 | 2 | -3/+19 |
* | Eliminate WebView::GetDelegate and replace RenderViewSet with a map from | darin@chromium.org | 2009-10-09 | 3 | -10/+0 |