Closed
Bug 982606
Opened 11 years ago
Closed 8 years ago
Log file:// and app:// requests when connected to b2g
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: msucan, Unassigned)
Details
(Whiteboard: [b2g])
network-monitor.js has a ConsoleProgressListener that is used for logging file:// requests in Firefox for desktop. We should extend it to work with b2g so we can see file and app:// loads.
Comment 1•11 years ago
|
||
Is this a superset or a subset of bug 799198?
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Panos Astithas [:past] from comment #1)
> Is this a superset or a subset of bug 799198?
Neither. This is different - just display the file:// or app:// requests on b2g. This doesnt require bug 799198. That bug is about adding capabilities to send raw data from the local file system or from remote locations, through RDP. Parts of the goals of ResourceActor have been met separately by the debugger's actors which send scripts, and the style editor actors which send the stylesheets. Nonetheless, it would still be useful to have a more generic way to send files/remote data[1] to the client.
[1] "remote data" from the server's perspective
Comment 3•11 years ago
|
||
OK, bug 797639 will take care of binary transfers in general.
b2g is no longer supported.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•