Closed
Bug 848395
Opened 12 years ago
Closed 12 years ago
GC: Move Rooted to JS namespace
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(3 files)
12.03 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
127.16 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
47.14 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #721744 -
Flags: review?(terrence)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #721745 -
Flags: review?(terrence)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #721746 -
Flags: review?(terrence)
Updated•12 years ago
|
Attachment #721744 -
Flags: review?(terrence) → review+
Comment 4•12 years ago
|
||
Comment on attachment 721745 [details] [diff] [review]
2 - Rename references to js::Rooted to JS::Rooted inside Spidermonkey
Review of attachment 721745 [details] [diff] [review]:
-----------------------------------------------------------------
I had forgotten about jsapi-tests: it was not exactly rooted when I made the previous namespace move.
::: js/src/jsclone.h
@@ +90,5 @@
> uint64_t *point;
> uint64_t *end;
> };
>
> +} /* namespace js */
Nice!
Attachment #721745 -
Flags: review?(terrence) → review+
Comment 5•12 years ago
|
||
Comment on attachment 721746 [details] [diff] [review]
3 - Rename references to js::Rooted to JS::Rooted outside Spidermonkey
Review of attachment 721746 [details] [diff] [review]:
-----------------------------------------------------------------
I see browser usage has grown considerably.
Attachment #721746 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Push backed out for Window mochitest-chrome crashes:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=1768185637fd
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=7f0a4a8f2013
Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/fc80038cf2ef
https://hg.mozilla.org/mozilla-central/rev/e9dca222d6c3
https://hg.mozilla.org/mozilla-central/rev/0d3f5942d825
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•