Closed
Bug 1035242
Opened 10 years ago
Closed 10 years ago
Make XMLHttpRequest.mozBackgroundRequest chrome-only
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: Ms2ger, Assigned: Ms2ger)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
921 bytes,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8451684 -
Flags: review?(jst)
Assignee | ||
Updated•10 years ago
|
Keywords: dev-doc-needed,
site-compat
Updated•10 years ago
|
Attachment #8451684 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/86a264cd9be8
Flags: in-testsuite-
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/86a264cd9be8
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Comment 4•9 years ago
|
||
Doc changed: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest https://developer.mozilla.org/en-US/Firefox/Releases/33 https://developer.mozilla.org/en-US/Firefox/Releases/33/Site_Compatibility
Keywords: dev-doc-needed → dev-doc-complete
Hi, We are using mix background request property of xmlhttprequest to have asyc call, but same property has been removed in Firefox version 33. Due to this we are getting an issue of loosing cookies when closing browser without sign-out.
Assignee | ||
Comment 7•9 years ago
|
||
Mohan: this is not the right venue for such requests. You can make feature requests for XMLHttpRequest in the places listed under "Participate:" at <https://xhr.spec.whatwg.org/>.
Comment 8•9 years ago
|
||
(In reply to Mohan from comment #5) > Hi, We are using mix background request property of xmlhttprequest to have > asyc call, but same property has been removed in Firefox version 33. Due to > this we are getting an issue of loosing cookies when closing browser without > sign-out. Web pages couldn't use mozBackground anyway. Setting mozBackground must have no effect even before Firefox 33. This bug just unexposed the useless property. If the site was broken because of the removal, it's just the site is doing something totally wrong. (maybe some bogus sniffing?)
Comment 9•9 years ago
|
||
(In reply to Masatoshi Kimura [:emk] from comment #8) > Web pages couldn't use mozBackground anyway. Setting mozBackground must have > no effect even before Firefox 33. This bug just unexposed the useless > property. If the site was broken because of the removal, it's just the site > is doing something totally wrong. (maybe some bogus sniffing?) Was it actually useless? Was it not being used for XHR against 401 pages? <https://code.google.com/p/chromium/issues/detail?id=31582>
Comment 10•9 years ago
|
||
(In reply to Michael Haufe from comment #9) > Was it actually useless? Was it not being used for XHR against 401 pages? > > <https://code.google.com/p/chromium/issues/detail?id=31582> Google guys must have overlooked the sentence "Requires elevated privileges to access." (This sentence was present even before comment #4. [1]) According to the linked page [2], you can suppress the auth prompt by setting a dummy authentification header. [1] https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest$compare?to=654311&from=653499 [2] https://code.google.com/p/chromium/issues/detail?id=31582#c21
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•