summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_contents_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused methods from WebContentsDelegate, WebContentsDelegateAndroidjknotten@chromium.org2012-10-171-4/+0
* Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called b...jam@chromium.org2012-09-261-6/+0
* Remove two functions on WebContentsDelegate which didn't belong in content. T...jam@chromium.org2012-09-261-14/+0
* Rework arguments of HistoryService::AddPage()akalin@chromium.org2012-09-211-1/+1
* Pass result of blockage across content API when new tab blocked. This change ...tsepez@chromium.org2012-09-071-2/+4
* Very basic Android browser-side compositing support.sievers@chromium.org2012-09-051-6/+20
* Upstream the Android port find-in-page feature.leandrogracia@chromium.org2012-09-051-0/+10
* Refactor the Android port to allow access to the chrome layer.leandrogracia@chromium.org2012-08-211-0/+6
* Add WebContents* to some more delegate methodsjoth@chromium.org2012-08-081-4/+8
* instant: Fix crash from gesture events on instant preview.sadrul@chromium.org2012-07-191-1/+7
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Remove a few methods from WCD that aren't needed at this level.ben@chromium.org2012-06-281-9/+0
* Don't allow saving of devtools or print preview.avi@chromium.org2012-06-141-4/+0
* Refactor the content interface for RequestMediaAccessPermission.estade@chromium.org2012-06-121-2/+15
* Pass user gesture indicator for RPH and intents.gbillock@chromium.org2012-06-011-9/+14
* - Added test for silent mouse lock after unlocked by target, added argument t...dmurph@chromium.org2012-06-011-1/+3
* Handle console messages in WebContentsDelegate.mkosiba@chromium.org2012-05-301-0/+9
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-1/+1
* User Gesture plumbed from Renderer to Browser's FullscreenController::Request...scheib@chromium.org2012-04-261-1/+2
* Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate i...bauerb@chromium.org2012-04-201-15/+0
* content: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-04-181-1/+1
* TabContents -> WebContentsImpl, part 19.avi@chromium.org2012-04-171-18/+20
* TabContents -> WebContentsImpl, part 16avi@chromium.org2012-04-171-5/+5
* Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost.creis@chromium.org2012-04-161-0/+4
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-0/+11
* TabContents -> WebContentsImpl, part 1.avi@chromium.org2012-04-101-2/+2
* Automated tests for full screen & mouse lock M16 featuresscheib@chromium.org2012-04-041-1/+1
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Make it so that allow_js_access: false can be used with background pages crea...mihaip@chromium.org2012-03-291-2/+4
* Reverting due to memory (Valgrind) errors.jhawkins@chromium.org2012-03-281-1/+1
* Automated tests for full screen & mouse lock M16 featuresscheib@chromium.org2012-03-281-1/+1
* Implement input type=color UIkeishi@chromium.org2012-03-201-0/+9
* Revert 126889 - Implement input type=color UImarkusheintz@chromium.org2012-03-151-9/+0
* Implement input type=color UIkeishi@chromium.org2012-03-151-0/+9
* Use WebContentsDelegate::CanDownload to intercept file downloads on Android.nileshagrawal@chromium.org2012-03-131-1/+4
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-0/+4
* Get rid of ShowPageInfo on WebContents and WebContentsDelegate. Chrome should...jam@chromium.org2012-02-131-9/+0
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-2/+2
* Fix up Dispatcher ownership issues.gbillock@chromium.org2012-02-031-2/+2
* Simplifying JS dialog interfaces.jam@chromium.org2012-01-301-3/+2
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+4
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-2/+14
* Revert 117067 - Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-14/+2
* Split RenderViewHostDelegateViewHelper in two.avi@chromium.org2012-01-101-2/+14
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-55/+55
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-4/+5
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-2/+3
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+2
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-2/+2
* Get rid of all the empty functions in the source file for WebContentsDelegate.tfarina@chromium.org2011-12-231-57/+58