summaryrefslogtreecommitdiffstats
path: root/webkit/glue/chrome_client_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of files into webkit/api/srcdarin@chromium.org2009-10-271-632/+0
* Replace MessageLoop+ScopedRunnableMethodFactory with WebCore::Timer+Vectordarin@chromium.org2009-10-261-2/+2
* Cleanup in webkit/glue to remove some dependencies.darin@chromium.org2009-10-221-1/+6
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-23/+21
* Kill WebViewDelegate::WasOpenedByUserGesture, and instead havedarin@chromium.org2009-10-161-2/+1
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-131-2/+8
* Reverting 28607.darin@chromium.org2009-10-131-50/+44
* Reverting 28599.darin@chromium.org2009-10-091-44/+50
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-091-50/+44
* Reverting 28545.darin@chromium.org2009-10-091-44/+50
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-091-50/+44
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-061-41/+24
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-2/+2
* yMake ctrl-clicks in GMail open in background tabs rather than foreground tabs.ericu@google.com2009-10-011-2/+28
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-2/+2
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-2/+2
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-2/+1
* Fix canary bot by defining platformPageClient method to do nothing.darin@chromium.org2009-09-191-4/+0
* Implement WebKitTabToLinksPreferenceKey for the test_shell.arv@chromium.org2009-09-171-5/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-82/+66
* Hook up WebFrameClient::didUpdateCurrentHistoryItemdarin@chromium.org2009-09-101-4/+6
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-4/+5
* Some cleanup to various WebCore client implementations.darin@chromium.org2009-09-051-10/+2
* New WebKit API interfaces for desktop notifications.johnnyg@google.com2009-09-011-0/+7
* Build fix for our webkit port. http://trac.webkit.org/changeset/47866 addedjorlow@chromium.org2009-08-281-0/+3
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-1/+1
* This CL fixes issue 17468: Regression: Directionality marks should not be ins...xji@chromium.org2009-07-291-12/+7
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-1/+5
* This CL fixes issue 17468 - Regression: Extra white rectangle showing when mo...xji@chromium.org2009-07-231-8/+10
* Fix NULL_RETURN defect found by Coverity.cmp@google.com2009-07-231-1/+5
* Fix a FORWARD_NULL defect reported by Coverity.wtc@chromium.org2009-07-221-16/+16
* This CL fixes issue 5996: Tooltip gets direction from Chrome langauge, not el...xji@chromium.org2009-07-221-1/+12
* Reverting 20855.darin@chromium.org2009-07-161-28/+23
* Reverting 20854.darin@chromium.org2009-07-161-23/+28
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-28/+23
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-51/+50
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-0/+1
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-2/+1
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-2/+4
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-2/+2
* Reverting 19489,19488.japhet@chromium.org2009-06-291-2/+2
* Use upstream V8Proxy and V8Utilitiesjaphet@chromium.org2009-06-291-2/+2
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-3/+6
* Don't call FileChooser::chooseFile("") if a user selects nothing with a file ...tkent@chromium.org2009-06-181-3/+2
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-011-0/+1
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-271-6/+1
* Make WebRequest be a wrapper for ResourceRequest instead of FrameLoadRequest.darin@chromium.org2009-05-221-1/+1
* Adds propagation and handling of render-side focus events, for the benefit of...klink@chromium.org2009-05-201-3/+30
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-2/+2
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+8