Ehsan Akhgari
|
e2e6367105
|
Backout the merge from fx-team because of Ts regressions (no bug)
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
|
2012-05-02 16:20:02 -04:00 |
Joe Walker
|
dae33ff686
|
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
|
92f8b69beb
|
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
|
2afc6a09b6
|
Bug 735477 - Extended testsuite for Promise.jsm. r=rcampbell,jwalker
|
2012-03-13 23:22:02 +01:00 |
David Rajchenbach-Teller
|
da6ffd79ab
|
Bug 720628 - Improve error reporting of Promise.jsm. r=rcampbell
|
2012-03-07 16:22:33 +01:00 |
David Rajchenbach-Teller
|
95355def45
|
Bug 711126 - Utilities for Promise.jsm. r=rcampbell,jwalker
|
2012-03-14 18:17:43 +01:00 |
Panagiotis Koutsourakis
|
01607a9182
|
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
|
de947cb25b
|
Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell
|
2012-01-19 17:13:08 +02:00 |
Paul Rouget
|
a8cda764ce
|
Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan
|
2012-01-25 16:09:11 +01:00 |
Cedric Vivier
|
fafad81179
|
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
|
2fc8cdf2ec
|
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
|
ed9a1f81db
|
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
|
f804d5e5eb
|
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
|
2012-01-23 11:50:11 -04:00 |
Cedric Vivier
|
96bee013ae
|
Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell
|
2011-12-08 23:19:17 +08:00 |
Paul Rouget
|
f8119fe33a
|
Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch C; r=rcampbell
|
2011-12-07 21:13:02 +01:00 |
Joe Walker
|
599b955598
|
Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp
|
2011-12-08 12:39:04 +00:00 |
Joe Walker
|
6a3ad98d08
|
Bug 704913 - Rename GCLI's Display to Console; r=dcamp
|
2011-12-08 12:38:05 +00:00 |
Joe Walker
|
4f8be2a976
|
Bug 702642 - DOMTemplate is relatively slow when evaluating JS ${}; r=dcamp
|
2011-12-08 12:37:20 +00:00 |
Joe Walker
|
0e68183bd5
|
Bug 701762 - DOMTemplate fails when returns undefined; r=dcamp
|
2011-11-19 08:34:05 -08:00 |
Ed Morley
|
b4eeea3edf
|
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
|
a2113b4d42
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
Joe Walker
|
e399f89604
|
Bug 694137 - DOMTemplate tests should not use setTimeout; r=rcampbell
|
2011-10-12 18:38:43 -03:00 |
Joe Walker
|
b6c2346bf9
|
Bug 692031 - DOMTemplate async loops do not drop the loop element; r=rcampbell
|
2011-10-12 14:09:38 -03:00 |
Joe Walker
|
d545bf4821
|
Bug 691012 - DOMTemplate needs chrome tests; r=rcampbell
|
2011-10-12 14:06:57 -03:00 |
Joe Walker
|
30d4550094
|
Bug 692424 - GCLI and DOMTemplate could use a Promise implementation, r=msucan
|
2011-10-12 14:06:04 -03:00 |
Jared Wein
|
4f29fb1833
|
Merged changes from f425a8109714
|
2011-10-03 08:20:43 -07:00 |
Joe Walker
|
e5126acf78
|
Bug 684958 - DOM Templater should include async functionality via promises; r=rcampbell
|
2011-10-03 12:09:51 -03:00 |
Joe Walker
|
736033156f
|
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
|
49aa83fb77
|
Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan
|
2011-08-30 09:12:02 -03:00 |