index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
common
/
extensions
/
docs
/
experimental.webRequest.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete display:none nodes while generating the extension API documentation.
kalman@chromium.org
2012-02-02
1
-334
/
+2
*
Add a warning when viewing unofficial or non-stable docs.
aa@chromium.org
2012-01-24
1
-4
/
+20
*
Take docs for devtools.{inspectedWindow,network,panels} out of experimental.
caseq@google.com
2012-01-20
1
-0
/
+1
*
Redirection doc for webRequest.
mkwst@chromium.org
2011-12-16
1
-0
/
+554
*
Rename chrome.experimental.webRequest to chrome.webRequest
battre@chromium.org
2011-11-30
1
-11906
/
+0
*
Adding a minimal `meta` description to extension API pages.
mkwst@chromium.org
2011-11-28
1
-1
/
+1
*
Updated docs to link to Stack Overflow as a support channel.
smus@chromium.org
2011-11-15
1
-0
/
+3
*
Support UTF8 in header values in webRequest API.
battre@chromium.org
2011-11-07
1
-3
/
+82
*
Added parentFrameId to webRequest API calls
battre@chromium.org
2011-11-04
1
-0
/
+612
*
Show methods and events for types in table of contents for extension docs.
bauerb@chromium.org
2011-11-02
1
-54
/
+148
*
Fix generation of API documentation for arrays of objects
battre@chromium.org
2011-10-28
1
-1
/
+134
*
Add asyncBlocking support to webRequest event listeners.
cbentzel@chromium.org
2011-10-20
1
-2
/
+72
*
Updated webRequest extension API documentation
battre@chromium.org
2011-10-18
1
-34
/
+73
*
Restrict webRequest events to extensions with host permissions
mpcomplete@chromium.org
2011-10-17
1
-2
/
+5
*
Move extension permissions API out of experimental.
jstritar@chromium.org
2011-10-14
1
-0
/
+1
*
webRequest.onAuthRequired listeners can provide authentication credentials.
cbentzel@chromium.org
2011-10-11
1
-5
/
+275
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-0
/
+1002
*
Remove statusLine and requestLine from ExtraInfoSpec
battre@chromium.org
2011-10-01
1
-6
/
+6
*
Add common attributes (such as tabId) to all webRequest signals.
battre@chromium.org
2011-10-01
1
-81
/
+1991
*
Allow webRequest API extensions to clear the in-memory cache of WebKit.
battre@chromium.org
2011-09-29
1
-0
/
+133
*
Fix webRequest documentation
battre@chromium.org
2011-09-21
1
-1
/
+1
*
Clean up extension API documentation.
dcheng@chromium.org
2011-09-14
1
-1
/
+0
*
Add the challenger's host and port to the onAuthRequired signal
jochen@chromium.org
2011-09-13
1
-0
/
+205
*
Fix mismatch about tabId in code and webrequest API documentation if requests...
battre@chromium.org
2011-08-25
1
-1
/
+1
*
Remove unbalanced parenthesis in event handler docs template.
mihaip@chromium.org
2011-08-24
1
-8
/
+8
*
Add support for XMLHttpRequests to the webRequest API
jochen@chromium.org
2011-08-09
1
-2
/
+2
*
Revert 95986 - Add support for XMLHttpRequests to the webRequest API
jochen@chromium.org
2011-08-09
1
-2
/
+2
*
Add support for XMLHttpRequests to the webRequest API
jochen@chromium.org
2011-08-09
1
-2
/
+2
*
Add onAuthRequired signal to the webRequest API
jochen@chromium.org
2011-08-03
1
-0
/
+801
*
Fix verb tenses in extension API descriptions.
tessamac@chromium.org
2011-07-30
1
-8
/
+8
*
Clarified the meaning of the frameId in the webRequest API documentation
battre@chromium.org
2011-07-28
1
-1
/
+1
*
Remove frameId, tabId and type from webRequest.onBeforeRedirect
battre@chromium.org
2011-07-26
1
-213
/
+2
*
Wrote documentation for webRequest API.
battre@chromium.org
2011-07-22
1
-3
/
+300
*
Provide ID of the frame that triggered an event to the webrequest extension.
battre@chromium.org
2011-07-21
1
-0
/
+272
*
Added 'wasCached' parameter to webRequest API
battre@chromium.org
2011-07-19
1
-0
/
+272
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
1
-156
/
+360
*
Small docs change to explain that extension URLs can't be loaded in incognito
mpcomplete@chromium.org
2011-06-21
1
-1
/
+1
*
Implemented RequestHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-13
1
-0
/
+68
*
Implement error messages for onErrorOccurred of webRequest API
battre@chromium.org
2011-05-11
1
-1
/
+1
*
Implemented statusLine field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-09
1
-0
/
+204
*
Implemented ResponseHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-09
1
-1
/
+205
*
Tweaks to extension webRequest API.
mpcomplete@chromium.org
2011-05-03
1
-13
/
+98
*
Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party ...
thakis@chromium.org
2011-04-29
1
-1
/
+1
*
Move jstemplate from chrome/third_party to third_party.
thakis@chromium.org
2011-04-28
1
-1
/
+1
*
Flesh out the onBeforeSendHeaders event a bit more. We now send the
mpcomplete@chromium.org
2011-04-27
1
-1
/
+137
*
Add support in the extension docs for webRequest event listeners.
mpcomplete@chromium.org
2011-04-20
1
-45
/
+1244
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
1
-0
/
+207
*
Revert "Allow extensions to redirect requests in onBeforeRequest."
mpcomplete@chromium.org
2011-04-13
1
-207
/
+0
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-13
1
-0
/
+207
*
Unremoving the timeStamp property from webNavigation and webRequest extension...
jochen@chromium.org
2011-04-11
1
-7
/
+505
[next]