Commit Graph

48 Commits

Author SHA1 Message Date
Joe Walker
de88538870 Bug 724055 - Create a really easy way to make new GCLI commands; r=dcamp 2012-06-24 13:00:47 +01:00
Paul Rouget
67b09ba8a1 Bug 764625 - Web Console and Debugger stay checked in Web Developer menu after closing them with the close X button. r=msucan,past 2012-06-19 18:56:31 +02:00
Paul Rouget
13851516cb Bug 761023 - [devtb] Developer Toolbar should re-open automatically if browser closed with it open; r=jwalker 2012-06-15 15:55:33 +02:00
Thaddee Tyl
482b8faf34 Bug 724585 - We need a way to scroll a page to center an element if the element is not visible; r=rcampbell 2012-06-12 13:43:00 +03:00
Mihai Sucan
7687d19c3b Bug 762996 - Add errors count to the Web Console button in the developer toolbar; r=paul 2012-06-14 14:36:48 +03:00
Joe Walker
e2fb92129c Bug 744982 - Decide whether GCLI in the global toolbar should be fixed direction:ltr or not; r=robcee,ehsan 2012-06-01 08:24:19 +01:00
Joe Walker
5b4d12abd7 Bug 757488 - DomTemplate fails when it gets a live NodeList; r=dcamp 2012-05-30 08:47:28 +01:00
Joe Walker
bcc7466a02 Bug 756887 - Require.jsm should have support and tests for firebug/NetMonitor style modules; r=robcee 2012-05-30 08:47:28 +01:00
Paul Rouget
b46aaf1dbe Bug 749974 - Items in Developer tools menu have inconsistent check state. r=dao r=dcamp 2012-05-03 08:09:37 +02:00
Joe Walker
4a96d249e7 Bug 756888 - Rollup of a bunch of small GCLI changes; r=dcamp 2012-05-22 08:50:02 +01:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Joe Walker
5902754bb1 Bug 742672 - GCLI needs a new home; r=robcee 2012-05-17 19:04:33 +01:00
Joe Walker
b1cdaaac5a Bug 750872 - Add yet more GCLI tests, this time for developer toolbar; r=robcee 2012-05-15 11:27:19 +01:00
Joe Walker
92f8a2cf18 Bug 748684 - GCLI shouldn't require removeCommand before addCommand; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
00492ddf5a Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
b486639d30 Bug 745741 - Find a way to get easy code coverage information on GCLI unit tests; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
be7bb998e0 Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
2a96a838bf Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao 2012-05-10 18:33:54 +01:00
Joe Walker
ffdf345365 Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp 2012-04-03 09:45:00 -03:00
Ehsan Akhgari
8fe832a522 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
f21f948c1e Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao 2012-04-25 10:12:06 +01:00
Joe Walker
4edb77d21a 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
aff7546821 Bug 735477 - Extended testsuite for Promise.jsm. r=rcampbell,jwalker 2012-03-13 23:22:02 +01:00
David Rajchenbach-Teller
2246e4017b Bug 720628 - Improve error reporting of Promise.jsm. r=rcampbell 2012-03-07 16:22:33 +01:00
David Rajchenbach-Teller
b50283e8e8 Bug 711126 - Utilities for Promise.jsm. r=rcampbell,jwalker 2012-03-14 18:17:43 +01:00
Panagiotis Koutsourakis
835036b234 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
49a5d86379 Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell 2012-01-19 17:13:08 +02:00
Paul Rouget
d197d28692 Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan 2012-01-25 16:09:11 +01:00
Cedric Vivier
b8e68b9251 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
fc9740ec33 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
f7d5f6afa9 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
b3580fe0bd Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Cedric Vivier
6b6f8abe80 Bug 708613 - Move SplitView component in devtools/shared; r=rcampbell 2011-12-08 23:19:17 +08:00
Paul Rouget
1fc3697b3e Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch C; r=rcampbell 2011-12-07 21:13:02 +01:00
Joe Walker
0258aee2ac Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp 2011-12-08 12:39:04 +00:00
Joe Walker
005d037bf8 Bug 704913 - Rename GCLI's Display to Console; r=dcamp 2011-12-08 12:38:05 +00:00
Joe Walker
b6611f4392 Bug 702642 - DOMTemplate is relatively slow when evaluating JS ${}; r=dcamp 2011-12-08 12:37:20 +00:00
Joe Walker
e5411e0642 Bug 701762 - DOMTemplate fails when returns undefined; r=dcamp 2011-11-19 08:34:05 -08:00
Ed Morley
6e731c995a 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
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Joe Walker
37a4cbb63f Bug 694137 - DOMTemplate tests should not use setTimeout; r=rcampbell 2011-10-12 18:38:43 -03:00
Joe Walker
41a4dab9b3 Bug 692031 - DOMTemplate async loops do not drop the loop element; r=rcampbell 2011-10-12 14:09:38 -03:00
Joe Walker
9e1b1df579 Bug 691012 - DOMTemplate needs chrome tests; r=rcampbell 2011-10-12 14:06:57 -03:00
Joe Walker
d58580ba86 Bug 692424 - GCLI and DOMTemplate could use a Promise implementation, r=msucan 2011-10-12 14:06:04 -03:00
Jared Wein
fea01abb9d Merged changes from f425a8109714 2011-10-03 08:20:43 -07:00
Joe Walker
ecabf023f7 Bug 684958 - DOM Templater should include async functionality via promises; r=rcampbell 2011-10-03 12:09:51 -03:00
Joe Walker
e22a68f2dd 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
42d50b7615 Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan 2011-08-30 09:12:02 -03:00