gecko-dev/js
Nick Fitzgerald aba02288a1 Bug 1226416 - Expose a method to get a node's set of immediately dominated nodes in the dominator tree; r=bz,sfink
This adds the `getImmediatelyDominated` method to `DominatorTree` which takes a
node id and returns the set of each node ids for every node that is immediately
dominated by the node with the given id. The results are sorted by greatest to
least retained size. In conjunction with the `root` attribute, this can be used
to traverse the whole dominator tree.
2015-11-30 17:38:06 -08:00
..
ductwork/debugger Bug 1125423 part 2 - Rename stopAtOuter argument to *Unwrap functions to stopAtWindowProxy. r=bz 2015-11-06 19:03:52 +01:00
examples Bug 863089 - replace Debugger.Script.getOffsetLine with getOffsetLocation; r=fitzgen 2015-10-22 09:35:00 +02:00
ipc Bug 1226732 - Use stable hashing and builtin sweeping for ipc::ObjectIdMap; r=billm 2015-11-25 11:59:09 -08:00
public Bug 1226416 - Expose a method to get a node's set of immediately dominated nodes in the dominator tree; r=bz,sfink 2015-11-30 17:38:06 -08:00
src Bug 1226027 - Use Simd128 register content type. r=bbouvier 2015-11-30 16:16:28 -08:00
xpconnect merge mozilla-inbound to mozilla-central a=merge 2015-11-26 16:54:27 +01:00