Commit Graph

15 Commits

Author SHA1 Message Date
Alexandre Poirot
565697cebc Bug 1461970 - Remove html and css files related to gcli. r=jryans
MozReview-Commit-ID: CkwBFZq8QVX

--HG--
extra : rebase_source : 10bb6beb47a3afaee8cfba66b33cda83c030aff2
2018-03-21 10:03:22 -07:00
J. Ryan Stinnett
531db1c457 Bug 1305777 - Remove old RDM. r=ochameau
MozReview-Commit-ID: gOvvF9bcDT

--HG--
extra : rebase_source : b6220ca4645a7cc64b0563b120c178f895a7ba39
2017-09-26 18:49:54 -05:00
Sebastian Hengst
f05bcdc666 Backed out changeset 6e0cb1927bfe (bug 1305777) 2017-09-29 10:43:36 +02:00
J. Ryan Stinnett
49c743f7f5 Bug 1305777 - Remove old RDM. r=ochameau
MozReview-Commit-ID: gOvvF9bcDT

--HG--
extra : rebase_source : 1a0773629ad429e6c485df4c2bf0348504a2c9c5
2017-09-26 18:49:54 -05:00
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
Jan Odvarko
718c5a245c Bug 1330827 - Fix CSS for Tab's cursor and background; r=jryans
MozReview-Commit-ID: GZd51GV3nFP

--HG--
extra : rebase_source : 86fa688ac8979ddd7a747827d082f092ac5b2225
2017-01-19 13:52:40 +01:00
Sebastian Hengst
b38044be9c Backed out changeset 43484a1523e0 (bug 1330827) for build bustage (duplicate file). r=backout on a CLOSED TREE 2017-01-23 16:26:52 +01:00
Jan Odvarko
68fb38fe79 Bug 1330827 - Fix CSS for Tab's cursor and background; r=jryans
MozReview-Commit-ID: GZd51GV3nFP

--HG--
extra : rebase_source : e480090498a3064925d0ec0b27d79ea911c65f78
2017-01-19 13:52:40 +01:00
Iris Hsiao
4943dbc348 Backed out changeset cf116f73a2d2 (bug 1330827) for bustage
CLOSED TREE
2017-01-20 15:49:06 +08:00
Jan Odvarko
c331f9d12f Bug 1330827 - Fix CSS for Tab's cursor and background; r=jryans
MozReview-Commit-ID: GZd51GV3nFP

--HG--
extra : rebase_source : 318ce731f97f05234fb53f3614c0119e88bc1724
2017-01-19 13:52:40 +01:00
J. Ryan Stinnett
5d51f47dfb Bug 1311178 - Expose some DevTools CSS as resource:// only. r=ntim
For CSS files which were used via both chrome:// and resource://, I converted
all usages to resource:// and removed the chrome:// copy to reduce file
duplication.

I believe most DevTools CSS could be using resource:// throughout, but that's
left as follow up work for now.

MozReview-Commit-ID: G7oxZqjodwv

--HG--
extra : rebase_source : d6ae487f35cdeddd32aa96d95d62113ba0565b2a
2016-10-19 16:19:29 -05:00
Tom Tromey
5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Jaideep Bhoosreddy
5b0915aa18 Bug 1282472 - Add camera effects to screenshot; r=jryans 2016-06-29 00:13:00 +02:00
Jan Odvarko
15e284ff04 Bug 1256757 - Use common.css in JSON Viewer. r=jryans 2016-03-18 15:58:59 +01:00
Jan Odvarko
b263c97f16 Bug 1211918 - Expose variables.css and use it in the JSON Viewer. r=jryans 2015-10-16 12:44:47 +02:00