summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_contents_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Use GetLastCommittedOrigin instead of GetLastCommittedURLjuncai2016-01-261-1/+5
* Add "Request app banner" context menu in DevToolshoro2016-01-251-0/+3
* Refactoring WebContentsDelegate::ContentsMouseEvent.mgiuca2016-01-071-3/+5
* Switch to standard integer types in content/public/.avi2015-12-251-3/+5
* Shortcut cross-process transfers to avoid relying on OpenURLFromTab.creis2015-12-161-0/+5
* Add IPC messages to transfer compositor protosdtrainor2015-11-191-0/+4
* Give the main frame a RenderWidget.dcheng2015-10-261-2/+3
* Remove lots of old blur plumbing.esprehn2015-10-171-4/+0
* Throttle media decoding after excessive Android media server crashesqinmin2015-10-071-0/+8
* Revert of Refactor connection_security into SecurityStateModel (patchset #17 ...estark2015-09-091-1/+1
* Refactor connection_security into SecurityStateModelestark2015-09-081-1/+1
* DevTools: [security] allow opening certificate viewer from devtools (chrome)pfeldman2015-09-031-0/+5
* Add a path for content/ to open and control a Bluetooth chooser dialog.jyasskin2015-08-261-0/+8
* Stop showing warning UI when SharedWorker crashestoyoshim2015-07-271-3/+0
* Replace base::string16 with std::string for frame names.nasko2015-07-021-2/+2
* Expand SecurityStyleChanged interfaces to include explanationsestark2015-06-191-3/+8
* Change WebContentsDelegate::GetSecurityStyle to take non-const WebContents.lgarron2015-06-111-1/+1
* Introduce browser-side plumbing for sending the lock icon status tolgarron2015-06-081-0/+5
* Remove RenderViewHost from WebContentsDelegate::CanDownload() signature.rdsmith2015-05-211-2/+1
* Fix window.open issue in Document mode on Android.mariakhomenko2015-04-291-0/+5
* Make it possible to set the display mode from Chromiummikhail.pozdnyakov2015-04-151-0/+9
* Allow WebView to directly observe focus change of its WebContents.calamity2015-04-101-3/+0
* content: Delete some now-dead event related code.sadrul2015-04-031-20/+0
* Revert of content: Delete some now-dead event related code. (patchset #2 id:2...tbarzic2015-04-021-0/+20
* content: Delete some now-dead event related code.Sadrul Habib Chowdhury2015-04-021-20/+0
* Remove unused function WebContentsDelegate::DidNavigateToPendingEntry.christiank2015-02-231-5/+0
* Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.bokan2015-02-031-5/+5
* Fullscreen: make fullscreen requests come from RenderFrame.mlamouri2015-01-171-3/+10
* s/NULL/nullptr/ in content/public/browser/mlamouri2015-01-131-6/+6
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Add the main frame routing ID to WebContentsDelegate, use it in BackgroundCon...avi2014-12-121-0/+1
* Reset user text in a tab if it navigates while in the background.creis2014-11-261-1/+1
* OOP PDF: Change the save toolbar button to match the save menu behavior.sammc2014-11-191-0/+4
* Add WebContents source to methods in WebContentsDelegatemathiash2014-11-191-2/+3
* Change overscroll functions to pass floats.pkasting2014-10-131-1/+1
* Remove page id from ViewHostMsg_UpdateTargetURL; no one actually uses it on t...avi2014-09-241-1/+0
* [Athena] Simple pull to refresh implementationpkotwicz2014-09-211-1/+4
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+0
* Check media permissions through RenderFrameHostDelegate.grunell2014-09-181-0/+7
* Use InvalidateTypes rather than "unsigned".avi@chromium.org2014-08-091-3/+3
* Complete unregisterProtocolHandler() implementation.sanjoy.pal@samsung.com2014-07-141-0/+8
* Remove use of ResourceRequestInfo::GetRequestID from cert enrollment.davidben@chromium.org2014-06-061-0/+4
* Cleanup CanDownload WebContentsDelegate APIfsamuel@chromium.org2014-05-131-1/+1
* Ignore title parameter for navigator.registerProtocolHandlermeacer@chromium.org2014-05-101-1/+0
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-2/+1
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-221-0/+5
* Revert 265044 "Don't leave aborted URLs in the omnibox unless we..."rockot@chromium.org2014-04-211-5/+0
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-211-0/+5
* Stop disabling force_compositing_mode for background RenderViews.danakj@chromium.org2014-04-161-0/+3
* Fix pushState causing stop/reload button and favicon to flicker.japhet@chromium.org2014-03-281-1/+4