webRequest.onCompleted should fire if you redirected a request using
webRequest.onBeforeRequest unless you redirect to a data:// URL. I could
also imagine that it does not fire if you don't have host permission on the
target URL.
On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
> Hi,
> webRequest.onCompleted should fire if you redirected a request using > webRequest.onBeforeRequest unless you redirect to a data:// URL. I could > also imagine that it does not fire if you don't have host permission on the > target URL.
> Best regards,
> Dominic
> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com <javascript:>> wrote:
>> is this normal behaviour?
>> onCompleted does fire when using { cancel: false }, but not { >> redirectUrl: ... }
>> chrome.tabs.onUpdated(change.status = "complete") fires properly as does >> chrome.webNavigation.onCompleted
On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
> Hi,
> webRequest.onCompleted should fire if you redirected a request using > webRequest.onBeforeRequest unless you redirect to a data:// URL. I could > also imagine that it does not fire if you don't have host permission on the > target URL.
> Best regards,
> Dominic
> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com <javascript:>> wrote:
>> is this normal behaviour?
>> onCompleted does fire when using { cancel: false }, but not { >> redirectUrl: ... }
>> chrome.tabs.onUpdated(change.status = "complete") fires properly as does >> chrome.webNavigation.onCompleted
In the manifest I have requested "http://*/*" access. It might not be triggering because I did not request "https://*/*" and this is what the redirect always uses as the protocol.
On Friday, November 9, 2012 11:08:59 AM UTC-5, ap wrote:
> I'm only redirecting HTTP requests.
> What do you mean by host permission?
> On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
>> Hi,
>> webRequest.onCompleted should fire if you redirected a request using >> webRequest.onBeforeRequest unless you redirect to a data:// URL. I could >> also imagine that it does not fire if you don't have host permission on the >> target URL.
>> Best regards,
>> Dominic
>> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com> wrote:
>>> is this normal behaviour?
>>> onCompleted does fire when using { cancel: false }, but not { >>> redirectUrl: ... }
>>> chrome.tabs.onUpdated(change.status = "complete") fires properly as does >>> chrome.webNavigation.onCompleted
> On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
>> Hi,
>> webRequest.onCompleted should fire if you redirected a request using >> webRequest.onBeforeRequest unless you redirect to a data:// URL. I could >> also imagine that it does not fire if you don't have host permission on the >> target URL.
>> Best regards,
>> Dominic
>> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com> wrote:
>>> is this normal behaviour?
>>> onCompleted does fire when using { cancel: false }, but not { >>> redirectUrl: ... }
>>> chrome.tabs.onUpdated(change.status = "complete") fires properly as does >>> chrome.webNavigation.onCompleted
On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
> Hi,
> webRequest.onCompleted should fire if you redirected a request using > webRequest.onBeforeRequest unless you redirect to a data:// URL. I could > also imagine that it does not fire if you don't have host permission on the > target URL.
> Best regards,
> Dominic
> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com <javascript:>> wrote:
>> is this normal behaviour?
>> onCompleted does fire when using { cancel: false }, but not { >> redirectUrl: ... }
>> chrome.tabs.onUpdated(change.status = "complete") fires properly as does >> chrome.webNavigation.onCompleted
On Fri, Nov 9, 2012 at 5:08 PM, ap <bli...@gmail.com> wrote:
> I'm only redirecting HTTP requests.
> What do you mean by host permission?
> On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
>> Hi,
>> webRequest.onCompleted should fire if you redirected a request using
>> webRequest.onBeforeRequest unless you redirect to a data:// URL. I could
>> also imagine that it does not fire if you don't have host permission on the
>> target URL.
>> Best regards,
>> Dominic
>> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com> wrote:
>>> is this normal behaviour?
>>> onCompleted does fire when using { cancel: false }, but not {
>>> redirectUrl: ... }
>>> chrome.tabs.onUpdated(change.**status = "complete") fires properly as
>>> does chrome.webNavigation.**onCompleted
> On Thursday, November 8, 2012 10:44:00 AM UTC-5, Dominic Battré wrote:
>> Hi,
>> webRequest.onCompleted should fire if you redirected a request using
>> webRequest.onBeforeRequest unless you redirect to a data:// URL. I could
>> also imagine that it does not fire if you don't have host permission on the
>> target URL.
>> Best regards,
>> Dominic
>> On Wed, Nov 7, 2012 at 4:43 PM, ap <bli...@gmail.com> wrote:
>>> is this normal behaviour?
>>> onCompleted does fire when using { cancel: false }, but not {
>>> redirectUrl: ... }
>>> chrome.tabs.onUpdated(change.**status = "complete") fires properly as
>>> does chrome.webNavigation.**onCompleted