Commit Graph

5 Commits

Author SHA1 Message Date
Victor Porof
a3641f184a Bug 1561435 - Format browser/base/, a=automatic-formatting
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D36041
2019-07-05 09:48:57 +02:00
Brian Grinstead
a865905d1c Bug 1551334 - Migrate OSX hidden window from XUL to XHTML r=Gijs
Also take the oppurtunity to include "mac" in the filename to clarify
where it's used.

Differential Revision: https://phabricator.services.mozilla.com/D32058
2019-05-22 18:00:13 +00:00
Wes Kocher
9d0d537279 Bug 1294933 - Only release the reference to the mac dockmenu when the hidden window is shutdown r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D15617
2019-01-07 21:49:44 +00:00
Brian Grinstead
6760d4624a Bug 1473160 - Move the startup and shutdown functions out of gBrowserInit;r=Gijs
They don't rely on anything from that object, so simplify things and remove the
cross-file reference by making them normal functions.

MozReview-Commit-ID: 6iAjBWsO5zo
2018-07-11 06:47:19 -07:00
Brian Grinstead
79daf25762 Bug 1473160 - Move non browser window startup and shutdown functionality into a separate JS file;r=Gijs
These are mac-only functions used to support the dock and application menu for
non browser windows (anything that includes macWindow.inc.xul). Make this more
straightforward by splitting the code out into a new script file that gets loaded
directly by macWindow.inc.xul rather than unconditionally adding the functions
and only calling them when needed.

MozReview-Commit-ID: 8y3rij5vqyh
2018-07-11 06:47:16 -07:00