Commit Graph

28 Commits

Author SHA1 Message Date
Joe Walker
540ed233b1 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Joe Walker
7890e85bf9 Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp
* * *
Bug 736831 - DOMTemplate should allow '_' to be part of a valid property name; r=dcamp
2012-04-25 09:55:07 +01:00
David Rajchenbach-Teller
88808cdba7 Bug 735477 - Extended testsuite for Promise.jsm. r=rcampbell,jwalker 2012-03-13 23:22:02 +01:00
David Rajchenbach-Teller
caf376f4bc Bug 720628 - Improve error reporting of Promise.jsm. r=rcampbell 2012-03-07 16:22:33 +01:00
David Rajchenbach-Teller
d73cc02c65 Bug 711126 - Utilities for Promise.jsm. r=rcampbell,jwalker 2012-03-14 18:17:43 +01: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
Victor Porof
14a21e35af Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell 2012-01-19 17:13:08 +02: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
5d680041f1 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
3059262561 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
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
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
Paul Rouget
b97b73e0be Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch C; r=rcampbell 2011-12-07 21:13:02 +01:00
Joe Walker
d428235b51 Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp 2011-12-08 12:39:04 +00:00
Joe Walker
6d6cfb6752 Bug 704913 - Rename GCLI's Display to Console; r=dcamp 2011-12-08 12:38:05 +00:00
Joe Walker
9ff9470376 Bug 702642 - DOMTemplate is relatively slow when evaluating JS ${}; r=dcamp 2011-12-08 12:37:20 +00:00
Joe Walker
d18d7319d6 Bug 701762 - DOMTemplate fails when returns undefined; r=dcamp 2011-11-19 08:34:05 -08:00
Ed Morley
6a998be2c5 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
364e83c545 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