summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webnavigation_api.h
Commit message (Expand)AuthorAgeFilesLines
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Add error description to the DidFailProvisionalLoad callback.mkosiba@chromium.org2011-10-111-4/+6
* Hook into another code path that lets the renderer request a new tab to be cr...jochen@chromium.org2011-10-061-0/+6
* Move webNavigation out of experimental.jochen@chromium.org2011-10-011-2/+2
* Don't return frames in webNavigation.getFrame that we won't send navigation e...jochen@chromium.org2011-09-091-0/+3
* Suppress navigation events for frames until the navigation of the main frame ...jochen@chromium.org2011-09-091-0/+8
* Add webNavigation.getAllFrames() to retrieve information about all known fram...jochen@chromium.org2011-09-091-0/+7
* Introduce webNavigation.onReferenceFragmentUpdatedjochen@chromium.org2011-09-081-6/+0
* Remove obsolete TODO and add a bunch of OVERRIDEs.mihaip@chromium.org2011-08-311-2/+3
* Speculative fix for crash. Crashes seem to indicatesky@chromium.org2011-08-081-0/+4
* Send onErrorOccurred when destroying a TabContents for all frames with pendin...jochen@chromium.org2011-07-281-0/+21
* Add webNavigation.getFrame to retrieve information about frame IDsjochen@chromium.org2011-07-261-2/+16
* Remove TabContents from FrameNavigationStatejochen@chromium.org2011-07-251-16/+7
* Include the tab IDs in onBeforeRetarget events and always post the correct fr...jochen@chromium.org2011-07-251-11/+43
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-8/+6
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-6/+8
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-8/+6
* Revert "Change event routers from singletons to being owned by the ExtensionS...yoz@chromium.org2011-05-271-2/+10
* Change event routers from singletons to being owned by the ExtensionService.yoz@chromium.org2011-05-261-10/+2
* Get rid of the remaining content settings code in the content module.jam@chromium.org2011-05-131-4/+6
* Also fire onBeforeRetarget events if now tabs/windows are opened due to user ...jochen@chromium.org2011-04-151-0/+5
* Use TabContentsObserver to monitor web navigation events instead of notificat...jochen@chromium.org2011-04-141-50/+49
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Only send webNavigation events for http/https/file/ftp URLs.jochen@chromium.org2011-03-021-0/+12
* Fire web navigation events on reference fragment navigations.jochen@chromium.org2011-03-011-4/+6
* Implement the onBeforeRetarget event of the webNavigation APIjochen@chromium.org2011-01-211-0/+7
* Use the correct signal to detect failed navigationsjochen@chromium.org2010-12-021-0/+1
* C++ readability change for jochenjochen@chromium.org2010-11-301-13/+17
* Implement onCompleted event for the webNavigation APIjochen@chromium.org2010-11-051-0/+4
* Implement onDOMContentLoaded event of the webNavigation API.jochen@chromium.org2010-11-041-4/+19
* Track in which frames navigation errors occurred and don't send further navig...jochen@chromium.org2010-10-281-0/+40
* Implement the frame id required for the web navigation api.jochen@chromium.org2010-10-051-0/+3
* Reland r59641. Add the onBeforeNavigate and onErrorOccured events to the webN...jochen@chromium.org2010-09-171-6/+21
* Revert 59641 - Add the onBeforeNavigate and onErrorOccured events to the webN...jochen@chromium.org2010-09-161-21/+6
* Add the onBeforeNavigate and onErrorOccured events to the webNavigation API.jochen@chromium.org2010-09-161-6/+21
* Reland r54723. Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-131-0/+56
* Revert 58809 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-56/+0
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-0/+56
* Revert 58802 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-56/+0
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-0/+56