David Rajchenbach-Teller
|
22fa635d18
|
Bug 735477 - Extended testsuite for Promise.jsm. r=rcampbell,jwalker
|
2012-03-13 23:22:02 +01:00 |
|
David Rajchenbach-Teller
|
b9786e4876
|
Bug 720628 - Improve error reporting of Promise.jsm. r=rcampbell
|
2012-03-07 16:22:33 +01:00 |
|
David Rajchenbach-Teller
|
92059a06a4
|
Bug 711126 - Utilities for Promise.jsm. r=rcampbell,jwalker
|
2012-03-14 18:17:43 +01:00 |
|
Panagiotis Koutsourakis
|
583eb38038
|
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 |
|
Victor Porof
|
be46f8a187
|
Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell
|
2012-01-19 17:13:08 +02:00 |
|
Paul Rouget
|
32b5bb970a
|
Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan
|
2012-01-25 16:09:11 +01:00 |
|
Cedric Vivier
|
8e4df2ca64
|
Bug 721350 - Style Editor auto-scroll to the selected style sheet is annoying. r=paul
---
browser/devtools/shared/SplitView.jsm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
browser/devtools/shared/SplitView.jsm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
|
2012-01-26 05:13:00 +01:00 |
|
Paul Rouget
|
e06630d1cc
|
Bug 719457 - When the URLs are very long (style editor), the user needs to resize to see the editor. r=jwalker
|
2012-01-23 18:29:18 +01:00 |
|
Cedric Vivier
|
1c2445b172
|
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 |
|
Dao Gottwald
|
c7d43576c7
|
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
|
2012-01-23 11:50:11 -04:00 |
|
Cedric Vivier
|
f66abc1ea9
|
Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell
|
2011-12-08 23:19:17 +08:00 |
|
Paul Rouget
|
c07b264d02
|
Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch C; r=rcampbell
|
2011-12-07 21:13:02 +01:00 |
|
Joe Walker
|
aae7876045
|
Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp
|
2011-12-08 12:39:04 +00:00 |
|
Joe Walker
|
9c77c343f1
|
Bug 704913 - Rename GCLI's Display to Console; r=dcamp
|
2011-12-08 12:38:05 +00:00 |
|
Joe Walker
|
e91b19d700
|
Bug 702642 - DOMTemplate is relatively slow when evaluating JS ${}; r=dcamp
|
2011-12-08 12:37:20 +00:00 |
|
Joe Walker
|
860807eddf
|
Bug 701762 - DOMTemplate fails when returns undefined; r=dcamp
|
2011-11-19 08:34:05 -08:00 |
|
Ed Morley
|
7bc582f20f
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
8a56fd9db2
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Joe Walker
|
9bd182f633
|
Bug 694137 - DOMTemplate tests should not use setTimeout; r=rcampbell
|
2011-10-12 18:38:43 -03:00 |
|
Joe Walker
|
0c6f3d74fd
|
Bug 692031 - DOMTemplate async loops do not drop the loop element; r=rcampbell
|
2011-10-12 14:09:38 -03:00 |
|
Joe Walker
|
32c24c903d
|
Bug 691012 - DOMTemplate needs chrome tests; r=rcampbell
|
2011-10-12 14:06:57 -03:00 |
|
Joe Walker
|
2b286284bf
|
Bug 692424 - GCLI and DOMTemplate could use a Promise implementation, r=msucan
|
2011-10-12 14:06:04 -03:00 |
|
Jared Wein
|
348206d92f
|
Merged changes from f425a8109714
|
2011-10-03 08:20:43 -07:00 |
|
Joe Walker
|
515fea277a
|
Bug 684958 - DOM Templater should include async functionality via promises; r=rcampbell
|
2011-10-03 12:09:51 -03:00 |
|
Joe Walker
|
e0f1a4fc50
|
Bug 684721 - GCLI templater and devtools templater need to be in sync; f=mratcliffe, r=rcampbell
|
2011-10-03 12:05:41 -03:00 |
|
Mike Ratcliffe
|
0b8cb6dd25
|
Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan
|
2011-08-30 09:12:02 -03:00 |
|