summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_navigation_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Move small c/b/extensions classes into extensions namespace no.2rdevlin.cronin@chromium.org2012-08-141-118/+0
* Add a method to create ExtensionInstallPrompt from WebContents.nileshagrawal@chromium.org2012-07-181-5/+3
* Moved ExtensionPrefs and related into extensions namespacerdevlin.cronin@chromium.org2012-07-101-1/+2
* Move application creation and extension install prompt showing off Browser an...ben@chromium.org2012-07-031-1/+2
* retry r144574 with read-after-free fix.estade@chromium.org2012-06-281-1/+2
* Revert r 144574 "Modify experimental identity flow to display scope descripti...oshima@chromium.org2012-06-271-2/+1
* Modify experimental identity flow to display scope descriptions and details.estade@chromium.org2012-06-271-1/+2
* Replace usage of browser::FindBrowserForController with browser::FindBrowserW...ben@chromium.org2012-06-191-1/+2
* Remove BrowserList::GetLastActive from extensions install dialog code by plum...jam@chromium.org2012-06-151-1/+4
* Refactoring ExtensionInstallUI to abstract the Browser references.jcivelli@chromium.org2012-06-081-4/+4
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-3/+3
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-4/+5
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-4/+4
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-1/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-4/+6
* Prompt to enable permission-disabled apps when navigating to them.jstritar@chromium.org2011-09-131-0/+106