Commit Graph

82 Commits

Author SHA1 Message Date
Jennifer Fong
23d1165cd4 Bug 1135191 - Add runtime panel with toggle. r=jryans 2015-04-27 14:19:00 -04:00
Jan Keromnes
e944f45ea5 Bug 1132453 - Add a deprecation comment to Simulator.jsm. r=ochameau 2015-04-21 09:41:00 -04:00
J. Ryan Stinnett
73f1d0bba6 Bug 1149350 - Force reload for apps. r=ochameau 2015-03-30 16:42:00 +02:00
Panos Astithas
121dd7d1d3 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Birunthan Mohanathas
55f75e5c27 Bug 1070709 - Collapse test-only moz.build files under toolkit/ into ancestor moz.build files. r=mshal 2015-02-10 18:47:20 +02:00
Christoph Kerschbaumer
f72caa0c91 Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools - tests (r=jryans) 2015-01-26 19:55:09 -08:00
Christoph Kerschbaumer
ac155f2556 Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans) 2015-01-26 19:54:52 -08:00
J. Ryan Stinnett
6996a84536 Bug 1059001 - Part 3: Add encryption socket option. r=past 2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
9da1ab3c54 Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
ae6738b263 Bug 1058997 - Part 1: Extract socket connect and listen. r=past
Relocate the debugger client's connect and server's listen functionality in a
separate file.  This isolates the security-sensitive socket handling pieces, and
also enables easier extension to make room for TLS sockets.
2014-12-01 22:55:56 -08:00
Jan Keromnes
5bd303d9ca Bug 1090949 - In WebIDE, register simulators by name not by version. r=ochameau 2014-11-26 18:34:00 +01:00
Alexandre Poirot
7e1f056670 Bug 1064108 - Prevent sideloading apps with too permissive permission. r=jryans 2014-11-04 06:46:00 +01:00
Alexandre Poirot
e91c1cda7b Bug 1019714 - Forbid overloading apps not being pushed via devtools. r=jryans, r=fabrice 2014-10-27 11:17:40 -04:00
J. Ryan Stinnett
a18a3b81d7 Bug 975084 - Part 1: Access browser frames. r=vingtetun,ochameau
--HG--
rename : b2g/components/AppFrames.jsm => b2g/components/Frames.jsm
2014-10-13 08:43:00 +02:00
Carsten "Tomcat" Book
22c6bea259 merge fx-team to mozilla-central a=merge 2014-10-08 15:53:14 +02:00
J. Ryan Stinnett
74fc457903 Bug 1078797 - Wait for running state before emitting install. r=ochameau 2014-10-07 12:06:00 +02:00
Andrew Halberstadt
2da4ee197d Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Alexandre Poirot
9fb4871b0d Bug 1067380 - Refactor webide to use app actor front. r=jryans 2014-09-24 08:21:00 -04:00
Alexandre Poirot
9f1bf15333 Bug 1055666 - Remember last selected project in WebIDE. r=jryans 2014-09-24 05:31:00 -04:00
Alexandre Poirot
a1fc7aa011 Bug 1067424 - Test for webapps actor getAppActor method. r=jryans 2014-09-18 05:44:00 -04:00
Wes Kocher
ad41a671d9 Bug 1058405 - Fix typo in function name. r=jryans 2014-09-15 17:18:19 -07:00
Paul Rouget
e3b0a150ca Backed out changeset a6d02cff43d3 (bug 1037235) for breaking WebIDE (bug 1067331)
--HG--
extra : amend_source : a7bfb1e931122663e7c14a7362a849520388e495
2014-09-15 16:23:04 +02:00
Erik Vold
6f40aa53bd Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Fabrice Desré
07acd66d51 Bug 1021972 - csp attribute in manifest doesnt actually apply a CSP r=ochameau 2014-09-10 23:24:29 -07:00
Nathan Froyd
4246e6b6ea Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Alexandre Poirot
0d8a00c0b2 Bug 1025828 - Implement a client for webapps actor. r=jryans 2014-07-08 09:25:00 -04:00
J. Ryan Stinnett
5634a307aa Bug 1025799 - Progress events for app install. r=ochameau 2014-06-26 14:19:00 +02:00
Paul Rouget
5bce55dba2 Bug 1012760 - build a webide-specific addon manager. r=ochameau 2014-06-19 05:19:56 +08:00
Paul Rouget
18725d4eaa Bug 1013876 - devices list is not cleared up when adb addon uninstalled. r=ochameau 2014-05-22 09:17:22 +02:00
J. Ryan Stinnett
3ec9653837 Bug 924574 - Use bulk transport to install apps. r=ochameau 2014-05-19 11:35:00 +02:00
Marco Castelluccio
a78482a981 Bug 916874 - Reenable toolkit/devtools/apps/test/unit/test_webappsActor.js 2014-05-05 22:05:45 +02:00
J. Ryan Stinnett
d10fe5eed3 Bug 997320 - Fix error in App Manager install cleanup. r=ochameau 2014-04-17 16:55:02 -04:00
Marco Castelluccio
1bd0344246 Bug 993326 - Automatically restore apps launchable value. r=fabrice 2014-04-17 16:43:04 -04:00
Paolo Amadini
5b838a54f7 Bug 995170 - Convert legacy uses of promise.js in devtools where this doesn't result in test failures. r=jwalker 2014-04-14 14:15:43 +01:00
Ryan VanderMeulen
0581431d4c Merge fx-team to m-c. 2014-03-26 20:51:01 -04:00
Kevin Grandon
eddf8845a4 Bug 967516 - Set default preference for test. r=ochameau 2014-03-26 12:52:07 -04:00
Lancelot Nyachoto
1ce2148820 Bug 958585 - Packaged apps do not work with symlinks; r=jryans 2014-03-22 11:09:12 +02:00
Bill McCloskey
aa5f40a77e Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
Wes Kocher
a3277d291d Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
f4f6bf8e4d Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Bill McCloskey
7193069fa0 Backed out changeset d6261f65070a 2014-03-13 15:52:27 -07:00
Bill McCloskey
69a746922b Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Bill McCloskey
bd88280350 Bug 937172 - Rename ContentAppActor to ContentActor (r=ochameau,past) 2014-03-10 09:38:17 -07:00
Alexandre Poirot
199be05981 Bug 958043 - Remove useless enable-content-actors pref and ContentTabActor in b2g parent process. r=past
--HG--
extra : rebase_source : bae30ce729a4d50de581365547b23b719a672171
2014-03-03 14:11:00 -05:00
J. Ryan Stinnett
ca83343b85 Bug 976679 - Move event-emitter to toolkit. r=paul
--HG--
rename : browser/devtools/shared/event-emitter.js => toolkit/devtools/event-emitter.js
rename : browser/devtools/shared/test/browser_eventemitter_basic.js => toolkit/devtools/tests/mochitest/test_eventemitter_basic.html
2014-02-25 22:22:05 -06:00
Ted Mielczarek
23e1ddca5b Bug 968837 - Move more Mochitests into manifests. r=jmaher
--HG--
rename : toolkit/components/places/tests/browser/bug_399606/399606-history.go-0.html => toolkit/components/places/tests/browser/399606-history.go-0.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-httprefresh.html => toolkit/components/places/tests/browser/399606-httprefresh.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-location.reload.html => toolkit/components/places/tests/browser/399606-location.reload.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-location.replace.html => toolkit/components/places/tests/browser/399606-location.replace.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-window.location.href.html => toolkit/components/places/tests/browser/399606-window.location.href.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-window.location.html => toolkit/components/places/tests/browser/399606-window.location.html
rename : toolkit/components/places/tests/browser/visituri/begin.html => toolkit/components/places/tests/browser/begin.html
rename : toolkit/components/places/tests/browser/visituri/final.html => toolkit/components/places/tests/browser/final.html
rename : toolkit/components/places/tests/browser/visituri/redirect_once.sjs => toolkit/components/places/tests/browser/redirect_once.sjs
rename : toolkit/components/places/tests/browser/visituri/redirect_twice.sjs => toolkit/components/places/tests/browser/redirect_twice.sjs
rename : toolkit/components/places/tests/browser/settitle/title1.html => toolkit/components/places/tests/browser/title1.html
rename : toolkit/components/places/tests/browser/settitle/title2.html => toolkit/components/places/tests/browser/title2.html
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => toolkit/components/places/tests/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_411966.html => toolkit/components/places/tests/test_bug_411966.html
rename : toolkit/components/places/tests/mochitest/test_bug_461710_perwindowpb.html => toolkit/components/places/tests/test_bug_461710_perwindowpb.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => toolkit/components/places/tests/test_bug_94514.html
2014-02-06 15:37:30 -05:00
J. Ryan Stinnett
6db8ed4f8e Bug 966039 - Test more parts of app actor via mochitest. r=ochameau 2014-02-10 15:52:50 -06:00
Fabrice Desré
bc937e64af Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00
Ryan VanderMeulen
7e6b2fe808 Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582. 2014-02-01 14:39:56 -05:00
Fabrice Desré
d60032d765 Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00