Jim Blandy
b6b202b6bb
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
Michael Ratcliffe
f0223f3d26
Bug 994729 - Make box model guides move on layout view region hover r=bgrins
2014-06-24 17:26:38 +01:00
Patrick Brosset
f7fa4585a3
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Patrick Brosset
29e1ec7e39
Bug 1009322 - Disabled intermittent browser_editablemodel_allproperties.js test; r=me
2014-06-09 11:11:23 +02:00
Patrick Brosset
1f88915cbd
Bug 1007021 - The ReflowActor observes iframes and works after page navigations; r=bgrins r=ochameau
2014-06-03 09:51:55 +02:00
Patrick Brosset
48312c88f1
Bug 997198 - Quick layout-view tests cleanup; r=bgrins
2014-05-12 16:51:10 +02:00
Patrick Brosset
a62807e343
Bug 997198 - Create a standalone reflow actor; r=bgrins
2014-05-12 16:51:06 +02:00
Heather Arthur
61f34a7096
Bug 985234 - add media query for when box model tab is too short. r=bgrins
2014-05-02 11:05:00 +02:00
Mr Speaker
0f0c29d925
bug 986471 - rotate long labels in box model; r=pbrosset
2014-04-24 13:52:30 +02:00
Ryan VanderMeulen
a173d38497
Bug 996003 - Various devtools test manifest cleanups. r=miker
2014-04-15 08:03:53 -04:00
Paolo Amadini
82d33517df
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
9955c9a298
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Girish Sharma
f3707ea5e5
Bug 993580 - Permanently fix webconsole error count test and temporarily fix box model tests. r=pbrosset
2014-04-10 02:30:01 +05:30
Dave Townsend
34f47ed707
Bug 850336: Devtools box model should be editable. r=pbrosset
2014-04-03 17:37:26 -07:00
Phil Ringnalda
090ed1b84f
Back out 81dd398600c4 (bug 850336) for linux bc2 leaks-until-shutdown
2014-04-02 23:17:37 -07:00
Dave Townsend
50c7c055a2
Bug 850336: Devtools box model should be editable. r=pbrosset
2014-04-02 17:44:59 -07:00
Brian Grinstead
20c499d4c9
Bug 983933 - Get better colors for the Inspector's box model;r=vporof
2014-03-18 08:04:57 -05:00
Dave Townsend
dedabc2023
Backing out bug 850336 due to test timeouts. r=backout
2014-03-19 14:11:36 -07:00
Dave Townsend
7b7ec77f47
Bug 850336: Devtools box model should be editable. r=pbrosset
2014-03-19 10:38:05 -07:00
Dave Townsend
f9793de689
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
771d473ce6
Bug 850336: Devtools box model should be editable. r=pbrosset
2014-03-18 09:25:25 -07:00
Dave Townsend
d097a5506a
Bug 983847: Re-disable test I accidentally enabled by landing the wrong patch. r=backout
2014-03-18 09:23:30 -07:00
Dave Townsend
6cf91c4a01
Bug 983847: Frequent CSS errors in spectrum-frame.xhtml. r=pbrosset
2014-03-18 09:18:02 -07:00
Heather Arthur
6a7273f4d4
Bug 983892 - Inspector Box model tab's background should be light to match light theme; r=vporof
2014-03-15 10:31:30 -07:00
Michael Ratcliffe
f01991e767
Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker
2014-03-13 21:27:10 +00:00
Michael Ratcliffe
d72a047ee5
Bug 663778 - Changes to layout view for box model highlighter r=pbrosset
2014-03-08 18:10:44 +00:00
Ryan VanderMeulen
02e033058e
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
539b062710
Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker
2014-03-13 15:38:37 +00:00
Michael Ratcliffe
1db0c05359
Bug 663778 - Changes to layout view for box model highlighter r=pbrosset
2014-03-08 18:10:44 +00:00
Alex Henrie
77822eb46b
Bug 968029 - Use unprefixed box-sizing in browser/ and toolkit/. r=dao
2014-02-04 21:36:29 -07:00
Kay Plößer
dee5544eac
Bug 960734 - Remove inline script / style in browser/devtools/layoutview/view.xhtml. r=bgrins
2014-01-21 11:48:04 -05:00
Patrick Brosset
86bb72d38c
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Chris Peterson
4b1ef6ef4e
Bug 955890 - Part 1: Fix DevTools JS warnings about some code paths not returning a value. r=rcampbell
2013-12-31 19:28:42 -08:00
Paul Rouget
9a8971e8ec
Bug 939840 - Show position in layout view. r=miker
2013-11-19 09:16:03 -05:00
Brian Grinstead
3d1ba55a98
Bug 916766 - Consistent theming across panels (adding webconsole and options panel). Also prevents flicker on panels while frame is loading. r=paul, ui-r=darrin
2013-11-13 12:02:05 -06:00
Ryan VanderMeulen
06829092ec
Bug 823881 - Really disable the test.
2013-10-18 15:14:16 -04:00
Paul Rouget
d37826ac5a
Bug 823881 - Disable browser_layoutview.js for frequent failures. r=robcee
2013-10-18 15:00:27 -04:00
Ms2ger
9d5ce8dfb7
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
f0bcf1241b
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
5e3c678fac
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
18c2c27094
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Tetsuharu OHZEKI
f80cbc6450
Bug 915096 - Remove needless prefs for devtools.layoutview.*
. r=paul.rouget
2013-09-13 09:25:48 -04:00
Paul Rouget
3eaf7daaf4
Bug 897960 - walker should support mozbrowser iframes. Patch C. r=dcamp
2013-09-08 11:01:00 +02:00
Blair McBride
73129ffbe0
Backout 86b5d8778fc4,fab07b9d6dee,89a059433037,bbb54cde82c3 (bug 897960) due to orange
2013-09-09 12:45:31 +12:00
Paul Rouget
e213b7fd4d
Bug 897960 - walker should support mozbrowser iframes. r=dcamp
2013-09-08 11:01:00 +02:00
Paul Rouget
4c3691cd74
Bug 912915 - Implement a simple generic highlighter. r=jwalker
2013-09-07 11:39:50 +02:00
Mike Hommey
05b3f24e0e
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Dave Camp
918914bad0
Bug 910241 - Port the layout view to the remote protocol. r=mratcliffe
...
--HG--
extra : rebase_source : 5204fd2e6a67d9ba6799b103d21c88f901b29597
2013-08-12 07:43:19 -07:00
Heather Arthur
1624674831
Bug 905312 - Make monospace font consistent across devtools; r=paul
2013-08-26 10:24:41 +02:00
Paul Rouget
fdc6430862
Bug 898918 - many files have wrong mode-lines in comments. r=robcee
2013-08-01 10:53:31 +02:00