JavaScript Debugger reloads sources
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox49 fixed)
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: scott, Assigned: ochameau)
References
()
Details
Attachments
(4 files, 5 obsolete files)
|
310.44 KB,
image/png
|
Details | |
|
600.10 KB,
image/png
|
Details | |
|
11.71 KB,
patch
|
ejpbruel
:
review+
|
Details | Diff | Splinter Review |
|
2.19 KB,
patch
|
ejpbruel
:
review+
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
| Reporter | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
| Reporter | ||
Comment 6•11 years ago
|
||
| Reporter | ||
Comment 9•11 years ago
|
||
Comment 10•10 years ago
|
||
| Assignee | ||
Comment 11•10 years ago
|
||
| Assignee | ||
Comment 12•10 years ago
|
||
| Assignee | ||
Comment 13•10 years ago
|
||
| Assignee | ||
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
Comment 16•10 years ago
|
||
Comment 17•10 years ago
|
||
Comment 18•10 years ago
|
||
Comment 19•10 years ago
|
||
| Assignee | ||
Comment 20•10 years ago
|
||
Comment 21•10 years ago
|
||
| Assignee | ||
Comment 22•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Comment 23•10 years ago
|
||
| Assignee | ||
Comment 24•10 years ago
|
||
Comment 25•10 years ago
|
||
Comment 26•10 years ago
|
||
| Assignee | ||
Comment 27•10 years ago
|
||
| Assignee | ||
Comment 28•10 years ago
|
||
Comment 29•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 30•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Comment 31•10 years ago
|
||
Comment 32•10 years ago
|
||
| Assignee | ||
Comment 33•10 years ago
|
||
| Assignee | ||
Comment 34•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Comment 35•10 years ago
|
||
Comment 36•10 years ago
|
||
| Assignee | ||
Comment 37•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Comment 38•10 years ago
|
||
| Assignee | ||
Comment 39•10 years ago
|
||
| Assignee | ||
Comment 41•10 years ago
|
||
| Assignee | ||
Comment 42•10 years ago
|
||
| Assignee | ||
Comment 43•10 years ago
|
||
| Assignee | ||
Comment 44•10 years ago
|
||
| Assignee | ||
Comment 45•10 years ago
|
||
| Assignee | ||
Comment 46•10 years ago
|
||
| Assignee | ||
Comment 47•10 years ago
|
||
| Assignee | ||
Comment 48•10 years ago
|
||
| Assignee | ||
Comment 49•10 years ago
|
||
| Assignee | ||
Comment 50•10 years ago
|
||
| Assignee | ||
Comment 51•10 years ago
|
||
| Assignee | ||
Comment 52•10 years ago
|
||
| Assignee | ||
Comment 53•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Comment 54•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Comment 55•10 years ago
|
||
| Assignee | ||
Comment 56•10 years ago
|
||
| Assignee | ||
Comment 57•10 years ago
|
||
Comment 58•10 years ago
|
||
| bugherder | ||
Comment 59•9 years ago
|
||
Comment 60•9 years ago
|
||
Updated•8 years ago
|
Comment 61•6 years ago
|
||
I'm using Firefox Quantum 69.0b14 and for me the problem still exists.
In my application I load the complete javascript from a single url ("/js/app"). The source is build depending on the rights the user has for the application.
Looking at the my internal webserver protocoll I see that the application load the javascript and then there is another request for "/js/app" without session cookie header and so the response is empty.
Is there any setting I have to choose?
In the meantime I have to switch to another browser without this problem. Sorry! I love Firefox, but with this issue I can't debug my application.
Comment 62•6 years ago
|
||
I'm sorry for the issue. I believe we actually fixed this a couple of weeks ago in our Nightly branch which will go to beta in a week. Would you mind testing it and letting us know if it works for you?
Comment 63•6 years ago
|
||
In Firefox 71.0b3 the problem still exists.
Description
•