Closed Bug 1084439 Opened 10 years ago Closed 10 years ago

Replace ResolveWorkerClasses by appropriate [Exposed=System] annotations

Categories

(Core :: DOM: Workers, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: bzbarsky, Assigned: bzbarsky)

References

Details

Attachments

(1 file)

Right now, the only caller is the backstagepass code, which is precisely what Exposed=System is for.
Depends on: 1073124
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Comment on attachment 8507013 [details] [diff] [review]
Remove ResolveWorkerClasses in favor of [Exposed=System] annotations

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

\o/
Attachment #8507013 - Flags: review?(bobbyholley) → review+
https://hg.mozilla.org/mozilla-central/rev/916278924d4c
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment on attachment 8507013 [details] [diff] [review]
Remove ResolveWorkerClasses in favor of [Exposed=System] annotations

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

::: dom/workers/RuntimeService.cpp
@@ +183,4 @@
>    ID_ChromeWorker,
>    ID_Event,
>    ID_MessageEvent,
>    ID_ErrorEvent,

Are these enum values still used?
No.  They weren't used before either, really, except ID_Count.  I'll remove them.
You need to log in before you can comment on or make changes to this bug.