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
Neil Deakin
16437e7796
Bug 610545, fix tests to disable arrow panel transitions to speed them up and fix mouse targetting issues, r=felipe
2014-04-08 08:45:52 -04:00
Victor Porof
085338c95a
Relanding bug 991175 as a backout of changeset b1b18a46eda2 because it has no tests and can't cause browser-chrome bustage, r=me
2014-04-04 03:13:45 -04:00
Wes Kocher
7bf8aa1308
Backed out changeset 312c314e230b (bug 991175) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE
2014-04-03 15:15:39 -07:00
Victor Porof
b3bafe0230
Bug 991175 - Headers values in the netmonitor sidepane are very hard to read and copy after clicking on them, r=msucan
2014-04-03 11:22:22 -04:00
Patrick Brosset
c4a511d5f0
Bug 979292 - Correctly place image tooltip in ruleview after a colorpicker was used; r=harth
2014-04-03 10:12:31 +02:00
Victor Porof
feb9eeed9d
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Ed Morley
449379d2cc
Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
...
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
df264302e9
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
8c86a85427
Bug 917226 - Build a canvas inspection tool, r=rcampbell
...
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
2014-03-27 18:57:16 +00:00
Dave Townsend
7ad941322a
Bug 986838: Add-on SDK modules should be listed after the add-on's own modules. r=fitzgen
2014-03-27 11:35:14 -07:00
Victor Porof
3bebfcdd8a
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00