Commit Graph

15 Commits

Author SHA1 Message Date
Phil Ringnalda
7b80069fd3 Back out 85ce4ef19b93 (bug 1179048) for a wide variety of devtools test failures 2015-07-01 20:18:09 -07:00
Eric Rahm
a1a1e3c758 Bug 1179048 - Use mouseout instead of mouseleave in devtools. r=fitzgen
Using mouseleave in chrome code generates a warning in docshell about
performance which notes mouseout should be used instead. This patch replaces
usage of mouseleave with mouseout across the devtools codebase.
2015-07-01 17:27:14 -07:00
Gabriel Luong
c4cb77dc00 Bug 1024693 - [rule view] Copy CSS declarations r=pbrosset 2015-06-10 15:08:27 -07:00
Alexandre Poirot
2fadb2573e Bug 1167174 - Assert that custom highlighter do show the highlighter before proceeding. r=pbrosset 2015-05-25 18:54:08 +02:00
Alexandre Poirot
0a4f5910be Bug 1157201 - Prevent exception while hovering the rule-view. r=pbrosset 2015-04-22 07:34:00 +02:00
Will Bamberg
8e289827bf Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset 2015-04-21 16:28:00 -04:00
Mahdi Dibaiee
875ddbc9d8 Bug 1055181 - CSS Filter Tooltip; r=pbrosset
Adds a new devtools tooltip type in the inspector used to edit
css filters. The widget displayed in the tooltip allows to add,
edit, remove, and re-order filters.
Changes made inside the tooltip are applied to the filter
property in the rule-view.
2015-04-09 13:30:42 +04:30
Patrick Brosset
ffe5cce048 Bug 1106272 - Part 1: Remove the selector highlight on hover and add a selector icon instead. r=miker 2015-03-24 14:42:27 +01:00
Matteo Ferretti
2911ff72d8 Bug 1127238 - Remove the hard-coded list of highlighters; r=pbrosset CLOSED TREE 2015-02-03 13:03:33 +01:00
Eddy Bruël
cbd89b442a Bug 1118806 - Handle uncaught promise rejections in the storage inspector;r=pbrosset 2015-01-13 10:05:20 +01:00
Patrick Brosset
29f6f4fe7e Bug 1056990 - Highlight all nodes that match the hovered selector in the rule-view; r=miker 2014-08-22 11:52:31 -07:00
Patrick Brosset
e676ea5e87 Bug 711941 - part 3 - Timing-function editor tooltip in the rule-view; r=miker 2014-07-17 09:59:04 +02:00
Sami Jaktholm
b5f9e6ddda Bug 1026921 - Style Inspector: Choose correct URL for background image tooltip if a rule contains multiple backgrounds. r=pbrosset 2014-06-30 02:10:00 +02: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
Patrick Brosset
54b059995d Bug 1020291 - Rework the way tooltips and highlighters are added to the style inspector; r=harth 2014-06-18 10:25:40 +02:00