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
/
browser
/
extensions
/
extension_webrequest_api.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved webRequest api out of chrome/browser/extension
battre@chromium.org
2012-01-25
1
-383
/
+0
*
Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...
battre@chromium.org
2012-01-13
1
-2
/
+7
*
Revert 117342 - Prevent callbacks after URLRequest/URLRequestJob have been ca...
battre@chromium.org
2012-01-13
1
-5
/
+1
*
Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...
battre@chromium.org
2012-01-12
1
-1
/
+5
*
base::Bind: Convert net::NetworkDelegate.
jhawkins@chromium.org
2011-12-01
1
-3
/
+3
*
Make XHRs from extensions invisible to blocking webRequest API handlers
battre@chromium.org
2011-12-01
1
-0
/
+1
*
Rename chrome.experimental.webRequest to chrome.webRequest
battre@chromium.org
2011-11-30
1
-3
/
+3
*
Add OVERRIDE to chrome/browser/extensions/.
avi@chromium.org
2011-11-21
1
-3
/
+3
*
Improve merging of header modifications in webRequest.OnHeadersReceived
battre@chromium.org
2011-11-21
1
-2
/
+5
*
Extension Settings API: throttle the API in the same way that the Bookmarks API
kalman@chromium.org
2011-11-20
1
-1
/
+1
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-2
/
+5
*
Cleanup: Remove unneeded forward declarations from chrome/browser/extensions.
thestig@chromium.org
2011-11-11
1
-6
/
+1
*
Move code from extension_webrequest_api.cc to extension_webrequest_api_helper...
battre@chromium.org
2011-11-10
1
-69
/
+6
*
Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...
battre@chromium.org
2011-11-03
1
-1
/
+21
*
Warn user if two extension try to modify webrequests in conflicting ways
battre@chromium.org
2011-10-26
1
-4
/
+4
*
Redo how page load time stats are gathered for webrequest extensions:
mpcomplete@chromium.org
2011-10-22
1
-0
/
+6
*
Add asyncBlocking support to webRequest event listeners.
cbentzel@chromium.org
2011-10-20
1
-0
/
+1
*
Restrict webRequest events to extensions with host permissions
mpcomplete@chromium.org
2011-10-17
1
-3
/
+0
*
webRequest.onAuthRequired listeners can provide authentication credentials.
cbentzel@chromium.org
2011-10-11
1
-3
/
+26
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
1
-11
/
+36
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Remove statusLine and requestLine from ExtraInfoSpec
battre@chromium.org
2011-10-01
1
-5
/
+3
*
Add common attributes (such as tabId) to all webRequest signals.
battre@chromium.org
2011-10-01
1
-11
/
+0
*
Allow webRequest API extensions to clear the in-memory cache of WebKit.
battre@chromium.org
2011-09-29
1
-0
/
+7
*
Added tracking of time spent waiting on extensions to the webRequest API.
mpcomplete@chromium.org
2011-08-23
1
-0
/
+6
*
Add a status message "Waiting for extension Foo..." when there's a request
mpcomplete@chromium.org
2011-08-10
1
-1
/
+6
*
Add onAuthRequired signal to the webRequest API
jochen@chromium.org
2011-08-03
1
-3
/
+11
*
Handle conflict resolution for webRequest API
battre@chromium.org
2011-07-28
1
-0
/
+51
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
1
-11
/
+4
*
Get rid of the ProfileId. It was added for ceee. I reverted the original chan...
jam@chromium.org
2011-07-13
1
-22
/
+22
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-4
/
+8
*
Restrict webRequest API to a certain whitelist of schemes (notably, no chrome
mpcomplete@chromium.org
2011-06-29
1
-0
/
+3
*
Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc
battre@chromium.org
2011-06-28
1
-1
/
+1
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
1
-14
/
+41
*
Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...
morrita@chromium.org
2011-05-20
1
-2
/
+2
*
Revert "Experimental CL to test webrequest event handling on the IO thread."
mpcomplete@chromium.org
2011-05-18
1
-11
/
+0
*
Experimental CL to test webrequest event handling on the IO thread.
mpcomplete@chromium.org
2011-05-17
1
-0
/
+11
*
Implemented RequestHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-13
1
-1
/
+2
*
Implemented statusLine field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-09
1
-0
/
+1
*
Implemented ResponseHeaders field in extraInfoSpec of webRequest API
battre@chromium.org
2011-05-09
1
-0
/
+1
*
Better handling disagreement between 2+ extensions to a blocking webRequest
mpcomplete@chromium.org
2011-05-06
1
-15
/
+63
*
Tweaks to extension webRequest API.
mpcomplete@chromium.org
2011-05-03
1
-3
/
+6
*
Flesh out the onBeforeSendHeaders event a bit more. We now send the
mpcomplete@chromium.org
2011-04-27
1
-5
/
+14
*
Implemented chrome.experimental.webRequest.onErrorOccurred
battre@chromium.org
2011-04-23
1
-0
/
+5
*
Implemented chrome.experimental.webRequest.onCompleted
battre@chromium.org
2011-04-23
1
-1
/
+6
*
Implemented chrome.experimental.webRequest.onResponseStarted
battre@chromium.org
2011-04-21
1
-1
/
+7
*
Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...
battre@chromium.org
2011-04-20
1
-0
/
+10
*
Prevent duplicate chrome.experimental.webRequest.{onBeforeRequest,onRequestSe...
battre@chromium.org
2011-04-20
1
-0
/
+20
*
Implementation of chrome.experimental.webRequest.onRequestSent
battre@chromium.org
2011-04-20
1
-0
/
+8
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
1
-5
/
+8
[next]