Commit Graph

31 Commits

Author SHA1 Message Date
Athena
57ebfa1877 Bug 911148 - Tabbing when editing an attribute stays in edit mode. r=pbrosset 2015-01-14 19:46:00 -05:00
Andrei Oprea
086e2e4636 Bug 1030490 - Inconsistent behavior when incrementing values in the CSS rules. r=harth 2014-07-01 15:35:52 -07: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
Gabriel Luong
3a664a4a29 Bug 966896 - [rule view] Editing rules' selectors for the current selection in the CSS rule-view r=pbrosset 2014-06-24 10:02:16 +02:00
Girish Sharma
807124066e Bug 988001 - Make the popup click to insert work again, r=bgrin 2014-04-19 15:43:26 +05:30
Dave Townsend
524463fdbd Bug 850336: Devtools box model should be editable. r=pbrosset 2014-04-03 17:37:26 -07:00
Phil Ringnalda
eb147fb326 Back out 81dd398600c4 (bug 850336) for linux bc2 leaks-until-shutdown 2014-04-02 23:17:37 -07:00
Dave Townsend
b80f29f1a1 Bug 850336: Devtools box model should be editable. r=pbrosset 2014-04-02 17:44:59 -07:00
Girish Sharma
6656affd1b Bug 987870 - Fix multiple issue of cycling suggesting and pressing keys with modifiers in an empty inplace editor, r=bgrins 2014-03-26 02:16:31 +05:30
Girish Sharma
0b535462e5 Bug 913955 - Avoid race conditions and inserting in middle of text in inplace-editor, r=mratcliffe 2014-03-25 20:43:44 +05:30
Girish Sharma
be586cad0f Bug 912189 - Show CSS value autocomplete without waiting for first character, r=mratcliffe 2014-03-25 20:43:44 +05:30
Dave Townsend
1f2f02bd33 Backing out bug 850336 due to test timeouts. r=backout 2014-03-19 14:11:36 -07:00
Dave Townsend
9aa0215525 Bug 850336: Devtools box model should be editable. r=pbrosset 2014-03-19 10:38:05 -07:00
Dave Townsend
db5fc3df03 Backed out changeset a9de76765bad on a CLOSED TREE from bug 850336 for its test taking too long. 2014-03-18 13:07:49 -07:00
Dave Townsend
0ad7b9ea16 Bug 850336: Devtools box model should be editable. r=pbrosset 2014-03-18 09:25:25 -07:00
J. Ryan Stinnett
26967f4282 Bug 976679 - Move event-emitter to toolkit. r=paul 2014-02-25 22:22:05 -06:00
Gabriel Luong
6812f12067 Bug 934695 - Autocomplete "!important" and multiple css values. r=scrapmachines, r=paul 2013-11-15 21:47:01 -05:00
Michael Ratcliffe
c138175829 Bug 929384 - Display color swatch for background properties with href. r=pbrosset 2013-11-11 15:17:41 +00:00
Girish Sharma
c7a6d3002c Bug 900415 - Should be able to open the autocompletion popup at an offset from the anchor node. r=msucan 2013-11-09 18:06:23 +05:30
Brian Grinstead
04a53defa8 Bug 915910 - [markup view] UI updates following refactor in Bug 855523. r=miker 2013-09-14 18:10:14 -05:00
Girish Sharma
1f97ba3453 Bug 900418 - Inplace editor should not destroy itself when the focus is lost to the autocompletion popup, r=mratcliffe 2013-09-15 20:40:52 +05:30
Girish Sharma
9d7bffcbcf Bug 900430 - Tab complete and cycle through the completion suggestions in the markup view, r=mratcliffe 2013-09-15 20:36:26 +05:30
Brian Grinstead
77d5dfd269 Bug 913509 - [rule view] Papercuts - Inconsistent behavior when modifying CSS declarations. r=miker 2013-09-12 11:18:29 -05:00
Brian Grinstead
4ad78dc9b6 Bug 911671 - [markup view] Holding up/down on a number value should update preview while number changes r=mratcliffe 2013-09-04 09:18:23 -05:00
Patrick Brosset
630526a211 Bug 902966 - Pressing escape while editing a style property should undo current changes; r=mratcliffe 2013-08-27 13:34:17 +02:00
Girish Sharma
deea7e8e42 Bug 896181 - Autocomplete CSS properties and values in markup view, r=mratcliffe 2013-08-02 16:05:50 +05:30
Girish Sharma
69d15c39da Bug 894376 - Autocomplete CSS values in Style Inspector, r=mratcliffe 2013-07-28 05:20:38 +05:30
Girish Sharma
2a613d554e Bug 893965 - Autocomplete CSS properties in the rule view, r=mratcliffe, msucan 2013-07-26 04:35:05 +05:30
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