Closed
Bug 1164196
Opened 11 years ago
Closed 10 years ago
[regression] Preview pane does not render anything for POST requests
Categories
(DevTools :: Netmonitor, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1182083
People
(Reporter: jsantell, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [polish-backlog])
Attachments
(1 file)
|
236 bytes,
text/html
|
Details |
I think it's just for POSTs.
Works in:
27-4-2015 Dev Edition build (non-e10s)
Broken in:
11-5-2015 Dev Edition build (non-e10s)
11-5-2015 fx-team build (e10s)
STR
http://www.procata.com/cachetest/tests/posturi/index.php Go to :
Open netmonitor, type in "firefox" (obvs), and hit submit.
Click on the POST just added in netmonitor.
Click on preview pane: empty
| Reporter | ||
Comment 1•11 years ago
|
||
Priority: -- → P1
Whiteboard: [devedition-40]
Comment 2•11 years ago
|
||
One data point: I'm not seeing this in nightly or on a local build
| Reporter | ||
Comment 3•11 years ago
|
||
To clarify, I was able to recreate this in fx-team build (locally), and nightly from 5-5-2015
Comment 4•11 years ago
|
||
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #3)
> To clarify, I was able to recreate this in fx-team build (locally), and
> nightly from 5-5-2015
Jordan, any way you can get a regression range with mozregression? Could be run with `mozregression --good 2015-04-27 --bad 2015-05-05`. Unfortunately I've been unable to reproduce.
Jeff, can you reproduce this?
Comment 5•11 years ago
|
||
I have a dev editon 40 build from today, I can repro in non-e10s & e10s. I see this warning when the preview pane is clicked:
No chrome package registered for chrome://browser/css/screen-cachetest.css
Flags: needinfo?(jgriffiths)
Comment 6•11 years ago
|
||
Here's a simplified test case for this problem.
The offending part in that file is the stylesheet which href is defined relative to the site root. Since the preview is populated by setting the frame innerHTML to be the response body [1], the base URL is not defined and the sheet URL cannot be resolved causing it to fail hard.
And for the record, this fails on release too.
[1] https://dxr.mozilla.org/mozilla-central/source/browser/devtools/netmonitor/netmonitor-view.js?from=netmonitor-view.js#2881
Comment 7•11 years ago
|
||
Interesting. That file makes the preview fail to render if it's served from localhost but works fine via the b.m.o link. Anyways, that file might help to reproduce this or at least narrow down the cause which I'm not that sure about any more.
| Reporter | ||
Comment 8•11 years ago
|
||
I ran mozregression and got to a point where it's bisecting commits from the first day. I don't think any of these work.
Flags: needinfo?(jsantell)
See Also: → 1182083
Comment 9•10 years ago
|
||
This is the same as bug 1182083 and as it contains more accurate information, I'm marking this as a duplicate. You can follow the progress on that bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Whiteboard: [devedition-40] → [polish-backlog]
Updated•10 years ago
|
Keywords: regressionwindow-wanted
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•