Closed Bug 1462544 Opened 6 years ago Closed 6 years ago

Bitmap code shouldn't misuse PodOperations stuffs

Categories

(Core :: JavaScript Engine, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla62
Tracking Status
firefox62 --- fixed

People

(Reporter: Waldo, Assigned: Waldo)

Details

Attachments

(2 files)

      No description provided.
Comment on attachment 8976791 [details] [diff] [review]
Various readability and IWYU fixes to ds/Bitmap.h

Review of attachment 8976791 [details] [diff] [review]:
-----------------------------------------------------------------

::: js/src/ds/Bitmap.h
@@ +10,5 @@
> +#include "mozilla/Array.h"
> +#include "mozilla/Assertions.h"
> +#include "mozilla/Attributes.h"
> +#include "mozilla/MemoryChecking.h"
> +#include "mozilla/PodOperations.h"

Calling in the cavalry!
Attachment #8976791 - Flags: review?(jdemooij) → review+
Attachment #8976792 - Flags: review?(jdemooij) → review+
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/mozilla-inbound/rev/63d37d73f5ae
Various readability and IWYU fixes to ds/Bitmap.h.  r=jandem
https://hg.mozilla.org/integration/mozilla-inbound/rev/562e5ddb5332
Use <algorithm> functions to fill and copy data in Bitmap.* rather than PodOperations.h functions.  r=jandem
https://hg.mozilla.org/mozilla-central/rev/63d37d73f5ae
https://hg.mozilla.org/mozilla-central/rev/562e5ddb5332
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: