Closed Bug 1105614 Opened 10 years ago Closed 10 years ago

Fix dependency tracking for methods with dictionary arguments

Categories

(Core :: DOM: Core & HTML, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla37

People

(Reporter: bzbarsky, Assigned: bzbarsky)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

A method with a dictionary argument needs to be regenerated if the dictionary changes (e.g. if the dictionary goes to/from having GCThings in it).  Right now we don't track this in the deps.

In addition to that, right now dep tracking for arguments is broken in general, because we use union() but don't store the result anywhere.
Blocks: 1105615
Attachment #8529514 - Flags: review?(peterv) → review+
https://hg.mozilla.org/mozilla-central/rev/9555f3756329
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: