Closed Bug 960860 Opened 11 years ago Closed 11 years ago

Don't include zlib.h from jsutil.h

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla29

People

(Reporter: luke, Assigned: luke)

References

Details

Attachments

(1 file)

This patch splits compression out into its own .cpp/.h pair. The s/compress/work/ renaming in jsscript.cpp is due to bug 960821.
Attachment #8361470 - Flags: review?(n.nethercote)
Blocks: 960367
Comment on attachment 8361470 [details] [diff] [review] rm-compress-from-jsutil Review of attachment 8361470 [details] [diff] [review]: ----------------------------------------------------------------- ::: js/src/vm/Compression.h @@ +16,5 @@ > +namespace js { > + > +class Compressor > +{ > + /* Number of bytes we should hand to zlib each compressMore() call. */ You don't think C++ comments are nicer?
Attachment #8361470 - Flags: review?(n.nethercote) → review+
(In reply to Nicholas Nethercote [:njn] from comment #1) I was mostly just copy-pastin'. From discussions on dev.platform, it sounds like we might have a Great Style Normalization in our future anyway ;)
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: