summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_webrequest_api_constants.cc
Commit message (Expand)AuthorAgeFilesLines
* webRequest.onAuthRequired listeners can provide authentication credentials.cbentzel@chromium.org2011-10-111-0/+3
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+1
* Add the challenger's host and port to the onAuthRequired signaljochen@chromium.org2011-09-131-0/+3
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+5
* Provide ID of the frame that triggered an event to the webrequest extension.battre@chromium.org2011-07-211-0/+1
* Added 'wasCached' parameter to webRequest APIbattre@chromium.org2011-07-191-0/+1
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-1/+1
* Implemented statusLine field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-091-0/+1
* Implemented ResponseHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-091-0/+1
* Better handling disagreement between 2+ extensions to a blocking webRequestmpcomplete@chromium.org2011-05-061-0/+2
* Tweaks to extension webRequest API.mpcomplete@chromium.org2011-05-031-0/+2
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-0/+1
* Fix crash with webRequest.event.addListener when provided an invalid URLmpcomplete@chromium.org2011-04-271-0/+1
* Implemented chrome.experimental.webRequest.onResponseStartedbattre@chromium.org2011-04-211-1/+1
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-0/+2
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-2/+0
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-0/+2
* Unremoving the timeStamp property from webNavigation and webRequest extension...jochen@chromium.org2011-04-111-1/+2
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-0/+2
* Remove the timeStamp property from webRequest extension events.mpcomplete@chromium.org2011-03-241-1/+0
* Add api constants for webRequest and clean up webNavigation.jochen@chromium.org2010-09-021-0/+27