gecko-dev/browser
Julian Descottes e5195aed19 Bug 1359090 - load devtools-browser.css dynamically when starting devtools;r=ochameau
This changeset modifies devtools-browser.css to import:
- commandline-browser.css (needed for GCLI)
- responsivedesign.css (needed for the old RDM)

These files are no longer included in the main browser.css files.

devtools-browser.css is also no longer loaded by browser.xul.
Instead it is dynamically loaded when devtools need the browser stylesheet:
- when creating a side or bottom host (need the splitter)
- when opening gcli
- when opening the old responsive design

devtools-browser.js keeps track of the browser stylesheets loaded in the
various tracked windows and will remove the stylesheet when the window is unloaded.

MozReview-Commit-ID: AL3CxS7mvdO

--HG--
rename : devtools/client/themes/commandline.inc.css => devtools/client/themes/commandline-browser.css
rename : devtools/client/themes/responsivedesign.inc.css => devtools/client/themes/responsivedesign.css
extra : rebase_source : a4a1e993657ff3abcc975249812723ab46bc84a8
2017-04-27 16:05:31 +02:00
..
app merge mozilla-central to autoland. r=merge a=merge 2017-04-29 11:11:48 +02:00
base Bug 1359090 - load devtools-browser.css dynamically when starting devtools;r=ochameau 2017-04-27 16:05:31 +02:00
branding Bug 1356660 - Do not warn when pasting code into the console on unofficial branding, r=bgrins 2017-04-16 19:07:16 -07:00
components Merge m-c to autoland, a=merge 2017-04-28 16:49:11 -07:00
config Bug 1360364 - Update builders to rust 1.17.0. r=mshal 2017-04-27 15:24:57 -07:00
docs
experiments Backed out changeset e1c9c6e89f50 (bug 1348097) for asan failures in test_SubsessionChaining.js a=backout 2017-04-20 13:34:16 -07:00
extensions Backed out 2 changesets (bug 1349489) for xpcshell failures in test_Macys.js 2017-04-28 20:31:32 -07:00
fonts
installer Bug 1358276: Add FixCorruptOleAccRegistration to PostUpdate; r=mhowell 2017-04-26 14:19:19 -06:00
locales Bug 1355322 - Add anchor button to urlbar for action menu. r=Gijs 2017-04-27 18:17:29 -07:00
modules Bug 1356231 - Use toolkit EventEmitter.jsm instead of devtools module. r=mossop 2017-04-27 17:58:09 +02:00
themes Bug 1359090 - load devtools-browser.css dynamically when starting devtools;r=ochameau 2017-04-27 16:05:31 +02:00
tools/mozscreenshots Bug 1355088 - add BUG_COMPONENT to browser/* files. r=mossop 2017-04-19 08:11:47 -04:00
.eslintrc.js Bug 1358041 - Hoist some eslint rules from browser/ subdirectories to browser/.eslintrc. r=standard8 2017-04-19 16:53:43 -07:00
LICENSE
Makefile.in
app-rules.mk
app.mozbuild
build.mk
confvars.sh Bug 1344038 - Move the gio protocol handler under netwerk/protocol. r=chmanchester,karlt 2017-04-05 13:48:52 +09:00
defs.mk
moz.build
moz.configure