Commit Graph

86 Commits

Author SHA1 Message Date
Alexandre Poirot
8f587628f1 Bug 1192863 - Use client/main.js instead of dbg-server.jsm. r=jryans 2015-08-13 10:57:14 -07:00
Alexandre Poirot
9c0a24f39a Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans 2015-08-10 05:38:56 -07:00
Alexandre Poirot
b9fc38483f Bug 1188401 - Expose require out of Loader.jsm and use it. r=jryans 2015-08-06 05:38:10 -07:00
Christoph Kerschbaumer
3a846e95d6 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo) 2015-05-21 19:51:40 -07:00
Jennifer Fong
3e0ad865ca Bug 1135191 - Add runtime panel with toggle. r=jryans 2015-04-27 14:19:00 -04:00
Jan Keromnes
2669edbb82 Bug 1132453 - Add a deprecation comment to Simulator.jsm. r=ochameau 2015-04-21 09:41:00 -04:00
J. Ryan Stinnett
a9370c031a Bug 1149350 - Force reload for apps. r=ochameau 2015-03-30 16:42:00 +02:00
Panos Astithas
e4b9084401 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Birunthan Mohanathas
331d2fba20 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
3e805ca519 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
86f44c7f9e 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
ccf18a8ec4 Bug 1059001 - Part 3: Add encryption socket option. r=past 2014-12-10 20:55:52 -06:00
J. Ryan Stinnett
fe3b52b03e Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
cc631c64d8 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
ebc0fda013 Bug 1090949 - In WebIDE, register simulators by name not by version. r=ochameau 2014-11-26 18:34:00 +01:00
Alexandre Poirot
ef30a09b1b Bug 1064108 - Prevent sideloading apps with too permissive permission. r=jryans 2014-11-04 06:46:00 +01:00
Alexandre Poirot
69fccd83fd 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
85285622ae 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
c4c00dbea8 merge fx-team to mozilla-central a=merge 2014-10-08 15:53:14 +02:00
J. Ryan Stinnett
2af2be4c4c Bug 1078797 - Wait for running state before emitting install. r=ochameau 2014-10-07 12:06:00 +02:00
Andrew Halberstadt
d292ee73f1 Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Alexandre Poirot
2d11fdb8f2 Bug 1067380 - Refactor webide to use app actor front. r=jryans 2014-09-24 08:21:00 -04:00
Alexandre Poirot
2163c86b40 Bug 1055666 - Remember last selected project in WebIDE. r=jryans 2014-09-24 05:31:00 -04:00
Alexandre Poirot
2e0aeb89d3 Bug 1067424 - Test for webapps actor getAppActor method. r=jryans 2014-09-18 05:44:00 -04:00
Wes Kocher
b17e846c64 Bug 1058405 - Fix typo in function name. r=jryans 2014-09-15 17:18:19 -07:00
Paul Rouget
bfba482515 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
d3d9b5a320 Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Fabrice Desré
84c89f86b5 Bug 1021972 - csp attribute in manifest doesnt actually apply a CSP r=ochameau 2014-09-10 23:24:29 -07:00
Nathan Froyd
542214c4df 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
46b0d02686 Bug 1025828 - Implement a client for webapps actor. r=jryans 2014-07-08 09:25:00 -04:00
J. Ryan Stinnett
9896399c98 Bug 1025799 - Progress events for app install. r=ochameau 2014-06-26 14:19:00 +02:00
Paul Rouget
a479270d5c Bug 1012760 - build a webide-specific addon manager. r=ochameau 2014-06-19 05:19:56 +08:00
Paul Rouget
a33e475da8 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
05f1cc1c27 Bug 924574 - Use bulk transport to install apps. r=ochameau 2014-05-19 11:35:00 +02:00
Marco Castelluccio
02ba7a7cb4 Bug 916874 - Reenable toolkit/devtools/apps/test/unit/test_webappsActor.js 2014-05-05 22:05:45 +02:00
J. Ryan Stinnett
2245082f22 Bug 997320 - Fix error in App Manager install cleanup. r=ochameau 2014-04-17 16:55:02 -04:00
Marco Castelluccio
aa859b7748 Bug 993326 - Automatically restore apps launchable value. r=fabrice 2014-04-17 16:43:04 -04:00
Paolo Amadini
bc198d1062 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
b92aaa2756 Merge fx-team to m-c. 2014-03-26 20:51:01 -04:00
Kevin Grandon
2d3da28765 Bug 967516 - Set default preference for test. r=ochameau 2014-03-26 12:52:07 -04:00
Lancelot Nyachoto
0ff5aa84f4 Bug 958585 - Packaged apps do not work with symlinks; r=jryans 2014-03-22 11:09:12 +02:00
Bill McCloskey
fd05f3eb04 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
3b83e5bb22 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
e784b5aef6 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
006786a6b4 Backed out changeset d6261f65070a 2014-03-13 15:52:27 -07:00
Bill McCloskey
ed100f425c 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
84d20de7a2 Bug 937172 - Rename ContentAppActor to ContentActor (r=ochameau,past) 2014-03-10 09:38:17 -07:00
Alexandre Poirot
e5a949f63c 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
8b18eca111 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
79ca8d245f 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