Closed
Bug 1334551
Opened 8 years ago
Closed 8 years ago
add BUG_COMPONENT to dom/archivereader/* and dom/asmjscache/* files
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file)
1.48 KB,
patch
|
overholt
:
review+
|
Details | Diff | Splinter Review |
dom/archivereader appears to be Core::DOM
dom/asmjscache appears to be either Core::DOM, or Core::JavaScript Engine: JIT
I will start with Core::DOM and adjust my patch if I get more information.
Assignee | ||
Comment 1•8 years ago
|
||
:overholt, please feel free to redirect the review or offer corrections.
Comment 2•8 years ago
|
||
Comment on attachment 8831210 [details] [diff] [review]
add BUG_COMPONENT to dom/archivereader/* and dom/asmjscache/*
Review of attachment 8831210 [details] [diff] [review]:
-----------------------------------------------------------------
Make the asm.js cache go to the JS engine and r+.
::: dom/asmjscache/moz.build
@@ +5,5 @@
> # file, You can obtain one at http://mozilla.org/MPL/2.0/.
>
> +with Files("**"):
> + BUG_COMPONENT = ("Core", "DOM")
> +
I'd make this JS engine.
Attachment #8831210 -
Flags: review?(overholt) → review+
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b6cb0f045ae
add BUG_COMPONENT to dom/archivereader/* and dom/asmjscache/* files. r=overholt
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•