Commit graph

12 commits

Author SHA1 Message Date
Brian Grinstead
dc6e2e7d01 Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_pseudo-element.js => browser/devtools/styleinspector/test/browser_ruleview_pseudo-element_01.js
2014-09-29 09:29:00 +02:00
Jim Blandy
7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Kay Plößer
7c37d517d7 Bug 960737 - Remove inline script / style in browser/devtools/fontinspector/font-inspector.xhtml;r=bgrins 2014-01-24 10:49:37 -06:00
Patrick Brosset
b96a9dea97 Bug 962085 - Font-inspector "show all fonts" button selects the <body> node remotely; r=paul 2014-01-23 16:54:04 +01:00
Patrick Brosset
bf502a47dd Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul 2014-01-09 12:36:01 +01:00
Paul Rouget
ae62ca3544 Bug 898918 - many files have wrong mode-lines in comments. r=robcee 2013-08-01 10:53:31 +02:00
Paul Rouget
f50c27e874 Bug 889827 - Disable spellcheck in font inspector. r=vporof 2013-07-08 13:14:17 +03:00
Dave Camp
41f96a13b0 Bug 877320 - Expose a node front in the Selection object in addition to a raw node. r=paul 2013-06-07 14:32:32 -07:00
Michael Ratcliffe
a5618e369e Bug 875717 - TypeError: window.fontInspector is undefined in chrome://browser/content/devtools/fontinspector/font-inspector.js:228 r=harthur 2013-05-24 12:06:00 +01:00
Joe Walker
342dbaef36 Bug 873963 - Set fontFamily property directly; r=dcamp, mgoodwin 2013-05-25 09:51:31 +01:00
Paul Rouget
3a4d8c3f49 Bug 836233 - [Inspector] Implement Shorlander's visual design. r=mratcliffe 2013-03-27 23:20:38 +01:00
Paul Rouget
d3d0a293ec Bug 697983 - Implement a Font Inspector. r=jwalker 2013-03-07 05:57:00 +01:00