Commit Graph

30 Commits

Author SHA1 Message Date
Patrick Brosset
6c505c31e4 Bug 1110110 - 1 - Remove various inspector-related exception logs during dt test runs; r=bgrins 2015-01-22 10:42:45 +01:00
Patrick Brosset
b53c7a05e7 Bug 1103993 - 3 - Only refresh the rule/computed views when active; r=bgrins r=ochameau 2014-12-10 09:09:19 +01:00
Patrick Brosset
4e1828a337 Bug 1103993 - part 2 - Clean-up some of the style-inspector's code; r=bgrins 2014-11-26 10:18:12 +01:00
Patrick Brosset
5dbe29f065 Bug 1103993 - part 1 - Rename the style-inspector's highlight methods; r=bgrins 2014-11-26 10:18:07 +01:00
Heather Arthur
f1e7db7f10 Bug 871423 - Open correct inline stylesheet from style inspector link. r=bgrins 2014-08-22 15:30:00 -04:00
Ryan VanderMeulen
68b66dd114 Backed out changeset 495a024e0c4d (bug 871423) for xpcshell failures. 2014-08-21 21:38:37 -04:00
Heather Arthur
3928db640f Bug 871423 - Open correct inline stylesheet from style inspector link; r=bgrins 2014-08-21 15:51:33 -07:00
Michael Ratcliffe
b41a7e7ed4 Bug 1040701 - Fix marking of changed properties in rule view r=pbrosset 2014-08-11 14:17:52 +01:00
Jim Blandy
39dc0c6097 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
Brian Grinstead
e0dce853d7 Bug 966242 - Get rid of flicker when rule view is refreshed;r=pbrosset 2014-06-05 07:53:45 -05:00
Paolo Amadini
6efc9852ae Bug 995170 - Convert legacy uses of promise.js in devtools where this doesn't result in test failures. r=jwalker 2014-04-14 14:15:43 +01:00
Michael Ratcliffe
2e943c9d37 Bug 663778 - Misc fixes r=pbrosset 2014-03-09 17:03:00 +00:00
Ryan VanderMeulen
c633e65783 Backed out 6 changesets (bug 663778) for browser_dbg_listtabs-02.js leaks on a CLOSED TREE.
Backed out changeset cbd200206f9b (bug 663778)
Backed out changeset b0b74401e614 (bug 663778)
Backed out changeset df5255cffbfa (bug 663778)
Backed out changeset e6d0dd124356 (bug 663778)
Backed out changeset 134f77474941 (bug 663778)
Backed out changeset 456609873c5f (bug 663778)
2014-03-13 13:56:22 -04:00
Michael Ratcliffe
2b2ceb04c1 Bug 663778 - Misc fixes r=pbrosset 2014-03-13 15:46:37 +00:00
Mihai Sucan
62f31c32e4 Bug 980835 - Fix for intermittent | browser_webconsole_output_dom_elements_02.js | The current inspector selection is correct - Got [object HTMLParagraphElement], expected [object HTMLBodyElement]; r=me 2014-03-08 23:13:59 +02:00
Heather Arthur
986037e940 Bug 950921 - UI for flipping CSS source map pref. r=dcamp 2014-01-14 10:13:47 -05:00
Patrick Brosset
6c50b3a034 Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul 2014-01-09 12:36:01 +01:00
Heather Arthur
a77408383f Bug 949678 - Rule view should show inline sheet links as 'inline:<lineno>' instead of '/:<lineno>' when source maps are enabled; r=pbrosset 2013-12-16 11:49:17 -08:00
Heather Arthur
baacc9221d Bug 926014 - Support CSS source maps; r=dcamp 2013-12-06 23:52:32 -08:00
Paul Rouget
049eb9bbcb Bug 939122 - Move styleinspector.properties in /toolkit. r=miker 2013-11-19 09:15:46 -05:00
Patrick Brosset
c5af2ded89 Bug 765105 - Tooltip shared component, showing image previews in markup, css rules and computed views, r=miker,harth 2013-10-26 00:51:01 +05:30
Patrick Brosset
d753091e00 Bug 922125 - Destroy markup, rule and computed views on navigation and unload. r=miker 2013-10-11 11:50:33 -04:00
Michael Ratcliffe
65c3e22990 Bug 910155 - Rule view does not keep changed rules marked after inspecting other nodes r=dcamp 2013-08-30 10:06:59 +02:00
Dave Camp
808f73360b Bug 886039 - Port the computed view to the styles actor. r=mratcliffe 2013-08-08 08:44:57 -07:00
Dave Camp
fce0776e00 Bug 886038 - Port the rule view to the styles actor. r=mratcliffe 2013-08-08 08:44:57 -07:00
Paul Rouget
b61a1f2a00 Bug 898918 - many files have wrong mode-lines in comments. r=robcee 2013-08-01 10:53:31 +02:00
David Creswick
8fe215496e Bug 870004 - Fix linking to Style Editor from Inspector; r=harth 2013-05-12 19:05:32 -07:00
Dave Camp
31ce67e5e0 Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Dave Camp
a5c65f65e2 Backed out changeset 9117c7ad29d5 for MaxHeap regression. 2013-04-28 14:42:23 -07:00
Dave Camp
fee966b388 Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00