mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-05 02:39:10 +02:00
Adds a new environment variable MOZ_BROWSER_XHTML to change Firefox to load a modified version of browser.xul as browser.xhtml. Adds the xhtml namespace to the script tags to make them work. MozReview-Commit-ID: 2adtOVzXHKd
3 lines
64 B
HTML
3 lines
64 B
HTML
#define BROWSER_XHTML
|
|
#include browser.xul
|
|
#undef BROWSER_XHTML
|