Panagiotis Koutsourakis
|
9c7dfb9706
|
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
|
75abcccc49
|
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
|
bd4f2fb9cc
|
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
|
7ee8891a27
|
Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan
|
2012-01-25 16:09:11 +01:00 |
Cedric Vivier
|
a56db13aa9
|
Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul
|
2012-01-26 04:58:00 +01:00 |
Cedric Vivier
|
8ccf48d2f8
|
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
|
fa75301a17
|
Bug 720431 - Can't close Style Editor with cmd+w. r=paul
|
2012-01-25 02:45:00 +01:00 |
Paul Rouget
|
2a36f4c924
|
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
|
064a82217b
|
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
|
028ff8a509
|
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
|
7e8b7257e8
|
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
|
706992fd3b
|
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
|
2012-01-23 11:50:11 -04:00 |
Cedric Vivier
|
6e8ae94a80
|
Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell
|
2011-12-08 23:19:17 +08:00 |
Rob Campbell
|
30a1c86e2a
|
backout rev f96d6dd51d6c from bug Bug 708613; a=orange
|
2012-01-19 14:07:41 -04:00 |
Cedric Vivier
|
00132cff11
|
Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell
|
2011-12-08 23:19:17 +08:00 |
Cedric Vivier
|
f147ad739c
|
Bug 687698 - Integrate Style Editor's automatic transitions; r=rcampbell,dao
|
2012-01-13 00:26:39 +08:00 |
Cedric Vivier
|
80947783b6
|
Bug 701635 - Style Editor should have a page loading placeholder; r=rcampbell
|
2012-01-13 00:26:31 +08:00 |
Cedric Vivier
|
565ba4198a
|
Bug 713359 - CSS cut short in Style Editor; r=dcamp
|
2012-01-06 00:35:34 +08:00 |
Cedric Vivier
|
e4b175a767
|
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
|
bc8c249c18
|
Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao
|
2011-12-19 15:14:58 +01:00 |
Mihai Sucan
|
93b0202c85
|
Bug 683172 - Source Editor should automatically set up Undo/Redo key bindings; r=rcampbell
|
2011-12-12 23:17:11 +02:00 |
Ed Morley
|
53bcb97439
|
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
|
2955334276
|
Bug 583041 - Style Editor integration; part 5 - tests; r=rcampbell
|
2011-10-26 17:52:17 +08:00 |
Mihai Sucan
|
8f857ea4ea
|
Bug 583041 - Style Editor integration; part 4 - orion fixes; r=rcampbell
|
2011-11-11 19:36:26 +02:00 |
Cedric Vivier
|
9dc850dedc
|
Bug 583041 - Style Editor integration; part 3; r=rcampbell,dao,l10n
|
2011-10-26 17:02:08 +08:00 |
Rob Campbell
|
ed4d9d5d94
|
Bug 583041 - Style Editor integration; backout; a=orange
|
2011-11-07 15:02:55 -04:00 |
Cedric Vivier
|
cd0aa2e3d3
|
Bug 583041 - Style Editor integration, part 2/2 - tests; r=rcampbell
|
2011-10-26 17:52:17 +08:00 |
Cedric Vivier
|
92f0b2bf9c
|
Bug 583041 - Style Editor integration, part 1/2; r=rcampbell,dao,l10n
|
2011-10-26 17:02:08 +08:00 |