bug 1158264 - Flag requests coming from service workers. r=vporof

This commit is contained in:
Alexandre Poirot
2016-01-14 05:53:00 -08:00
parent 62d2ea9ddd
commit 33bb7367a8
12 changed files with 233 additions and 22 deletions

View File

@@ -105,7 +105,8 @@ WebConsoleClient.prototype = {
timings: {},
updates: [], // track the list of network event updates
private: actor.private,
fromCache: actor.fromCache
fromCache: actor.fromCache,
fromServiceWorker: actor.fromServiceWorker
};
this._networkRequests.set(actor.actor, networkInfo);