<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mozilla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BillWalker</id>
	<title>MozillaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mozilla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BillWalker"/>
	<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/Special:Contributions/BillWalker"/>
	<updated>2026-09-26T10:27:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120849</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120849"/>
		<updated>2016-03-08T23:34:53Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Bug tracking */ don&amp;#039;t show completed bugs in this query&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched an initiative to energize web app development. The initiative invites the participation of browser makers, web frameworks, cloud service providers, and content providers. What unites all these disparate parties is a belief in the power of web apps that work reliably with bad networks, reengage users with notifications, and can be installed like native apps. We believe developers will use these technologies to deliver experiences that will redefine the role of the web.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
&lt;br /&gt;
WADI is the work of many hands across Mozilla in many different groups. Among those spending most of their time on WADI are Thomas Elin, Program Manager; Harald Kirschner, Engineering Manager; Myk Melez, Software Architect; Bill Walker, Senior Manager. Engineers in Harald&#039;s team working on WADI include David Walsh, Brendan Dahl, Piotr Zalewa, Marco Castelluccio, Tim Abraldes, and Salvador de la Puente González.&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
=== Mailing Lists ===&lt;br /&gt;
&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q4 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q4, we prepared for the launch of both Web Push and Service Workers in Firefox 44 by building Oghliner, the Service Worker cookbook, and the Platform Status page.&lt;br /&gt;
&lt;br /&gt;
* http://mozilla.github.io/oghliner/&lt;br /&gt;
* https://serviceworke.rs/&lt;br /&gt;
* https://platform-status.mozilla.org/&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q3 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;,&lt;br /&gt;
   &amp;quot;status&amp;quot;:[&amp;quot;NEW&amp;quot;,&amp;quot;REOPENED&amp;quot;]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120847</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120847"/>
		<updated>2016-03-08T23:28:14Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: fix headings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched an initiative to energize web app development. The initiative invites the participation of browser makers, web frameworks, cloud service providers, and content providers. What unites all these disparate parties is a belief in the power of web apps that work reliably with bad networks, reengage users with notifications, and can be installed like native apps. We believe developers will use these technologies to deliver experiences that will redefine the role of the web.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
&lt;br /&gt;
WADI is the work of many hands across Mozilla in many different groups. Among those spending most of their time on WADI are Thomas Elin, Program Manager; Harald Kirschner, Engineering Manager; Myk Melez, Software Architect; Bill Walker, Senior Manager. Engineers in Harald&#039;s team working on WADI include David Walsh, Brendan Dahl, Piotr Zalewa, Marco Castelluccio, Tim Abraldes, and Salvador de la Puente González.&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
=== Mailing Lists ===&lt;br /&gt;
&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q4 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q4, we prepared for the launch of both Web Push and Service Workers in Firefox 44 by building Oghliner, the Service Worker cookbook, and the Platform Status page.&lt;br /&gt;
&lt;br /&gt;
* http://mozilla.github.io/oghliner/&lt;br /&gt;
* https://serviceworke.rs/&lt;br /&gt;
* https://platform-status.mozilla.org/&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q3 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120846</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120846"/>
		<updated>2016-03-08T23:27:03Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Team */ reformat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched an initiative to energize web app development. The initiative invites the participation of browser makers, web frameworks, cloud service providers, and content providers. What unites all these disparate parties is a belief in the power of web apps that work reliably with bad networks, reengage users with notifications, and can be installed like native apps. We believe developers will use these technologies to deliver experiences that will redefine the role of the web.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
&lt;br /&gt;
WADI is the work of many hands across Mozilla in many different groups. Among those spending most of their time on WADI are Thomas Elin, Program Manager; Harald Kirschner, Engineering Manager; Myk Melez, Software Architect; Bill Walker, Senior Manager. Engineers in Harald&#039;s team working on WADI include David Walsh, Brendan Dahl, Piotr Zalewa, Marco Castelluccio, Tim Abraldes, and Salvador de la Puente González.&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q4 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q4, we prepared for the launch of both Web Push and Service Workers in Firefox 44 by building Oghliner, the Service Worker cookbook, and the Platform Status page.&lt;br /&gt;
&lt;br /&gt;
* http://mozilla.github.io/oghliner/&lt;br /&gt;
* https://serviceworke.rs/&lt;br /&gt;
* https://platform-status.mozilla.org/&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q3 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120845</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120845"/>
		<updated>2016-03-08T23:23:39Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Web App Developer Initiative */ rewording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched an initiative to energize web app development. The initiative invites the participation of browser makers, web frameworks, cloud service providers, and content providers. What unites all these disparate parties is a belief in the power of web apps that work reliably with bad networks, reengage users with notifications, and can be installed like native apps. We believe developers will use these technologies to deliver experiences that will redefine the role of the web.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q4 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q4, we prepared for the launch of both Web Push and Service Workers in Firefox 44 by building Oghliner, the Service Worker cookbook, and the Platform Status page.&lt;br /&gt;
&lt;br /&gt;
* http://mozilla.github.io/oghliner/&lt;br /&gt;
* https://serviceworke.rs/&lt;br /&gt;
* https://platform-status.mozilla.org/&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q3 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120844</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120844"/>
		<updated>2016-03-08T23:16:04Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* 2015 Q4 Deliverables */  add links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q4 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q4, we prepared for the launch of both Web Push and Service Workers in Firefox 44 by building Oghliner, the Service Worker cookbook, and the Platform Status page.&lt;br /&gt;
&lt;br /&gt;
* http://mozilla.github.io/oghliner/&lt;br /&gt;
* https://serviceworke.rs/&lt;br /&gt;
* https://platform-status.mozilla.org/&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q3 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120843</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120843"/>
		<updated>2016-03-08T23:15:09Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: rearrange and reword page sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q4 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q4, we prepared for the launch of both Web Push and Service Workers in Firefox 44 by building Oghliner, the Service Worker cookbook, and the Platform Status page.&lt;br /&gt;
&lt;br /&gt;
=== 2015 Q3 Deliverables ===&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120841</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120841"/>
		<updated>2016-03-08T23:02:57Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Web App Developer Initiative */ fix wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120839</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1120839"/>
		<updated>2016-03-08T23:02:18Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: move reference to old stuff down to the bottom of the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;br /&gt;
&lt;br /&gt;
(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-02-29&amp;diff=1119169</id>
		<title>WeeklyUpdates/2016-02-29</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-02-29&amp;diff=1119169"/>
		<updated>2016-02-29T18:43:04Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Speakers */ add summary of web app workshop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-100/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
* [[Webdev/Meetings/2016/March_1|Webdev Extravaganza]]: 10:00 AM Pacific in the Webdev Vidyo (Open to the public)&lt;br /&gt;
** Stream on Air Mozilla: https://air.mozilla.org/webdev-extravaganza-february-2016/&lt;br /&gt;
** Monthly get-together for anyone in Mozilla interested in web development. Updates on shipped projects, libraries we&#039;re working on, and more!&lt;br /&gt;
*10am Pacific - Add-on Bi-weekly Community Meeting: https://wiki.mozilla.org/Add-ons/Community/Meetings&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-verification-day-106/ Weekly Bug Verification Day]&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Connected Devices ===&lt;br /&gt;
John Bernard (London office)&lt;br /&gt;
&lt;br /&gt;
Panasonic announce Firefox OS on 2016 4K Pro Ultra HD Smart TV range. Blog post out TODAY. http://news.panasonic.co.uk/pressreleases/panasonic-unveils-next-generation-of-tv-technology-with-2016-line-up-of-4k-pro-ultra-hd-tvs-1327623&lt;br /&gt;
&lt;br /&gt;
Mobile World Congress (MWC) Update.&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Brett Gaylor&lt;br /&gt;
| Director, Open Web Fellows Program&lt;br /&gt;
| Update on Mozilla Foundation&#039;s encryption campaign&lt;br /&gt;
| Remote&lt;br /&gt;
| Yes&lt;br /&gt;
| https://goo.gl/SXHxPe&lt;br /&gt;
| [http://mzl.la/encrypt mzl.la/encrypt]&lt;br /&gt;
|-&lt;br /&gt;
| Bill Walker&lt;br /&gt;
| Senior Manager, Web App Developer Initiative (WADI)&lt;br /&gt;
| Update on recent web app workshop in MTV&lt;br /&gt;
| MTV&lt;br /&gt;
| No&lt;br /&gt;
| https://pbs.twimg.com/media/CcFE59uVAAAtC-F.jpg:large&lt;br /&gt;
| http://wiki.mozilla.org/Apps and https://github.com/owencm/ModernWebSummitWorkshop&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by &lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Justin Terry&#039;&#039;&lt;br /&gt;
| &#039;&#039;Mary Colvig&#039;&#039;&lt;br /&gt;
| &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
| &#039;&#039;New York&#039;&#039;&lt;br /&gt;
| &#039;&#039;Paid Media&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115878</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115878"/>
		<updated>2016-02-04T15:49:43Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Web App Developer Initiative */ future proofing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla launched a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115877</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115877"/>
		<updated>2016-02-04T15:48:47Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Find us on IRC */ a little more text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
&lt;br /&gt;
* We use the #apps channel on [[IRC|Mozilla&#039;s IRC server]]&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115876</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115876"/>
		<updated>2016-02-04T15:46:48Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Team */ a few names are better than nothing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* Thomas Elin, Program Manager&lt;br /&gt;
* Harald Kirschner, Engineering Manager&lt;br /&gt;
* Myk Melez, Software Architect&lt;br /&gt;
* Bill Walker, Senior Manager&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
* #apps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115875</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1115875"/>
		<updated>2016-02-04T15:43:28Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Communications */ temporarily leave out calendar until properly populated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Communications ==&lt;br /&gt;
===Team===&lt;br /&gt;
* (Placeholder) Representation of the WADI team. Direct reports, stakeholders, and dotted line org connections.&lt;br /&gt;
&lt;br /&gt;
===Find us on [[IRC]]===&lt;br /&gt;
* #apps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mailing Lists===&lt;br /&gt;
* apps@mozilla.com - Broader opt-in list for those interested in regular WADI updates.&lt;br /&gt;
* marketplace-content-ecosystem@mozilla.com - Internal WADI members. Used for brainstorming and general conversation.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 1201717] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Other Resources ===&lt;br /&gt;
[https://docs.google.com/spreadsheets/d/1Ag9_vySCzP-dJMySNEGPXVBJb7ytYiuPNjXZ0LidgWI/edit#gid=1850134998 Program Plan tracking goal progression and key activities]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-01-25&amp;diff=1114229</id>
		<title>WeeklyUpdates/2016-01-25</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-01-25&amp;diff=1114229"/>
		<updated>2016-01-25T18:39:13Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Connected Devices */ fix typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Big thanks to Emilio Cobos Álvarez and Brian Armstrong for their contributions to WebRTC Platform development.  2 new features landed ahead of schedule thanks to their efforts.  (See their awesome work in {{Bug|866513}} and {{Bug|987186}}.)&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-95/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* &#039;&#039;&#039;[https://quality.mozilla.org/event/bug-verification-day-101/ Weekly Bug Verification Day]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[Mozilla Monthly Speaker Series] The Right Way to Build Software: Ideals Over Ideology&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Time + Location:&#039;&#039;&#039; 10am PT / 1pm ET / 6pm UT @ Mozilla Mountain View + [https://air.mozilla.org/january-2016-brantina-ideals-over-ideology-building-software-with-the-end-in-mind-with-jocelyn-goldfein/ Air Mozilla]&lt;br /&gt;
** &#039;&#039;&#039;Speaker&#039;&#039;&#039;: [http://www.jocelyngoldfein.com/ Jocelyn Goldfein] has held senior engineering leadership roles spanning from high-growth companies like VMware and Facebook to small startups. As Director of Engineering at Facebook she led Facebook’s push on mobile infrastructure and quality, initiating major new investments in architecture and tooling and helped guide Facebook’s transition to “mobile first.”  &lt;br /&gt;
** &#039;&#039;&#039;Host&#039;&#039;&#039;: [https://mozillians.org/en-US/u/osunick/ Nick Nguyen]&lt;br /&gt;
** &#039;&#039;&#039;Questions&#039;&#039;&#039;: Submit questions for Jocelyn during the event on IRC #AirMozilla.&lt;br /&gt;
** &#039;&#039;&#039;Hashtag&#039;&#039;&#039;: #brantina&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[https://indiewebcamp.com/events/2016-01-27-homebrew-website-club Homebrew Website Club Meetup]&#039;&#039;&#039; (every other Wednesday)&amp;lt;br/&amp;gt;&amp;lt;strong&amp;gt;Be a part of the open web with your own website.&amp;lt;/strong&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;Brighton ENGLAND&#039;&#039;&#039;, &amp;lt;br/&amp;gt;&#039;&#039;&#039;Göteborg SWEDEN&#039;&#039;&#039;, &amp;lt;br/&amp;gt;&#039;&#039;&#039;Los Angeles&#039;&#039;&#039;, &amp;lt;br/&amp;gt;&#039;&#039;&#039;Portland&#039;&#039;&#039;, and &amp;lt;br/&amp;gt;&#039;&#039;&#039;San Francisco&#039;&#039;&#039; (at [[SF|MozSF 1st floor]], host: [[Tantek Çelik]])&lt;br /&gt;
** 17:30-18:30 Writing Hour&lt;br /&gt;
** 18:30-19:30 IndieWeb meetup &amp;amp; hack night &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Create or update your personal web site!&amp;lt;br/&amp;gt;Share what you&#039;ve gotten working, ask the experts questions.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Join a community with like-minded interests. &amp;lt;br/&amp;gt;Bring friends that want a personal site!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; Any questions? See &#039;&#039;&#039;[https://indiewebcamp.com/events/2016-01-27-homebrew-website-club the wiki page for details]&#039;&#039;&#039; &amp;lt;br/&amp;gt;or join IRC: http://indiewebcamp.com/irc/today?beta#bottom&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
*[https://www.eventbrite.com/e/january-privacy-lab-privacy-for-startups-tickets-19849219550 Privacy Lab] - 6-8pm at Mozilla SF Office. Privacy for Startups: Practical Guidance for Founders, Engineers, Marketing, and those who support them. Six lightening talks from Mozilla, Startup Policy Lab, Disconnect, CDT, ACLU and Sandstorm. Will also be live and recorded on [https://air.mozilla.org/privacy-lab-privacy-for-startups-january-2016/ Air Mozilla].&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
* &#039;&#039;&#039;[http://globalgamejam.org Global Game Jam] happening Jan 29th-31st online and at physical locations&#039;&#039;&#039; &lt;br /&gt;
** &#039;&#039;&#039;The Global Game Jam (GGJ) is the world&#039;s largest game creation event with 30K participants taking place around the world at physical locations.&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Mozilla is a Silver Sponsor showing game devs how to build web games http://globalgamejam.org/news &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nick Nguyen will provide a quick update on the Firefox 44 releases this week.&lt;br /&gt;
&lt;br /&gt;
== Firefox desktop ==&lt;br /&gt;
* Firefox 44 this week&lt;br /&gt;
** Big one: web push! Now can receive push notifications from sites even when they&#039;re not loaded in a tab.&lt;br /&gt;
== Firefox mobile ==&lt;br /&gt;
* Neat new stuff in Firefox for Android 44&lt;br /&gt;
** Now can set a home page on startup, based on feedback from usres&lt;br /&gt;
** Cloud Printing Support&lt;br /&gt;
** Search suggestion replay&lt;br /&gt;
* Areas of focus for the coming months include:&lt;br /&gt;
** Refining the onboarding and first-run experiences to better retain new users&lt;br /&gt;
** Consolidating home panels and beefing up bookmarks management to address user feedback&lt;br /&gt;
** Bringing more offline functionality into the browser experience to provide more value&lt;br /&gt;
** Experiment in providing reminders to users when content has been updated on a page they like visiting&lt;br /&gt;
* Some Firefox for Android specifics&lt;br /&gt;
** Work will continue on getting crash rates back down to where they should on pre-release channels&lt;br /&gt;
** Experimentation with more A/B testing to correlate first-run tour changes with retention&lt;br /&gt;
* Some Firefox for iOS specifics&lt;br /&gt;
** The app is now available in China!&lt;br /&gt;
** Version 2.0 is available for testing, which includes features like Find in Page, Password Manager, 3D Touch functionality, and Spotlight integration&lt;br /&gt;
&lt;br /&gt;
=== Connected Devices ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Mountain View&lt;br /&gt;
&lt;br /&gt;
Bill Walker will give a quick update on the Web App Developer Initiative. At Mozlando, we talked about three capabilities web app will acquire in 2016 -- reliability, re-engagement, and installability. Two of those are dropping in Desktop this week!&lt;br /&gt;
&lt;br /&gt;
https://dl.dropboxusercontent.com/u/171684/sw-platatus.png&lt;br /&gt;
&lt;br /&gt;
https://dl.dropboxusercontent.com/u/171684/push-platatus.png&lt;br /&gt;
&lt;br /&gt;
For details, see [https://platform-status.mozilla.org Platform Status Page]&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Learning Networks ===&lt;br /&gt;
&#039;&#039;Sam Dyson, Chicago:&#039;&#039; Update on [http://www.hivechicagobuzz.org/ Hive Chicago Hack Day event]. &lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/nalexander Nick Alexander]&lt;br /&gt;
| 2 minute introduction to 2 minute builds&lt;br /&gt;
| &amp;quot;Artifact&amp;quot; Firefox builds&lt;br /&gt;
| Mozilla Vancouver space&lt;br /&gt;
| No&lt;br /&gt;
| [https://docs.google.com/presentation/d/1LSNCijNnUEO68rwt7leD0l7rDxp7VhqhP3TSrcslS2Q/view Slides]&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Artifact_builds Artifact build documentation on MDN]&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/en-US/u/osunick/ Nick Nguyen]&lt;br /&gt;
| Work on Firefox&lt;br /&gt;
| Why you need to attend [https://wiki.mozilla.org/WeeklyUpdates/2016-01-25#Wednesday.2C_27_January this Wednesday&#039;s talk]&lt;br /&gt;
| Mozilla MV&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| [https://wiki.mozilla.org/Speaker_Series#Wednesday.2C_January_27_.40_Mozilla_MV_-_10:00am_PT_.2F_1:00pm_ET_.2F_6:00pm_UTC_.2B_Air_Mozilla Details]&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/lnapoli/ Laura Napoli]&lt;br /&gt;
| Communications&lt;br /&gt;
| Data Privacy Day 2016 (Jan. 28)&lt;br /&gt;
| SF commons&lt;br /&gt;
| no&lt;br /&gt;
| Video&lt;br /&gt;
| https://wiki.mozilla.org/DPD_campaign_2016&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/miketaylr/ Mike Taylor]&lt;br /&gt;
| I look at broken stuff&lt;br /&gt;
| WebKit aliases in Gecko&lt;br /&gt;
| Vidyo remote (Austin, TX)&lt;br /&gt;
| yes (4:3)&lt;br /&gt;
| [https://miketaylr.com/pres/project-meeting-01-25-16/ slides]&lt;br /&gt;
| [https://wiki.mozilla.org/Compatibility/Mobile/Non_Standard_Compatibility Non-Standard Compatibility]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/arenlor/ Arenlor]&lt;br /&gt;
| Amy Tsay&lt;br /&gt;
| Mountain View&lt;br /&gt;
| USA&lt;br /&gt;
| Add-on reviews for AMO.&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/sommero/ Oliver Sommer]&lt;br /&gt;
| Amy Tsay&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Germany&lt;br /&gt;
| Add-on reviews for AMO.&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
| Brian Stack&lt;br /&gt;
| Selena Deckelmann&lt;br /&gt;
| Portland Office&lt;br /&gt;
| San Francisco&lt;br /&gt;
| TaskCluster Platform&lt;br /&gt;
|-&lt;br /&gt;
| Michael Ham&lt;br /&gt;
| Tim Murray&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Visual Designer, Firefox Desktop&lt;br /&gt;
|-&lt;br /&gt;
| Kate Glazko&lt;br /&gt;
| Pallavi Yaramada&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Connected Devices QA&lt;br /&gt;
|-&lt;br /&gt;
| Khanh Nguyen&lt;br /&gt;
| Robb Carroll&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| A/V Operations&lt;br /&gt;
|- &lt;br /&gt;
|Daniel McLaughlin&lt;br /&gt;
|Michelle Marovich&lt;br /&gt;
|US Remote&lt;br /&gt;
|Mountain View&lt;br /&gt;
|People Department  &lt;br /&gt;
|-&lt;br /&gt;
|Heather Durham&lt;br /&gt;
|Jill Van De Ven&lt;br /&gt;
|Mountain View&lt;br /&gt;
|US Remote &lt;br /&gt;
|Business Affairs &lt;br /&gt;
|-&lt;br /&gt;
|Gregory Tatum&lt;br /&gt;
|Jordan Santell&lt;br /&gt;
|US Remote (Tulsa)&lt;br /&gt;
|Mountain View &lt;br /&gt;
|Firefox Devtools&lt;br /&gt;
|-&lt;br /&gt;
| Matthew Wein&lt;br /&gt;
| Andy McKay&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland&lt;br /&gt;
| Add-ons&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Swan&lt;br /&gt;
| Andy McKay&lt;br /&gt;
| Portland Office&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Add-ons&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Nihanth Subramanya&lt;br /&gt;
| Drew Willcoxon&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Firefox Desktop&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-01-25&amp;diff=1114227</id>
		<title>WeeklyUpdates/2016-01-25</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-01-25&amp;diff=1114227"/>
		<updated>2016-01-25T18:38:44Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Connected Devices */ add platatus screenshots&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Big thanks to Emilio Cobos Álvarez and Brian Armstrong for their contributions to WebRTC Platform development.  2 new features landed ahead of schedule thanks to their efforts.  (See their awesome work in {{Bug|866513}} and {{Bug|987186}}.)&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-95/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* &#039;&#039;&#039;[https://quality.mozilla.org/event/bug-verification-day-101/ Weekly Bug Verification Day]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[Mozilla Monthly Speaker Series] The Right Way to Build Software: Ideals Over Ideology&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Time + Location:&#039;&#039;&#039; 10am PT / 1pm ET / 6pm UT @ Mozilla Mountain View + [https://air.mozilla.org/january-2016-brantina-ideals-over-ideology-building-software-with-the-end-in-mind-with-jocelyn-goldfein/ Air Mozilla]&lt;br /&gt;
** &#039;&#039;&#039;Speaker&#039;&#039;&#039;: [http://www.jocelyngoldfein.com/ Jocelyn Goldfein] has held senior engineering leadership roles spanning from high-growth companies like VMware and Facebook to small startups. As Director of Engineering at Facebook she led Facebook’s push on mobile infrastructure and quality, initiating major new investments in architecture and tooling and helped guide Facebook’s transition to “mobile first.”  &lt;br /&gt;
** &#039;&#039;&#039;Host&#039;&#039;&#039;: [https://mozillians.org/en-US/u/osunick/ Nick Nguyen]&lt;br /&gt;
** &#039;&#039;&#039;Questions&#039;&#039;&#039;: Submit questions for Jocelyn during the event on IRC #AirMozilla.&lt;br /&gt;
** &#039;&#039;&#039;Hashtag&#039;&#039;&#039;: #brantina&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[https://indiewebcamp.com/events/2016-01-27-homebrew-website-club Homebrew Website Club Meetup]&#039;&#039;&#039; (every other Wednesday)&amp;lt;br/&amp;gt;&amp;lt;strong&amp;gt;Be a part of the open web with your own website.&amp;lt;/strong&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;Brighton ENGLAND&#039;&#039;&#039;, &amp;lt;br/&amp;gt;&#039;&#039;&#039;Göteborg SWEDEN&#039;&#039;&#039;, &amp;lt;br/&amp;gt;&#039;&#039;&#039;Los Angeles&#039;&#039;&#039;, &amp;lt;br/&amp;gt;&#039;&#039;&#039;Portland&#039;&#039;&#039;, and &amp;lt;br/&amp;gt;&#039;&#039;&#039;San Francisco&#039;&#039;&#039; (at [[SF|MozSF 1st floor]], host: [[Tantek Çelik]])&lt;br /&gt;
** 17:30-18:30 Writing Hour&lt;br /&gt;
** 18:30-19:30 IndieWeb meetup &amp;amp; hack night &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Create or update your personal web site!&amp;lt;br/&amp;gt;Share what you&#039;ve gotten working, ask the experts questions.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Join a community with like-minded interests. &amp;lt;br/&amp;gt;Bring friends that want a personal site!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; Any questions? See &#039;&#039;&#039;[https://indiewebcamp.com/events/2016-01-27-homebrew-website-club the wiki page for details]&#039;&#039;&#039; &amp;lt;br/&amp;gt;or join IRC: http://indiewebcamp.com/irc/today?beta#bottom&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
*[https://www.eventbrite.com/e/january-privacy-lab-privacy-for-startups-tickets-19849219550 Privacy Lab] - 6-8pm at Mozilla SF Office. Privacy for Startups: Practical Guidance for Founders, Engineers, Marketing, and those who support them. Six lightening talks from Mozilla, Startup Policy Lab, Disconnect, CDT, ACLU and Sandstorm. Will also be live and recorded on [https://air.mozilla.org/privacy-lab-privacy-for-startups-january-2016/ Air Mozilla].&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
* &#039;&#039;&#039;[http://globalgamejam.org Global Game Jam] happening Jan 29th-31st online and at physical locations&#039;&#039;&#039; &lt;br /&gt;
** &#039;&#039;&#039;The Global Game Jam (GGJ) is the world&#039;s largest game creation event with 30K participants taking place around the world at physical locations.&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;Mozilla is a Silver Sponsor showing game devs how to build web games http://globalgamejam.org/news &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nick Nguyen will provide a quick update on the Firefox 44 releases this week.&lt;br /&gt;
&lt;br /&gt;
== Firefox desktop ==&lt;br /&gt;
* Firefox 44 this week&lt;br /&gt;
** Big one: web push! Now can receive push notifications from sites even when they&#039;re not loaded in a tab.&lt;br /&gt;
== Firefox mobile ==&lt;br /&gt;
* Neat new stuff in Firefox for Android 44&lt;br /&gt;
** Now can set a home page on startup, based on feedback from usres&lt;br /&gt;
** Cloud Printing Support&lt;br /&gt;
** Search suggestion replay&lt;br /&gt;
* Areas of focus for the coming months include:&lt;br /&gt;
** Refining the onboarding and first-run experiences to better retain new users&lt;br /&gt;
** Consolidating home panels and beefing up bookmarks management to address user feedback&lt;br /&gt;
** Bringing more offline functionality into the browser experience to provide more value&lt;br /&gt;
** Experiment in providing reminders to users when content has been updated on a page they like visiting&lt;br /&gt;
* Some Firefox for Android specifics&lt;br /&gt;
** Work will continue on getting crash rates back down to where they should on pre-release channels&lt;br /&gt;
** Experimentation with more A/B testing to correlate first-run tour changes with retention&lt;br /&gt;
* Some Firefox for iOS specifics&lt;br /&gt;
** The app is now available in China!&lt;br /&gt;
** Version 2.0 is available for testing, which includes features like Find in Page, Password Manager, 3D Touch functionality, and Spotlight integration&lt;br /&gt;
&lt;br /&gt;
=== Connected Devices ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Mountain View&lt;br /&gt;
&lt;br /&gt;
Bill Walker will give a quick update on the Web App Developer Initiative. At Mozlando, we talked about three capabilities web app will acquire in 2016 -- reliability, re-engagement, and installability. Two of those are dropping in Desktop this week!&lt;br /&gt;
&lt;br /&gt;
https://dl.dropboxusercontent.com/u/171684/sw-platatus.png&lt;br /&gt;
&lt;br /&gt;
https://dl.dropboxusercontent.com/u/171684/push-platatus.png&lt;br /&gt;
&lt;br /&gt;
For details, see [https://platform-status.moilla.org Platform Status Page]&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Learning Networks ===&lt;br /&gt;
&#039;&#039;Sam Dyson, Chicago:&#039;&#039; Update on [http://www.hivechicagobuzz.org/ Hive Chicago Hack Day event]. &lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/nalexander Nick Alexander]&lt;br /&gt;
| 2 minute introduction to 2 minute builds&lt;br /&gt;
| &amp;quot;Artifact&amp;quot; Firefox builds&lt;br /&gt;
| Mozilla Vancouver space&lt;br /&gt;
| No&lt;br /&gt;
| [https://docs.google.com/presentation/d/1LSNCijNnUEO68rwt7leD0l7rDxp7VhqhP3TSrcslS2Q/view Slides]&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Artifact_builds Artifact build documentation on MDN]&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/en-US/u/osunick/ Nick Nguyen]&lt;br /&gt;
| Work on Firefox&lt;br /&gt;
| Why you need to attend [https://wiki.mozilla.org/WeeklyUpdates/2016-01-25#Wednesday.2C_27_January this Wednesday&#039;s talk]&lt;br /&gt;
| Mozilla MV&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| [https://wiki.mozilla.org/Speaker_Series#Wednesday.2C_January_27_.40_Mozilla_MV_-_10:00am_PT_.2F_1:00pm_ET_.2F_6:00pm_UTC_.2B_Air_Mozilla Details]&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/lnapoli/ Laura Napoli]&lt;br /&gt;
| Communications&lt;br /&gt;
| Data Privacy Day 2016 (Jan. 28)&lt;br /&gt;
| SF commons&lt;br /&gt;
| no&lt;br /&gt;
| Video&lt;br /&gt;
| https://wiki.mozilla.org/DPD_campaign_2016&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/miketaylr/ Mike Taylor]&lt;br /&gt;
| I look at broken stuff&lt;br /&gt;
| WebKit aliases in Gecko&lt;br /&gt;
| Vidyo remote (Austin, TX)&lt;br /&gt;
| yes (4:3)&lt;br /&gt;
| [https://miketaylr.com/pres/project-meeting-01-25-16/ slides]&lt;br /&gt;
| [https://wiki.mozilla.org/Compatibility/Mobile/Non_Standard_Compatibility Non-Standard Compatibility]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/arenlor/ Arenlor]&lt;br /&gt;
| Amy Tsay&lt;br /&gt;
| Mountain View&lt;br /&gt;
| USA&lt;br /&gt;
| Add-on reviews for AMO.&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/sommero/ Oliver Sommer]&lt;br /&gt;
| Amy Tsay&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Germany&lt;br /&gt;
| Add-on reviews for AMO.&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
| Brian Stack&lt;br /&gt;
| Selena Deckelmann&lt;br /&gt;
| Portland Office&lt;br /&gt;
| San Francisco&lt;br /&gt;
| TaskCluster Platform&lt;br /&gt;
|-&lt;br /&gt;
| Michael Ham&lt;br /&gt;
| Tim Murray&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Visual Designer, Firefox Desktop&lt;br /&gt;
|-&lt;br /&gt;
| Kate Glazko&lt;br /&gt;
| Pallavi Yaramada&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Connected Devices QA&lt;br /&gt;
|-&lt;br /&gt;
| Khanh Nguyen&lt;br /&gt;
| Robb Carroll&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| A/V Operations&lt;br /&gt;
|- &lt;br /&gt;
|Daniel McLaughlin&lt;br /&gt;
|Michelle Marovich&lt;br /&gt;
|US Remote&lt;br /&gt;
|Mountain View&lt;br /&gt;
|People Department  &lt;br /&gt;
|-&lt;br /&gt;
|Heather Durham&lt;br /&gt;
|Jill Van De Ven&lt;br /&gt;
|Mountain View&lt;br /&gt;
|US Remote &lt;br /&gt;
|Business Affairs &lt;br /&gt;
|-&lt;br /&gt;
|Gregory Tatum&lt;br /&gt;
|Jordan Santell&lt;br /&gt;
|US Remote (Tulsa)&lt;br /&gt;
|Mountain View &lt;br /&gt;
|Firefox Devtools&lt;br /&gt;
|-&lt;br /&gt;
| Matthew Wein&lt;br /&gt;
| Andy McKay&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland&lt;br /&gt;
| Add-ons&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Swan&lt;br /&gt;
| Andy McKay&lt;br /&gt;
| Portland Office&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Add-ons&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Nihanth Subramanya&lt;br /&gt;
| Drew Willcoxon&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Firefox Desktop&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-01-25&amp;diff=1113938</id>
		<title>WeeklyUpdates/2016-01-25</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2016-01-25&amp;diff=1113938"/>
		<updated>2016-01-23T01:46:32Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */  mention WADI update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&amp;lt;p&amp;gt;[Mozilla Monthly Speaker Series] The Right Way to Build Software: Ideals Over Ideology&amp;lt;/p&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Time + Location:&#039;&#039;&#039; 10am PT / 1pm ET / 6pm UT @ Mozilla Mountain View + [https://air.mozilla.org/january-2016-brantina-ideals-over-ideology-building-software-with-the-end-in-mind-with-jocelyn-goldfein/ Air Mozilla]&lt;br /&gt;
* &#039;&#039;&#039;Speaker&#039;&#039;&#039;: [http://www.jocelyngoldfein.com/ Jocelyn Goldfein] has held senior engineering leadership roles spanning from high-growth companies like VMware and Facebook to small startups. As Director of Engineering at Facebook she led Facebook’s push on mobile infrastructure and quality, initiating major new investments in architecture and tooling and helped guide Facebook’s transition to “mobile first.”  &lt;br /&gt;
* &#039;&#039;&#039;Host&#039;&#039;&#039;: [https://mozillians.org/en-US/u/osunick/ Nick Nguyen]&lt;br /&gt;
* &#039;&#039;&#039;Questions&#039;&#039;&#039;: Submit questions for Jocelyn during the event on IRC #AirMozilla.&lt;br /&gt;
* &#039;&#039;&#039;Hashtag&#039;&#039;&#039;: #brantina&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Connected Devices ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Mountain View&lt;br /&gt;
&lt;br /&gt;
Bill Walker will give a quick update on the Web App Developer Initiative&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/u/nalexander Nick Alexander]&lt;br /&gt;
| Make build &amp;amp; go better&lt;br /&gt;
| 2 Firefox minute builds&lt;br /&gt;
| Mozilla Vancouver space&lt;br /&gt;
| No&lt;br /&gt;
| To follow&lt;br /&gt;
| [https://developer.mozilla.org/en-US/docs/Artifact_builds Artifact build documentation on MDN]&lt;br /&gt;
|-&lt;br /&gt;
| [https://mozillians.org/en-US/u/osunick/ Nick Nguyen]&lt;br /&gt;
| Work on Firefox&lt;br /&gt;
| Why you need to attend [https://wiki.mozilla.org/WeeklyUpdates/2016-01-25#Wednesday.2C_27_January this Wednesday&#039;s talk]&lt;br /&gt;
| Mozilla MV&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| [https://wiki.mozilla.org/Speaker_Series#Wednesday.2C_January_27_.40_Mozilla_MV_-_10:00am_PT_.2F_1:00pm_ET_.2F_6:00pm_UTC_.2B_Air_Mozilla Details]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
| Brian Stack&lt;br /&gt;
| Selena Deckelmann&lt;br /&gt;
| Portland Office&lt;br /&gt;
| San Francisco&lt;br /&gt;
| TaskCluster Platform&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Nihanth Subramanya&lt;br /&gt;
| Drew Willcoxon&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Firefox Desktop&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Webdev/Meetings/2016/January_5&amp;diff=1111437</id>
		<title>Webdev/Meetings/2016/January 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Webdev/Meetings/2016/January_5&amp;diff=1111437"/>
		<updated>2016-01-05T18:08:26Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Shipping Celebration */  serviceworke.rs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WebdevMeetingInfobox&lt;br /&gt;
  |date=January 5th, 2016&lt;br /&gt;
  |airmo=https://air.mozilla.org/webdev-extravaganza-january-2016/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Webdev Extravaganzas are open to the public and serve as a gathering point for anyone in the Mozilla community who is interested in web development and what Mozilla has been doing in it.&lt;br /&gt;
&lt;br /&gt;
The meeting will be streamed and recorded on Air Mozilla: https://air.mozilla.org/webdev-extravaganza-january-2016/&lt;br /&gt;
&lt;br /&gt;
== Shipping Celebration ==&lt;br /&gt;
What did we ship this month? Alternatively, what didn&#039;t we ship to spare the world the horror?&lt;br /&gt;
&lt;br /&gt;
* (irc nick) Topic&lt;br /&gt;
* (Osmose) Verbatim (localize.mozilla.org) is dead, long live Pontoon!&lt;br /&gt;
* (jgmize) www.mozilla.org Dual SHA1/SHA256 cert negotiation + CDN via Cloudflare&lt;br /&gt;
* (ErikRose) peep now supports pip 7.&lt;br /&gt;
* (bwalker) https://platform-status.mozilla.org/&lt;br /&gt;
* (bwalker) https://github.com/mozilla/oghliner&lt;br /&gt;
* (bwalker) https://serviceworke.rs/&lt;br /&gt;
&lt;br /&gt;
== Open-Source Citizenship ==&lt;br /&gt;
Any updates with our libraries or with libraries we use? Anyone looking for help with a library they maintain?&lt;br /&gt;
&lt;br /&gt;
* (irc nick) Topic&lt;br /&gt;
* (pmac) [https://github.com/mozilla/django-product-details django-mozilla-product-details] grew support for Django 1.9 and Python 3 thanks in part to Osmose!&lt;br /&gt;
&lt;br /&gt;
== New Hires / Interns / Volunteers / Contributors ==&lt;br /&gt;
Anyone new that we want to induct into the secret order? Paid, unpaid, contract, doesn&#039;t matter!&lt;br /&gt;
&lt;br /&gt;
* (irc nick of new person) New Person&lt;br /&gt;
* jpetto: Jon Petto (long term contractor, has converted to fulltime\o/ senior web developer)&lt;br /&gt;
* davidwalsh: joining the web app developer initiative, \o/&lt;br /&gt;
&lt;br /&gt;
== Roundtable ==&lt;br /&gt;
Anything else to talk about?&lt;br /&gt;
&lt;br /&gt;
* (ErikRose) Docker best practices for dev&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Webdev/Meetings/2016/January_5&amp;diff=1111436</id>
		<title>Webdev/Meetings/2016/January 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Webdev/Meetings/2016/January_5&amp;diff=1111436"/>
		<updated>2016-01-05T18:07:41Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Shipping Celebration */  oghliner and platatus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WebdevMeetingInfobox&lt;br /&gt;
  |date=January 5th, 2016&lt;br /&gt;
  |airmo=https://air.mozilla.org/webdev-extravaganza-january-2016/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Webdev Extravaganzas are open to the public and serve as a gathering point for anyone in the Mozilla community who is interested in web development and what Mozilla has been doing in it.&lt;br /&gt;
&lt;br /&gt;
The meeting will be streamed and recorded on Air Mozilla: https://air.mozilla.org/webdev-extravaganza-january-2016/&lt;br /&gt;
&lt;br /&gt;
== Shipping Celebration ==&lt;br /&gt;
What did we ship this month? Alternatively, what didn&#039;t we ship to spare the world the horror?&lt;br /&gt;
&lt;br /&gt;
* (irc nick) Topic&lt;br /&gt;
* (Osmose) Verbatim (localize.mozilla.org) is dead, long live Pontoon!&lt;br /&gt;
* (jgmize) www.mozilla.org Dual SHA1/SHA256 cert negotiation + CDN via Cloudflare&lt;br /&gt;
* (ErikRose) peep now supports pip 7.&lt;br /&gt;
* (bwalker) https://platform-status.mozilla.org/&lt;br /&gt;
* (bwalker) https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
== Open-Source Citizenship ==&lt;br /&gt;
Any updates with our libraries or with libraries we use? Anyone looking for help with a library they maintain?&lt;br /&gt;
&lt;br /&gt;
* (irc nick) Topic&lt;br /&gt;
* (pmac) [https://github.com/mozilla/django-product-details django-mozilla-product-details] grew support for Django 1.9 and Python 3 thanks in part to Osmose!&lt;br /&gt;
&lt;br /&gt;
== New Hires / Interns / Volunteers / Contributors ==&lt;br /&gt;
Anyone new that we want to induct into the secret order? Paid, unpaid, contract, doesn&#039;t matter!&lt;br /&gt;
&lt;br /&gt;
* (irc nick of new person) New Person&lt;br /&gt;
* jpetto: Jon Petto (long term contractor, has converted to fulltime\o/ senior web developer)&lt;br /&gt;
* davidwalsh: joining the web app developer initiative, \o/&lt;br /&gt;
&lt;br /&gt;
== Roundtable ==&lt;br /&gt;
Anything else to talk about?&lt;br /&gt;
&lt;br /&gt;
* (ErikRose) Docker best practices for dev&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Webdev/Meetings/2016/January_5&amp;diff=1111435</id>
		<title>Webdev/Meetings/2016/January 5</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Webdev/Meetings/2016/January_5&amp;diff=1111435"/>
		<updated>2016-01-05T18:06:28Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* New Hires / Interns / Volunteers / Contributors */ davidwalsh&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WebdevMeetingInfobox&lt;br /&gt;
  |date=January 5th, 2016&lt;br /&gt;
  |airmo=https://air.mozilla.org/webdev-extravaganza-january-2016/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Webdev Extravaganzas are open to the public and serve as a gathering point for anyone in the Mozilla community who is interested in web development and what Mozilla has been doing in it.&lt;br /&gt;
&lt;br /&gt;
The meeting will be streamed and recorded on Air Mozilla: https://air.mozilla.org/webdev-extravaganza-january-2016/&lt;br /&gt;
&lt;br /&gt;
== Shipping Celebration ==&lt;br /&gt;
What did we ship this month? Alternatively, what didn&#039;t we ship to spare the world the horror?&lt;br /&gt;
&lt;br /&gt;
* (irc nick) Topic&lt;br /&gt;
* (Osmose) Verbatim (localize.mozilla.org) is dead, long live Pontoon!&lt;br /&gt;
* (jgmize) www.mozilla.org Dual SHA1/SHA256 cert negotiation + CDN via Cloudflare&lt;br /&gt;
* (ErikRose) peep now supports pip 7.&lt;br /&gt;
&lt;br /&gt;
== Open-Source Citizenship ==&lt;br /&gt;
Any updates with our libraries or with libraries we use? Anyone looking for help with a library they maintain?&lt;br /&gt;
&lt;br /&gt;
* (irc nick) Topic&lt;br /&gt;
* (pmac) [https://github.com/mozilla/django-product-details django-mozilla-product-details] grew support for Django 1.9 and Python 3 thanks in part to Osmose!&lt;br /&gt;
&lt;br /&gt;
== New Hires / Interns / Volunteers / Contributors ==&lt;br /&gt;
Anyone new that we want to induct into the secret order? Paid, unpaid, contract, doesn&#039;t matter!&lt;br /&gt;
&lt;br /&gt;
* (irc nick of new person) New Person&lt;br /&gt;
* jpetto: Jon Petto (long term contractor, has converted to fulltime\o/ senior web developer)&lt;br /&gt;
* davidwalsh: joining the web app developer initiative, \o/&lt;br /&gt;
&lt;br /&gt;
== Roundtable ==&lt;br /&gt;
Anything else to talk about?&lt;br /&gt;
&lt;br /&gt;
* (ErikRose) Docker best practices for dev&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Webdev/Beer_And_Tell/November_2015&amp;diff=1106603</id>
		<title>Webdev/Beer And Tell/November 2015</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Webdev/Beer_And_Tell/November_2015&amp;diff=1106603"/>
		<updated>2015-11-20T21:19:17Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Speakers */  add bwalker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once a month web developers across the Mozilla community get together (in person and virtually) to share what side projects or cool stuff we&#039;ve been working on. Generally this means things that aren&#039;t a direct work project; those can go in the [[Webdev/Meetings|monthly Webdev Meetings]].&lt;br /&gt;
&lt;br /&gt;
= Details =&lt;br /&gt;
* &#039;&#039;&#039;When:&#039;&#039;&#039; 2PM Pacific, Friday November 20th&lt;br /&gt;
* &#039;&#039;&#039;Where:&#039;&#039;&#039; Webdev Vidyo channel (798).&lt;br /&gt;
** If you need to call in:&lt;br /&gt;
*** +1 650 903 0800, x92 or +1 800 707 2533 (password on intranet)&lt;br /&gt;
*** Then enter 9798# &lt;br /&gt;
* Air Mozilla Stream / Recording: https://air.mozilla.org/webdev-beer-and-tell-november-2015/&lt;br /&gt;
* Public vidyo join link: https://v.mozilla.com/flex.html?roomdirect.html&amp;amp;key=HK3hFFg9X5pw&lt;br /&gt;
&lt;br /&gt;
= Speakers  =&lt;br /&gt;
The limit is 5 minutes per speaker. It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation. Time limits are flexible depending on the amount of stuff being presented.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you are presenting, make sure to connect via Vidyo (or using the public join link above)!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Presenter&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Topic&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Media (links)&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;More Details&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Beer&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;peterbe&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Headsupper.io&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://github.com/peterbe/headsupper&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Osmose&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Advanced Open File&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://atom.io/packages/advanced-open-file&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://github.com/Osmose/advanced-open-file&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;SALTED CARAMEL MOCHA FRAPPUCCINO ALL DAY ERRY DAY&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Kumar McMillan&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Live reloading and time travel with React + Redux&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;http://kumar303.github.io/music-arranger/&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://github.com/kumar303/music-arranger&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;80 proof React Koolaid&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Bill Walker&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;ebird-mybird, a viewer for your eBird sightings&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://github.com/wfwalker/ebird-mybird&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://wfwalker.github.io/ebird-mybird/&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;49th Parallel Vow of Silence Belgian Ale&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105834</id>
		<title>WeeklyUpdates/2015-11-16</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105834"/>
		<updated>2015-11-16T17:16:06Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */ link to heroku server&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Loïc Cuguen and Cédric Ravalec, co-founders of Phoxygen, for hosting another [http://www.meetup.com/fr/Firefox-OS-France-User-Group/events/225501691/ Firefox OS community meetup] in Paris Office; yesterday&#039;s highlights were a [http://julienw.github.io/nga-presentation/nga-presentation.20151112.html#1 description of Gaia&#039;s new architecture] by Firefox OS&#039; Julien Wajsberg, and a presentation around the Battery API&#039;s latest changes. William Quiviger also revealed everything about the excellent newest [https://firefoxos.mozilla.community/ Firefox OS Community Website]. And thanks a lot to Guillaume Canavaggio for staying late to record this for AirMo.&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-85/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
* &#039;&#039;&#039;[https://indiewebcamp.com/events/2015-11-17-homebrew-website-club Homebrew Website Club Meetup] Edinburgh &amp;amp; Mälmo&#039;&#039;&#039;&amp;lt;blockquote&amp;gt;&amp;lt;strong&amp;gt;Be a part of the open web with your own website.&amp;lt;/strong&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** 17:30-19:30 (local time) IndieWeb meetup &amp;amp; hack night. Any questions? See &#039;&#039;&#039;[https://indiewebcamp.com/events/2015-11-17-homebrew-website-club the wiki page for details]&#039;&#039;&#039; &amp;lt;br/&amp;gt;or join IRC: http://indiewebcamp.com/irc/today?beta#bottom&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-verification-day-91/ Weekly Bug Verification Day]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[https://indiewebcamp.com/events/2015-11-18-homebrew-website-club Homebrew Website Club Meetup] Two Year Anniversary Celebration!&#039;&#039;&#039; &amp;lt;blockquote&amp;gt;&amp;lt;strong&amp;gt;Come celebrate two years of growing the independent open web!&amp;lt;/strong&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** &#039;&#039;&#039;Brighton (UK)&#039;&#039;&#039;,  &amp;lt;br/&amp;gt;&#039;&#039;&#039;Göteborg (SWEDEN)&#039;&#039;&#039;,  &amp;lt;br/&amp;gt;&#039;&#039;&#039;Portland&#039;&#039;&#039;, and &amp;lt;br/&amp;gt;&#039;&#039;&#039;San Francisco&#039;&#039;&#039; (at [[SF|MozSF 1st floor]], host: [[Tantek Çelik]])&lt;br /&gt;
** 17:30-18:30 Writing and celebration hour&lt;br /&gt;
** 18:30-19:30 IndieWeb meetup &amp;amp; hack night &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;Create or update your personal web site!&amp;lt;br/&amp;gt;Share what you&#039;ve gotten working, ask the experts questions.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Join a community with like-minded interests. &amp;lt;br/&amp;gt;Bring friends that want a personal site!&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt; Any questions? See &#039;&#039;&#039;[https://indiewebcamp.com/events/2015-11-18-homebrew-website-club the wiki page for details]&#039;&#039;&#039; &amp;lt;br/&amp;gt;or join IRC: http://indiewebcamp.com/irc/today?beta#bottom&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
*New Hire Privacy Training, 1pm PST, SF Golden Gate Bridge room&lt;br /&gt;
*Privacy Lab, SF Commons, 5-7pm PST. Topic is Tracking Protection. (https://wiki.mozilla.org/Privacy/Privacy_Lab)&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Nick Nguyen, MV&lt;br /&gt;
&lt;br /&gt;
* We have been busy shipping lots of stuff...&lt;br /&gt;
** MSE for YouTube &lt;br /&gt;
** Dev Edition - 1 million downloads, 500K users&lt;br /&gt;
** Windows 10 - first new OS launch we were prepared for&lt;br /&gt;
** 42 Campaign - Private Browsing with Tracking Protection&lt;br /&gt;
** iOS Browser global launch last week&lt;br /&gt;
** Exploring how Content Blocking can be useful in the future&lt;br /&gt;
** Exciting new things happening next year and shining some light on the dusty corners of Firefox - quality, onboarding&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;&#039;Web App Developer Initiative&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Bill Walker, SF&lt;br /&gt;
&lt;br /&gt;
As part of our Q4 goals, the Web App Developer Initiative team have created a [https://platatus.herokuapp.com/ Firefox Platform Status app] [https://github.com/mozilla/platatus (codenamed platatus)]. The goals of this project are to (1) provide a Firefox-centric companion to [https://www.chromestatus.com/features chromestatus.com] and [https://dev.windows.com/en-us/microsoft-edge/platform/status/ dev.modern.ie]; and (2) show how Service Worker and W3C app manifest can enrich and improve the web app experience.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;November Moment in Time&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Peter Dolanjski, MV&amp;lt;br /&amp;gt;&lt;br /&gt;
Last week marked some critical milestones for Firefox OS:&lt;br /&gt;
* Firefox OS 2.5 branched&lt;br /&gt;
* [https://firefoxos.mozilla.community/ Firefox OS Participation Hub] launched&lt;br /&gt;
** Central place for contributors to get involved&lt;br /&gt;
** 12 Firefox OS builds available for Android devices&lt;br /&gt;
* [https://www.mozilla.org/firefox/os/2.5/ Firefox OS 2.5 Developer Preview] (aka B2GDroid) launched&lt;br /&gt;
** Experience Firefox OS on Android without having to flash hardware&lt;br /&gt;
** File bugs [https://bugzilla.mozilla.org/enter_bug.cgi?product=B2GDroid here]&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== MozFest ===&lt;br /&gt;
&#039;&#039;Kevin Zawacki, remote:&#039;&#039; MozFest 2015 debrief. Check out [https://www.flickr.com/photos/134771568@N06/albums/with/72157658567152683 photos], our [https://blog.mozilla.org/blog/2015/11/09/mozfest-2015-connecting-leaders-and-rallying-communities-for-the-open-web/ post-event blog post], and [https://medium.com/mozilla-festival blog posts from attendees].&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| glob&lt;br /&gt;
| Bugzilla &amp;amp; MozReview&lt;br /&gt;
| Bugzilla&#039;s New UI&lt;br /&gt;
| Pre-recorded Video&lt;br /&gt;
| n/a&lt;br /&gt;
| https://youtu.be/2zN0rjM_yYk (1m20s)&lt;br /&gt;
| https://globau.wordpress.com/2015/03/31/bmo-new-look/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Alicia Smith&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Texas&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| Adam Muntner&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| New York&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| April King&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Minneapolis&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| Shain Feurtado&lt;br /&gt;
| Robb Carroll&lt;br /&gt;
| MTV&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Audio Visual Operations - Events&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105702</id>
		<title>WeeklyUpdates/2015-11-16</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105702"/>
		<updated>2015-11-16T03:01:49Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */  parallel headings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Loïc Cuguen and Cédric Ravalec, co-founders of Phoxygen, for hosting another [http://www.meetup.com/fr/Firefox-OS-France-User-Group/events/225501691/ Firefox OS community meetup] in Paris Office; yesterday&#039;s highlights were a [http://julienw.github.io/nga-presentation/nga-presentation.20151112.html#1 description of Gaia&#039;s new architecture] by Firefox OS&#039; Julien Wajsberg, and a presentation around the Battery API&#039;s latest changes. William Quiviger also revealed everything about the excellent newest [https://firefoxos.mozilla.community/ Firefox OS Community Website]. And thanks a lot to Guillaume Canavaggio for staying late to record this for AirMo.&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
*New Hire Privacy Training, 1pm PST, SF Golden Gate Bridge room&lt;br /&gt;
*Privacy Lab, SF Commons, 5-7pm PST. Topic is Tracking Protection. (https://wiki.mozilla.org/Privacy/Privacy_Lab)&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;&#039;Web App Developer Initiative&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Bill Walker, SF&lt;br /&gt;
&lt;br /&gt;
As part of our Q4 goals, the Web App Developer Initiative team have created a [https://mozilla.github.io/platatus/ Firefox Platform Status app] [https://github.com/mozilla/platatus (codenamed platatus)]. The goals of this project are to (1) provide a Firefox-centric companion to [https://www.chromestatus.com/features chromestatus.com] and [https://dev.windows.com/en-us/microsoft-edge/platform/status/ dev.modern.ie]; and (2) show how Service Worker and W3C app manifest can enrich and improve the web app experience.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;November Moment in Time&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Peter Dolanjski, MV&amp;lt;br /&amp;gt;&lt;br /&gt;
Last week marked some critical milestones for Firefox OS:&lt;br /&gt;
* Firefox OS 2.5 branched&lt;br /&gt;
* [https://firefoxos.mozilla.community/ Firefox OS Participation Hub] launched&lt;br /&gt;
** Central place for contributors to get involved&lt;br /&gt;
** 12 Firefox OS builds available for Android devices&lt;br /&gt;
* [https://www.mozilla.org/firefox/os/2.5/ Firefox OS 2.5 Developer Preview] (aka B2GDroid) launched&lt;br /&gt;
** Experience Firefox OS on Android without having to flash hardware&lt;br /&gt;
** File bugs [https://bugzilla.mozilla.org/enter_bug.cgi?product=B2GDroid here]&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| glob&lt;br /&gt;
| Bugzilla &amp;amp; MozReview&lt;br /&gt;
| Bugzilla&#039;s New UI&lt;br /&gt;
| Pre-recorded Video&lt;br /&gt;
| n/a&lt;br /&gt;
| https://youtu.be/2zN0rjM_yYk (1m20s)&lt;br /&gt;
| https://globau.wordpress.com/2015/03/31/bmo-new-look/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Alicia Smith&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Texas&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| Adam Muntner&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| New York&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| April King&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Minneapolis&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105701</id>
		<title>WeeklyUpdates/2015-11-16</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105701"/>
		<updated>2015-11-16T03:00:33Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */ Bill will be in SF, not MV&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Loïc Cuguen and Cédric Ravalec, co-founders of Phoxygen, for hosting another [http://www.meetup.com/fr/Firefox-OS-France-User-Group/events/225501691/ Firefox OS community meetup] in Paris Office; yesterday&#039;s highlights were a [http://julienw.github.io/nga-presentation/nga-presentation.20151112.html#1 description of Gaia&#039;s new architecture] by Firefox OS&#039; Julien Wajsberg, and a presentation around the Battery API&#039;s latest changes. William Quiviger also revealed everything about the excellent newest [https://firefoxos.mozilla.community/ Firefox OS Community Website]. And thanks a lot to Guillaume Canavaggio for staying late to record this for AirMo.&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
*New Hire Privacy Training, 1pm PST, SF Golden Gate Bridge room&lt;br /&gt;
*Privacy Lab, SF Commons, 5-7pm PST. Topic is Tracking Protection. (https://wiki.mozilla.org/Privacy/Privacy_Lab)&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Bill Walker, SF&lt;br /&gt;
&lt;br /&gt;
As part of our Q4 goals, the Web App Developer Initiative team have created a [https://mozilla.github.io/platatus/ Firefox Platform Status app] [https://github.com/mozilla/platatus (codenamed platatus)]. The goals of this project are to (1) provide a Firefox-centric companion to [https://www.chromestatus.com/features chromestatus.com] and [https://dev.windows.com/en-us/microsoft-edge/platform/status/ dev.modern.ie]; and (2) show how Service Worker and W3C app manifest can enrich and improve the web app experience.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;November Moment in Time&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Peter Dolanjski, MV&amp;lt;br /&amp;gt;&lt;br /&gt;
Last week marked some critical milestones for Firefox OS:&lt;br /&gt;
* Firefox OS 2.5 branched&lt;br /&gt;
* [https://firefoxos.mozilla.community/ Firefox OS Participation Hub] launched&lt;br /&gt;
** Central place for contributors to get involved&lt;br /&gt;
** 12 Firefox OS builds available for Android devices&lt;br /&gt;
* [https://www.mozilla.org/firefox/os/2.5/ Firefox OS 2.5 Developer Preview] (aka B2GDroid) launched&lt;br /&gt;
** Experience Firefox OS on Android without having to flash hardware&lt;br /&gt;
** File bugs [https://bugzilla.mozilla.org/enter_bug.cgi?product=B2GDroid here]&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| glob&lt;br /&gt;
| Bugzilla &amp;amp; MozReview&lt;br /&gt;
| Bugzilla&#039;s New UI&lt;br /&gt;
| Pre-recorded Video&lt;br /&gt;
| n/a&lt;br /&gt;
| https://youtu.be/2zN0rjM_yYk (1m20s)&lt;br /&gt;
| https://globau.wordpress.com/2015/03/31/bmo-new-look/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Alicia Smith&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Texas&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| Adam Muntner&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| New York&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| April King&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Minneapolis&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105640</id>
		<title>WeeklyUpdates/2015-11-16</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-11-16&amp;diff=1105640"/>
		<updated>2015-11-13T23:27:00Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */  add description of platatus demo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Loïc Cuguen and Cédric Ravalec, co-founders of Phoxygen, for hosting another [http://www.meetup.com/fr/Firefox-OS-France-User-Group/events/225501691/ Firefox OS community meetup] in Paris Office; yesterday&#039;s highlights were a [http://julienw.github.io/nga-presentation/nga-presentation.20151112.html#1 description of Gaia&#039;s new architecture] by Firefox OS&#039; Julien Wajsberg, and a presentation around the Battery API&#039;s latest changes. William Quiviger also revealed everything about the excellent newest [https://firefoxos.mozilla.community/ Firefox OS Community Website]. And thanks a lot to Guillaume Canavaggio for staying late to record this for AirMo.&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
*New Hire Privacy Training, 1pm PST, SF Golden Gate Bridge room&lt;br /&gt;
*Privacy Lab, SF Commons, 5-7pm PST. Topic is Tracking Protection. (https://wiki.mozilla.org/Privacy/Privacy_Lab)&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; Bill Walker, MV&lt;br /&gt;
&lt;br /&gt;
As part of our Q4 goals, the Web App Developer Initiative team have created a [https://mozilla.github.io/platatus/ Firefox Platform Status app] [https://github.com/mozilla/platatus (codenamed platatus)]. The goals of this project are to (1) provide a Firefox-centric companion to [https://www.chromestatus.com/features chromestatus.com] and [https://dev.windows.com/en-us/microsoft-edge/platform/status/ dev.modern.ie]; and (2) show how Service Worker and W3C app manifest can enrich and improve the web app experience.&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| glob&lt;br /&gt;
| Bugzilla &amp;amp; MozReview&lt;br /&gt;
| Bugzilla&#039;s New UI&lt;br /&gt;
| Pre-recorded Video&lt;br /&gt;
| n/a&lt;br /&gt;
| https://youtu.be/2zN0rjM_yYk (1m20s)&lt;br /&gt;
| https://globau.wordpress.com/2015/03/31/bmo-new-look/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Alicia Smith&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Texas&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| Adam Muntner&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| New York&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
| April King&lt;br /&gt;
| Jeff Bryner&lt;br /&gt;
| SFO&lt;br /&gt;
| Minneapolis&lt;br /&gt;
| Enterprise Information Security&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity (Automation &amp;amp; Tools) ===&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1104466</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1104466"/>
		<updated>2015-11-05T21:50:51Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* 2015 Q4 Deliverables */ add cookbook&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
=== Service Worker Cookbook ===&lt;br /&gt;
&lt;br /&gt;
Create a cookbook of self-contained code snippets showing how to use Service Workers to achieve various kinds of cacheing and push notification use cases.&lt;br /&gt;
&lt;br /&gt;
* https://serviceworker-cookbook.herokuapp.com/&lt;br /&gt;
* https://github.com/mozilla/serviceworker-cookbook&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Webdev/Beer_And_Tell/October_2015&amp;diff=1101081</id>
		<title>Webdev/Beer And Tell/October 2015</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Webdev/Beer_And_Tell/October_2015&amp;diff=1101081"/>
		<updated>2015-10-16T21:18:36Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Speakers */ add speaker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once a month web developers across the Mozilla community get together (in person and virtually) to share what side projects or cool stuff we&#039;ve been working on. Generally this means things that aren&#039;t a direct work project; those can go in the [[Webdev/Meetings|monthly Webdev Meetings]].&lt;br /&gt;
&lt;br /&gt;
= Details =&lt;br /&gt;
* &#039;&#039;&#039;When:&#039;&#039;&#039; 2PM Pacific, Friday October 16th&lt;br /&gt;
* &#039;&#039;&#039;Where:&#039;&#039;&#039; Webdev Vidyo channel (798).&lt;br /&gt;
** If you need to call in:&lt;br /&gt;
*** +1 650 903 0800, x92 or +1 800 707 2533 (password on intranet)&lt;br /&gt;
*** Then enter 9798# &lt;br /&gt;
* Air Mozilla Stream / Recording: https://air.mozilla.org/webdev-beer-and-tell-october-2015/&lt;br /&gt;
* Public vidyo join link: https://v.mozilla.com/flex.html?roomdirect.html&amp;amp;key=HK3hFFg9X5pw&lt;br /&gt;
&lt;br /&gt;
= Speakers  =&lt;br /&gt;
The limit is 5 minutes per speaker. It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation. Time limits are flexible depending on the amount of stuff being presented.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you are presenting, make sure to connect via Vidyo (or using the public join link above)!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;wikitable&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Presenter&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Topic&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Media (links)&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;More Details&amp;lt;/th&amp;gt;&lt;br /&gt;
    &amp;lt;th&amp;gt;Beer&amp;lt;/th&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Erik Rose&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Rubik&#039;s Magic Cube&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Mythmon&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;N-Bodies simulation in Rust&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://www.youtube.com/watch?v=dqGDgvg_R0M&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;http://github.com/mythmon/rust-nbodies&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Chai Latte&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Potch&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Canvas Blur!&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;http://codepen.io/potch/pen/XmzdPW&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;MultiBall&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;bwalker&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;ascii art dashboard&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;https://github.com/wfwalker/wadi-blessed-dashboard&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;No&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;Guiness&amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099973</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099973"/>
		<updated>2015-10-09T23:54:03Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Platatus */ tweak description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to help developers, to find bugs in the implementation, to expand our own understanding. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099972</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099972"/>
		<updated>2015-10-09T23:53:10Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Oghliner */ remove caveat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache).&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to find bugs in the implementation, to expand our own understanding, to help developers [I would reverse the order of these reasons]. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099971</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099971"/>
		<updated>2015-10-09T23:52:42Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Platatus */  fudge the naming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache). [Note: this is likely to be the case, although there&#039;s some slight possibility that we&#039;ll replace sw-precache with our own implementation. I think that&#039;s unlikely in v1, however.]&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline/progressive web app. We need to explore the space of possible use cases – to find bugs in the implementation, to expand our own understanding, to help developers [I would reverse the order of these reasons]. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099970</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099970"/>
		<updated>2015-10-09T23:52:19Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* 2015 Q4 Deliverables */ fix formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
=== Oghliner ===&lt;br /&gt;
&lt;br /&gt;
Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache). [Note: this is likely to be the case, although there&#039;s some slight possibility that we&#039;ll replace sw-precache with our own implementation. I think that&#039;s unlikely in v1, however.]&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
=== Platatus ===&lt;br /&gt;
&lt;br /&gt;
Ship MVP of at least one serious offline [not progressive?] web app. We need to explore the space of possible use cases – to find bugs in the implementation, to expand our own understanding, to help developers [I would reverse the order of these reasons]. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099969</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099969"/>
		<updated>2015-10-09T23:51:38Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* 2015 Q4 Deliverables */ add deliverable descriptions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Ship v1 of Oghliner, a library/tool to offline web apps using Service Workers and deploy them to GitHub Pages. We will base this on top of several existing open source projects, including sw-precache from the Chrome team (https://github.com/GoogleChrome/sw-precache). [Note: this is likely to be the case, although there&#039;s some slight possibility that we&#039;ll replace sw-precache with our own implementation. I think that&#039;s unlikely in v1, however.]&lt;br /&gt;
** Oghliner v1 - https://github.com/mozilla/oghliner&lt;br /&gt;
&lt;br /&gt;
* Ship MVP of at least one serious offline [not progressive?] web app. We need to explore the space of possible use cases – to find bugs in the implementation, to expand our own understanding, to help developers [I would reverse the order of these reasons]. Much of the work of building even simple demo apps is app-related and not related to the underlying technologies. The leading candidate is Platatus, an app that offers a detailed, data-driven view of Mozilla&#039;s progress on delivering the technologies behind Progressive Web apps.&lt;br /&gt;
** Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099968</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099968"/>
		<updated>2015-10-09T23:50:36Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* 2015 Q4 Deliverables */  q4 deliverables description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q4, we will prepare for the launch of both Web Push and Service Workers in Firefox 44 by building one or two serious progressive apps and the infrastructure they require. We&#039;ll focus our engineers on one or two projects at a time, so we build team cohesion and benefit from collaboration. We&#039;ll carefully scope these projects so we can really hit them out of the park. Our tight focus, coupled with conference talks and blog posts, will make these apps useful references, helping build developer awareness for the launch of serviceworkers and push in Firefox 44. As we build real product code with automated tests, we explore the limits of our platform, find its bugs, and gather the knowledge we need to plan for the beginning of 2016.&lt;br /&gt;
&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner - initial version of a template/tool for offlining web apps and deploying them to GitHub Pages&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099967</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099967"/>
		<updated>2015-10-09T23:49:05Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* 2015 Q3 Demoes */ add q3 summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
In Q3, our goals for WADI engineering were (1) to transition off our legacy projects, (2) to educate ourselves about serviceworkers and web push, and (3) to plan for Q4. We had roughly a month of Q3 to work with. We accomplished these goals by encouraging each engineer to build small prototypes and sharing what we learned in a daily standup. These prototypes led to our presentation in the Firefox OS all-hands, a Github Universe talk, as well as the filing of several important platform and product bugs (and fixing of one!).&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner - initial version of a template/tool for offlining web apps and deploying them to GitHub Pages&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099966</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099966"/>
		<updated>2015-10-09T23:40:48Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Web App Developer Initiative */ better intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative to energize mobile web app development. This initiative is part of a broad trend that includes browser makers, web frameworks, cloud service providers, and top 100 content providers. We don&#039;t yet agree on what to call these new web apps, but we do agree on their potential. What unites all these disparate parties is a belief in the combined power of several new web standards. By making web apps that work offline and can reengage users, we believe developers will deliver experiences that will redefine the role of the web on mobile devices.&lt;br /&gt;
&lt;br /&gt;
In the short term, we are focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest].&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner - initial version of a template/tool for offlining web apps and deploying them to GitHub Pages&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099957</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099957"/>
		<updated>2015-10-09T22:10:37Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Bug tracking */ explain tracker bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner - initial version of a template/tool for offlining web apps and deploying them to GitHub Pages&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers. We use [https://bugzilla.mozilla.org/show_bug.cgi?id=1201717 bug 120171] to track them.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099956</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099956"/>
		<updated>2015-10-09T22:07:43Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: add bug tracking&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
* https://mozilla.github.io/high-fidelity/#/podcasts&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* Oghliner v1 - https://github.com/mozilla/oghliner - initial version of a template/tool for offlining web apps and deploying them to GitHub Pages&lt;br /&gt;
* Platatus MVP - https://github.com/mozilla/platatus - minimal viable prototype of reference app that describes standardization/implementation status of web platform features&lt;br /&gt;
&lt;br /&gt;
== Bug tracking ==&lt;br /&gt;
&lt;br /&gt;
These are bugs we&#039;ve identified as critical to our ability to deploy these technologies to developers:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;blocks&amp;quot;: &amp;quot;1201717&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099923</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099923"/>
		<updated>2015-10-09T17:49:14Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Reading List */  talk description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=iZZdhTUP5qg Alex Komoroske and Elisabeth Morant, &amp;quot;The Next Generation Mobile Web&amp;quot;]&lt;br /&gt;
** In this 40 minute Google I/O talk, Alex and Elisabeth show examples using these new API&#039;s, especially concentrating on how web push creates exciting new opportunities for user reengagement.&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* https://www.npmjs.com/package/oghliner&lt;br /&gt;
* https://github.com/mozilla/oghliner&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099922</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099922"/>
		<updated>2015-10-09T17:46:25Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Reading List */ alex russell description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* [https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ Alex Russell, &amp;quot;Progressive Apps: Escaping Tabs without Losing our Soul&amp;quot;]&lt;br /&gt;
** Alex lays out his best practices for modern web development based around responsive design and single-page apps, and moves on to how the addition of offlining and &amp;quot;save to home screen&amp;quot; capabilities enrich the mobile web.&lt;br /&gt;
&lt;br /&gt;
* https://www.youtube.com/watch?v=iZZdhTUP5qg&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* https://www.npmjs.com/package/oghliner&lt;br /&gt;
* https://github.com/mozilla/oghliner&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099921</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099921"/>
		<updated>2015-10-09T17:43:27Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Reading List */ add descriptions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* [https://paul.kinlan.me/living-with-web-apps/ Paul Kinlin, &amp;quot;Living with Web Apps&amp;quot;]&lt;br /&gt;
** In this post, Paul gives an hour-by-hour journal of a day using only web content on his smartphone. Along the way he offers a list of &amp;quot;ten deadly sins of a mobile web app&amp;quot; along with other reflections on his experience.&lt;br /&gt;
&lt;br /&gt;
* https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/&lt;br /&gt;
* https://www.youtube.com/watch?v=iZZdhTUP5qg&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* https://www.npmjs.com/package/oghliner&lt;br /&gt;
* https://github.com/mozilla/oghliner&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099920</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099920"/>
		<updated>2015-10-09T17:39:34Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: fix formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* https://paul.kinlan.me/living-with-web-apps/&lt;br /&gt;
* https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/&lt;br /&gt;
* https://www.youtube.com/watch?v=iZZdhTUP5qg&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
* https://www.npmjs.com/package/oghliner&lt;br /&gt;
* https://github.com/mozilla/oghliner&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099919</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099919"/>
		<updated>2015-10-09T17:39:07Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: fix links to specs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [http://www.w3.org/TR/service-workers/ service workers], [http://www.w3.org/TR/push-api/ web push], and the [http://www.w3.org/TR/appmanifest/ W3C app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* https://paul.kinlan.me/living-with-web-apps/&lt;br /&gt;
* https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/&lt;br /&gt;
* https://www.youtube.com/watch?v=iZZdhTUP5qg&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
https://www.npmjs.com/package/oghliner&lt;br /&gt;
https://github.com/mozilla/oghliner&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099918</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099918"/>
		<updated>2015-10-09T17:37:44Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: first batch of WADI information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;br /&gt;
&lt;br /&gt;
In 2015, Mozilla is launching a new initiative focused on the combination of several API&#039;s -- [service workers], [web push], and the [w3c app app manifest]. We believe the combination of these technologies is a platform with which we can offer developers some capabilities unmatched by native app ecosystems.&lt;br /&gt;
&lt;br /&gt;
== Reading List ==&lt;br /&gt;
&lt;br /&gt;
* https://paul.kinlan.me/living-with-web-apps/&lt;br /&gt;
* https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/&lt;br /&gt;
* https://www.youtube.com/watch?v=iZZdhTUP5qg&lt;br /&gt;
&lt;br /&gt;
== 2015 Q3 Demoes ==&lt;br /&gt;
&lt;br /&gt;
* https://firekey.org/&lt;br /&gt;
* https://brendandahl.github.io/pdfcollection/&lt;br /&gt;
* https://marco-c.github.io/watchy/#/series&lt;br /&gt;
&lt;br /&gt;
== 2015 Q4 Deliverables ==&lt;br /&gt;
&lt;br /&gt;
https://www.npmjs.com/package/oghliner&lt;br /&gt;
https://github.com/mozilla/oghliner&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099916</id>
		<title>Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Apps&amp;diff=1099916"/>
		<updated>2015-10-09T17:31:36Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: Remove old info about Firefox OS Apps, make new content about Web App Developer Initiative&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(this page previously contained [https://wiki.mozilla.org/index.php?title=Apps&amp;amp;oldid=1078657 information about Firefox OS Apps])&lt;br /&gt;
&lt;br /&gt;
== Web App Developer Initiative ==&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095157</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095157"/>
		<updated>2015-09-14T14:33:55Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */ still more better links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-76/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-verification-day-82/ Weekly Bug Verification Day]&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. We think same combination of service workers, web push, and the w3c app manifest that fuels the [https://wiki.mozilla.org/Gaia/Architecture_Proposal New Gaia Architecture] and [http://therichwebexperience.com/blog/alex_russell/2015/06/progressive_apps_escaping_tabs_without_losing_our_soul Progressive Apps] will be tremendously valuable to web developers everywhere.&lt;br /&gt;
&lt;br /&gt;
As an example of what&#039;s possible, here&#039;s a [https://youtu.be/itCk04eKkks demo] of [https://github.com/fwenzel/firekey Fred Wenzel&#039;s] [https://firekey.org FireKey.org] working offline in multiple browsers using [https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API serviceworkers]. FireKey.org provides passwords for two-factor authentication at sites like [https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/ github.com].&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Advocacy ===&lt;br /&gt;
&#039;&#039;Melissa Romaine, San Francisco:&#039;&#039; Application deadline for 2016 Open Web Fellows host organizations has been extended to Oct. 9. ([https://mozilla-foundation-2.forms.fm/2016-ford-mozilla-open-web-fellows-host-organization-application Link to application form].) &lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095156</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095156"/>
		<updated>2015-09-14T14:31:38Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */ more better links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-76/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-verification-day-82/ Weekly Bug Verification Day]&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. We think same combination of service workers, web push, and the w3c app manifest that fuels the New Gaia Architecture will be tremendously valuable to web developers everywhere.&lt;br /&gt;
&lt;br /&gt;
As an example of what&#039;s possible, here&#039;s a [https://youtu.be/itCk04eKkks demo] of [https://github.com/fwenzel/firekey Fred Wenzel&#039;s] [https://firekey.org FireKey.org] working offline in multiple browsers using [https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API serviceworkers]. FireKey.org provides passwords for two-factor authentication at sites like [https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/ github.com].&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Advocacy ===&lt;br /&gt;
&#039;&#039;Melissa Romaine, San Francisco:&#039;&#039; Application deadline for 2016 Open Web Fellows host organizations has been extended to Oct. 9. ([https://mozilla-foundation-2.forms.fm/2016-ford-mozilla-open-web-fellows-host-organization-application Link to application form].) &lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095155</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095155"/>
		<updated>2015-09-14T14:28:21Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */ more links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-76/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-verification-day-82/ Weekly Bug Verification Day]&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. We think same combination of service workers, web push, and the w3c app manifest that fuels the New Gaia Architecture will be tremendously valuable to web developers everywhere.&lt;br /&gt;
&lt;br /&gt;
As an example of what&#039;s possible, here&#039;s a [https://youtu.be/itCk04eKkks demo of Fred Wenzel&#039;s FireKey.org site] working offline in multiple browsers using [https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API serviceworkers]. FireKey provides passwords for two-factor authentication at sites like [https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/ github].&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Advocacy ===&lt;br /&gt;
&#039;&#039;Melissa Romaine, San Francisco:&#039;&#039; Application deadline for 2016 Open Web Fellows host organizations has been extended to Oct. 9. ([https://mozilla-foundation-2.forms.fm/2016-ford-mozilla-open-web-fellows-host-organization-application Link to application form].) &lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095153</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095153"/>
		<updated>2015-09-14T14:24:26Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */ add links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-triage-day-76/ Weekly Bug Triage Day]&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
* [https://quality.mozilla.org/event/bug-verification-day-82/ Weekly Bug Verification Day]&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. We think same combination of service workers, web push, and the w3c app manifest that fuels the New Gaia Architecture will be tremendously valuable to web developers everywhere.&lt;br /&gt;
&lt;br /&gt;
As an example, here&#039;s a [https://youtu.be/itCk04eKkks demo of Fred Wenzel&#039;s FireKey.org site] working offline in multiple browsers using [https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API serviceworkers]. FireKey uses Time-based One-time Password Algorithm (TOTP) to provide passwords for two-factor authentication.&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Advocacy ===&lt;br /&gt;
&#039;&#039;Melissa Romaine, San Francisco:&#039;&#039; Application deadline for 2016 Open Web Fellows host organizations has been extended to Oct. 9. ([https://mozilla-foundation-2.forms.fm/2016-ford-mozilla-open-web-fellows-host-organization-application Link to application form].) &lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095098</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095098"/>
		<updated>2015-09-14T05:54:15Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */  updated video&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak briefly about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. We think same combination of service workers, web push, and the w3c app manifest that fuels the New Gaia Architecture will be tremendously valuable to web developers everywhere.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a [https://youtu.be/itCk04eKkks demo of Fred Wenzel&#039;s FireKey.org site] reworked to do offline with serviceworkers.&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Sam Giles&lt;br /&gt;
| Wilson Page&lt;br /&gt;
| London Office&lt;br /&gt;
| London Office&lt;br /&gt;
| FirefoxOS (inc. B2GDroid)&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095079</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095079"/>
		<updated>2015-09-14T03:56:28Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */  fxos notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak briefly about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. We think same combination of service workers, web push, and the w3c app manifest that fuels the New Gaia Architecture will be tremendously valuable to web developers everywhere.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a [https://youtu.be/waXUDLwYVEU demo of Fred Wenzel&#039;s FireKey.org site] reworked to do offline with serviceworkers.&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Sam Giles&lt;br /&gt;
| Wilson Page&lt;br /&gt;
| London Office&lt;br /&gt;
| London Office&lt;br /&gt;
| FirefoxOS (inc. B2GDroid)&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095076</id>
		<title>WeeklyUpdates/2015-09-14</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2015-09-14&amp;diff=1095076"/>
		<updated>2015-09-14T03:51:50Z</updated>

		<summary type="html">&lt;p&gt;BillWalker: /* Firefox OS */  add notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&lt;br /&gt;
* Every Monday @ 11:00am Pacific Time (19:00 UTC) &lt;br /&gt;
* http://air.mozilla.org/ to watch and listen&lt;br /&gt;
* join irc.mozilla.org #airmozilla for backchannel discussion&lt;br /&gt;
* Presenters only: Vidyo room &amp;quot;Brownbags&amp;quot;. Do &#039;&#039;&#039;not&#039;&#039;&#039; use this room if you&#039;re not planning to speak. &lt;br /&gt;
** If you plan on presenting, please join the Vidyo BrownBags 20 minutes prior to the start of the meeting and announce to the A/V Technicians that you will be speaking so that they can confirm your Audio and Video.&lt;br /&gt;
{{conf|8600}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= All-hands Status Meeting Agenda =&lt;br /&gt;
&lt;br /&gt;
Items in this section will be shared during the live all-hand status meeting.&lt;br /&gt;
&lt;br /&gt;
== Friends of Mozilla [[Image:Tree.gif|Friends of Mozilla]] ==&lt;br /&gt;
* Thanks to Michael Kohler and André Fiedler for coordinating our participation at the upcoming TV Hack Day Berlin!&lt;br /&gt;
* Thanks to Anubhav.worklinux for fixing {{bug|1004036}}, making the little things in Firefox OS not just functional, but beautiful.&lt;br /&gt;
* Thanks to Durwasa Chakraborty for fixing {{bug|1166202}}, making the Firefox OS RTL support more complete.&lt;br /&gt;
* Thanks to everyone (Staff &amp;amp; Volunteers!) who wrote a post for [https://hacks.mozilla.org/ Mozilla Hacks blog] in August and early Sept, special shout out to first time Hacks authors: Philipp Hancke (US), Michael Layzell (Canada), Chun-Min Chang, Shiqi &amp;quot;Mash&amp;quot; Gao (Taiwan), Jan Jongboom (Netherlands),  Sebastian Zartner (Germany), Gloria Dwomoh (Greece)&lt;br /&gt;
* Thanks to every Mozillian who wrote a letter of recommendation for another Mozillian as part of the Participation Leaders Global Gatherings initiative. \o/&lt;br /&gt;
&lt;br /&gt;
== Upcoming Events ==&lt;br /&gt;
&lt;br /&gt;
=== This Week ===&lt;br /&gt;
&lt;br /&gt;
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===&lt;br /&gt;
&lt;br /&gt;
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===&lt;br /&gt;
&lt;br /&gt;
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Saturday, {{#time:d F|{{SUBPAGENAME}} +5 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Sunday, {{#time:d F|{{SUBPAGENAME}} +6 days}} ===&lt;br /&gt;
&lt;br /&gt;
=== Next Week ===&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Thursday September 24, 2015, 9am PT / noon ET / 4pm UTC - Mozilla Mountain View + [https://air.mozilla.org/september-brantina/ Air Mozilla]&#039;&#039;&#039;&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;&#039;&#039;Monthly Brantina: &amp;quot;[https://air.mozilla.org/september-brantina/ Should I Put it On Yammer?]&amp;quot;&#039;&#039;&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt;How do you respond when people at Mozilla ask you this? Do you sigh, roll your eyes, let out a small resigned laugh? Most of us know that many seemingly-benign posts can devolve into a debate nobody expected, necessarily wanted or knows what to do with. Our September Brantina speaker, [http://deannazandt.com Deanna Zandt] will provide a deeper understanding of how our brains work when we’re engaged in online discussions which can help us communicate better, make better decisions, be more productive, and ultimately engage with more people driving richer, more dynamic outcomes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;lt;p&amp;gt;Our monthly [[Speaker_Series|Speaker Series]] aka Brantinas are for the public so please invite your colleagues to attend live or via the stream. Views represented by our speakers do not necessarily reflect the views of Mozilla.&amp;lt;/p&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Project Status Updates (voice updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox and Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox OS ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039; MTV&lt;br /&gt;
&lt;br /&gt;
Bill Walker will speak briefly about a new initiative focused on the mobile web apps that users discover organically, use offline, and reengage with. The same combination of service workers, web push, and the w3c app manifest that fuels the New Gaia Architecture.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a [https://youtu.be/waXUDLwYVEU demo of Fred Wenzel&#039;s FireKey.org site] reworked to do offline with serviceworkers.&lt;br /&gt;
&lt;br /&gt;
=== CTO Update ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Content Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Webmaker ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Communities ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Speakers ==&lt;br /&gt;
&lt;br /&gt;
The limit is &#039;&#039;&#039;3 minutes per topic&#039;&#039;&#039;.  It&#039;s like a lightning talk, but don&#039;t feel that you have to have slides in order to make a presentation.  If you plan on showing a video, you need to contact the Air Mozilla team before the day of the meeting or you will be deferred to the next week. The meeting is streamed in a 4:3 format in order to allow for split screen. If your slides are 16:9 &amp;quot;widescreen&amp;quot; format, please indicate in the &amp;quot;Sharing&amp;quot; column below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Presenter]&lt;br /&gt;
!  Title&lt;br /&gt;
!  Topic&lt;br /&gt;
!  Location&lt;br /&gt;
!  Sharing&lt;br /&gt;
!  Media&lt;br /&gt;
!  More Details&lt;br /&gt;
|-&lt;br /&gt;
| Who Are You?&lt;br /&gt;
| What Do You Do?&lt;br /&gt;
| What are you going to talk about?&lt;br /&gt;
| Where are you presenting from? (Moz Space, your house, space)&lt;br /&gt;
| Will you be sharing your screen? (yes/no, 4:3 or 16:9)&lt;br /&gt;
| Links to slides or images you want displayed on screen&lt;br /&gt;
| Link to where audience can find out more information&lt;br /&gt;
|-&lt;br /&gt;
| Kyle Lahnakoski&lt;br /&gt;
| Statistics and Visualization&lt;br /&gt;
| ActiveData &lt;br /&gt;
| Toronto&lt;br /&gt;
| yes 4:3&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.ppt PowerPoint]&lt;br /&gt;
| [https://github.com/klahnakoski/ActiveData/blob/c72edb674502d6f9fa4db89c989e5c7f81b4f290/docs/ActiveData%20Lightning%20150910.pdf PDF]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
| Ali Spivak&lt;br /&gt;
| MDN&lt;br /&gt;
| View Source Conference&lt;br /&gt;
| Mozilla SF&lt;br /&gt;
| no&lt;br /&gt;
| [https://docs.google.com/presentation/d/1K-Geb4uLeup9fKMSqk2vQ24tS-PuaRV7oNYl-r9-Xd4/edit#slide=id.p Slides]&lt;br /&gt;
| [https://viewsourceconf.org/ View Source Conference Website]&lt;br /&gt;
[[Auto-tools/Projects/ActiveData|Wiki]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Welcome! =&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say hello to some new Mozillians! If you are not able to join the meeting live, you can add a link to a short video introducing yourself.&lt;br /&gt;
&lt;br /&gt;
== Introducing New Volunteers ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME New Volunteer]&lt;br /&gt;
!  [https://mozillians.org/u/USERNAME Introduced by]&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Volunteer location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new volunteer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be contributing from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Hires ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Hire&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new hire?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Sam Giles&lt;br /&gt;
| Wilson Page&lt;br /&gt;
| London Office&lt;br /&gt;
| London Office&lt;br /&gt;
| FirefoxOS (inc. B2GDroid)&lt;br /&gt;
|-&lt;br /&gt;
| Jakob Olesen&lt;br /&gt;
| Jim Blandy&lt;br /&gt;
| Portland Office&lt;br /&gt;
| Portland Office&lt;br /&gt;
| JavaScript JIT/ARM to begin&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Intern&lt;br /&gt;
!  Introduced by&lt;br /&gt;
!  Speaker location&lt;br /&gt;
!  New Hire location&lt;br /&gt;
!  Will be working on&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;Who is the new intern?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Who will be introducing that person?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where is the introducer?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Where will the new person be working from?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be working on?&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= &amp;amp;lt;meta&amp;amp;gt; =&lt;br /&gt;
&lt;br /&gt;
Notes and non-voice status updates that aren&#039;t part of the live meeting go here.&lt;br /&gt;
&lt;br /&gt;
== Status Updates By Team (*non-voice* updates) ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&lt;br /&gt;
=== Platform ===&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&lt;br /&gt;
=== Messaging ===&lt;br /&gt;
&lt;br /&gt;
=== Mobile ===&lt;br /&gt;
&lt;br /&gt;
=== IT ===&lt;br /&gt;
&lt;br /&gt;
=== Release Engineering ===&lt;br /&gt;
&lt;br /&gt;
=== QA ===&lt;br /&gt;
&lt;br /&gt;
==== Test Execution ====&lt;br /&gt;
&lt;br /&gt;
==== Web QA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Engineering Productivity ===&lt;br /&gt;
&lt;br /&gt;
* [https://jagriffin.wordpress.com/2015/09/10/engineering-productivity-update-sept-10-2015/ Engineering Productivity Update, Sept 10 2015]&lt;br /&gt;
&lt;br /&gt;
=== Security ===&lt;br /&gt;
&lt;br /&gt;
=== Engagement ===&lt;br /&gt;
&lt;br /&gt;
* [https://docs.google.com/a/mozilla.com/spreadsheets/d/1X5kUBkEAicEe2unDaaLGTYzAJbphWFoaJYBTasHrcHQ/edit#gid=1764494528 Engagement&#039;s Active Project Dashboard]&lt;br /&gt;
&lt;br /&gt;
==== PR ====&lt;br /&gt;
&lt;br /&gt;
==== Events ====&lt;br /&gt;
&lt;br /&gt;
==== Social Support ====&lt;br /&gt;
&lt;br /&gt;
[[Category:Weekly Updates]]&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>BillWalker</name></author>
	</entry>
</feed>