Hi,

I just landed bug 1445142, which moves dom/base/nsGkAtoms.h to
xpcom/ds/nsGkAtoms.h.

The reason for this move:

- These atoms aren't really DOM-specific.

- The move to xpcom/ means they can be registered immediately after the
atom table is created, instead of waiting until
nsLayoutStatics::Initialize() runs. This in turn let me remove a special
case involving duplication of the empty atom. This in turn will let me
further optimize the representation of static atoms.

Nick
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to