Mark Hammond
d5b24aae08
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Michael Ratcliffe
6a28402ad5
Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker
2014-03-13 21:27:10 +00:00
Ryan VanderMeulen
c633e65783
Backed out 6 changesets (bug 663778) for browser_dbg_listtabs-02.js leaks on a CLOSED TREE.
...
Backed out changeset cbd200206f9b (bug 663778)
Backed out changeset b0b74401e614 (bug 663778)
Backed out changeset df5255cffbfa (bug 663778)
Backed out changeset e6d0dd124356 (bug 663778)
Backed out changeset 134f77474941 (bug 663778)
Backed out changeset 456609873c5f (bug 663778)
2014-03-13 13:56:22 -04:00
Michael Ratcliffe
f4a47052ae
Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker
2014-03-13 15:38:37 +00:00
Gregory Szorc
8cdf0dcfac
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
2014-03-04 17:48:50 -08:00
Ryan VanderMeulen
4400911045
Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
...
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
f2c36e003c
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
2014-03-04 17:48:50 -08:00
Joe Walker
c034c93275
Bug 933727 - Split gcli.jsm and use JS directly from gcli project; r=mratcliffe
...
* * *
Bug 933727 - Update Developer Toolbar to use promises and split out GCLI; r=mratcliffe
* * *
Bug 933727 - Update GCLI tests to use Task.spawn; r=mratcliffe
* * *
Bug 933727 - Update the Inspector to use split out GCLI; r=pbrosset
* * *
Bug 933727 - Update style editor to use split out GCLI; r=harth
* * *
Bug 933727 - Update Debugger to use split out GCLI; r=past
* * *
Bug 933727 - Update Profiler/Tilt/Scratchpad to use split out GCLI; r=valueof
2013-09-03 12:20:27 +01:00
Olli Pettay
18ef23c351
Bug 942229 - Intermittent browser_cmd_screenshot.js, r=jwalker
2013-12-11 22:36:24 +02:00
Mark Hammond
8056f81af1
Bug 947764 - correct support-files for devtools commandline tests. r=ted
2013-12-10 09:27:06 +11:00
Ms2ger
96c7f65b39
Bug 939271 - Part k: move mochitests to manifests in browser/devtools/commandline; r=mshal
2013-11-28 15:04:22 +01:00
Joe Walker
07bb50c500
Bug 938575 - Avoid bizarre linux intermittent; r=mratcliffe
2013-11-22 11:07:46 +00:00
Joe Walker
4e6299b175
Bug 934098 - Comment out test for GCLI date type breaks when TZ changes; r=Gijs CLOSED TREE
2013-11-02 12:50:33 +00:00
Mihai Sucan
7860569b01
Bug 760876 - Part 4: fix broken tests; r=robcee
2013-09-10 21:37:48 +03:00
Mike Hommey
b207d5baf7
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Joe Walker
7444e6b75b
Bug 900114 - Rollup for bugs 781856, 884015, 789884, 892901, 773188, r=mratcliffe
2013-08-29 14:00:55 +01:00
Joe Walker
be500424c8
Bug 904549 - Make browser_dbg_cmd.js wait for helpers.audit to complete; r=past,anton,nfitzgerald
2013-08-29 14:00:52 +01:00
Mihai Sucan
0e63858a70
Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee
2013-08-02 20:11:57 +03:00
Joe Walker
7f2cb3efd5
Bug 767587 - GCLI should have a type for files; r=mratcliffe
2013-07-20 05:17:24 +01:00
Graeme McCutcheon
eb7adac067
Bug 819930 - Part 2: Add a GCLI command for emulating CSS media types. r=jwalker
2013-07-17 17:32:45 +01:00
Panos Astithas
e1057e0bc3
Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker
2013-07-11 10:12:20 +03:00
Michael Ratcliffe
d90b11a737
Bug 882337 - Typo in "asteriskInWrongSection2" in browser/devtools/appcacheutils.properties r=me
2013-06-21 17:44:05 +01:00
Michael Ratcliffe
0da41636f1
Bug 881057 - Improve wording in the appcache command r=jwalker
2013-06-11 13:28:45 +01:00
Michael Ratcliffe
c399dcfcea
Bug 772376 - Polish needed in GCLI addons command and some extra unit tests needed r=jwalker
2013-05-28 14:05:28 +01:00
Joe Walker
d9434ec7a0
Bug 874821 - Enable better remote gcli testing; r=mratcliffe
2013-05-25 09:51:31 +01:00
Joe Walker
2c1c0f689e
Bug 824254 - Fix intermittent browser_gcli_keyboard.js test; r=mratcliffe
2013-05-21 10:18:55 +01:00
Quentin Pradet
94d7529f90
Bug 773271 - GCLI needs a date type; r=jwalker,harth
2013-05-21 10:18:55 +01:00
Joe Walker
35b2fd147d
Bug 834230 - break del command suffers from an off by 1 error; r=vporof
2013-05-21 10:18:55 +01:00
Joe Walker
4b68416a61
Bug 866680 - gcli string params should allow empty values; r=mgoodwin,harth
2013-05-21 10:18:54 +01:00
Joe Walker
dcc6790c14
Bug 786661 - GCLI should not auto-unescape command line escapes; r=optimizer,harth
2013-05-21 10:18:54 +01:00
Dave Camp
e923fe56c4
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
2013-05-01 09:27:24 -07:00
Joe Walker
3b1131c529
Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
2013-05-09 15:15:22 +01:00
Michael Ratcliffe
bc43eb753b
Bug 870308 - GCLI appcache list command exception when cache disabled r=jwalker
2013-05-10 14:41:27 +01:00
Joe Walker
2f3665f72f
Backed out changeset d6249744132e (bug 839862) because xpcshell bustage
2013-05-09 17:46:27 +01:00
Joe Walker
4b8e339722
Bug 869908 - Remote the promise stack hacks from GCLI; r=mratcliffe
2013-05-09 15:15:23 +01:00
Joe Walker
02de30461d
Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
2013-05-09 15:15:22 +01:00
Michael Ratcliffe
075aa73d01
Bug 869233 - TEST-UNEXPECTED-FAIL | browser_cmd_appcache_valid.js | html output for appcache validate should match successfully. Actual textContent: "Manifest URI..." r=me
2013-05-07 12:31:39 +01:00
Michael Ratcliffe
6df2f536e4
Bug 831720 - GCLI needs an appcache command r=jwalker
2013-05-03 14:32:26 +01:00
Dave Camp
e773d39f90
Backed out changeset 9c204e0c1af1 (bug 867485) for bustage.
2013-05-01 14:03:19 -07:00
Dave Camp
fcd2f0eab2
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
2013-05-01 09:27:24 -07:00
Dave Camp
31ce67e5e0
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
2013-04-11 13:59:08 -07:00
Dave Camp
a5c65f65e2
Backed out changeset 9117c7ad29d5 for MaxHeap regression.
2013-04-28 14:42:23 -07:00
Dave Camp
fee966b388
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
2013-04-11 13:59:08 -07:00
Xin Zhang
0be3f625fe
Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak
2013-04-06 14:46:35 -04:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Joe Walker
fac33a212a
Bug 784790 - GCLI cookie command should use internal Cookie API rather than document.cookie; r=mratcliffe
2013-03-23 09:53:10 +00:00
Joe Walker
b3cae395bf
Bug 722727 - GCLI should make the value available to max/min functions; r=mratcliffe
2013-03-23 09:53:07 +00:00
Joe Walker
98f8d6e2d9
Bug 657595 - GCLI type conversion should be a type->type affair not just arg->type; r=mratcliffe
2013-03-22 19:55:21 +00:00