Patrick Brosset
9fbbcfd50c
Bug 711941 - part 3 - Timing-function editor tooltip in the rule-view; r=miker
2014-07-17 09:59:04 +02:00
Panos Astithas
a60b7a36ca
Black box sources before deciding whether to stage them for later addition (bug 1038117). r=fitzgen
...
--HG--
extra : rebase_source : dfedcab97b91ae75c9ef5c63d4e1489a49576330
2014-07-14 18:30:28 +03:00
Victor Porof
daeecc00e7
Bug 1034669 - Add a way of fading out certain areas of the canvas graphs, r=pbrosset
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-11.js => browser/devtools/shared/test/browser_graphs-11a.js
2014-07-15 08:34:07 -04:00
Panos Astithas
de2f32d2fc
Replace mouseenter/leave events with mouseover/out in devtools for performance (bug 971203). r=vporof,pbrosset
...
--HG--
extra : rebase_source : 99ec789ca1314d0781c622ad3c1d96451aba3ae7
2014-07-09 17:47:53 +03:00
Victor Porof
7f0a2e194d
Bug 1034670 - The canvas graphs should draw the background separately from the plotted data, r=pbrosset
2014-07-08 09:02:00 -04:00
Victor Porof
4972af71f8
Bug 1034668 - The getMappedSelection
method for all canvas graphs should clamp the selection bounds, r=pbrosset
2014-07-08 09:02:00 -04:00
Victor Porof
14e9077ea9
Bug 1034664 - The canvas graphs should use a cache of canvas elements instead of creating a new one every time an off-screen render target is needed, r=pbrosset
2014-07-08 09:02:00 -04:00
Victor Porof
3dd849ddf4
Bug 1034661 - The canvas graphs are ugly on screens with low dpi, r=pbrosset
2014-07-07 07:20:47 -04:00
Patrick Brosset
1b822cb22c
Bug 711941 - part 1 - Cubic-bezier widget; r=harth r=gerv
2014-07-03 12:49:16 +02:00
Patrick Brosset
e3cf78711c
Bug 1026395 - Avoid unhandled rejected promise in browser_ruleview_edit-property-increments.js. r=jwalker
2014-07-02 04:39:00 -04:00
Patrick Brosset
89aa9ec0e2
Bug 1026392 - Avoid unhandled promise chain rejections in browser_ruleview_add-property-cancel_02.js. r=jwalker
2014-07-01 07:57:00 +02:00
Carsten "Tomcat" Book
9bf09b73ad
merge fx-team to mozilla-central a=merge
2014-06-25 15:34:21 +02:00
Jim Blandy
4d6a633bba
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
f22f32479b
Bug 1024932 - Removes unneeded originalValue handling in swatch-based tooltips; r=miker
2014-06-24 10:03:01 +02:00
Ed Morley
05b984f114
Backed out changeset 00681f1336d5 (bug 1024932) for failures in test_bug455906.js
2014-06-23 16:31:38 +01:00
Patrick Brosset
ec9eebef60
Bug 1024932 - Removes unneeded originalValue handling in swatch-based tooltips; r=miker
2014-06-23 16:04:25 +02:00
Victor Porof
d5d5bd0c0e
Bug 1027755 - Add a method that gets the canvas graphs selection mapped to the source data range, r=pbrosset
2014-06-23 08:52:24 -04:00
Victor Porof
2129adf2ce
Bug 1027792 - The linkAnimation
and linkSelection
methods in CanvasGraphUtils should first check if graphs are actually available, r=pbrosset
2014-06-20 05:47:56 -04:00
Victor Porof
0af355cd6b
Bug 1027781 - Emit mousedown, moseup and scroll events from the canvas graphs, r=pbrosset
2014-06-20 05:47:50 -04:00
Victor Porof
d4319d54e6
Bug 1027752 - The setData
method in canvas graphs should yield until the graphs are ready, r=pbrosset
2014-06-20 05:47:43 -04:00
Victor Porof
5e2429ee57
Bug 1029540 - ViewHelpers.L10N.numberWithDecimals doesn't properly handle NaN and numbers that can't be localized, r=bgrins
2014-06-24 21:45:52 -04:00
Victor Porof
3b6276ccf3
Bug 1029097 - ViewHelpers.Prefs should have a way of clearing the cached preferences, r=rcampbell
2014-06-24 21:45:47 -04:00
Victor Porof
48111fede6
Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset
2014-06-16 09:04:27 -04:00
Victor Porof
c6fe109f10
Bug 1025023 - Prevent redrawing the canvas graph on window resize if the graph dimensions haven't changed, r=pbrosset
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10a.js
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10b.js
2014-06-16 08:59:36 -04:00
Victor Porof
7d92110cb7
Bug 1024633 - Add a way of specifying a fixed width or height for canvas graphs, r=pbrosset
2014-06-16 08:59:36 -04:00
Victor Porof
9c8c6548a7
Bug 1007460 - Create a calls minimap, r=pbrosset
2014-06-16 08:59:36 -04:00
Patrick Brosset
a77341d73c
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Sami Jaktholm
0a5f0c5c2f
Bug 1017515 - Add copy color item to context menu of CSS rule and computed views. r=pbrosset
2014-06-12 06:02:00 -04:00
Tim Nguyen
60589070ae
Bug 949462 - Use the theme-twisty class for devtools variables view twisties. r=bgrins
2014-06-10 16:44:11 -07:00
Victor Porof
2947be7225
Bug 1023019 - Fix 'grpah' comment typo in Chart.jsm, r=pbrosset
2014-06-10 11:01:50 -04:00
Victor Porof
56e38ba54b
Bug 1023057 - Superfluous calculations for firstTick, lastTick and totalTicks in the line graph widget, r=pbrosset
2014-06-10 10:55:37 -04:00
Victor Porof
5ffbcbe798
Bug 1023020 - Add a "ready" promise to canvas graphs, r=pbrosset
2014-06-10 10:55:32 -04:00
Victor Porof
a689e8d79e
Bug 1023019 - Make the canvas graphs plot the data underneath the selection, markers and cursor, r=pbrosset
2014-06-10 10:55:29 -04:00
Victor Porof
9e06f2e9f9
Bug 1018418 - Update the line graph data source format to match changes in bug 1016526, r=pbrosset
2014-06-02 07:22:38 -04:00
Victor Porof
be7a696652
Bug 1018354 - Allow the line graph widget to have a configurable minimum distance between points, r=pbrosset
2014-06-02 07:22:38 -04:00
Gabriel Luong
355c6d1e68
Bug 1014923 - TreeWidget should have an option for unsorted tree. r=bgrins
2014-05-29 08:26:00 -04:00
Sami Jaktholm
6ea8da45be
Bug 989629: Show class names of DOM elements in variables view. r=past
...
--HG--
extra : rebase_source : ec90d5954d005f8077180f6ff5f96b4736ad5030
2014-05-29 10:50:00 +03:00
Sami Jaktholm
cf5735df15
Bug 977500: Add NodeList to the list of classes whose keys should not be sorted in VariablesView. r=past
...
--HG--
extra : rebase_source : 4801e884d8b5fb8b4aecd1733439c2d63ccdf456
2014-05-28 23:27:00 +03:00
Victor Porof
f74da08d74
Bug 1007202 - Create a framerate widget, r=pbrosset,rcampbell
2014-05-29 09:54:00 -04:00
Gabriel Luong
74fb19445a
Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins
2014-05-27 18:55:00 +02:00
Girish Sharma
71aa602ba2
Bug 993014 - Tree and table widgets for devtools, r=bgrins
2014-05-21 03:54:08 +05:30
Victor Porof
3fe66ce281
Bug 1008395 - Fix failing tests caused by unintended stringification in the test suite, r=me
2014-05-10 13:20:50 -04:00
Victor Porof
b1750869af
Bug 1008395 - Make "Finalizing item" messages in the frontend more helpful, r=past
2014-05-10 12:26:54 -04:00
Victor Porof
d527390a48
Bug 1006915 - The node inspect icon in the variables view should appear before the F/S/N/Lock icons, r=rcampbell
2014-05-07 09:38:18 -04:00
Victor Porof
ef8dd9e613
Bug 1006878 - The input box is slightly misplaced when editing properties with no value (getters/setters), r=rcampbell
2014-05-07 09:38:18 -04:00
Victor Porof
280e958bf8
Bug 1006586 - Remove smoothscrolling from the breadcrumbs widget, r=rcampbell
2014-05-07 09:38:17 -04:00
Johannes Mittendorfer
efbd756c19
Bug 1003790 - Remove linear-gradient -moz- prefixes from spectrum.css. r=bgrins
2014-04-30 11:08:00 -04:00
Heather Arthur
49f8dba61a
Bug 997163 - Add 'eyedropper' command and button; r=jwalker
2014-04-24 21:39:00 +02:00
Paolo Amadini
5b838a54f7
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
Heather Arthur
5a5f961398
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00