Bug 1514936 Comment 20 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Strings I searched for to track down all of these places: `NS_ERROR_NO_AGGREGATION`, `aOuter,`, `createInstance(outer`, `createInstance(delegate`

There are a few false positives with those, but not more than a dozen or so. Unfortunately you can't just search for "createInstance" as that mostly ends up with places calling it, not defining it.
Strings I searched for to track down all of these places: `NS_ERROR_NO_AGGREGATION`, `aOuter,` (note the trailing comma), `createInstance(outer`, `createInstance(delegate`

There are a few false positives with those, but not more than a dozen or so. Unfortunately you can't just search for "createInstance" as that mostly ends up with places calling it, not defining it.

Back to Bug 1514936 Comment 20