Sean Lin
04ba6714fc
Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice
2014-05-26 11:53:44 +08:00
Alexandre Poirot
703360fdf7
Bug 1014625 - Prevent loading devtools on b2g startup r=fabrice
2014-05-22 08:39:00 +02:00
Eddy Bruel
e46321bf42
Bug 859372 - Refactor webbrowser.js;r=past
2014-05-13 21:56:30 +02:00
Alexandre Lissy
9cbd1d7b30
Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau
2014-05-01 05:23:00 -04:00
Yoshi Huang
295e696eda
Bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. r=dimi
2014-04-11 17:49:21 +08:00
Dave Townsend
3b890dbae6
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 10:27:03 -07:00
Dave Townsend
4c86059d54
Backing out bug 993029 due to Win8 debug test failures. CLOSED TREE
2014-04-17 10:20:49 -07:00
Dave Townsend
18e18ee8a0
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 08:23:42 -07:00
Alexandre Poirot
03bae2aa0b
Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun
2014-04-07 09:59:48 -04:00
Gene Lian
31f9fd5bc1
Bug 988129 - Correct the chaotic naming styles in system message codes (part 3, s/uri/pageURL). r=fabrice
2014-03-31 16:04:36 +08:00
Gene Lian
daf1193fe8
Bug 988129 - Correct the chaotic naming styles in system message codes (part 2, s/manifest/manifestURL). r=fabrice
2014-03-31 16:04:29 +08:00
"J. Ryan Stinnett"
f11007e9be
Bug 985652 - Only register pref actor on b2g if certified is allowed. r=ochameau
2014-03-26 10:43:44 -07:00
Carsten "Tomcat" Book
21de1d1ed5
Merge mozilla-central to fx-team
2014-03-20 14:29:02 +01:00
Paolo Amadini
f23a06f82b
Bug 984809 - Remove deprecated promise.js usage in B2G. r=ochameau
2014-03-20 11:11:36 +01:00
Alexandre Poirot
774578ba82
Bug 944443 - Uplift home button from simulator to b2g desktop. r=vingtetun, r=fabrice
2014-03-19 08:38:59 -04:00
Fernando Jiménez
03ca9f8669
Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps
2014-03-17 09:58:16 -07:00
Shih-Chiang Chien
b7d771fbb4
Bug 943251 - [app-manager] Add preference actor. r=jryans
2014-03-03 09:41:36 +08:00
Bevis Tseng
90fbd7053c
Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang.
2014-03-10 12:36:42 +09:00
Alexandre Poirot
8ac8a03c44
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
Jan Keromnes
81b4d76c3a
Bug 978058 - Make Firefox OS' devtools track frames instead of app manifests. r=vingtetun
2014-03-03 14:50:56 -05:00
Andrew Halberstadt
42eb8bf745
Bug 976120 - emulator.py should set crash environment, check for crashes on all marionette exceptions, r=jgriffin
2014-02-27 16:36:27 -05:00
Fred Lin
efca5334e9
Bug 972316 - Move inline scripts and styles into separate file for b2g/chrome/content/shell.html. r=fabrice
2014-02-19 11:00:34 -05:00
Alexandre Poirot
daab2be750
Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice
2014-02-11 09:24:20 -05:00
Dimi Lee
cf6dfbbe2c
Bug 959109 - B2G NFC: Disable NFC when screen is off. r=allstars.chh
2014-01-28 12:14:19 +08:00
Fabrice Desré
157c7c94a9
Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku
2014-02-01 11:06:59 -08:00
Jan Keromnes
888a022f0f
Bug 961392 - B2G RemoteDebugger.start() and toolkit DebuggerServer.addBrowserActors() duplicate code. r=ochameau, r=past
2014-01-24 12:11:00 +02:00
Panos Astithas
a3b4c00141
Add a memory actor for collecting memory usage data (bug 923275); r=paul
2013-12-03 13:41:02 +02:00
Tim Taubert
910454863e
merge m-c to fx-team
2014-01-23 10:57:35 +01:00
Carsten "Tomcat" Book
535888eb97
merge b2g-inbound to mozilla-central
2014-01-23 10:20:58 +01:00
Alexandre Poirot
eb7415d338
Bug 961784 - Fix system app event listening in the mulet. r=fabrice
2014-01-22 14:06:46 -05:00
Panos Astithas
71a3267914
Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
...
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
Alexandre Poirot
187a539c7d
Bug 961655 - Ensure that webapps-registry-ready event is fired, even if the Webapps registry is initialized before shell.html is loaded. r=fabrice
2014-01-22 10:06:29 -08:00
Marco Castelluccio
626d865c32
Bug 959420 - Refactor saveApps, getManifestFor, readManifests, writeFile functions to use promises. r=fabrice
2014-01-16 16:26:24 -08:00
Fabrice Desré
bbe761d8ca
Bug 957880 - Expose memory pressure events to gaia's system app r=gwagner
2014-01-14 21:32:19 -08:00
Alexandre Poirot
12b144ee53
Bug 959111 - Disable actors in parent process unless certified app pref is toggled. r=past
2014-01-14 10:14:24 -05:00
Ryan VanderMeulen
5b8b6a8f8d
Merge inbound to m-c.
2014-01-13 17:44:24 -05:00
Alexandre Poirot
48556f4145
Bug 952214 - Re-enable webapps actor mochitest on b2g desktop and cover shell.js debugger server initialization. r=paul
2014-01-13 08:44:47 -05:00
Peter Chang
fe276f2d42
Bug 946596 - Support high resolution screenshots, r=timdream,dflanagan
2014-01-13 10:24:36 +08:00
Alexandre Lissy
a94f094521
Bug 951150 - Sync notification system message with Notification API. r=mhenretty
2014-01-09 16:55:44 +01:00
Fabrice Desré
c1e5c34b92
Bug 956185 - Add a 'adb only' debugging option r=dhylands
2014-01-08 17:18:03 -08:00
Honza Bambas
a4409ebc32
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
2013-11-19 23:15:59 +01:00
Heather Arthur
f7431c62c4
Bug 949556 - Add Firefox 26-28 backwards compatibility to Style Editor. r=paul
2013-12-19 11:32:12 -05:00
Michael Ratcliffe
324d5e55ba
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-18 09:34:49 +00:00
Alexandre Poirot
2b33c96e00
Bug 926014 - Fix styleeditor actor on b2g. r=paul
2013-12-17 11:14:19 -05:00
Carsten "Tomcat" Book
63b88cc2fa
Backed out changeset 812c5f165aca (bug 864098) for XPC Bustage on a CLOSED TREE
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.html => browser/devtools/framework/test/browser_toolbox_options_disablejs.html
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.js => browser/devtools/framework/test/browser_toolbox_options_disablejs.js
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html
2013-12-17 13:58:55 +01:00
Michael Ratcliffe
63a781b7e1
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-17 10:58:21 +00:00
Fernando Jiménez
0272d9a3a4
Bug 949526 - FxAccountsManager and B2G implementation. Part 3: FxA B2G Service. r=fabrice
2013-12-13 12:25:26 +01:00
Fabrice Desré
d0ff891d85
Bug 948276 - Lazy load accessfu.jsm r=MarcoZ
2013-12-10 11:49:10 -08:00
Ryan VanderMeulen
975310a987
Bug 940045 - s/foreach/forEach.
2013-12-05 12:08:26 -05:00
Shih-Chiang Chien
5b16cf3343
Bug 940045 - Part 4: Support multiple requestURL in one process. r=vingtetun
2013-11-26 14:22:23 +08:00