summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webnavigation_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-0/+2
* Removal of Profile from content part 8.avi@chromium.org2011-08-121-1/+1
* Speculative fix for crash. Crashes seem to indicatesky@chromium.org2011-08-081-0/+18
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-10/+17
* Only send onBeforeRetarget events from frames that can actually send eventsjochen@chromium.org2011-07-281-0/+3
* Send onErrorOccurred when destroying a TabContents for all frames with pendin...jochen@chromium.org2011-07-281-30/+62
* Add about:blank and javascript: URLs to the whitelist for webNavigation eventsjochen@chromium.org2011-07-271-0/+5
* Add webNavigation.getFrame to retrieve information about frame IDsjochen@chromium.org2011-07-261-2/+59
* Remove TabContents from FrameNavigationStatejochen@chromium.org2011-07-251-30/+10
* Include the tab IDs in onBeforeRetarget events and always post the correct fr...jochen@chromium.org2011-07-251-46/+122
* Update the tracked URL of a frame if it changes during a navigationjochen@chromium.org2011-07-221-7/+12
* Provide ID of the frame that triggered an event to the webrequest extension.battre@chromium.org2011-07-211-1/+4
* Drop requestId from webNavigation eventsjochen@chromium.org2011-07-211-7/+3
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-11/+8
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-8/+11
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-11/+8
* Revert "Change event routers from singletons to being owned by the ExtensionS...yoz@chromium.org2011-05-271-0/+6
* Change event routers from singletons to being owned by the ExtensionService.yoz@chromium.org2011-05-261-6/+0
* Get rid of the remaining content settings code in the content module.jam@chromium.org2011-05-131-1/+2
* Also fire onBeforeRetarget events if now tabs/windows are opened due to user ...jochen@chromium.org2011-04-151-13/+48
* Use TabContentsObserver to monitor web navigation events instead of notificat...jochen@chromium.org2011-04-141-164/+158
* Unremoving the timeStamp property from webNavigation and webRequest extension...jochen@chromium.org2011-04-111-0/+11
* Remove the timeStamp property from the webNavigation extension API.mpcomplete@chromium.org2011-03-281-11/+0
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-081-1/+3
* Only send webNavigation events for http/https/file/ftp URLs.jochen@chromium.org2011-03-021-3/+23
* Rename the targetUrl parameter to url in webNavigation.onBeforeRetargetjochen@chromium.org2011-03-021-1/+1
* Pass webNavigation transitionQualifier as array instead of a stringjochen@chromium.org2011-03-021-3/+8
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-3/+3
* Fire web navigation events on reference fragment navigations.jochen@chromium.org2011-03-011-65/+142
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-6/+6
* Implement the onBeforeRetarget event of the webNavigation APIjochen@chromium.org2011-01-211-1/+28
* Move:ben@chromium.org2010-12-021-1/+1
* Use the correct signal to detect failed navigationsjochen@chromium.org2010-12-021-2/+3
* C++ readability change for jochenjochen@chromium.org2010-11-301-23/+21
* Implement onCompleted event for the webNavigation APIjochen@chromium.org2010-11-051-0/+27
* Implement onDOMContentLoaded event of the webNavigation API.jochen@chromium.org2010-11-041-12/+64
* Track in which frames navigation errors occurred and don't send further navig...jochen@chromium.org2010-10-281-3/+63
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-3/+3
* Implement the frame id required for the web navigation api.jochen@chromium.org2010-10-051-12/+21
* Reland r59641. Add the onBeforeNavigate and onErrorOccured events to the webN...jochen@chromium.org2010-09-171-13/+74
* Revert 59641 - Add the onBeforeNavigate and onErrorOccured events to the webN...jochen@chromium.org2010-09-161-71/+13
* Add the onBeforeNavigate and onErrorOccured events to the webNavigation API.jochen@chromium.org2010-09-161-13/+71
* Reland r54723. Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-131-0/+85
* Revert 58809 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-85/+0
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-0/+85
* Revert 58802 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-85/+0
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-081-0/+85