Some small changes:
*_Submodules of Firefox OS:_*
*Gecko B2G runtime*
*Owner: *Vivien Nicolas, Fabrice Desré, Chris Jones
Gecko runtime in the B2G stack and B2G Desktop. This includes immature
APIs like mozKeyboard while they still live under the b2g/ directory.
This module does not include APIs like telephony that have their own
gecko directory even though they are currently used only by Firefox OS.
*Source dir:*$GECKO_DIR/b2g
*Gaia*
*Owner: *Vivien Nicolas, Tim Chien
*Peers: *Alexandre Chameau (build system), David Flanagan (shared/js),
Ismael González (shared/style building blocks), Fabien Cazenave
(shared/style building blocks, shared/js/l10n.js)
Gaia is a HTML5-based Phone UI for the Boot 2 Gecko Project. This module
covers all aspects of Gaia, including all of the apps that are not
sub-modules, the shared JavaScript and CSS code in shared/, the build
system and the interactions between apps.
*Source dir:*https://github.com/mozilla-b2g/gaia
*_Submodules of Gaia:_*
*System app*
*Owner: *Tim Chien, Vivien Nicolas
*Peers: *Alive Kuo, Etienne Segonzac, Fernando Jiménez (payment.js,
trusted_ui.js), Julien Wasjberg (updates)
System app is the first HTML page and the first web app Gecko loads when
the phone boots up. It provides system UI and functionality of the
Firefox OS Phone, including window management, lock screen,
notification, cards view, attention screen, modal dialogs, application
update handling, application installation handling, etc.
*Source dir:*$GAIA_DIR/apps/system
*Browser app*
*Owner: *Ben Francis
*Peers: *Dale Harvey
Firefox Browser for Firefox OS. (Browser inception!)
*Source dir:*$GAIA_DIR/apps/browser
*Calendar app*
*Owner: *James Lal
*Peers:*
Calendar for Firefox OS
*Source dir:*$GAIA_DIR/apps/calendar
*Camera app*
*Owner: *Dale Harvey, David Flanagan
*Peers: *
Camera for Firefox OS, also secure camera panel in System app
*Source dir:*$GAIA_DIR/apps/camera
*Clock app*
*Owner: *Tim Chien
*Peers: *Ian Liu
Clock for Firefox OS, features alarm too
*Source dir:*$GAIA_DIR/apps/clock
*Communications app*
*Owner: *Etienne Segonzac (dialer), Alberto Pastor (contacts),
Francisco Jordano (ftu), Jose Manuel Cantera Fonseca (Facebook Import)
*Peers: *Borja Salguero (ftu), Jose Manuel Cantera Fonseca (contacts),
Francisco Jordano (contacts)
Communication for Firefox OS covers dialer, contacts, and first time
user experiences (FTU). It implements Facebook/GMail/live.com contact
import feature, and also performs various system config feature during
FTU
*Source dir:*$GAIA_DIR/apps/communications
*Usage app*
*Owner: *Salvador de la Puente González
*Peers: *Vivien Nicolas
Allow cost-sensitive users to track mobile data/wifi usage. It also
implements a widget in the System app.
*Source dir:*$GAIA_DIR/apps/costcontrol
*E-mail app*
*Owner: *Andrew Sutherland(libraries), Dominic Kuo (UI)
*Peers: *Jim Porter
E-mail for Firefox OS
*Source dir:*$GAIA_DIR/apps/email
*FM radio app*
*Owner: *Pin Zhang, Tim Chien
*Peers: *Vivien Nicolas
FM radio for Firefox OS. Listen to FM radio on the Firefox OS phone.
*Source dir:*$GAIA_DIR/apps/fm
*Gallery app*
*Owner: *David Flanagan
*Peers: *Dale Harvey
Allow user to view/edit/manage image in the device media storage and
incoming source.
*Source dir:*$GAIA_DIR/apps/gallery
*Home screen app*
*Owner: *Christian Rodriguez de la Cruz, Vivien Nicolas
*Peers: *Evyatar Amitay (everything.me)
Implements the home screen of Firefox OS. Including Everything.me
functionalities, and some app management features.
*Source dir:*$GAIA_DIR/apps/homescreen
*Keyboard app*
*Owner: *Tim Chien, David Flanagan
*Peers: *Rudy Lu, Christoph (predictive text)
Implements the virtual keyboard for Firefox OS phone, including word
suggestions (for alphabetical writing systems), Asian IMEs
(experimential, for Traditional Chinese, Simplified Chinese, and
Japanese)
*Source dir:*$GAIA_DIR/apps/keyboard
*Music app*
*Owner: *Dominic Kuo
*Peers: *David Flanagan
Allow user to listen to the music in the device media storage and
incoming source.
*Source dir:*$GAIA_DIR/apps/music
*PDF Viewer app*
*Owner: pdf.js team, see **https://wiki.mozilla.org/Modules/All#PDF*
PDF Viewer for Firefox OS. Only launch-able through inline web
activities.
*Source dir:*$GAIA_DIR/apps/pdfjs
*Settings app*
*Owner: *Fabien Cazenave, Evelyn Hung
*Peers: *Arthur Chen, Fernando Rodriguez Sela (STK), Vivien Nicolas
Settings for Firefox OS. Allow users to configure various settings in
the OS.
*Source dir:*$GAIA_DIR/apps/settings
*Message app*
*Owner: *Francisco Jordano
*Peers: *Borja Salguero, Julien Wasjberg, Steve Chung
Message for Firefox OS. Handles SMS messages and soon MMS messages.
*Source dir:*$GAIA_DIR/apps/sms
*Video app*
*Owner: *David Flanagan
*Peers: *Dale Harvey
Allow user to watch the video in the device media storage and incoming
source.
*Source dir:*$GAIA_DIR/apps/video