Closed
Bug 201476
Opened 22 years ago
Closed 22 years ago
change all.js to not advertise unsupported "compress"
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firebird0.7
People
(Reporter: mjl+bmo, Assigned: bugzilla)
Details
Attachments
(1 file)
629 bytes,
patch
|
Details | Diff | Splinter Review |
bug 196406 changed this in Mozilla - same change should be made in Phoenix.
just a matter of changing in all.js from
pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
to
pref("network.http.accept-encoding" ,"gzip,deflate");
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&file=all.js&root=/cvsroot&subdir=mozilla/modules/libpref/src/init&command=DIFF_FRAMESET&rev1=3.449&rev2=3.450
Comment 1•22 years ago
|
||
Patch to port change in Mozilla to Firebird
Comment 2•22 years ago
|
||
Comment on attachment 123091 [details] [diff] [review]
Patch to port change in Mozilla to Firebird
Requesting review/approval from Blake Ross.
Attachment #123091 -
Flags: review?(blaker)
Assignee | ||
Comment 3•22 years ago
|
||
Sorry for the delay, thanks for the patch. Fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → Phoenix0.7
Comment 4•22 years ago
|
||
Comment on attachment 123091 [details] [diff] [review]
Patch to port change in Mozilla to Firebird
Removed patch review request since bug has been fixed.
Attachment #123091 -
Flags: review?(blaker)
You need to log in
before you can comment on or make changes to this bug.
Description
•