Commit Graph

31 Commits

Author SHA1 Message Date
Mihai Sucan
4de5d7da6c Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past 2012-02-18 12:58:54 +02:00
Michael Ratcliffe
be72481039 Bug 585563 - The inspector style panel should link to the CSS editor; r=dcamp f=cedricv 2012-02-10 13:39:47 +00:00
Victor Porof
7759041ecc Bug 699121 - Style Editor should save file:// URLs immediately; r=cedricv,paul 2012-02-02 13:27:43 +02:00
Panagiotis Koutsourakis
791aa57b19 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Cedric Vivier
95e69e2115 Bug 720291 - Intermittent browser_styleeditor_new.js | content's background color has been updated to red - Got rgb(255, 5, 5) (or 6, 6), expected rgb(255, 0, 0). r=dcamp 2012-01-26 01:53:00 +01:00
Paul Rouget
f1dfca9e4c Bug 720468 - Add an "*" at the beginning of a file name if the file needs to be saved. r=dao 2012-01-27 15:28:47 +01:00
Paul Rouget
a9ef73c36c Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan 2012-01-25 16:09:11 +01:00
Cedric Vivier
41fc1c0f74 Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul 2012-01-26 04:58:00 +01:00
Cedric Vivier
13ef23f714 Bug 719021 - Saving an empty new style sheet does not display the file name upon saving. r=paul
---
 browser/devtools/styleeditor/StyleEditor.jsm       |    6 ++++--
 .../styleeditor/test/browser_styleeditor_new.js    |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

---
 browser/devtools/styleeditor/StyleEditor.jsm       |    6 ++++--
 .../styleeditor/test/browser_styleeditor_new.js    |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
2012-01-25 07:59:00 +01:00
Cedric Vivier
f90a6bc561 Bug 720431 - Can't close Style Editor with cmd+w. r=paul 2012-01-25 02:45:00 +01:00
Paul Rouget
595fb31dbe Bug 715123 - Style Sheet Titles should be moved someplace less confusing in the Style Editor in Vertical Orientation. r=jwalker 2012-01-23 18:11:37 +01:00
Cedric Vivier
548c94dfbc Bug 715892 - In the Style Editor, remove the stylesheet filter. r=dcamp,paul
---
 browser/devtools/shared/SplitView.jsm              |  116 --------------------
 browser/devtools/styleeditor/styleeditor.xul       |   23 +---
 browser/devtools/styleeditor/test/Makefile.in      |    1 -
 .../test/browser_styleeditor_sv_filter.js          |  101 -----------------
 .../en-US/chrome/browser/devtools/styleeditor.dtd  |   11 --
 5 files changed, 6 insertions(+), 246 deletions(-)
 delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js

---
 browser/devtools/shared/SplitView.jsm              |  116 --------------------
 browser/devtools/styleeditor/styleeditor.xul       |   23 +---
 browser/devtools/styleeditor/test/Makefile.in      |    1 -
 .../test/browser_styleeditor_sv_filter.js          |  101 -----------------
 .../en-US/chrome/browser/devtools/styleeditor.dtd  |   11 --
 5 files changed, 6 insertions(+), 246 deletions(-)
 delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js
2012-01-25 04:02:00 +01:00
Cedric Vivier
4515a46e4e Bug 713612 - add closing curly bracket to avoid disrupting the rest of the CSS. r=rcampbell 2012-01-25 03:04:00 +01:00
Paul Rouget
1ad43e3919 Bug 719022 - Digits-only file names get .css prefixed in front of postfixed. r=jwalker 2012-01-23 20:26:03 +01:00
Dao Gottwald
5b8afd1702 Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Cedric Vivier
2128279e4b Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell 2011-12-08 23:19:17 +08:00
Rob Campbell
3b654e2513 backout rev f96d6dd51d6c from bug Bug 708613; a=orange 2012-01-19 14:07:41 -04:00
Cedric Vivier
76ea493ba4 Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell 2011-12-08 23:19:17 +08:00
Cedric Vivier
a422bfae5a Bug 687698 - Integrate Style Editor's automatic transitions; r=rcampbell,dao 2012-01-13 00:26:39 +08:00
Cedric Vivier
11601f0c7d Bug 701635 - Style Editor should have a page loading placeholder; r=rcampbell 2012-01-13 00:26:31 +08:00
Cedric Vivier
51f8db01b8 Bug 713359 - CSS cut short in Style Editor; r=dcamp 2012-01-06 00:35:34 +08:00
Cedric Vivier
4922d84202 Bug 712887 - Style Editor should always show the Save button on the currently edited style sheet; r=prouget 2011-12-22 17:15:00 +08:00
Paul Rouget
8993d92b27 Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao 2011-12-19 15:14:58 +01:00
Mihai Sucan
8cdd13d325 Bug 683172 - Source Editor should automatically set up Undo/Redo key bindings; r=rcampbell 2011-12-12 23:17:11 +02:00
Ed Morley
d8a3c65ce4 Bug 703874 - Remove redundant |ifneq (mobile,$(MOZ_BUILD_APP))| from makefiles in browser; r=ted 2011-11-30 18:37:57 +00:00
Cedric Vivier
e7bd0dbc96 Bug 583041 - Style Editor integration; part 5 - tests; r=rcampbell 2011-10-26 17:52:17 +08:00
Mihai Sucan
35051c301e Bug 583041 - Style Editor integration; part 4 - orion fixes; r=rcampbell 2011-11-11 19:36:26 +02:00
Cedric Vivier
385d280bfe Bug 583041 - Style Editor integration; part 3; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08:00
Rob Campbell
0c2ff8a995 Bug 583041 - Style Editor integration; backout; a=orange 2011-11-07 15:02:55 -04:00
Cedric Vivier
84d0029c8d Bug 583041 - Style Editor integration, part 2/2 - tests; r=rcampbell 2011-10-26 17:52:17 +08:00
Cedric Vivier
6cab220ce3 Bug 583041 - Style Editor integration, part 1/2; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08:00