<?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=Mardak</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=Mardak"/>
	<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/Special:Contributions/Mardak"/>
	<updated>2026-05-24T08:44:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1255049</id>
		<title>ReleaseEngineering/DisposableProjectRepositories</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1255049"/>
		<updated>2025-09-11T18:30:15Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* BOOKING SCHEDULE */ cypress ai prototypes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is a disposable project branch? ==&lt;br /&gt;
These are project branches that can be cloned fresh from any mozilla-central based repo with the full gamut of tests enabled.  No l10n or&lt;br /&gt;
nightlies for now. Similar to [[ReleaseEngineering/TryServer|TryServer]] but for longer, and just for &#039;&#039;&#039;you&#039;&#039;&#039;. Unlike Try, the commit level on these branches is &#039;&#039;&#039;level_2 (and above) contributors only&#039;&#039;&#039; so please bear that in mind.&lt;br /&gt;
&lt;br /&gt;
===Do you need a disposable branch?===&lt;br /&gt;
Ask yourself the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Does your project have an end date?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your answer is &#039;&#039;&#039;No&#039;&#039;&#039; then you should follow the process at [https://wiki.mozilla.org/ReleaseEngineering:ProjectBranchPlanning Project Branch Planning]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your project is a temporary feature sprint that needs its own rapid test coverage but will eventually be merged into mozilla-central and no longer be on its own by all means, please go ahead and &lt;br /&gt;
&lt;br /&gt;
===Book one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;NOTE:&#039;&#039;&#039;&#039;&#039; The number of disposable branches is limited by CI capacity. If there are no available branches, contact the owners of existing branches to see if you can &amp;quot;sub let&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Sign up below in the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]]&lt;br /&gt;
* Make a [https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer%20Services&amp;amp;component=Mercurial:%20hg.mozilla.org&amp;amp;short_desc=Requesting%20twig%20repo%20{booked_repo}%20be%20reset&amp;amp;comment=Please%20run%20the%20{script_name}%20and%20reset%20{booked_repo}%20to%20{url} request] (example: {{bug|1518167}}) to VCS to reset the repo for you. You can specify the source repository and target revision to use, or default to mozilla-central:tip. &#039;&#039;&#039;Ask that they run the `hgmo-reset-twig.yml` Ansible playbook found in version-control-tools to accomplish this&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;NOTE&#039;&#039;&#039;: Your repository will have no hooks enabled after a reset. You&#039;ll need to specify in the request if you need any configured.&lt;br /&gt;
* After Developer Services runs the reset, they will also notify the teams who operate the automation, so they can adjust their schedulers to recognize the reset. If you don&#039;t see the expected builds, check with the automation teams to ensure their reset occurred.&lt;br /&gt;
* Sit back and watch your builds and test results roll in (eg [https://treeherder.mozilla.org/#/jobs?repo=birch Birch], [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar], [https://treeherder.mozilla.org/#/jobs?repo=larch Larch], [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]).  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;unbook&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===When you&#039;re done with one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&lt;br /&gt;
Simply clear your data (bug, contact, dates) from the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]] below. If someone is listed in the &amp;quot;Next in Line&amp;quot; column, please let them know you are done.&lt;br /&gt;
&lt;br /&gt;
That&#039;s all there is to it!&lt;br /&gt;
&lt;br /&gt;
== Using a custom mozconfig  ==&lt;br /&gt;
&lt;br /&gt;
The mozconfigs used for builds live in the same source tree as the main code, eg&lt;br /&gt;
* Firefox:  &amp;lt;tt&amp;gt;browser/config/mozconfigs/&amp;lt;platform&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile Native: &amp;lt;tt&amp;gt;mobile/android/config/mozconfigs/android&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile XUL: &amp;lt;tt&amp;gt;mobile/xul/config/mozconfigs/android-xul&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;nightly&#039; file is used for optimised builds, &#039;debug&#039; for debug. If you are unsure which file you need consult a build log to see which is used. You can adjust these as needed on your branch, and they will be carried over to mozilla-central when you merge back. Please take care with any mozconfig changes you merge back (eg exclude local conveniences).&lt;br /&gt;
&lt;br /&gt;
==Enabling/Disabling of platforms, tests, nightly updates ==&lt;br /&gt;
If the specific builds/tests you want are not enabled, or if there are builds/tests which you do not need on your branch, ask RelEng to enable/disable them by filing a bug [https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering here].&lt;br /&gt;
&lt;br /&gt;
Nightly builds and updates are disabled by default but can be enabled on request.&lt;br /&gt;
&lt;br /&gt;
== BOOKING SCHEDULE  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates  &lt;br /&gt;
! Next in Line&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=ash Ash]&lt;br /&gt;
| {{bug|1786042}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| aleca, darktrojan&lt;br /&gt;
| 2022-08-19 - 2023-08-31&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cypress Cypress]&lt;br /&gt;
| {{bug|1988208}} ai prototypes&lt;br /&gt;
| elee@mozilla.com&lt;br /&gt;
| Mardak&lt;br /&gt;
| 2025-09-11 - 2026-03-30&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=elm Elm]&lt;br /&gt;
| {{bug|1728404}} libwebrtc update 2H2020&lt;br /&gt;
| na-g@nostrum.com&lt;br /&gt;
| chew@matrix.mozilla.org&lt;br /&gt;
| 2021-07-31 - 2025-12-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar]&lt;br /&gt;
| {{bug|1820001}} iOS prototyping&lt;br /&gt;
| jeevans@mozilla.com, csadilek@mozilla.com&lt;br /&gt;
| csadilek&lt;br /&gt;
| 2023-03-02 - 2024-03-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=fig Fig]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=gum Gum]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=holly Holly]&lt;br /&gt;
| {{bug|1599905}}&lt;br /&gt;
| jewilde@mozilla.com, tom@mozilla.com&lt;br /&gt;
| &amp;lt;-&lt;br /&gt;
| 2019-12-02 - 2020-04-02&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=larch Larch]&lt;br /&gt;
| {{bug|1959717}}&lt;br /&gt;
| joschmidt@mozilla.com&lt;br /&gt;
| &amp;lt;-&lt;br /&gt;
| 2025-04-10 - 2025-09-30&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=oak Oak]&lt;br /&gt;
| {{bug|1928509}} Moving application-services to mozilla-central.&lt;br /&gt;
| mhammond@mozilla.com&lt;br /&gt;
| mhammond&lt;br /&gt;
| 2024-11-01 - 2025-03-31&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Be sure to keep a copy of anything you need from the repo prior to [[#unbook|unbooking]] it.&lt;br /&gt;
&lt;br /&gt;
== Indefinite booking  ==&lt;br /&gt;
See also [[ReleaseEngineering/SpecialBranches]] for more info on these branches.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=date Date]&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| DO NOT USE - https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectRepositories&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=jamun Jamun]&lt;br /&gt;
| {{bug|1666242}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| comm-central as a branch&lt;br /&gt;
| 2020-10-21 - ?&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=birch Birch]&lt;br /&gt;
| {{bug|1426132}}&lt;br /&gt;
| -&lt;br /&gt;
| Unused&lt;br /&gt;
| 2023-07-20 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]&lt;br /&gt;
| {{bug|1397773}}&lt;br /&gt;
| hneiva@mozilla.com releng@mozilla.com&lt;br /&gt;
| MacOS Signing Changes&lt;br /&gt;
| 2023-07-28 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=pine Pine]&lt;br /&gt;
| {{bug|1845368}}&lt;br /&gt;
| bytesized@mozilla.com&lt;br /&gt;
| Desktop Integrations Team&lt;br /&gt;
| 2023-07-27 - indefinite&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1253798</id>
		<title>ReleaseEngineering/DisposableProjectRepositories</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1253798"/>
		<updated>2025-04-10T13:15:55Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* BOOKING SCHEDULE */ sidebar/ai done with larch&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is a disposable project branch? ==&lt;br /&gt;
These are project branches that can be cloned fresh from any mozilla-central based repo with the full gamut of tests enabled.  No l10n or&lt;br /&gt;
nightlies for now. Similar to [[ReleaseEngineering/TryServer|TryServer]] but for longer, and just for &#039;&#039;&#039;you&#039;&#039;&#039;. Unlike Try, the commit level on these branches is &#039;&#039;&#039;level_2 (and above) contributors only&#039;&#039;&#039; so please bear that in mind.&lt;br /&gt;
&lt;br /&gt;
===Do you need a disposable branch?===&lt;br /&gt;
Ask yourself the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Does your project have an end date?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your answer is &#039;&#039;&#039;No&#039;&#039;&#039; then you should follow the process at [https://wiki.mozilla.org/ReleaseEngineering:ProjectBranchPlanning Project Branch Planning]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your project is a temporary feature sprint that needs its own rapid test coverage but will eventually be merged into mozilla-central and no longer be on its own by all means, please go ahead and &lt;br /&gt;
&lt;br /&gt;
===Book one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;NOTE:&#039;&#039;&#039;&#039;&#039; The number of disposable branches is limited by CI capacity. If there are no available branches, contact the owners of existing branches to see if you can &amp;quot;sub let&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Sign up below in the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]]&lt;br /&gt;
* Make a [https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer%20Services&amp;amp;component=Mercurial:%20hg.mozilla.org&amp;amp;short_desc=Requesting%20twig%20repo%20{booked_repo}%20be%20reset&amp;amp;comment=Please%20run%20the%20{script_name}%20and%20reset%20{booked_repo}%20to%20{url} request] (example: {{bug|1518167}}) to VCS to reset the repo for you. You can specify the source repository and target revision to use, or default to mozilla-central:tip. &#039;&#039;&#039;Ask that they run the `hgmo-reset-twig.yml` Ansible playbook found in version-control-tools to accomplish this&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;NOTE&#039;&#039;&#039;: Your repository will have no hooks enabled after a reset. You&#039;ll need to specify in the request if you need any configured.&lt;br /&gt;
* After Developer Services runs the reset, they will also notify the teams who operate the automation, so they can adjust their schedulers to recognize the reset. If you don&#039;t see the expected builds, check with the automation teams to ensure their reset occurred.&lt;br /&gt;
* Sit back and watch your builds and test results roll in (eg [https://treeherder.mozilla.org/#/jobs?repo=birch Birch], [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar], [https://treeherder.mozilla.org/#/jobs?repo=larch Larch], [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]).  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;unbook&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===When you&#039;re done with one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&lt;br /&gt;
Simply clear your data (bug, contact, dates) from the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]] below. If someone is listed in the &amp;quot;Next in Line&amp;quot; column, please let them know you are done.&lt;br /&gt;
&lt;br /&gt;
That&#039;s all there is to it!&lt;br /&gt;
&lt;br /&gt;
== Using a custom mozconfig  ==&lt;br /&gt;
&lt;br /&gt;
The mozconfigs used for builds live in the same source tree as the main code, eg&lt;br /&gt;
* Firefox:  &amp;lt;tt&amp;gt;browser/config/mozconfigs/&amp;lt;platform&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile Native: &amp;lt;tt&amp;gt;mobile/android/config/mozconfigs/android&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile XUL: &amp;lt;tt&amp;gt;mobile/xul/config/mozconfigs/android-xul&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;nightly&#039; file is used for optimised builds, &#039;debug&#039; for debug. If you are unsure which file you need consult a build log to see which is used. You can adjust these as needed on your branch, and they will be carried over to mozilla-central when you merge back. Please take care with any mozconfig changes you merge back (eg exclude local conveniences).&lt;br /&gt;
&lt;br /&gt;
==Enabling/Disabling of platforms, tests, nightly updates ==&lt;br /&gt;
If the specific builds/tests you want are not enabled, or if there are builds/tests which you do not need on your branch, ask RelEng to enable/disable them by filing a bug [https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering here].&lt;br /&gt;
&lt;br /&gt;
Nightly builds and updates are disabled by default but can be enabled on request.&lt;br /&gt;
&lt;br /&gt;
== BOOKING SCHEDULE  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates  &lt;br /&gt;
! Next in Line&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=ash Ash]&lt;br /&gt;
| {{bug|1786042}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| aleca, darktrojan&lt;br /&gt;
| 2022-08-19 - 2023-08-31&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cypress Cypress]&lt;br /&gt;
| {{bug|1899403}}&lt;br /&gt;
| mfroman@mozilla.com&lt;br /&gt;
| mjf@matrix.mozilla.org&lt;br /&gt;
| 2024-01-09 - 2025-06-30&lt;br /&gt;
| bowen@mozilla.com&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=elm Elm]&lt;br /&gt;
| {{bug|1728404}} libwebrtc update 2H2020&lt;br /&gt;
| na-g@nostrum.com&lt;br /&gt;
| chew@matrix.mozilla.org&lt;br /&gt;
| 2021-07-31 - 2025-12-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar]&lt;br /&gt;
| {{bug|1820001}} iOS prototyping&lt;br /&gt;
| jeevans@mozilla.com, csadilek@mozilla.com&lt;br /&gt;
| csadilek&lt;br /&gt;
| 2023-03-02 - 2024-03-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=fig Fig]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=gum Gum]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=holly Holly]&lt;br /&gt;
| {{bug|1599905}}&lt;br /&gt;
| jewilde@mozilla.com, tom@mozilla.com&lt;br /&gt;
| &amp;lt;-&lt;br /&gt;
| 2019-12-02 - 2020-04-02&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=larch Larch]&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| credential management&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=oak Oak]&lt;br /&gt;
| {{bug|1928509}} Moving application-services to mozilla-central.&lt;br /&gt;
| mhammond@mozilla.com&lt;br /&gt;
| mhammond&lt;br /&gt;
| 2024-11-01 - 2025-03-31&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Be sure to keep a copy of anything you need from the repo prior to [[#unbook|unbooking]] it.&lt;br /&gt;
&lt;br /&gt;
== Indefinite booking  ==&lt;br /&gt;
See also [[ReleaseEngineering/SpecialBranches]] for more info on these branches.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=date Date]&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| DO NOT USE - https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectRepositories&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=jamun Jamun]&lt;br /&gt;
| {{bug|1666242}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| comm-central as a branch&lt;br /&gt;
| 2020-10-21 - ?&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=birch Birch]&lt;br /&gt;
| {{bug|1426132}}&lt;br /&gt;
| -&lt;br /&gt;
| Unused&lt;br /&gt;
| 2023-07-20 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]&lt;br /&gt;
| {{bug|1397773}}&lt;br /&gt;
| hneiva@mozilla.com releng@mozilla.com&lt;br /&gt;
| MacOS Signing Changes&lt;br /&gt;
| 2023-07-28 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=pine Pine]&lt;br /&gt;
| {{bug|1845368}}&lt;br /&gt;
| bytesized@mozilla.com&lt;br /&gt;
| Desktop Integrations Team&lt;br /&gt;
| 2023-07-27 - indefinite&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1249555</id>
		<title>ReleaseEngineering/DisposableProjectRepositories</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1249555"/>
		<updated>2024-01-16T19:53:14Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* BOOKING SCHEDULE */ larch desktop sidebar booking&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is a disposable project branch? ==&lt;br /&gt;
These are project branches that can be cloned fresh from any mozilla-central based repo with the full gamut of tests enabled.  No l10n or&lt;br /&gt;
nightlies for now. Similar to [[ReleaseEngineering/TryServer|TryServer]] but for longer, and just for &#039;&#039;&#039;you&#039;&#039;&#039;. Unlike Try, the commit level on these branches is &#039;&#039;&#039;level_2 (and above) contributors only&#039;&#039;&#039; so please bear that in mind.&lt;br /&gt;
&lt;br /&gt;
===Do you need a disposable branch?===&lt;br /&gt;
Ask yourself the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Does your project have an end date?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your answer is &#039;&#039;&#039;No&#039;&#039;&#039; then you should follow the process at [https://wiki.mozilla.org/ReleaseEngineering:ProjectBranchPlanning Project Branch Planning]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your project is a temporary feature sprint that needs its own rapid test coverage but will eventually be merged into mozilla-central and no longer be on its own by all means, please go ahead and &lt;br /&gt;
&lt;br /&gt;
===Book one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;NOTE:&#039;&#039;&#039;&#039;&#039; The number of disposable branches is limited by CI capacity. If there are no available branches, contact the owners of existing branches to see if you can &amp;quot;sub let&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Sign up below in the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]]&lt;br /&gt;
* Make a [https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer%20Services&amp;amp;component=Mercurial:%20hg.mozilla.org&amp;amp;short_desc=Requesting%20twig%20repo%20{booked_repo}%20be%20reset&amp;amp;comment=Please%20run%20the%20{script_name}%20and%20reset%20{booked_repo}%20to%20{url} request] (example: {{bug|1518167}}) to VCS to reset the repo for you. You can specify the source repository and target revision to use, or default to mozilla-central:tip. &#039;&#039;&#039;Ask that they run the `hgmo-reset-twig.yml` Ansible playbook found in version-control-tools to accomplish this&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;NOTE&#039;&#039;&#039;: Your repository will have no hooks enabled after a reset. You&#039;ll need to specify in the request if you need any configured.&lt;br /&gt;
* After Developer Services runs the reset, they will also notify the teams who operate the automation, so they can adjust their schedulers to recognize the reset. If you don&#039;t see the expected builds, check with the automation teams to ensure their reset occurred.&lt;br /&gt;
* Sit back and watch your builds and test results roll in (eg [https://treeherder.mozilla.org/#/jobs?repo=birch Birch], [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar], [https://treeherder.mozilla.org/#/jobs?repo=larch Larch], [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]).  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;unbook&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===When you&#039;re done with one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&lt;br /&gt;
Simply clear your data (bug, contact, dates) from the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]] below. If someone is listed in the &amp;quot;Next in Line&amp;quot; column, please let them know you are done.&lt;br /&gt;
&lt;br /&gt;
That&#039;s all there is to it!&lt;br /&gt;
&lt;br /&gt;
== Using a custom mozconfig  ==&lt;br /&gt;
&lt;br /&gt;
The mozconfigs used for builds live in the same source tree as the main code, eg&lt;br /&gt;
* Firefox:  &amp;lt;tt&amp;gt;browser/config/mozconfigs/&amp;lt;platform&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile Native: &amp;lt;tt&amp;gt;mobile/android/config/mozconfigs/android&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile XUL: &amp;lt;tt&amp;gt;mobile/xul/config/mozconfigs/android-xul&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;nightly&#039; file is used for optimised builds, &#039;debug&#039; for debug. If you are unsure which file you need consult a build log to see which is used. You can adjust these as needed on your branch, and they will be carried over to mozilla-central when you merge back. Please take care with any mozconfig changes you merge back (eg exclude local conveniences).&lt;br /&gt;
&lt;br /&gt;
==Enabling/Disabling of platforms, tests, nightly updates ==&lt;br /&gt;
If the specific builds/tests you want are not enabled, or if there are builds/tests which you do not need on your branch, ask RelEng to enable/disable them by filing a bug [https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering here].&lt;br /&gt;
&lt;br /&gt;
Nightly builds and updates are disabled by default but can be enabled on request.&lt;br /&gt;
&lt;br /&gt;
== BOOKING SCHEDULE  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates  &lt;br /&gt;
! Next in Line&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=ash Ash]&lt;br /&gt;
| {{bug|1786042}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| aleca, darktrojan&lt;br /&gt;
| 2022-08-19 - 2023-08-31&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cypress Cypress]&lt;br /&gt;
| {{bug|1171698}}&lt;br /&gt;
| mfroman@mozilla.com&lt;br /&gt;
| mjf@matrix.mozilla.org&lt;br /&gt;
| 2024-01-09 - 2024-12-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=elm Elm]&lt;br /&gt;
| {{bug|1728404}} libwebrtc update 2H2020&lt;br /&gt;
| na-g@nostrum.com&lt;br /&gt;
| chew@matrix.mozilla.org&lt;br /&gt;
| 2021-07-31 - 2024-12-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar]&lt;br /&gt;
| {{bug|1820001}} iOS prototyping&lt;br /&gt;
| jeevans@mozilla.com, csadilek@mozilla.com&lt;br /&gt;
| csadilek&lt;br /&gt;
| 2023-03-02 - 2024-03-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=fig Fig]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=gum Gum]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=holly Holly]&lt;br /&gt;
| {{bug|1599905}}&lt;br /&gt;
| jewilde@mozilla.com, tom@mozilla.com&lt;br /&gt;
| &amp;lt;-&lt;br /&gt;
| 2019-12-02 - 2020-04-02&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=larch Larch]&lt;br /&gt;
| {{bug|1874491}} desktop sidebar&lt;br /&gt;
| elee@mozilla.com&lt;br /&gt;
| Mardak, tarek&lt;br /&gt;
| 2024-01-16 - 2025-01-16&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=oak Oak]&lt;br /&gt;
| {{bug|1819778}} Android Monorepo project: Prototyping move to M-C.&lt;br /&gt;
| csadilek@mozilla.com, jlorenzo@mozilla.com, gluong@mozilla.com&lt;br /&gt;
| csadilek, jlorenzo, gl&lt;br /&gt;
| 2023-03-02 - 2023-12-31&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Be sure to keep a copy of anything you need from the repo prior to [[#unbook|unbooking]] it.&lt;br /&gt;
&lt;br /&gt;
== Indefinite booking  ==&lt;br /&gt;
See also [[ReleaseEngineering/SpecialBranches]] for more info on these branches.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=date Date]&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| DO NOT USE - https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectRepositories&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=jamun Jamun]&lt;br /&gt;
| {{bug|1666242}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| comm-central as a branch&lt;br /&gt;
| 2020-10-21 - ?&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=birch Birch]&lt;br /&gt;
| {{bug|1426132}}&lt;br /&gt;
| -&lt;br /&gt;
| Unused&lt;br /&gt;
| 2023-07-20 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]&lt;br /&gt;
| {{bug|1397773}}&lt;br /&gt;
| hneiva@mozilla.com releng@mozilla.com&lt;br /&gt;
| MacOS Signing Changes&lt;br /&gt;
| 2023-07-28 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=pine Pine]&lt;br /&gt;
| {{bug|1845368}}&lt;br /&gt;
| bytesized@mozilla.com&lt;br /&gt;
| Desktop Integrations Team&lt;br /&gt;
| 2023-07-27 - indefinite&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1249425</id>
		<title>ReleaseEngineering/DisposableProjectRepositories</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=ReleaseEngineering/DisposableProjectRepositories&amp;diff=1249425"/>
		<updated>2024-01-12T21:21:25Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* BOOKING SCHEDULE */ desktop sidebar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is a disposable project branch? ==&lt;br /&gt;
These are project branches that can be cloned fresh from any mozilla-central based repo with the full gamut of tests enabled.  No l10n or&lt;br /&gt;
nightlies for now. Similar to [[ReleaseEngineering/TryServer|TryServer]] but for longer, and just for &#039;&#039;&#039;you&#039;&#039;&#039;. Unlike Try, the commit level on these branches is &#039;&#039;&#039;level_2 (and above) contributors only&#039;&#039;&#039; so please bear that in mind.&lt;br /&gt;
&lt;br /&gt;
===Do you need a disposable branch?===&lt;br /&gt;
Ask yourself the following:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Does your project have an end date?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If your answer is &#039;&#039;&#039;No&#039;&#039;&#039; then you should follow the process at [https://wiki.mozilla.org/ReleaseEngineering:ProjectBranchPlanning Project Branch Planning]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If your project is a temporary feature sprint that needs its own rapid test coverage but will eventually be merged into mozilla-central and no longer be on its own by all means, please go ahead and &lt;br /&gt;
&lt;br /&gt;
===Book one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;NOTE:&#039;&#039;&#039;&#039;&#039; The number of disposable branches is limited by CI capacity. If there are no available branches, contact the owners of existing branches to see if you can &amp;quot;sub let&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Sign up below in the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]]&lt;br /&gt;
* Make a [https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer%20Services&amp;amp;component=Mercurial:%20hg.mozilla.org&amp;amp;short_desc=Requesting%20twig%20repo%20{booked_repo}%20be%20reset&amp;amp;comment=Please%20run%20the%20{script_name}%20and%20reset%20{booked_repo}%20to%20{url} request] (example: {{bug|1518167}}) to VCS to reset the repo for you. You can specify the source repository and target revision to use, or default to mozilla-central:tip. &#039;&#039;&#039;Ask that they run the `hgmo-reset-twig.yml` Ansible playbook found in version-control-tools to accomplish this&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;NOTE&#039;&#039;&#039;: Your repository will have no hooks enabled after a reset. You&#039;ll need to specify in the request if you need any configured.&lt;br /&gt;
* After Developer Services runs the reset, they will also notify the teams who operate the automation, so they can adjust their schedulers to recognize the reset. If you don&#039;t see the expected builds, check with the automation teams to ensure their reset occurred.&lt;br /&gt;
* Sit back and watch your builds and test results roll in (eg [https://treeherder.mozilla.org/#/jobs?repo=birch Birch], [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar], [https://treeherder.mozilla.org/#/jobs?repo=larch Larch], [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]).  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;unbook&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===When you&#039;re done with one of our fabulous &amp;quot;disposable&amp;quot; project branches===&lt;br /&gt;
&lt;br /&gt;
Simply clear your data (bug, contact, dates) from the [[#BOOKING_SCHEDULE|BOOKING SCHEDULE]] below. If someone is listed in the &amp;quot;Next in Line&amp;quot; column, please let them know you are done.&lt;br /&gt;
&lt;br /&gt;
That&#039;s all there is to it!&lt;br /&gt;
&lt;br /&gt;
== Using a custom mozconfig  ==&lt;br /&gt;
&lt;br /&gt;
The mozconfigs used for builds live in the same source tree as the main code, eg&lt;br /&gt;
* Firefox:  &amp;lt;tt&amp;gt;browser/config/mozconfigs/&amp;lt;platform&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile Native: &amp;lt;tt&amp;gt;mobile/android/config/mozconfigs/android&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Mobile XUL: &amp;lt;tt&amp;gt;mobile/xul/config/mozconfigs/android-xul&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;nightly&#039; file is used for optimised builds, &#039;debug&#039; for debug. If you are unsure which file you need consult a build log to see which is used. You can adjust these as needed on your branch, and they will be carried over to mozilla-central when you merge back. Please take care with any mozconfig changes you merge back (eg exclude local conveniences).&lt;br /&gt;
&lt;br /&gt;
==Enabling/Disabling of platforms, tests, nightly updates ==&lt;br /&gt;
If the specific builds/tests you want are not enabled, or if there are builds/tests which you do not need on your branch, ask RelEng to enable/disable them by filing a bug [https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering here].&lt;br /&gt;
&lt;br /&gt;
Nightly builds and updates are disabled by default but can be enabled on request.&lt;br /&gt;
&lt;br /&gt;
== BOOKING SCHEDULE  ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates  &lt;br /&gt;
! Next in Line&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=ash Ash]&lt;br /&gt;
| {{bug|1786042}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| aleca, darktrojan&lt;br /&gt;
| 2022-08-19 - 2023-08-31&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cypress Cypress]&lt;br /&gt;
| {{bug|1171698}}&lt;br /&gt;
| mfroman@mozilla.com&lt;br /&gt;
| mjf@matrix.mozilla.org&lt;br /&gt;
| 2024-01-09 - 2024-12-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=elm Elm]&lt;br /&gt;
| {{bug|1728404}} libwebrtc update 2H2020&lt;br /&gt;
| na-g@nostrum.com&lt;br /&gt;
| chew@matrix.mozilla.org&lt;br /&gt;
| 2021-07-31 - 2024-12-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=cedar Cedar]&lt;br /&gt;
| {{bug|1820001}} iOS prototyping&lt;br /&gt;
| jeevans@mozilla.com, csadilek@mozilla.com&lt;br /&gt;
| csadilek&lt;br /&gt;
| 2023-03-02 - 2024-03-31&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=fig Fig]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;strike&amp;gt;[https://treeherder.mozilla.org/#/jobs?repo=gum Gum]&amp;lt;/strike&amp;gt;&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
| retired&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=holly Holly]&lt;br /&gt;
| {{bug|1599905}}&lt;br /&gt;
| jewilde@mozilla.com, tom@mozilla.com&lt;br /&gt;
| &amp;lt;-&lt;br /&gt;
| 2019-12-02 - 2020-04-02&lt;br /&gt;
| -&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=larch Larch]&lt;br /&gt;
| {{bug|1322426}} socket process isolation&lt;br /&gt;
| hbambas@mozilla.com&lt;br /&gt;
| necko, :mayhemer&lt;br /&gt;
| 2018-08-20 - 2020-08-20&lt;br /&gt;
| {{bug|1874491}} desktop sidebar elee@mozilla.com&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=oak Oak]&lt;br /&gt;
| {{bug|1819778}} Android Monorepo project: Prototyping move to M-C.&lt;br /&gt;
| csadilek@mozilla.com, jlorenzo@mozilla.com, gluong@mozilla.com&lt;br /&gt;
| csadilek, jlorenzo, gl&lt;br /&gt;
| 2023-03-02 - 2023-12-31&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Be sure to keep a copy of anything you need from the repo prior to [[#unbook|unbooking]] it.&lt;br /&gt;
&lt;br /&gt;
== Indefinite booking  ==&lt;br /&gt;
See also [[ReleaseEngineering/SpecialBranches]] for more info on these branches.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;data wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Branch&lt;br /&gt;
! Regist. bug&lt;br /&gt;
! email address of borrower&lt;br /&gt;
! User/Dev Team contact &lt;br /&gt;
! Booking Dates&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=date Date]&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| disabled&lt;br /&gt;
| DO NOT USE - https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectRepositories&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=jamun Jamun]&lt;br /&gt;
| {{bug|1666242}}&lt;br /&gt;
| rob@thunderbird.net&lt;br /&gt;
| comm-central as a branch&lt;br /&gt;
| 2020-10-21 - ?&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=birch Birch]&lt;br /&gt;
| {{bug|1426132}}&lt;br /&gt;
| -&lt;br /&gt;
| Unused&lt;br /&gt;
| 2023-07-20 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=maple Maple]&lt;br /&gt;
| {{bug|1397773}}&lt;br /&gt;
| hneiva@mozilla.com releng@mozilla.com&lt;br /&gt;
| MacOS Signing Changes&lt;br /&gt;
| 2023-07-28 - indefinite&lt;br /&gt;
|-&lt;br /&gt;
| [https://treeherder.mozilla.org/#/jobs?repo=pine Pine]&lt;br /&gt;
| {{bug|1845368}}&lt;br /&gt;
| bytesized@mozilla.com&lt;br /&gt;
| Desktop Integrations Team&lt;br /&gt;
| 2023-07-27 - indefinite&lt;br /&gt;
| -&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228958</id>
		<title>Modules/Desktop Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228958"/>
		<updated>2020-07-10T15:06:15Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Submodules */ add andreio as new tab page peer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Only module owners may edit this page.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
They may:&lt;br /&gt;
&lt;br /&gt;
* update any information about their module except the name of the owner&lt;br /&gt;
* add or remove sub-modules&lt;br /&gt;
* change the owner of a sub-module &lt;br /&gt;
* add emeritus owners or peers&lt;br /&gt;
&lt;br /&gt;
Other changes, including changes of module owner or addition/removal of modules, must be agreed with the Module Ownership Module group, probably via a discussion in [https://www.mozilla.org/about/forums/#governance mozilla.governance].&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Owners and peers of the Desktop Firefox module may review code anywhere in the browser and toolkit directories. Reviews should be sent to the more specific submodules below where possible.&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Firefox&lt;br /&gt;
|description=Standalone Web Browser.&lt;br /&gt;
|owner=[mailto:dtownsend@mozilla.com Dave Townsend], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|fallbackpeers=[mailto:dao@mozilla.com Dão Gottwald], [mailto:jwein@mozilla.com Jared Wein], [mailto:jhofmann@mozilla.com Johann Hofmann], [mailto:lina@mozilla.com Lina Cambridge], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|ownersemeritus=&lt;br /&gt;
|peersemeritus=[mailto:netzen@gmail.com Brian Bondy], [mailto:lchang@mozilla.com Luke Chang], [mailto:rchien@mozilla.com Ricky Chien], [mailto:dolske@mozilla.com Justin Dolske], [mailto:georg.fritzsche@googlemail.com Georg Fritzsche], [mailto:felipc@gmail.com Felipe Gomes], [mailto:tchien@mozilla.com Tim Guan-tin Chien], [mailto:rexboy@mozilla.com KM Lee Rex], [mailto:gasolin@mozilla.com Fred Lin], [mailto:ralin@mozilla.com Ray Lin], [mailto:fliu@mozilla.com Fischer Liu], [mailto:wmccloskey@mozilla.com Bill McCloskey], [mailto:mark@moxienet.com Mark Mentovai], [mailto:ted.mielczarek@gmail.com Ted Mielczarek], [mailto:bnicholson@mozilla.com Brian Nicholson], [mailto:neil@parkwaycc.co.uk Neil Rashbrook], [mailto:mano@mozilla.com Asaf Romano], [mailto:msamuel@mozilla.com Marina Samuel], [mailto:jryans@gmail.com J Ryan Stinnett], [mailto:gps@mozilla.com Gregory Szorc], [mailto:ttaubert@mozilla.com Tim Taubert]&lt;br /&gt;
|group=firefox-dev&lt;br /&gt;
|source_dirs=browser/, toolkit/&lt;br /&gt;
|url=[[Firefox/Code_Review|Code Review Guidelines]]&lt;br /&gt;
|components=Firefox, Toolkit&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Submodules ==&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager&lt;br /&gt;
|description=Extension management back-end.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:kmaglione@mozilla.com Kris Maglione]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:jmathies@mozilla.com Jim Mathies], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager UI&lt;br /&gt;
|description=about:addons.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:mstriemer@mozilla.com Mark Striemer]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Application Update&lt;br /&gt;
|description=The application update services.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell], [mailto:ksteuber@mozilla.com Kirk Steuber]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin]&lt;br /&gt;
|source_dirs=toolkit/mozapps/update/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Bookmarks &amp;amp; History&lt;br /&gt;
|description=The bookmarks and history services (Places).&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:lina@mozilla.com Lina Cambridge], [mailto:standard8@mozilla.com Mark Banner], [mailto:adw@mozilla.com Drew Willcoxon]&lt;br /&gt;
|source_dirs=browser/components/places/, toolkit/components/places/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Theme&lt;br /&gt;
|description=The style rules used in the desktop UI.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=[mailto:ntim.bugs@gmail.com Tim Nguyen]&lt;br /&gt;
|source_dirs=browser/themes/, toolkit/themes/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Theme, Toolkit::Themes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop UI&lt;br /&gt;
|description=The main browser UI except where covered by more specific submodules.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mconley@mozilla.com Mike Conley], [mailto:florian@queze.net Florian Quèze] &lt;br /&gt;
|source_dirs=browser/base/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Download Manager&lt;br /&gt;
|description=The downloads UI and service.&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:gijskruitbosch@gmail.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/downloads/, toolkit/mozapps/downloads/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Enterprise Policies&lt;br /&gt;
|description=System policies for controlling Firefox.&lt;br /&gt;
|owner=[mailto:mkaply@mozilla.com Michael Kaply]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/enterprisepolicies/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Form Autofill&lt;br /&gt;
|description=Form detection and autocomplete.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/extensions/formautofill/, toolkit/components/satchel/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=In-product Messaging&lt;br /&gt;
|description=The system for delivering in-product messaging.&lt;br /&gt;
|owner=[mailto:khudson@mozilla.com Kate Hudson]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=toolkit/components/messaging-system/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Messaging System&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Launcher Process&lt;br /&gt;
|description=Windows process for bootstrapping the browser process.&lt;br /&gt;
|owner=[mailto:aklotz@mozilla.com Aaron Klotz]&lt;br /&gt;
|peers=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|source_dirs=browser/app/winlauncher&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Launcher Process&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=New Tab Page&lt;br /&gt;
|description=The new tab/home page.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=[mailto:khudson@mozilla.com Kate Hudson], [mailto:aoprea@mozilla.com Andrei Oprea], [mailto:sdowne@getpocket.com Scott Downe]&lt;br /&gt;
|source_dirs=browser/components/newtab/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::New Tab Page&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Normandy&lt;br /&gt;
|description=The experiments and off-train deployments system.&lt;br /&gt;
|owner=[mailto:mcooper@mozilla.com Michael Cooper]&lt;br /&gt;
|peers=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=toolkit/components/normandy/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Normandy&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Onboarding&lt;br /&gt;
|description=The onboarding experience including UI tours.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|source_dirs=browser/components/uitour/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Tours&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Password Manager&lt;br /&gt;
|description=Managing, saving and filling logins.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=[mailto:jwein@mozilla.com Jared Wein], [mailto:sfoster@mozilla.com Sam Foster]&lt;br /&gt;
|source_dirs=toolkit/components/passwordmgr/, browser/components/aboutlogins&lt;br /&gt;
|url=https://wiki.mozilla.org/Toolkit:Password_Manager&lt;br /&gt;
|components=Toolkit::Password Manager, Toolkit::Password Manager: Site Compatibility, Firefox::about:logins&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Preferences&lt;br /&gt;
|description=The front-end preferences system.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mstriemer@mozilla.com Mark Striemer], [mailto:ntim.bugs@gmail.com Tim Nguyen], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/preferences/, browser/themes/*/preferences, toolkit/mozapps/preferences&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Profile Migration&lt;br /&gt;
|description=Migrating data from other browsers.&lt;br /&gt;
|owner=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|peers=[mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|source_dirs=browser/components/migration/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Search and Address Bar&lt;br /&gt;
|description=The search service, address bar and address bar autocomplete.&lt;br /&gt;
|owner=[mailto:standard8@mozilla.com Mark Banner], [mailto:dwillcoxon@mozilla.com Drew Willcoxon]&lt;br /&gt;
|peers=[mailto:dharvey@mozilla.com Dale Harvey], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:dao@mozilla.com Dão Gottwald], [mailto:mdeboer@mozilla.com Mike de Boer]&lt;br /&gt;
|source_dirs=browser/components/search/, browser/components/urlbar/, toolkit/components/search/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Address Bar, Firefox::Search&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Security and Privacy UI&lt;br /&gt;
|description=The front-end to our security and privacy features, including Protections UI, Site Identity, Site Permissions and Certificate Errors&lt;br /&gt;
|owner=[mailto:jhofmann@mozilla.com Johann Hofmann]&lt;br /&gt;
|peers=[mailto:nhnt11@mozilla.com Nihanth Subramanya], [mailto:ewright@mozilla.com Erica Wright], [mailto:pbz@mozilla.com Paul Zühlcke], [mailto:prathiksha@mozilla.com Prathiksha]&lt;br /&gt;
|source_dirs=browser/components/protections/, browser/components/controlcenter/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Security, Firefox::Protections UI, Firefox::Site Identity, Firefox::Site Permissions&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Session Restore&lt;br /&gt;
|description=Restoring a user&#039;s session after starting Firefox.&lt;br /&gt;
|owner=[mailto:mdeboer@mozilla.com Michael de Boer]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/sessionstore/, toolkit/components/sessionstore/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Tabbed Browser&lt;br /&gt;
|description=The UI component controlling browser tabs.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/base/content/tabbrowser*, browser/modules/AsyncTabSwitcher.jsm&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Tabbed Browser&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Windows Installer&lt;br /&gt;
|description=The installer for Windows.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin], [mailto:nalexander@mozilla.com Nick Alexander]&lt;br /&gt;
|source_dirs=browser/installer/, toolkit/mozapps/installer/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Installer&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228937</id>
		<title>Modules/Desktop Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228937"/>
		<updated>2020-07-09T22:25:26Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Submodules */ update onboarding/uitour&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Only module owners may edit this page.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
They may:&lt;br /&gt;
&lt;br /&gt;
* update any information about their module except the name of the owner&lt;br /&gt;
* add or remove sub-modules&lt;br /&gt;
* change the owner of a sub-module &lt;br /&gt;
* add emeritus owners or peers&lt;br /&gt;
&lt;br /&gt;
Other changes, including changes of module owner or addition/removal of modules, must be agreed with the Module Ownership Module group, probably via a discussion in [https://www.mozilla.org/about/forums/#governance mozilla.governance].&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Owners and peers of the Desktop Firefox module may review code anywhere in the browser and toolkit directories. Reviews should be sent to the more specific submodules below where possible.&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Firefox&lt;br /&gt;
|description=Standalone Web Browser.&lt;br /&gt;
|owner=[mailto:dtownsend@mozilla.com Dave Townsend], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|fallbackpeers=[mailto:dao@mozilla.com Dão Gottwald], [mailto:jwein@mozilla.com Jared Wein], [mailto:jhofmann@mozilla.com Johann Hofmann], [mailto:lina@mozilla.com Lina Cambridge], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|ownersemeritus=&lt;br /&gt;
|peersemeritus=[mailto:netzen@gmail.com Brian Bondy], [mailto:lchang@mozilla.com Luke Chang], [mailto:rchien@mozilla.com Ricky Chien], [mailto:dolske@mozilla.com Justin Dolske], [mailto:georg.fritzsche@googlemail.com Georg Fritzsche], [mailto:felipc@gmail.com Felipe Gomes], [mailto:tchien@mozilla.com Tim Guan-tin Chien], [mailto:rexboy@mozilla.com KM Lee Rex], [mailto:gasolin@mozilla.com Fred Lin], [mailto:ralin@mozilla.com Ray Lin], [mailto:fliu@mozilla.com Fischer Liu], [mailto:wmccloskey@mozilla.com Bill McCloskey], [mailto:mark@moxienet.com Mark Mentovai], [mailto:ted.mielczarek@gmail.com Ted Mielczarek], [mailto:bnicholson@mozilla.com Brian Nicholson], [mailto:neil@parkwaycc.co.uk Neil Rashbrook], [mailto:mano@mozilla.com Asaf Romano], [mailto:msamuel@mozilla.com Marina Samuel], [mailto:jryans@gmail.com J Ryan Stinnett], [mailto:gps@mozilla.com Gregory Szorc], [mailto:ttaubert@mozilla.com Tim Taubert]&lt;br /&gt;
|group=firefox-dev&lt;br /&gt;
|source_dirs=browser/, toolkit/&lt;br /&gt;
|url=[[Firefox/Code_Review|Code Review Guidelines]]&lt;br /&gt;
|components=Firefox, Toolkit&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Submodules ==&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager&lt;br /&gt;
|description=Extension management back-end.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:kmaglione@mozilla.com Kris Maglione]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:jmathies@mozilla.com Jim Mathies], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager UI&lt;br /&gt;
|description=about:addons.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:mstriemer@mozilla.com Mark Striemer]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Application Update&lt;br /&gt;
|description=The application update services.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell], [mailto:ksteuber@mozilla.com Kirk Steuber]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin]&lt;br /&gt;
|source_dirs=toolkit/mozapps/update/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Bookmarks &amp;amp; History&lt;br /&gt;
|description=The bookmarks and history services (Places).&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:lina@mozilla.com Lina Cambridge], [mailto:standard8@mozilla.com Mark Banner], [mailto:adw@mozilla.com Drew Willcoxon]&lt;br /&gt;
|source_dirs=browser/components/places/, toolkit/components/places/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Theme&lt;br /&gt;
|description=The style rules used in the desktop UI.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=[mailto:ntim.bugs@gmail.com Tim Nguyen]&lt;br /&gt;
|source_dirs=browser/themes/, toolkit/themes/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Theme, Toolkit::Themes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop UI&lt;br /&gt;
|description=The main browser UI except where covered by more specific submodules.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mconley@mozilla.com Mike Conley], [mailto:florian@queze.net Florian Quèze] &lt;br /&gt;
|source_dirs=browser/base/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Download Manager&lt;br /&gt;
|description=The downloads UI and service.&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:gijskruitbosch@gmail.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/downloads/, toolkit/mozapps/downloads/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Enterprise Policies&lt;br /&gt;
|description=System policies for controlling Firefox.&lt;br /&gt;
|owner=[mailto:mkaply@mozilla.com Michael Kaply]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/enterprisepolicies/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Form Autofill&lt;br /&gt;
|description=Form detection and autocomplete.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/extensions/formautofill/, toolkit/components/satchel/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=In-product Messaging&lt;br /&gt;
|description=The system for delivering in-product messaging.&lt;br /&gt;
|owner=[mailto:khudson@mozilla.com Kate Hudson]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=toolkit/components/messaging-system/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Messaging System&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Launcher Process&lt;br /&gt;
|description=Windows process for bootstrapping the browser process.&lt;br /&gt;
|owner=[mailto:aklotz@mozilla.com Aaron Klotz]&lt;br /&gt;
|peers=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|source_dirs=browser/app/winlauncher&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Launcher Process&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=New Tab Page&lt;br /&gt;
|description=The new tab/home page.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=[mailto:khudson@mozilla.com Kate Hudson], [mailto:sdowne@getpocket.com Scott Downe]&lt;br /&gt;
|source_dirs=browser/components/newtab/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::New Tab Page&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Normandy&lt;br /&gt;
|description=The experiments and off-train deployments system.&lt;br /&gt;
|owner=[mailto:mcooper@mozilla.com Michael Cooper]&lt;br /&gt;
|peers=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=toolkit/components/normandy/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Normandy&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Onboarding&lt;br /&gt;
|description=The onboarding experience including UI tours.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|source_dirs=browser/components/uitour/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Tours&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Password Manager&lt;br /&gt;
|description=Managing, saving and filling logins.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=[mailto:jwein@mozilla.com Jared Wein], [mailto:sfoster@mozilla.com Sam Foster]&lt;br /&gt;
|source_dirs=toolkit/components/passwordmgr/, browser/components/aboutlogins&lt;br /&gt;
|url=https://wiki.mozilla.org/Toolkit:Password_Manager&lt;br /&gt;
|components=Toolkit::Password Manager, Toolkit::Password Manager: Site Compatibility, Firefox::about:logins&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Preferences&lt;br /&gt;
|description=The front-end preferences system.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mstriemer@mozilla.com Mark Striemer], [mailto:ntim.bugs@gmail.com Tim Nguyen], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/preferences/, browser/themes/*/preferences, toolkit/mozapps/preferences&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Profile Migration&lt;br /&gt;
|description=Migrating data from other browsers.&lt;br /&gt;
|owner=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|peers=[mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|source_dirs=browser/components/migration/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Search and Address Bar&lt;br /&gt;
|description=The search service, address bar and address bar autocomplete.&lt;br /&gt;
|owner=[mailto:standard8@mozilla.com Mark Banner], [mailto:dwillcoxon@mozilla.com Drew Willcoxon]&lt;br /&gt;
|peers=[mailto:dharvey@mozilla.com Dale Harvey], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:dao@mozilla.com Dão Gottwald], [mailto:mdeboer@mozilla.com Mike de Boer]&lt;br /&gt;
|source_dirs=browser/components/search/, browser/components/urlbar/, toolkit/components/search/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Address Bar, Firefox::Search&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Security and Privacy UI&lt;br /&gt;
|description=The front-end to our security and privacy features, including Protections UI, Site Identity, Site Permissions and Certificate Errors&lt;br /&gt;
|owner=[mailto:jhofmann@mozilla.com Johann Hofmann]&lt;br /&gt;
|peers=[mailto:nhnt11@mozilla.com Nihanth Subramanya], [mailto:ewright@mozilla.com Erica Wright], [mailto:pbz@mozilla.com Paul Zühlcke], [mailto:prathiksha@mozilla.com Prathiksha]&lt;br /&gt;
|source_dirs=browser/components/protections/, browser/components/controlcenter/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Security, Firefox::Protections UI, Firefox::Site Identity, Firefox::Site Permissions&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Session Restore&lt;br /&gt;
|description=Restoring a user&#039;s session after starting Firefox.&lt;br /&gt;
|owner=[mailto:mdeboer@mozilla.com Michael de Boer]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/sessionstore/, toolkit/components/sessionstore/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Tabbed Browser&lt;br /&gt;
|description=The UI component controlling browser tabs.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/base/content/tabbrowser*, browser/modules/AsyncTabSwitcher.jsm&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Tabbed Browser&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Windows Installer&lt;br /&gt;
|description=The installer for Windows.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin], [mailto:nalexander@mozilla.com Nick Alexander]&lt;br /&gt;
|source_dirs=browser/installer/, toolkit/mozapps/installer/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Installer&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228932</id>
		<title>Modules/Desktop Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228932"/>
		<updated>2020-07-09T18:48:50Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Submodules */ add messaging system source and component&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Only module owners may edit this page.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
They may:&lt;br /&gt;
&lt;br /&gt;
* update any information about their module except the name of the owner&lt;br /&gt;
* add or remove sub-modules&lt;br /&gt;
* change the owner of a sub-module &lt;br /&gt;
* add emeritus owners or peers&lt;br /&gt;
&lt;br /&gt;
Other changes, including changes of module owner or addition/removal of modules, must be agreed with the Module Ownership Module group, probably via a discussion in [https://www.mozilla.org/about/forums/#governance mozilla.governance].&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Owners and peers of the Desktop Firefox module may review code anywhere in the browser and toolkit directories. Reviews should be sent to the more specific submodules below where possible.&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Firefox&lt;br /&gt;
|description=Standalone Web Browser.&lt;br /&gt;
|owner=[mailto:dtownsend@mozilla.com Dave Townsend], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|fallbackpeers=[mailto:dao@mozilla.com Dão Gottwald], [mailto:jwein@mozilla.com Jared Wein], [mailto:jhofmann@mozilla.com Johann Hofmann], [mailto:lina@mozilla.com Lina Cambridge], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|ownersemeritus=&lt;br /&gt;
|peersemeritus=[mailto:netzen@gmail.com Brian Bondy], [mailto:lchang@mozilla.com Luke Chang], [mailto:rchien@mozilla.com Ricky Chien], [mailto:dolske@mozilla.com Justin Dolske], [mailto:georg.fritzsche@googlemail.com Georg Fritzsche], [mailto:felipc@gmail.com Felipe Gomes], [mailto:tchien@mozilla.com Tim Guan-tin Chien], [mailto:rexboy@mozilla.com KM Lee Rex], [mailto:gasolin@mozilla.com Fred Lin], [mailto:ralin@mozilla.com Ray Lin], [mailto:fliu@mozilla.com Fischer Liu], [mailto:wmccloskey@mozilla.com Bill McCloskey], [mailto:mark@moxienet.com Mark Mentovai], [mailto:ted.mielczarek@gmail.com Ted Mielczarek], [mailto:bnicholson@mozilla.com Brian Nicholson], [mailto:neil@parkwaycc.co.uk Neil Rashbrook], [mailto:mano@mozilla.com Asaf Romano], [mailto:msamuel@mozilla.com Marina Samuel], [mailto:jryans@gmail.com J Ryan Stinnett], [mailto:gps@mozilla.com Gregory Szorc], [mailto:ttaubert@mozilla.com Tim Taubert]&lt;br /&gt;
|group=firefox-dev&lt;br /&gt;
|source_dirs=browser/, toolkit/&lt;br /&gt;
|url=[[Firefox/Code_Review|Code Review Guidelines]]&lt;br /&gt;
|components=Firefox, Toolkit&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Submodules ==&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager&lt;br /&gt;
|description=Extension management back-end.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:kmaglione@mozilla.com Kris Maglione]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:jmathies@mozilla.com Jim Mathies], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager UI&lt;br /&gt;
|description=about:addons.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:mstriemer@mozilla.com Mark Striemer]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Application Update&lt;br /&gt;
|description=The application update services.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell], [mailto:ksteuber@mozilla.com Kirk Steuber]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin]&lt;br /&gt;
|source_dirs=toolkit/mozapps/update/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Bookmarks &amp;amp; History&lt;br /&gt;
|description=The bookmarks and history services (Places).&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:lina@mozilla.com Lina Cambridge], [mailto:standard8@mozilla.com Mark Banner], [mailto:adw@mozilla.com Drew Willcoxon]&lt;br /&gt;
|source_dirs=browser/components/places/, toolkit/components/places/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Theme&lt;br /&gt;
|description=The style rules used in the desktop UI.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=[mailto:ntim.bugs@gmail.com Tim Nguyen]&lt;br /&gt;
|source_dirs=browser/themes/, toolkit/themes/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Theme, Toolkit::Themes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop UI&lt;br /&gt;
|description=The main browser UI except where covered by more specific submodules.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mconley@mozilla.com Mike Conley], [mailto:florian@queze.net Florian Quèze] &lt;br /&gt;
|source_dirs=browser/base/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Download Manager&lt;br /&gt;
|description=The downloads UI and service.&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:gijskruitbosch@gmail.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/downloads/, toolkit/mozapps/downloads/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Enterprise Policies&lt;br /&gt;
|description=System policies for controlling Firefox.&lt;br /&gt;
|owner=[mailto:mkaply@mozilla.com Michael Kaply]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/enterprisepolicies/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Form Autofill&lt;br /&gt;
|description=Form detection and autocomplete.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/extensions/formautofill/, toolkit/components/satchel/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=In-product Messaging&lt;br /&gt;
|description=The system for delivering in-product messaging.&lt;br /&gt;
|owner=[mailto:khudson@mozilla.com Kate Hudson]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=toolkit/components/messaging-system/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Messaging System&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Launcher Process&lt;br /&gt;
|description=Windows process for bootstrapping the browser process.&lt;br /&gt;
|owner=[mailto:aklotz@mozilla.com Aaron Klotz]&lt;br /&gt;
|peers=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|source_dirs=browser/app/winlauncher&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Launcher Process&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=New Tab Page&lt;br /&gt;
|description=The new tab/home page.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=[mailto:khudson@mozilla.com Kate Hudson], [mailto:sdowne@getpocket.com Scott Downe]&lt;br /&gt;
|source_dirs=browser/components/newtab/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::New Tab Page&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Normandy&lt;br /&gt;
|description=The experiments and off-train deployments system.&lt;br /&gt;
|owner=[mailto:mcooper@mozilla.com Michael Cooper]&lt;br /&gt;
|peers=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=toolkit/components/normandy/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Normandy&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Onboarding&lt;br /&gt;
|description=The onboarding experience including UI tours.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/uitour/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Password Manager&lt;br /&gt;
|description=Managing, saving and filling logins.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=[mailto:jwein@mozilla.com Jared Wein], [mailto:sfoster@mozilla.com Sam Foster]&lt;br /&gt;
|source_dirs=toolkit/components/passwordmgr/, browser/components/aboutlogins&lt;br /&gt;
|url=https://wiki.mozilla.org/Toolkit:Password_Manager&lt;br /&gt;
|components=Toolkit::Password Manager, Toolkit::Password Manager: Site Compatibility, Firefox::about:logins&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Preferences&lt;br /&gt;
|description=The front-end preferences system.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mstriemer@mozilla.com Mark Striemer], [mailto:ntim.bugs@gmail.com Tim Nguyen], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/preferences/, browser/themes/*/preferences, toolkit/mozapps/preferences&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Profile Migration&lt;br /&gt;
|description=Migrating data from other browsers.&lt;br /&gt;
|owner=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|peers=[mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|source_dirs=browser/components/migration/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Search and Address Bar&lt;br /&gt;
|description=The search service, address bar and address bar autocomplete.&lt;br /&gt;
|owner=[mailto:standard8@mozilla.com Mark Banner], [mailto:dwillcoxon@mozilla.com Drew Willcoxon]&lt;br /&gt;
|peers=[mailto:dharvey@mozilla.com Dale Harvey], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:dao@mozilla.com Dão Gottwald], [mailto:mdeboer@mozilla.com Mike de Boer]&lt;br /&gt;
|source_dirs=browser/components/search/, browser/components/urlbar/, toolkit/components/search/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Address Bar, Firefox::Search&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Security and Privacy UI&lt;br /&gt;
|description=The front-end to our security and privacy features, including Protections UI, Site Identity, Site Permissions and Certificate Errors&lt;br /&gt;
|owner=[mailto:jhofmann@mozilla.com Johann Hofmann]&lt;br /&gt;
|peers=[mailto:nhnt11@mozilla.com Nihanth Subramanya], [mailto:ewright@mozilla.com Erica Wright], [mailto:pbz@mozilla.com Paul Zühlcke], [mailto:prathiksha@mozilla.com Prathiksha]&lt;br /&gt;
|source_dirs=browser/components/protections/, browser/components/controlcenter/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Security, Firefox::Protections UI, Firefox::Site Identity, Firefox::Site Permissions&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Session Restore&lt;br /&gt;
|description=Restoring a user&#039;s session after starting Firefox.&lt;br /&gt;
|owner=[mailto:mdeboer@mozilla.com Michael de Boer]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/sessionstore/, toolkit/components/sessionstore/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Tabbed Browser&lt;br /&gt;
|description=The UI component controlling browser tabs.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/base/content/tabbrowser*, browser/modules/AsyncTabSwitcher.jsm&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Tabbed Browser&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Windows Installer&lt;br /&gt;
|description=The installer for Windows.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin], [mailto:nalexander@mozilla.com Nick Alexander]&lt;br /&gt;
|source_dirs=browser/installer/, toolkit/mozapps/installer/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Installer&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228931</id>
		<title>Modules/Desktop Firefox</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Modules/Desktop_Firefox&amp;diff=1228931"/>
		<updated>2020-07-09T18:47:37Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Submodules */ add a couple new tab page peers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Only module owners may edit this page.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
They may:&lt;br /&gt;
&lt;br /&gt;
* update any information about their module except the name of the owner&lt;br /&gt;
* add or remove sub-modules&lt;br /&gt;
* change the owner of a sub-module &lt;br /&gt;
* add emeritus owners or peers&lt;br /&gt;
&lt;br /&gt;
Other changes, including changes of module owner or addition/removal of modules, must be agreed with the Module Ownership Module group, probably via a discussion in [https://www.mozilla.org/about/forums/#governance mozilla.governance].&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
Owners and peers of the Desktop Firefox module may review code anywhere in the browser and toolkit directories. Reviews should be sent to the more specific submodules below where possible.&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Firefox&lt;br /&gt;
|description=Standalone Web Browser.&lt;br /&gt;
|owner=[mailto:dtownsend@mozilla.com Dave Townsend], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|fallbackpeers=[mailto:dao@mozilla.com Dão Gottwald], [mailto:jwein@mozilla.com Jared Wein], [mailto:jhofmann@mozilla.com Johann Hofmann], [mailto:lina@mozilla.com Lina Cambridge], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|ownersemeritus=&lt;br /&gt;
|peersemeritus=[mailto:netzen@gmail.com Brian Bondy], [mailto:lchang@mozilla.com Luke Chang], [mailto:rchien@mozilla.com Ricky Chien], [mailto:dolske@mozilla.com Justin Dolske], [mailto:georg.fritzsche@googlemail.com Georg Fritzsche], [mailto:felipc@gmail.com Felipe Gomes], [mailto:tchien@mozilla.com Tim Guan-tin Chien], [mailto:rexboy@mozilla.com KM Lee Rex], [mailto:gasolin@mozilla.com Fred Lin], [mailto:ralin@mozilla.com Ray Lin], [mailto:fliu@mozilla.com Fischer Liu], [mailto:wmccloskey@mozilla.com Bill McCloskey], [mailto:mark@moxienet.com Mark Mentovai], [mailto:ted.mielczarek@gmail.com Ted Mielczarek], [mailto:bnicholson@mozilla.com Brian Nicholson], [mailto:neil@parkwaycc.co.uk Neil Rashbrook], [mailto:mano@mozilla.com Asaf Romano], [mailto:msamuel@mozilla.com Marina Samuel], [mailto:jryans@gmail.com J Ryan Stinnett], [mailto:gps@mozilla.com Gregory Szorc], [mailto:ttaubert@mozilla.com Tim Taubert]&lt;br /&gt;
|group=firefox-dev&lt;br /&gt;
|source_dirs=browser/, toolkit/&lt;br /&gt;
|url=[[Firefox/Code_Review|Code Review Guidelines]]&lt;br /&gt;
|components=Firefox, Toolkit&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Submodules ==&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager&lt;br /&gt;
|description=Extension management back-end.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:kmaglione@mozilla.com Kris Maglione]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:jmathies@mozilla.com Jim Mathies], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Add-ons Manager UI&lt;br /&gt;
|description=about:addons.&lt;br /&gt;
|owner=[mailto:aswan@mozilla.com Andrew Swan], [mailto:mstriemer@mozilla.com Mark Striemer]&lt;br /&gt;
|ownersemeritus=[mailto:rstrong@mozilla.com Robert Strong]&lt;br /&gt;
|peers=[mailto:scaraveo@mozilla.com Shane Caraveo], [mailto:lgreco@mozilla.com Luca Greco], [mailto:tjovanovic@mozilla.com Tomislav Jovanovic], [mailto:rwu@mozilla.com Rob Wu]&lt;br /&gt;
|source_dirs=toolkit/mozapps/extensions/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Application Update&lt;br /&gt;
|description=The application update services.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell], [mailto:ksteuber@mozilla.com Kirk Steuber]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin]&lt;br /&gt;
|source_dirs=toolkit/mozapps/update/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Bookmarks &amp;amp; History&lt;br /&gt;
|description=The bookmarks and history services (Places).&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:lina@mozilla.com Lina Cambridge], [mailto:standard8@mozilla.com Mark Banner], [mailto:adw@mozilla.com Drew Willcoxon]&lt;br /&gt;
|source_dirs=browser/components/places/, toolkit/components/places/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop Theme&lt;br /&gt;
|description=The style rules used in the desktop UI.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=[mailto:ntim.bugs@gmail.com Tim Nguyen]&lt;br /&gt;
|source_dirs=browser/themes/, toolkit/themes/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Theme, Toolkit::Themes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Desktop UI&lt;br /&gt;
|description=The main browser UI except where covered by more specific submodules.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mconley@mozilla.com Mike Conley], [mailto:florian@queze.net Florian Quèze] &lt;br /&gt;
|source_dirs=browser/base/content/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Download Manager&lt;br /&gt;
|description=The downloads UI and service.&lt;br /&gt;
|owner=[mailto:mbonardo@mozilla.com Marco Bonardo]&lt;br /&gt;
|peers=[mailto:gijskruitbosch@gmail.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/downloads/, toolkit/mozapps/downloads/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Enterprise Policies&lt;br /&gt;
|description=System policies for controlling Firefox.&lt;br /&gt;
|owner=[mailto:mkaply@mozilla.com Michael Kaply]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/enterprisepolicies/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Form Autofill&lt;br /&gt;
|description=Form detection and autocomplete.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/extensions/formautofill/, toolkit/components/satchel/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=In-product Messaging&lt;br /&gt;
|description=The system for delivering in-product messaging.&lt;br /&gt;
|owner=[mailto:khudson@mozilla.com Kate Hudson]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Launcher Process&lt;br /&gt;
|description=Windows process for bootstrapping the browser process.&lt;br /&gt;
|owner=[mailto:aklotz@mozilla.com Aaron Klotz]&lt;br /&gt;
|peers=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|source_dirs=browser/app/winlauncher&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Launcher Process&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=New Tab Page&lt;br /&gt;
|description=The new tab/home page.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=[mailto:khudson@mozilla.com Kate Hudson], [mailto:sdowne@getpocket.com Scott Downe]&lt;br /&gt;
|source_dirs=browser/components/newtab/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::New Tab Page&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Normandy&lt;br /&gt;
|description=The experiments and off-train deployments system.&lt;br /&gt;
|owner=[mailto:mcooper@mozilla.com Michael Cooper]&lt;br /&gt;
|peers=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=toolkit/components/normandy/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Normandy&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Onboarding&lt;br /&gt;
|description=The onboarding experience including UI tours.&lt;br /&gt;
|owner=[mailto:elee@mozilla.com Ed Lee]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/uitour/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Password Manager&lt;br /&gt;
|description=Managing, saving and filling logins.&lt;br /&gt;
|owner=[mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|peers=[mailto:jwein@mozilla.com Jared Wein], [mailto:sfoster@mozilla.com Sam Foster]&lt;br /&gt;
|source_dirs=toolkit/components/passwordmgr/, browser/components/aboutlogins&lt;br /&gt;
|url=https://wiki.mozilla.org/Toolkit:Password_Manager&lt;br /&gt;
|components=Toolkit::Password Manager, Toolkit::Password Manager: Site Compatibility, Firefox::about:logins&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Preferences&lt;br /&gt;
|description=The front-end preferences system.&lt;br /&gt;
|owner=[mailto:jwein@mozilla.com Jared Wein]&lt;br /&gt;
|peers=[mailto:mstriemer@mozilla.com Mark Striemer], [mailto:ntim.bugs@gmail.com Tim Nguyen], [mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|source_dirs=browser/components/preferences/, browser/themes/*/preferences, toolkit/mozapps/preferences&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Profile Migration&lt;br /&gt;
|description=Migrating data from other browsers.&lt;br /&gt;
|owner=[mailto:gkruitbosch@mozilla.com Gijs Kruitbosch]&lt;br /&gt;
|peers=[mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:MattN@mozilla.com Matthew Noorenberghe]&lt;br /&gt;
|source_dirs=browser/components/migration/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Search and Address Bar&lt;br /&gt;
|description=The search service, address bar and address bar autocomplete.&lt;br /&gt;
|owner=[mailto:standard8@mozilla.com Mark Banner], [mailto:dwillcoxon@mozilla.com Drew Willcoxon]&lt;br /&gt;
|peers=[mailto:dharvey@mozilla.com Dale Harvey], [mailto:mbonardo@mozilla.com Marco Bonardo], [mailto:dao@mozilla.com Dão Gottwald], [mailto:mdeboer@mozilla.com Mike de Boer]&lt;br /&gt;
|source_dirs=browser/components/search/, browser/components/urlbar/, toolkit/components/search/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Address Bar, Firefox::Search&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Security and Privacy UI&lt;br /&gt;
|description=The front-end to our security and privacy features, including Protections UI, Site Identity, Site Permissions and Certificate Errors&lt;br /&gt;
|owner=[mailto:jhofmann@mozilla.com Johann Hofmann]&lt;br /&gt;
|peers=[mailto:nhnt11@mozilla.com Nihanth Subramanya], [mailto:ewright@mozilla.com Erica Wright], [mailto:pbz@mozilla.com Paul Zühlcke], [mailto:prathiksha@mozilla.com Prathiksha]&lt;br /&gt;
|source_dirs=browser/components/protections/, browser/components/controlcenter/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Security, Firefox::Protections UI, Firefox::Site Identity, Firefox::Site Permissions&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Session Restore&lt;br /&gt;
|description=Restoring a user&#039;s session after starting Firefox.&lt;br /&gt;
|owner=[mailto:mdeboer@mozilla.com Michael de Boer]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/components/sessionstore/, toolkit/components/sessionstore/&lt;br /&gt;
|url=&lt;br /&gt;
|components=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Tabbed Browser&lt;br /&gt;
|description=The UI component controlling browser tabs.&lt;br /&gt;
|owner=[mailto:dgottwald@mozilla.com Dão Gottwald]&lt;br /&gt;
|peers=&lt;br /&gt;
|source_dirs=browser/base/content/tabbrowser*, browser/modules/AsyncTabSwitcher.jsm&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Tabbed Browser&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Module&lt;br /&gt;
|name=Windows Installer&lt;br /&gt;
|description=The installer for Windows.&lt;br /&gt;
|owner=[mailto:mhowell@mozilla.com Molly Howell]&lt;br /&gt;
|peers=[mailto:agashlin@mozilla.com Adam Gashlin], [mailto:nalexander@mozilla.com Nick Alexander]&lt;br /&gt;
|source_dirs=browser/installer/, toolkit/mozapps/installer/&lt;br /&gt;
|url=&lt;br /&gt;
|components=Firefox::Installer&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Firefox/Iterative_Hello_Development&amp;diff=1099207</id>
		<title>Firefox/Iterative Hello Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Firefox/Iterative_Hello_Development&amp;diff=1099207"/>
		<updated>2015-10-05T15:29:30Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Key Bugzilla Queries */ make triaged link point to sorted named query&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Product Backlog==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
===Key Bugzilla Queries===&lt;br /&gt;
* [http://mzl.la/1Q1c3W4 Bugzilla Ranked list] &lt;br /&gt;
**Add the &amp;quot;Rank&amp;quot; Column to your results and sort on Rank &lt;br /&gt;
***The option to &amp;quot;Change columns&amp;quot; is at bottom of search results&lt;br /&gt;
**Search is based on bugs which have the Ranked field&lt;br /&gt;
* [http://mzl.la/1JBkwev Un-triaged bugs]&lt;br /&gt;
* [https://bugzilla.mozilla.org/buglist.cgi?f1=status_whiteboard&amp;amp;list_id=12373638&amp;amp;columnlist=cf_fx_iteration%2Ccf_fx_points%2Cassigned_to%2Cbug_status%2Cstatus_whiteboard%2Cshort_desc%2Cchangeddate%2Cpriority%2Cbug_severity%2Cresolution%2Ccomponent%2Creporter&amp;amp;o1=anywordssubstr&amp;amp;resolution=---&amp;amp;query_format=advanced&amp;amp;bug_status=UNCONFIRMED&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED&amp;amp;v1=tech-debt&amp;amp;component=Client&amp;amp;component=General&amp;amp;product=Hello%20%28Loop%29 Tech-debt bugs] priority based on [https://etherpad.mozilla.org/brainstormtesthello etherpad discussion - though if you want one that&#039;s lower priority but impacting you - grab it] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
The goals of the Prioritized Product Backlog and dynamic Planning are to:&lt;br /&gt;
*Simplify prioritization &amp;amp; planning so the team is always working on the most important features.&lt;br /&gt;
*Improve visibility to everyone to clear priorities - so we make the best decisions about the direction of the product (call out risks early, relative priorities, trade-offs).&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Triage Guidelines===&lt;br /&gt;
The Product Backlog is continually maintained by the Hello Management team to ensure new priorities are available for each Sprint Planning meeting.&lt;br /&gt;
* Priorities: if you are filing a bug - based on your knowledge of the bug feel free to set a priority for consideration based on the following criteria:&lt;br /&gt;
** Priority 1 - Blocker, must-fix before shipping in the next release. &lt;br /&gt;
** Priority 2 - Major impact,  considering severity × probability. Not a blocker for shipping.&lt;br /&gt;
** Priority 3 - Average Bug.  definitely a problem, but doesn&#039;t stop someone from using the product. &lt;br /&gt;
** Priority 4 - Minor or polish bugs that are real issues (especially in aggregate) and annoying.&lt;br /&gt;
** Priority 5 - Low-impact. something we&#039;d fix, but mostly only bothers the discerning user. Little impact on usability.&lt;br /&gt;
&lt;br /&gt;
*RANK: Not needed when filing a bug, set during weekly Triage meetings.  As priority buckets start to have a large amount of bugs in them, the Rank field can be used to call attention to higher or lower rank and provide a way to sort easily in bugzilla.  To have some rhyme/reason to the order - Rank should relate to Priority.  The &amp;quot;Ranking&amp;quot; number does not need to be unique. Unless there is a reason to for a bug to be considered before (or after) others in the Priority bucket - default to mid-range value.&lt;br /&gt;
** P1  Rank options=1-19, default 15&lt;br /&gt;
** P2  Rank options=20-29, default 25&lt;br /&gt;
** P3  Rank options=30-39, default 35&lt;br /&gt;
** P4  Rank options=40-49, default 45&lt;br /&gt;
** P5  Rank options=50-59, default 55&lt;br /&gt;
** any that we don&#039;t think we can get to in the next 6 months should be set to 100&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
*QE-Verify is a flag that developers should be setting on bugs they are working on. This is used for QE to filter which bugs they check&lt;br /&gt;
**&amp;quot;+&amp;quot; means that QE should look at the bug and it can be verified with human eyes&lt;br /&gt;
**&amp;quot;-&amp;quot; means QE should not look at&lt;br /&gt;
***Typically goes with in-testsuite set to &amp;quot;+&amp;quot;, to show testing via another method.&lt;br /&gt;
*&amp;quot;Points&amp;quot; should be set when known (if nothing set - assumed a &amp;quot;1&amp;quot; or very small).  Most relevant if taking a bigger bug so we know when bugs are large bits of work.&lt;br /&gt;
*&amp;quot;Iteration&amp;quot; should be updated when a bug is being worked on during a particular Sprint.&lt;br /&gt;
&lt;br /&gt;
===Filing a bug===&lt;br /&gt;
** Open a bug under Product:&amp;quot;Loop&amp;quot; || Component: &amp;quot;General&amp;quot; or &amp;quot;Client&amp;quot;&lt;br /&gt;
** Hello team reviews for inclusion into a release backlog every 2 weeks, and will mark &amp;quot;firefox-blocking&amp;quot; accordingly&lt;br /&gt;
*We triage weekly - it helps if there is a priority as a starting point and a reason why the priority was set.&lt;br /&gt;
**Before it can be given a Rank it should:&lt;br /&gt;
*** be in an actionable state&lt;br /&gt;
*** for defects, the problem is ready for Engineering or UX: diagnosis, measurement, design, or fixing&lt;br /&gt;
*** for feature requests or enhancements, it means that there&#039;s a clear problem statement or suggestion&lt;br /&gt;
*** has a difficulty/user-impact ratio low enough that we can reasonably expect to spend time fixing the bug within the next 6 months&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Definition of Done===&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
* The [https://etherpad.mozilla.org/HsVyzOogAr Definition of Done] ensures a potentially shippable product increment is released at the conclusion of a release cycle.&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
* A potentially shippable product increment means compliance with the work&#039;s individual acceptance criteria and not the full story under development.&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contribute to Hello Development==&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
===Good First Bugs=== &lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
These are tagged as [good first bug] in a bug&#039;s Whiteboard field.  The challenge of a &amp;quot;good first bug&amp;quot; is only peripherally about the bug itself. The focus, for a new contributor, should be on getting your development environment set up and learning how to navigate Mozilla&#039;s contribution process. We are working on better documentation to help you get started with Hello (expect an update Q1 2015), and the #introduction IRC channel exists just to help people getting started as contributors.&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Hello Backlog Good First Bugs - [http://mzl.la/1zNfmeV View in Bugzilla]&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
==Objectives==&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
The Iterative Development Model implemented for Firefox Desktop aims to accomplish six key objectives:&lt;br /&gt;
* &#039;&#039;&#039;Transparent - &#039;&#039;&#039;Who is working on what, when, and why.&lt;br /&gt;
* &#039;&#039;&#039;Predictable and Repeatable - &#039;&#039;&#039;Know what to expect from the process.&lt;br /&gt;
* &#039;&#039;&#039;Inclusive - &#039;&#039;&#039;Include all key participants (Eng, UX, QA, Security, Product) and stakeholders in the process.&lt;br /&gt;
* &#039;&#039;&#039;Clear Direction and Decision Making - &#039;&#039;&#039;Know what we should do and who makes the call.&lt;br /&gt;
* &#039;&#039;&#039;Clear and Stable Priorities - &#039;&#039;&#039;Be clear on what is most important for each iterative cycle.&lt;br /&gt;
* &#039;&#039;&#039;Innovative - &#039;&#039;&#039;Provide flexibility to engage in experimental and original projects.&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Development Iterations (Sprints)==&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
*[https://wiki.mozilla.org/Release_Management/TeamWiki Firefox main release schedule] is the master location for the dates when each Firefox version goes to Aurora, Beta, &amp;amp; Release.&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Firefox 40 Release&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Iteration 40.1:&#039;&#039;&#039;  Tuesday March 31 - Monday April 13&lt;br /&gt;
* &#039;&#039;&#039;Iteration 40.2:&#039;&#039;&#039;  Tuesday April 14 - Monday April 27&lt;br /&gt;
* &#039;&#039;&#039;Iteration 40.3:&#039;&#039;&#039;  Tuesday April 28 - Monday May 11&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Firefox 41 Release&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Iteration 41.1:&#039;&#039;&#039;  Tuesday May 12 - Monday May 25&lt;br /&gt;
* &#039;&#039;&#039;Iteration 41.2:&#039;&#039;&#039;  Tuesday May 26 - Monday June 8&lt;br /&gt;
* &#039;&#039;&#039;Iteration 41.3:&#039;&#039;&#039;  Tuesday June 9 - Monday June 29&lt;br /&gt;
** &#039;&#039;Note:  IT 41.3 is a 3-week iteration.&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Firefox 42 Release&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Iteration 42.1:&#039;&#039;&#039;  Tuesday June 30 - Monday July 13&lt;br /&gt;
* &#039;&#039;&#039;Iteration 42.2:&#039;&#039;&#039;  Tuesday July 14 - Monday July 27&lt;br /&gt;
* &#039;&#039;&#039;Iteration 42.3:&#039;&#039;&#039;  Tuesday July 28 - Monday August 10&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
===Themes===&lt;br /&gt;
As we plan what&#039;s coming next, these are areas being discussed.  This is not a commitment to the next projects - just our scratch area.&lt;br /&gt;
*finishing Context work (large change: server API changes, FxA and encryption design, client end UX and storage components, server storage/retrieval components, UX change across areas)&lt;br /&gt;
*market work&lt;br /&gt;
Things we want to do - but parking lot until the highest priorities are done:&lt;br /&gt;
*in-conversation chat [https://bugzilla.mozilla.org/show_bug.cgi?id=1108893 bug 1108893]&lt;br /&gt;
*Shareplane adjustments [https://bugzilla.mozilla.org/show_bug.cgi?id=1155603 bug 1155603]&lt;br /&gt;
*Moving faster: mark-up extraction&lt;br /&gt;
*Prevent Link-clickers from clicking on themselves [https://bugzilla.mozilla.org/show_bug.cgi?id=1154251 bug 1154251]&lt;br /&gt;
*Metrics [https://bugzilla.mozilla.org/show_bug.cgi?id=1148381 bug 1148381]&lt;br /&gt;
*e10s readiness for e10s patches (e10s in Beta in 41, releases in 42 - so MUST be in for 42)&lt;br /&gt;
*Starting Visual Refresh [https://bug1138445.bugzilla.mozilla.org/attachment.cgi?id=8587058 bug 8587058]&lt;br /&gt;
*Android experience improvements&lt;br /&gt;
*Link-Clicker gets desktop UI [https://bugzilla.mozilla.org/show_bug.cgi?id=1066019 bug 1066019] &lt;br /&gt;
*Continue quality focus&lt;br /&gt;
*WebRTC permission prompt optimization&lt;br /&gt;
Risks&lt;br /&gt;
*List out risks that we are working on or on our radar&lt;br /&gt;
&lt;br /&gt;
===Current===&lt;br /&gt;
&lt;br /&gt;
====Iteration 41.3 (through June 29)====&lt;br /&gt;
&lt;br /&gt;
* Context preffed on and uplifted to 40. Only minor bug and one minor UX (favicon) this iteration. Looks good. Context metrics landing as well in 40.&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1108892 Chat bug has UX attached]: main focus of this iteration. desktop portions landing, working on stand-alone. several bugs this iteration focused. med-risk for landing by June 29th - will update closer to time. Early demos looking good - so the risk would just be the last 20% as we get to it.&lt;br /&gt;
* CSS clean-up to enable moving faster is in clean-up this iteration. Landing to make chat work simpler.&lt;br /&gt;
* stretch goal of [https://bugzilla.mozilla.org/show_bug.cgi?id=1154251 Prevent link generators from clicking their own links] after Chat lands.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;product&amp;quot;:[&amp;quot;Loop&amp;quot;], &lt;br /&gt;
        &amp;quot;include_fields&amp;quot;:&amp;quot;id, summary, status, assigned_to, cf_fx_points&amp;quot;,&lt;br /&gt;
        &amp;quot;cf_fx_iteration&amp;quot;:&amp;quot;41.3 - Jun 29&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Past===&lt;br /&gt;
====Iteration 41.1 (through May 25)====&lt;br /&gt;
* Context work: All strings needed to uplift to Fx40 were landed in 40.3.  The feature is preffed on and in aurora for testing to start.  still more of the feature is landing (didn&#039;t land as one big chunk).  some of new UI in nightly now - requesting uplift as the rest lands.  thumbnails favicon stuff in nightly now.   &lt;br /&gt;
**There&#039;s still a few big pieces to land - mike reviewed patch for encrypted rooms and Mark is working on landing changes.   Editing patch should be landing.  big stuff getting out of way this iteration - but some style and functionality bits coming in.   &lt;br /&gt;
* Affiliate work: working on and ideally landing this iteration - barring unforseen surprises&lt;br /&gt;
* Chat: test of the SDK functionality was successful - UX not implemented to design.&lt;br /&gt;
* Functional test work broken down - and only top 2 items are 100% blockers to be addressed in 41.1&lt;br /&gt;
**  If time, telemetry patches (marked Metrics in Backlog).  They are low risk/small changes and vital to making informed decisions, we will be requesting uplift to 39 for those landing in this iteration.&lt;br /&gt;
*  CSS clean-up to enable &#039;&#039;&#039;moving faster&#039;&#039;&#039; is in review this iteration.  This landed as a big chunk of work and we are looking at ways we could potentially chunk up better in future or if the nature of it required bigger blocks.&lt;br /&gt;
* Adam and Martin met for couple of days and did initial theory design for IM persistent storage [shell link to early architecture].  Still several months out from implementation - but moving ball forward.  &lt;br /&gt;
&#039;&#039;&#039;All bugs marked with this iteration&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;product&amp;quot;:[&amp;quot;Loop&amp;quot;], &lt;br /&gt;
        &amp;quot;include_fields&amp;quot;:&amp;quot;id, summary, status, assigned_to, cf_fx_points&amp;quot;,&lt;br /&gt;
        &amp;quot;cf_fx_iteration&amp;quot;:&amp;quot;41.1 - May 25&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Firefox Release 40 Dev stage (ended May 11)====&lt;br /&gt;
* Context work:&lt;br /&gt;
**  Server end: [https://etherpad.mozilla.org/loopcrossteam 0.17.4] has hit bumps with updated module causing failure and is currently diagnosing 503 errors before deploying.&lt;br /&gt;
**  Client-end: Continues through at least this iteration. Discovered issue with encryption key generation that will require re-authentication after upgrade, working on UX change now.&lt;br /&gt;
* Quality focus this release on reviewing results of data gathered and identifying likely causes/implementing fixes.&lt;br /&gt;
* Shareplane landed and verified and uplifting to Fx39.&lt;br /&gt;
* Added more Google Analytic metrics for stand-alone client (link clicker)&lt;br /&gt;
* Continuing [https://bugzilla.mozilla.org/show_bug.cgi?id=1141296 CSS clean-up in SDK] and how that impacts Hello code. starting landing small pieces - as it&#039;s pretty tangled - and keep spinning off and landing more.&lt;br /&gt;
* Functional test work broken down - these are areas that help speed development and lower risk, making it simpler to catch errors and regressions sooner.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;All bugs in this Release&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;product&amp;quot;:[&amp;quot;Loop&amp;quot;], &lt;br /&gt;
        &amp;quot;include_fields&amp;quot;:&amp;quot;id, summary, status, assigned_to, cf_fx_points&amp;quot;,&lt;br /&gt;
        &amp;quot;target_milestone&amp;quot;:&amp;quot;mozilla39&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Firefox Release 39 (ended March 30)====&lt;br /&gt;
The Fx39 Release is only in Nightly for 5 weeks (normally 6) - ending on March 30th.&lt;br /&gt;
* Context work started in this release.  This work required implementing a changes across many systems: client front-end code, Link clicker, UX changes in both, [https://bugzilla.mozilla.org/show_bug.cgi?id=1132293 FxA Server (Bug 1132293)], and [https://bugzilla.mozilla.org/show_bug.cgi?id=1141105 Server work (Bug 1141105)].  Changes that touch multiple systems add integration cost/risk and testing complexity.&lt;br /&gt;
**Preliminary design for encrypted room context came with this bug.  This encryption work will enable future features.&lt;br /&gt;
* Tokbox made some changes in the SDK that gave an option to not take the SDK CSS rules. Today the app uses CSS and then TB applies CSS rules as well - making for complex development, testing, and sometime unpredictable results. There was a cost with every SDK upgrade that often UX that was working, stopped and required debugging because of CSS conflicts.  Starting work on impact/changes needed for reduced SDK CSS - with the primary goal of FASTER DEVELOPMENT by simplifying.  &lt;br /&gt;
* Fx36 released with marketing - we are watching/working on the high occurrence bugs from that higher input.&lt;br /&gt;
* Social Sharing, AKA SharePlane landed and was backed out - working to re-land during Fx40&lt;br /&gt;
* Continue to land telemetry improvements&lt;br /&gt;
* Fixing and uplifting Screen Sharing bugs&lt;br /&gt;
**  Tab sharing work completed this sprint, uplifting to Fx38.  Replace track fix coming early in iteration from webRTC team.&lt;br /&gt;
*  Updated to new SDK with data channel support&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;product&amp;quot;:[&amp;quot;Loop&amp;quot;], &lt;br /&gt;
        &amp;quot;bug_status&amp;quot;:&amp;quot;RESOLVED&amp;quot;,&lt;br /&gt;
        &amp;quot;include_fields&amp;quot;:&amp;quot;id, summary, status, assigned_to, cf_fx_points&amp;quot;,&lt;br /&gt;
        &amp;quot;target_milestone&amp;quot;:&amp;quot;mozilla39&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Firefox Release 38 (ended Feb 23rd)====&lt;br /&gt;
* &#039;&#039;&#039;Firefox Release 38 Goal:&#039;&#039;&#039;&lt;br /&gt;
** Fx38 goal is to break down Screen Sharing - and work to implement.  Pref-off version of screen sharing (loop.screenshare.enabled), with the Windows only sharing available early Feb. Tab sharing and Active Tab changing preparation work continued into Fx39 and was uplifted back to Fx38.  Tokbox delivered an SDK change needed to enable Tab Sharing.  &lt;br /&gt;
**Work on demos of Hello on Android for MWC took 25%+ of development resources.  &lt;br /&gt;
**Progress made on CSS improvements (organically growing code has gotten complex to develop and test).  Discussion with TB on simplification options, patched client code to better respect constraints and aspect ratios.&lt;br /&gt;
**Continuing to reduce tech-debt that has been accumulating over several iterations of quick feature additions is still a priority, especially to aid in QA coverage to avoid regressions as new features are added.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;product&amp;quot;:[&amp;quot;Loop&amp;quot;], &lt;br /&gt;
        &amp;quot;bug_status&amp;quot;:&amp;quot;RESOLVED&amp;quot;,&lt;br /&gt;
        &amp;quot;include_fields&amp;quot;:&amp;quot;id, summary, status, assigned_to, cf_fx_points&amp;quot;,&lt;br /&gt;
        &amp;quot;target_milestone&amp;quot;:&amp;quot;mozilla38&amp;quot;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Release 37 (ended Jan 13th)====&lt;br /&gt;
* &#039;&#039;&#039;Firefox Release 37 Goal:&#039;&#039;&#039;&lt;br /&gt;
** Fx37 goal is to reduce tech-debt that has been accumulating over several iterations of quick feature additions.  In Fx37 we ended up working on many uplifts to Fx35 Beta to complete the Room feature and the First Run Tours. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;bugzilla&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
        &amp;quot;product&amp;quot;:[&amp;quot;Loop&amp;quot;], &lt;br /&gt;
        &amp;quot;bug_status&amp;quot;:&amp;quot;RESOLVED&amp;quot;,&lt;br /&gt;
        &amp;quot;include_fields&amp;quot;:&amp;quot;id, summary, status, assigned_to, cf_fx_points&amp;quot;,&lt;br /&gt;
        &amp;quot;target_milestone&amp;quot;:&amp;quot;mozilla37&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bugzilla&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cross-Team Project Calendar==&lt;br /&gt;
{{#widget:Widget:Google Calendar&lt;br /&gt;
|id=bW96aWxsYS5jb21fNTY0NW1uMWpnamQ5aG8zaXNodHRodnQybHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&lt;br /&gt;
}} &lt;br /&gt;
&lt;br /&gt;
==Project Introduction==&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Team Mailing list:&#039;&#039;&#039; [[Firefox/dev-media]]&lt;br /&gt;
* &#039;&#039;&#039;Team IRC Channel:&#039;&#039;&#039; [irc://irc.mozilla.org/loop #loop]&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
===Links to Current info===&lt;br /&gt;
The [https://wiki.mozilla.org/Loop/wiki Loop/wiki page] is the central location for current focus, Roadmap, Metrics, UX, Marketing, tech-architecture, and more.&lt;br /&gt;
&lt;br /&gt;
===Roles and Responsibilities===&lt;br /&gt;
The [https://wiki.mozilla.org/Loop/Contacts cross-team Loop/Contacts Page] has the Roles and Responsibilities for Hello, webRTC, partner teams, and external partners involved in this project. &lt;br /&gt;
&lt;br /&gt;
===Meetings===&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Meeting !! Day of week !! Pacific Time !! Eastern Time !! Central European Time !! Vidyo Room !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;Daily Stand-up&amp;quot; || Monday, Tuesday, Wednesday, Thursday || 8:00AM - 8:30AM || 11:00AM - 11:30PM || 5:00PM - 5:30PM || webRTC-Apps || ||]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;Retrospective&amp;quot; || Friday || 8:00AM - 9:00AM || 11:00AM - 12:00PM || 5:00PM - 6:00PM || webRTC-Apps || [https://etherpad.mozilla.org/loop-retrospectives etherpad]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;Cross team alignment&amp;quot; || Tuesday || 11:30AM - 12:00PM || 2:30AM - 3:00PM ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:closedbugs.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=QA/Suggested_Tiles/Test_Plan&amp;diff=1077116</id>
		<title>QA/Suggested Tiles/Test Plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=QA/Suggested_Tiles/Test_Plan&amp;diff=1077116"/>
		<updated>2015-05-28T03:21:35Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Context */ different types of bug fixes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Suggested Tiles =&lt;br /&gt;
== Ownership ==&lt;br /&gt;
Developer contact: Ed Lee, :Mardak on IRC&lt;br /&gt;
&lt;br /&gt;
QA Lead: [mailto:corne.ionce@softvision.ro Cornel Ionce], :cornel_ionce on IRC&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
===Overview===&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Nightly 41: landed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Aurora 40: uplifted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Beta 39: partially uplifted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[BACKED OUT]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Release 38: backed-out&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[BACKED OUT]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Release 38.0.5: backed-out&lt;br /&gt;
&lt;br /&gt;
===Risk analysis===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Event !! Probability !! Impact !! Current situation !! Mitigation steps&lt;br /&gt;
|-&lt;br /&gt;
| TBD|| TBD|| TBD|| TBD || TBD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Suggested Tiles is a new feature on the new tab page where users who visit certain sites see additional content. There&#039;s new onboarding experiences for new as well as existing users that explains the feature and how to turn it off. There&#039;s various &amp;quot;business logic&amp;quot; that a server-provided json file can trigger to have suggestions be shown or not shown.&lt;br /&gt;
&lt;br /&gt;
===Context===  &lt;br /&gt;
&lt;br /&gt;
There are 17 bugs to uplift from Aurora40 to Beta39:&lt;br /&gt;
&lt;br /&gt;
Onboarding:&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1138818 1138818] - New tab user onboarding for sponsored suggested tiles&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1165430 1165430] - Switch unlocalizable &amp;quot;Example Title&amp;quot; to &amp;quot;mozilla.org&amp;quot; &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1165525 1165525] - Onboarding messaging poorly words how to turn off suggestions by implying blank is the only way &lt;br /&gt;
&lt;br /&gt;
UI changes:&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1158853 1158853] - Replace history tile titles with base domains and include titles as part of tiles&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1158859 1158859] - Update newtab cog menu styling&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1138817 1138817] - Change [SPONSORED] tags to [SUGGESTED] and add [SUGGESTED] tags for suggested tiles&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1165386 1165386] - Always show SPONSORED for any type of sponsored tiles and SUGGESTED for other suggested &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1167805 1167805] - Not enough padding for page title causing pin icon to overlap &lt;br /&gt;
&lt;br /&gt;
Business logic:&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1156549 1156549] - Allow ramp up time for campaigns with strict start/stop times &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1159571 1159571] - Use server provided frequency caps for daily and lifetime totals &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1139496 1139496] - Allow server provided explanation / ad group name to be displayed on Suggested Tiles &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1159884 1159884] - Implement inadjacency with a hardcoded list of hashed sites &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1145428 1145428] - Suggested Tiles pins (becomes a user history tile after end time) &lt;br /&gt;
&lt;br /&gt;
Misc fixes:&lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1045766 1045766] - Add telemetry of users who can see new tab Tile suggestions &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1160369 1160369] - Allow for sponsored suggested tiles &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1166552 1166552] - browser_newtab_reportLinkAction.js fails on timeout &lt;br /&gt;
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1167243 1167243] - Intermittent browser_newtab_enhanced.js | Suggested for {&#039;Web Education&#039;|&#039;Technology&#039;} enthusiasts&lt;br /&gt;
&lt;br /&gt;
===Enabling the feature===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* The UX planned for Suggested Tiles is available [https://bug1150228.bugzilla.mozilla.org/attachment.cgi?id=8592387 here].&lt;br /&gt;
&lt;br /&gt;
== Test cases ==&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Targeted scenarios===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bug work ==&lt;br /&gt;
====== Tracking bugs ======&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1140185 Bug 1140185] - Suggested Tiles: v1.0 Sponsored Release (FX 39)&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1140185 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1140185 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Bug 1120311] - Suggested tiles: Affiliate Release (FX 38)&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1120311 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;list_id=1120311&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1120311 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1148859 Bug 1148859] - Uplift to 38 Suggested tiles: Affiliate Release&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1148859 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;list_id=1148859&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1148859 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;Back-out bug&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1156921 Bug 1156921] - Backout Suggested Tiles (bug 1120311) from 38.0&lt;br /&gt;
* Keep Suggested Tiles for 38.0.5/38.1 [https://bugzilla.mozilla.org/show_bug.cgi?id=1157309  (bug 1120311) ]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
====== Bug triage +/- for verification ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1105360 Bug 1105360] - Only enhance tiles that are explicitly enhanceable&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126186 Bug 1126186] - Allow users to turn off recommendations&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126188 Bug 1126188] - Show explanation text for a suggested tile with appropriate styling&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1140496 Bug 1140496] - Only show a suggested tile url for some number of times or until clicked&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1143797 Bug 1143797] - Allow clicking on suggested explanation text to see overlay explaining the suggested tile&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1146146 Bug 1146146] - Maximize the number of rows of tiles by reducing the suggested explanation maximum line count to 2 instead of 3&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1146249 Bug 1146249] - Tiles on the newtab page don&#039;t wrap properly&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126182 Bug 1126182] - Extract related tiles data from links json and store for later selection&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126183 Bug 1126183] - Provide a way to check if a site is part of the top 100 PlacesProvider links&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126184 Bug 1126184] - Select a single related tile to show as the first unpinned tile&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1136208 Bug 1136208] - Rename various references of related in Firefox&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1143745 Bug 1143745] - Update the way Firefox reads directoryLinks.json sent from the server for the tiles v3 endpoint&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149021 Bug 1149021] - Suggested tile with just an image shows a thumbnail instead&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149680 Bug 1149680] - Include Firefox channel in tiles fetch&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149682 Bug 1149682] - Filter suggested tiles to only allow non-sponsored content&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1152145 Bug 1152145] - Filter for specific suggested tiles adgroups/buckets/frecent_sites lists with display name for 38&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====== Bug fix verification ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[VERI]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id= Bug ] - title&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====== Logged bugs ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
[https://bugzilla.mozilla.org/show_bug.cgi?id= Bug ] - Title&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sign off ==&lt;br /&gt;
===Criteria===&lt;br /&gt;
* All the blocker, critical, major bugs have been fixed.&lt;br /&gt;
&lt;br /&gt;
===Results===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merge to Beta Sign-off&#039;&#039;&#039; &lt;br /&gt;
* {{ok|}} Beta 38 &#039;&#039;(date)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merge to Release Sign-off&#039;&#039;&#039;&lt;br /&gt;
* {{ok|}} RC 38.0 &#039;&#039;(date)&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=QA/Suggested_Tiles/Test_Plan&amp;diff=1077115</id>
		<title>QA/Suggested Tiles/Test Plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=QA/Suggested_Tiles/Test_Plan&amp;diff=1077115"/>
		<updated>2015-05-28T03:15:50Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Suggested Tiles */ updating for sponsored suggested&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Suggested Tiles =&lt;br /&gt;
== Ownership ==&lt;br /&gt;
Developer contact: Ed Lee, :Mardak on IRC&lt;br /&gt;
&lt;br /&gt;
QA Lead: [mailto:corne.ionce@softvision.ro Cornel Ionce], :cornel_ionce on IRC&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
===Overview===&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Nightly 41: landed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Aurora 40: uplifted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Beta 39: partially uplifted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[BACKED OUT]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Release 38: backed-out&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[BACKED OUT]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Release 38.0.5: backed-out&lt;br /&gt;
&lt;br /&gt;
===Risk analysis===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Event !! Probability !! Impact !! Current situation !! Mitigation steps&lt;br /&gt;
|-&lt;br /&gt;
| TBD|| TBD|| TBD|| TBD || TBD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
Suggested Tiles is a new feature on the new tab page where users who visit certain sites see additional content. There&#039;s new onboarding experiences for new as well as existing users that explains the feature and how to turn it off. There&#039;s various &amp;quot;business logic&amp;quot; that a server-provided json file can trigger to have suggestions be shown or not shown.&lt;br /&gt;
&lt;br /&gt;
===Context===  &lt;br /&gt;
&lt;br /&gt;
There are 17 bugs to uplift from Aurora40 to Beta39:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enabling the feature===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* The UX planned for Suggested Tiles is available [https://bug1150228.bugzilla.mozilla.org/attachment.cgi?id=8592387 here].&lt;br /&gt;
&lt;br /&gt;
== Test cases ==&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Targeted scenarios===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bug work ==&lt;br /&gt;
====== Tracking bugs ======&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1140185 Bug 1140185] - Suggested Tiles: v1.0 Sponsored Release (FX 39)&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1140185 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1140185 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Bug 1120311] - Suggested tiles: Affiliate Release (FX 38)&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1120311 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;list_id=1120311&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1120311 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1148859 Bug 1148859] - Uplift to 38 Suggested tiles: Affiliate Release&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1148859 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;list_id=1148859&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1148859 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;Back-out bug&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1156921 Bug 1156921] - Backout Suggested Tiles (bug 1120311) from 38.0&lt;br /&gt;
* Keep Suggested Tiles for 38.0.5/38.1 [https://bugzilla.mozilla.org/show_bug.cgi?id=1157309  (bug 1120311) ]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
====== Bug triage +/- for verification ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1105360 Bug 1105360] - Only enhance tiles that are explicitly enhanceable&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126186 Bug 1126186] - Allow users to turn off recommendations&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126188 Bug 1126188] - Show explanation text for a suggested tile with appropriate styling&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1140496 Bug 1140496] - Only show a suggested tile url for some number of times or until clicked&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1143797 Bug 1143797] - Allow clicking on suggested explanation text to see overlay explaining the suggested tile&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1146146 Bug 1146146] - Maximize the number of rows of tiles by reducing the suggested explanation maximum line count to 2 instead of 3&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1146249 Bug 1146249] - Tiles on the newtab page don&#039;t wrap properly&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126182 Bug 1126182] - Extract related tiles data from links json and store for later selection&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126183 Bug 1126183] - Provide a way to check if a site is part of the top 100 PlacesProvider links&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126184 Bug 1126184] - Select a single related tile to show as the first unpinned tile&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1136208 Bug 1136208] - Rename various references of related in Firefox&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1143745 Bug 1143745] - Update the way Firefox reads directoryLinks.json sent from the server for the tiles v3 endpoint&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149021 Bug 1149021] - Suggested tile with just an image shows a thumbnail instead&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149680 Bug 1149680] - Include Firefox channel in tiles fetch&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149682 Bug 1149682] - Filter suggested tiles to only allow non-sponsored content&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1152145 Bug 1152145] - Filter for specific suggested tiles adgroups/buckets/frecent_sites lists with display name for 38&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====== Bug fix verification ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[VERI]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id= Bug ] - title&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====== Logged bugs ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
[https://bugzilla.mozilla.org/show_bug.cgi?id= Bug ] - Title&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sign off ==&lt;br /&gt;
===Criteria===&lt;br /&gt;
* All the blocker, critical, major bugs have been fixed.&lt;br /&gt;
&lt;br /&gt;
===Results===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merge to Beta Sign-off&#039;&#039;&#039; &lt;br /&gt;
* {{ok|}} Beta 38 &#039;&#039;(date)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merge to Release Sign-off&#039;&#039;&#039;&lt;br /&gt;
* {{ok|}} RC 38.0 &#039;&#039;(date)&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=QA/Suggested_Tiles/Test_Plan&amp;diff=1077113</id>
		<title>QA/Suggested Tiles/Test Plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=QA/Suggested_Tiles/Test_Plan&amp;diff=1077113"/>
		<updated>2015-05-28T02:56:40Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Overview */ update for suggested in 39&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Suggested Tiles =&lt;br /&gt;
== Ownership ==&lt;br /&gt;
Developer contact: Ed Lee, :Mardak on IRC&lt;br /&gt;
&lt;br /&gt;
QA Lead: [mailto:corne.ionce@softvision.ro Cornel Ionce], :cornel_ionce on IRC&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
===Overview===&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Nightly 41: landed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Aurora 40: uplifted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;[LANDED]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Beta 39: partially uplifted&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[BACKED OUT]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Release 38: backed-out&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;[BACKED OUT]&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;/small&amp;gt; Release 38.0.5: backed-out&lt;br /&gt;
&lt;br /&gt;
===Risk analysis===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Event !! Probability !! Impact !! Current situation !! Mitigation steps&lt;br /&gt;
|-&lt;br /&gt;
| TBD|| TBD|| TBD|| TBD || TBD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
===Context===  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Enabling the feature===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* The UX planned for Suggested Tiles is available [https:// here].&lt;br /&gt;
&lt;br /&gt;
== Test cases ==&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Targeted scenarios===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bug work ==&lt;br /&gt;
====== Tracking bugs ======&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Bug 1120311] - Suggested tiles: Affiliate Release (FX 38)&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1120311 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;list_id=1120311&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1120311 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;meta&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1148859 Bug 1148859] - Uplift to 38 Suggested tiles: Affiliate Release&lt;br /&gt;
* blocks: [https://bugzilla.mozilla.org/buglist.cgi?f1=dependson&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1148859 bugzilla query]&lt;br /&gt;
* depends on: [https://bugzilla.mozilla.org/buglist.cgi?f1=blocked&amp;amp;list_id=1148859&amp;amp;o1=equals&amp;amp;query_format=advanced&amp;amp;v1=1148859 bugzilla query]&lt;br /&gt;
&#039;&#039;&#039;Back-out bug&#039;&#039;&#039;: [https://bugzilla.mozilla.org/show_bug.cgi?id=1156921 Bug 1156921] - Backout Suggested Tiles (bug 1120311) from 38.0&lt;br /&gt;
* Keep Suggested Tiles for 38.0.5/38.1 [https://bugzilla.mozilla.org/show_bug.cgi?id=1157309  (bug 1120311) ]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
====== Bug triage +/- for verification ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1105360 Bug 1105360] - Only enhance tiles that are explicitly enhanceable&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126186 Bug 1126186] - Allow users to turn off recommendations&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126188 Bug 1126188] - Show explanation text for a suggested tile with appropriate styling&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1140496 Bug 1140496] - Only show a suggested tile url for some number of times or until clicked&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1143797 Bug 1143797] - Allow clicking on suggested explanation text to see overlay explaining the suggested tile&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1146146 Bug 1146146] - Maximize the number of rows of tiles by reducing the suggested explanation maximum line count to 2 instead of 3&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY+]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1146249 Bug 1146249] - Tiles on the newtab page don&#039;t wrap properly&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126182 Bug 1126182] - Extract related tiles data from links json and store for later selection&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126183 Bug 1126183] - Provide a way to check if a site is part of the top 100 PlacesProvider links&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1126184 Bug 1126184] - Select a single related tile to show as the first unpinned tile&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1136208 Bug 1136208] - Rename various references of related in Firefox&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1143745 Bug 1143745] - Update the way Firefox reads directoryLinks.json sent from the server for the tiles v3 endpoint&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149021 Bug 1149021] - Suggested tile with just an image shows a thumbnail instead&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149680 Bug 1149680] - Include Firefox channel in tiles fetch&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1149682 Bug 1149682] - Filter suggested tiles to only allow non-sponsored content&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;&#039;&#039;&#039;[QE-VERIFY-]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id=1152145 Bug 1152145] - Filter for specific suggested tiles adgroups/buckets/frecent_sites lists with display name for 38&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====== Bug fix verification ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&#039;&#039;&#039;[VERI]&#039;&#039;&#039;&amp;lt;/font&amp;gt; [https://bugzilla.mozilla.org/show_bug.cgi?id= Bug ] - title&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:auto&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====== Logged bugs ======&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
[https://bugzilla.mozilla.org/show_bug.cgi?id= Bug ] - Title&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sign off ==&lt;br /&gt;
===Criteria===&lt;br /&gt;
* All the blocker, critical, major bugs have been fixed.&lt;br /&gt;
&lt;br /&gt;
===Results===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merge to Beta Sign-off&#039;&#039;&#039; &lt;br /&gt;
* {{ok|}} Beta 38 &#039;&#039;(date)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Merge to Release Sign-off&#039;&#039;&#039;&lt;br /&gt;
* {{ok|}} RC 38.0 &#039;&#039;(date)&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074311</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074311"/>
		<updated>2015-05-12T22:40:13Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Technical Details */ data collection covered by in tree docs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [http://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html In-Tree Technical Documentation]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Firefox&#039;&#039;&#039; code related to the new tab page that powers Tiles.&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/base/content/newtab/&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/modules/DirectoryLinksProvider.jsm&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Onyx&#039;&#039;&#039; is a link server and engagement metrics aggregator for Firefox Tiles handling the delivery and receiving the metrics of Tiles via 3 data endpoints.&lt;br /&gt;
** https://github.com/mozilla/onyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Infernyx&#039;&#039;&#039; contains the rules to extract the metrics data and handles the immediate data processing of raw received data into aggregate data.&lt;br /&gt;
** https://github.com/mozilla/infernyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Splice&#039;&#039;&#039; is our ingestion, validation, and authoring tool that makes sure tiles are processed, then published to the correct locale and country for Firefox users. It also contains the schemas for the metrics data.&lt;br /&gt;
** https://github.com/mozilla/splice&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1074310</id>
		<title>Tiles/Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1074310"/>
		<updated>2015-05-12T22:39:52Z</updated>

		<summary type="html">&lt;p&gt;Mardak: redirect to intree doc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Tiles#Technical_Details]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074309</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074309"/>
		<updated>2015-05-12T22:38:57Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Technical Details */ specify in tree&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [http://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html In-Tree Technical Documentation]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Firefox&#039;&#039;&#039; code related to the new tab page that powers Tiles.&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/base/content/newtab/&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/modules/DirectoryLinksProvider.jsm&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Onyx&#039;&#039;&#039; is a link server and engagement metrics aggregator for Firefox Tiles handling the delivery and receiving the metrics of Tiles via 3 data endpoints.&lt;br /&gt;
** https://github.com/mozilla/onyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Infernyx&#039;&#039;&#039; contains the rules to extract the metrics data and handles the immediate data processing of raw received data into aggregate data.&lt;br /&gt;
** https://github.com/mozilla/infernyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Splice&#039;&#039;&#039; is our ingestion, validation, and authoring tool that makes sure tiles are processed, then published to the correct locale and country for Firefox users. It also contains the schemas for the metrics data.&lt;br /&gt;
** https://github.com/mozilla/splice&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Technical_Documentation&amp;diff=1074308</id>
		<title>Tiles/Technical Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Technical_Documentation&amp;diff=1074308"/>
		<updated>2015-05-12T22:38:15Z</updated>

		<summary type="html">&lt;p&gt;Mardak: change to redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Tiles#Technical_Details]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074307</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074307"/>
		<updated>2015-05-12T22:35:04Z</updated>

		<summary type="html">&lt;p&gt;Mardak: add source code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [http://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html Technical Documentation]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Firefox&#039;&#039;&#039; code related to the new tab page that powers Tiles.&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/base/content/newtab/&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/modules/DirectoryLinksProvider.jsm&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Onyx&#039;&#039;&#039; is a link server and engagement metrics aggregator for Firefox Tiles handling the delivery and receiving the metrics of Tiles via 3 data endpoints.&lt;br /&gt;
** https://github.com/mozilla/onyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Infernyx&#039;&#039;&#039; contains the rules to extract the metrics data and handles the immediate data processing of raw received data into aggregate data.&lt;br /&gt;
** https://github.com/mozilla/infernyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Splice&#039;&#039;&#039; is our ingestion, validation, and authoring tool that makes sure tiles are processed, then published to the correct locale and country for Firefox users. It also contains the schemas for the metrics data.&lt;br /&gt;
** https://github.com/mozilla/splice&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074306</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074306"/>
		<updated>2015-05-12T22:33:14Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Technical Details */ update link syntax&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [http://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html Technical Documentation]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074305</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074305"/>
		<updated>2015-05-12T22:32:56Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Technical Details */ fix link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [http://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html|Technical Documentation]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074304</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1074304"/>
		<updated>2015-05-12T22:32:35Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Technical Details */ use in tree docs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [[http://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html|Technical Documentation]]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1072632</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1072632"/>
		<updated>2015-05-06T16:01:27Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Tiles */ reverting to &amp;quot;frecency&amp;quot; and clarifying&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on “frecency” (an algorithm that combines your recency of visiting a site and your frequency of visiting a site).  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [[Tiles/Technical Documentation|Technical Documentation]]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071020</id>
		<title>Content services</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071020"/>
		<updated>2015-04-29T09:09:24Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Product Guidelines */ user choice controls&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content Services Overview  =&lt;br /&gt;
&lt;br /&gt;
The Content Services Team was formed in late 2013 to explore opportunities that will provide additional value to our users, strongly align with our mission, and over time, generate new sources of diversified revenue.&lt;br /&gt;
&lt;br /&gt;
The team works to make the web economically and socially sustainable.  We want to sustain it economically, to ensure that the Web remains a place of economic opportunity for content creators.  And we wish to make is socially sustainable, meaning that we wish to address the &amp;quot;maladies&amp;quot; that the advertising-supported content ecosystem has engendered on the Web, including: &lt;br /&gt;
* poor user experience&lt;br /&gt;
* widespread use of proprietary technology on the Web&lt;br /&gt;
* ad fraud&lt;br /&gt;
* lack of user control over data resulting in a loss of privacy&lt;br /&gt;
&lt;br /&gt;
Our current mission is to provide in-browser promoted content experiences for advertisers who want better, higher-quality relationships with their audience and who choose Mozilla Content Services in order to have a future-facing, ethical partner with scale.&lt;br /&gt;
&lt;br /&gt;
== Product Guidelines ==&lt;br /&gt;
&lt;br /&gt;
To achieve our mission, we build products that rely on users trusting Mozilla including code that is in Firefox and add-ons as well as our services. We want to earn trust by being transparent with our policies, processes, and open source code. While not a strict requirement for releasing a new product, we will try to build trust into code so that users do not have to rely on Mozilla services operating according to policy. If our services need to collect data, we intend to only use the minimal amount of data necessary to answer specific questions, and we will document the behaviors and communicate to users/community that this is happening. We will also build controls into the products to provide better user choice as well as an easy mechanism to turn things off.&lt;br /&gt;
&lt;br /&gt;
== Product Roadmaps==&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Directory Tiles]===&lt;br /&gt;
:Every time a user opens up a new tab in Firefox, the browser displays Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles. We look to leverage the Tiles on our New Tab pages and make them a source of revenue for Mozilla. There are a few opportunities that we began tests in market (first in pre-release channels) in 2014 and the first of which is to provide sponsored content on First-Run-Tiles known as Directory Tiles. This began testing in 2014 Q2/3. The successes here led to work on additional Tile enhancements outside of First-Run.&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Suggested Tiles]===&lt;br /&gt;
:For existing users with browsing history, we want to provide users valuable content of new places to visit. We provide Firefox with additional data that it uses to decide if a suggestion should be made on the New Tab page. For example, if a user tends to visit web development sites, we can make a suggestion to visit &amp;quot;Mozilla Developer Network.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===[https://intranet.mozilla.org/UP UP/Intent Engine]===&lt;br /&gt;
:[https://intranet.mozilla.org/UP UP] is our Intent Engine for across Mozilla that helps us deliver personalization platforms for all of our products and services. Our 2014 strategy is to keep building our UP platform to make it available to the desktop, OS, services, and other products and have the bridges built this year that each product team has the ability to read/write to it. We will do limited tests in Q2/3/4 of this year to test different Intent Engine modules (such as tasks, discovery, personalization, ads).   Within UP, we have a particular focus around Intentcasting and VRM.&lt;br /&gt;
&lt;br /&gt;
== Content Services Resources==&lt;br /&gt;
&lt;br /&gt;
Doc Searls&#039; [http://www.amazon.com/The-Intention-Economy-Customers-Charge/dp/1422158527 Intention Economy Book.] &lt;br /&gt;
&lt;br /&gt;
Check out our [https://blog.mozilla.org/advancingcontent/ Official Content Services Blog.]&lt;br /&gt;
&lt;br /&gt;
Join our Interest mailing list [https://mail.mozilla.org/listinfo/contentservices-distro ContentServices Distro]&lt;br /&gt;
&lt;br /&gt;
Reach out on email to [mailto:contentservices@mozilla.com?Subject=Your%20Subject%20Here the Content Services Team]&lt;br /&gt;
&lt;br /&gt;
Find us on IRC  #mozcontent&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071019</id>
		<title>Content services</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071019"/>
		<updated>2015-04-29T09:07:32Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Product Guidelines */ collecting data not just from Firefox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content Services Overview  =&lt;br /&gt;
&lt;br /&gt;
The Content Services Team was formed in late 2013 to explore opportunities that will provide additional value to our users, strongly align with our mission, and over time, generate new sources of diversified revenue.&lt;br /&gt;
&lt;br /&gt;
The team works to make the web economically and socially sustainable.  We want to sustain it economically, to ensure that the Web remains a place of economic opportunity for content creators.  And we wish to make is socially sustainable, meaning that we wish to address the &amp;quot;maladies&amp;quot; that the advertising-supported content ecosystem has engendered on the Web, including: &lt;br /&gt;
* poor user experience&lt;br /&gt;
* widespread use of proprietary technology on the Web&lt;br /&gt;
* ad fraud&lt;br /&gt;
* lack of user control over data resulting in a loss of privacy&lt;br /&gt;
&lt;br /&gt;
Our current mission is to provide in-browser promoted content experiences for advertisers who want better, higher-quality relationships with their audience and who choose Mozilla Content Services in order to have a future-facing, ethical partner with scale.&lt;br /&gt;
&lt;br /&gt;
== Product Guidelines ==&lt;br /&gt;
&lt;br /&gt;
To achieve our mission, we build products that rely on users trusting Mozilla including code that is in Firefox and add-ons as well as our services. We want to earn trust by being transparent with our policies, processes, and open source code. While not a strict requirement for releasing a new product, we will try to build trust into code so that users do not have to rely on Mozilla services operating according to policy. If our services need to collect data, we intend to only use the minimal amount of data necessary to answer specific questions, and we will document the behaviors and communicate to users/community that this is happening.&lt;br /&gt;
&lt;br /&gt;
== Product Roadmaps==&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Directory Tiles]===&lt;br /&gt;
:Every time a user opens up a new tab in Firefox, the browser displays Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles. We look to leverage the Tiles on our New Tab pages and make them a source of revenue for Mozilla. There are a few opportunities that we began tests in market (first in pre-release channels) in 2014 and the first of which is to provide sponsored content on First-Run-Tiles known as Directory Tiles. This began testing in 2014 Q2/3. The successes here led to work on additional Tile enhancements outside of First-Run.&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Suggested Tiles]===&lt;br /&gt;
:For existing users with browsing history, we want to provide users valuable content of new places to visit. We provide Firefox with additional data that it uses to decide if a suggestion should be made on the New Tab page. For example, if a user tends to visit web development sites, we can make a suggestion to visit &amp;quot;Mozilla Developer Network.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===[https://intranet.mozilla.org/UP UP/Intent Engine]===&lt;br /&gt;
:[https://intranet.mozilla.org/UP UP] is our Intent Engine for across Mozilla that helps us deliver personalization platforms for all of our products and services. Our 2014 strategy is to keep building our UP platform to make it available to the desktop, OS, services, and other products and have the bridges built this year that each product team has the ability to read/write to it. We will do limited tests in Q2/3/4 of this year to test different Intent Engine modules (such as tasks, discovery, personalization, ads).   Within UP, we have a particular focus around Intentcasting and VRM.&lt;br /&gt;
&lt;br /&gt;
== Content Services Resources==&lt;br /&gt;
&lt;br /&gt;
Doc Searls&#039; [http://www.amazon.com/The-Intention-Economy-Customers-Charge/dp/1422158527 Intention Economy Book.] &lt;br /&gt;
&lt;br /&gt;
Check out our [https://blog.mozilla.org/advancingcontent/ Official Content Services Blog.]&lt;br /&gt;
&lt;br /&gt;
Join our Interest mailing list [https://mail.mozilla.org/listinfo/contentservices-distro ContentServices Distro]&lt;br /&gt;
&lt;br /&gt;
Reach out on email to [mailto:contentservices@mozilla.com?Subject=Your%20Subject%20Here the Content Services Team]&lt;br /&gt;
&lt;br /&gt;
Find us on IRC  #mozcontent&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071018</id>
		<title>Content services</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071018"/>
		<updated>2015-04-29T09:06:19Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Product Guidelines */ requirement for releasing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content Services Overview  =&lt;br /&gt;
&lt;br /&gt;
The Content Services Team was formed in late 2013 to explore opportunities that will provide additional value to our users, strongly align with our mission, and over time, generate new sources of diversified revenue.&lt;br /&gt;
&lt;br /&gt;
The team works to make the web economically and socially sustainable.  We want to sustain it economically, to ensure that the Web remains a place of economic opportunity for content creators.  And we wish to make is socially sustainable, meaning that we wish to address the &amp;quot;maladies&amp;quot; that the advertising-supported content ecosystem has engendered on the Web, including: &lt;br /&gt;
* poor user experience&lt;br /&gt;
* widespread use of proprietary technology on the Web&lt;br /&gt;
* ad fraud&lt;br /&gt;
* lack of user control over data resulting in a loss of privacy&lt;br /&gt;
&lt;br /&gt;
Our current mission is to provide in-browser promoted content experiences for advertisers who want better, higher-quality relationships with their audience and who choose Mozilla Content Services in order to have a future-facing, ethical partner with scale.&lt;br /&gt;
&lt;br /&gt;
== Product Guidelines ==&lt;br /&gt;
&lt;br /&gt;
To achieve our mission, we build products that rely on users trusting Mozilla including code that is in Firefox and add-ons as well as our services. We want to earn trust by being transparent with our policies, processes, and open source code. While not a strict requirement for releasing a new product, we will try to build trust into code so that users do not have to rely on Mozilla services operating according to policy. If our services need to collect data from Firefox, we intend to only use the minimal amount of data necessary to answer specific questions, and we will document the behaviors and communicate to users/community that this is happening.&lt;br /&gt;
&lt;br /&gt;
== Product Roadmaps==&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Directory Tiles]===&lt;br /&gt;
:Every time a user opens up a new tab in Firefox, the browser displays Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles. We look to leverage the Tiles on our New Tab pages and make them a source of revenue for Mozilla. There are a few opportunities that we began tests in market (first in pre-release channels) in 2014 and the first of which is to provide sponsored content on First-Run-Tiles known as Directory Tiles. This began testing in 2014 Q2/3. The successes here led to work on additional Tile enhancements outside of First-Run.&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Suggested Tiles]===&lt;br /&gt;
:For existing users with browsing history, we want to provide users valuable content of new places to visit. We provide Firefox with additional data that it uses to decide if a suggestion should be made on the New Tab page. For example, if a user tends to visit web development sites, we can make a suggestion to visit &amp;quot;Mozilla Developer Network.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===[https://intranet.mozilla.org/UP UP/Intent Engine]===&lt;br /&gt;
:[https://intranet.mozilla.org/UP UP] is our Intent Engine for across Mozilla that helps us deliver personalization platforms for all of our products and services. Our 2014 strategy is to keep building our UP platform to make it available to the desktop, OS, services, and other products and have the bridges built this year that each product team has the ability to read/write to it. We will do limited tests in Q2/3/4 of this year to test different Intent Engine modules (such as tasks, discovery, personalization, ads).   Within UP, we have a particular focus around Intentcasting and VRM.&lt;br /&gt;
&lt;br /&gt;
== Content Services Resources==&lt;br /&gt;
&lt;br /&gt;
Doc Searls&#039; [http://www.amazon.com/The-Intention-Economy-Customers-Charge/dp/1422158527 Intention Economy Book.] &lt;br /&gt;
&lt;br /&gt;
Check out our [https://blog.mozilla.org/advancingcontent/ Official Content Services Blog.]&lt;br /&gt;
&lt;br /&gt;
Join our Interest mailing list [https://mail.mozilla.org/listinfo/contentservices-distro ContentServices Distro]&lt;br /&gt;
&lt;br /&gt;
Reach out on email to [mailto:contentservices@mozilla.com?Subject=Your%20Subject%20Here the Content Services Team]&lt;br /&gt;
&lt;br /&gt;
Find us on IRC  #mozcontent&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071015</id>
		<title>Content services</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071015"/>
		<updated>2015-04-29T09:02:42Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Product Roadmaps */ suggested tiles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content Services Overview  =&lt;br /&gt;
&lt;br /&gt;
The Content Services Team was formed in late 2013 to explore opportunities that will provide additional value to our users, strongly align with our mission, and over time, generate new sources of diversified revenue.&lt;br /&gt;
&lt;br /&gt;
The team works to make the web economically and socially sustainable.  We want to sustain it economically, to ensure that the Web remains a place of economic opportunity for content creators.  And we wish to make is socially sustainable, meaning that we wish to address the &amp;quot;maladies&amp;quot; that the advertising-supported content ecosystem has engendered on the Web, including: &lt;br /&gt;
* poor user experience&lt;br /&gt;
* widespread use of proprietary technology on the Web&lt;br /&gt;
* ad fraud&lt;br /&gt;
* lack of user control over data resulting in a loss of privacy&lt;br /&gt;
&lt;br /&gt;
Our current mission is to provide in-browser promoted content experiences for advertisers who want better, higher-quality relationships with their audience and who choose Mozilla Content Services in order to have a future-facing, ethical partner with scale.&lt;br /&gt;
&lt;br /&gt;
== Product Guidelines ==&lt;br /&gt;
&lt;br /&gt;
To achieve our mission, we build products that rely on users trusting Mozilla including code that is in Firefox and add-ons as well as our services. We want to earn trust by being transparent with our policies, processes, and open source code. While not a strict requirement, we will try to build trust into code so that users do not have to rely on Mozilla services operating according to policy. If our services need to collect data from Firefox, we intend to only use the minimal amount of data necessary to answer specific questions, and we will document the behaviors and communicate to users/community that this is happening.&lt;br /&gt;
&lt;br /&gt;
== Product Roadmaps==&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Directory Tiles]===&lt;br /&gt;
:Every time a user opens up a new tab in Firefox, the browser displays Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles. We look to leverage the Tiles on our New Tab pages and make them a source of revenue for Mozilla. There are a few opportunities that we began tests in market (first in pre-release channels) in 2014 and the first of which is to provide sponsored content on First-Run-Tiles known as Directory Tiles. This began testing in 2014 Q2/3. The successes here led to work on additional Tile enhancements outside of First-Run.&lt;br /&gt;
&lt;br /&gt;
===[https://wiki.mozilla.org/Tiles Suggested Tiles]===&lt;br /&gt;
:For existing users with browsing history, we want to provide users valuable content of new places to visit. We provide Firefox with additional data that it uses to decide if a suggestion should be made on the New Tab page. For example, if a user tends to visit web development sites, we can make a suggestion to visit &amp;quot;Mozilla Developer Network.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===[https://intranet.mozilla.org/UP UP/Intent Engine]===&lt;br /&gt;
:[https://intranet.mozilla.org/UP UP] is our Intent Engine for across Mozilla that helps us deliver personalization platforms for all of our products and services. Our 2014 strategy is to keep building our UP platform to make it available to the desktop, OS, services, and other products and have the bridges built this year that each product team has the ability to read/write to it. We will do limited tests in Q2/3/4 of this year to test different Intent Engine modules (such as tasks, discovery, personalization, ads).   Within UP, we have a particular focus around Intentcasting and VRM.&lt;br /&gt;
&lt;br /&gt;
== Content Services Resources==&lt;br /&gt;
&lt;br /&gt;
Doc Searls&#039; [http://www.amazon.com/The-Intention-Economy-Customers-Charge/dp/1422158527 Intention Economy Book.] &lt;br /&gt;
&lt;br /&gt;
Check out our [https://blog.mozilla.org/advancingcontent/ Official Content Services Blog.]&lt;br /&gt;
&lt;br /&gt;
Join our Interest mailing list [https://mail.mozilla.org/listinfo/contentservices-distro ContentServices Distro]&lt;br /&gt;
&lt;br /&gt;
Reach out on email to [mailto:contentservices@mozilla.com?Subject=Your%20Subject%20Here the Content Services Team]&lt;br /&gt;
&lt;br /&gt;
Find us on IRC  #mozcontent&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071013</id>
		<title>Content services</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071013"/>
		<updated>2015-04-29T08:58:15Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Directory Tiles */ directory tiles past&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content Services Overview  =&lt;br /&gt;
&lt;br /&gt;
The Content Services Team was formed in late 2013 to explore opportunities that will provide additional value to our users, strongly align with our mission, and over time, generate new sources of diversified revenue.&lt;br /&gt;
&lt;br /&gt;
The team works to make the web economically and socially sustainable.  We want to sustain it economically, to ensure that the Web remains a place of economic opportunity for content creators.  And we wish to make is socially sustainable, meaning that we wish to address the &amp;quot;maladies&amp;quot; that the advertising-supported content ecosystem has engendered on the Web, including: &lt;br /&gt;
* poor user experience&lt;br /&gt;
* widespread use of proprietary technology on the Web&lt;br /&gt;
* ad fraud&lt;br /&gt;
* lack of user control over data resulting in a loss of privacy&lt;br /&gt;
&lt;br /&gt;
Our current mission is to provide in-browser promoted content experiences for advertisers who want better, higher-quality relationships with their audience and who choose Mozilla Content Services in order to have a future-facing, ethical partner with scale.&lt;br /&gt;
&lt;br /&gt;
== Product Guidelines ==&lt;br /&gt;
&lt;br /&gt;
To achieve our mission, we build products that rely on users trusting Mozilla including code that is in Firefox and add-ons as well as our services. We want to earn trust by being transparent with our policies, processes, and open source code. While not a strict requirement, we will try to build trust into code so that users do not have to rely on Mozilla services operating according to policy. If our services need to collect data from Firefox, we intend to only use the minimal amount of data necessary to answer specific questions, and we will document the behaviors and communicate to users/community that this is happening.&lt;br /&gt;
&lt;br /&gt;
== Product Roadmaps==&lt;br /&gt;
&lt;br /&gt;
===Directory Tiles===&lt;br /&gt;
:Every time a user opens up a new tab in Firefox, the browser displays Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles. We look to leverage the Tiles on our New Tab pages and make them a source of revenue for Mozilla. There are a few opportunities that we began tests in market (first in pre-release channels) in 2014 and the first of which is to provide sponsored content on First-Run-Tiles known as Directory Tiles. This began testing in 2014 Q2/3. The successes here led to work on additional Tile enhancements outside of First-Run.&lt;br /&gt;
&lt;br /&gt;
===[https://intranet.mozilla.org/UP UP/Intent Engine]===&lt;br /&gt;
:[https://intranet.mozilla.org/UP UP] is our Intent Engine for across Mozilla that helps us deliver personalization platforms for all of our products and services. Our 2014 strategy is to keep building our UP platform to make it available to the desktop, OS, services, and other products and have the bridges built this year that each product team has the ability to read/write to it. We will do limited tests in Q2/3/4 of this year to test different Intent Engine modules (such as tasks, discovery, personalization, ads).   Within UP, we have a particular focus around Intentcasting and VRM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Content Services Resources==&lt;br /&gt;
&lt;br /&gt;
Doc Searls&#039; [http://www.amazon.com/The-Intention-Economy-Customers-Charge/dp/1422158527 Intention Economy Book.] &lt;br /&gt;
&lt;br /&gt;
Check out our [https://blog.mozilla.org/advancingcontent/ Official Content Services Blog.]&lt;br /&gt;
&lt;br /&gt;
Join our Interest mailing list [https://mail.mozilla.org/listinfo/contentservices-distro ContentServices Distro]&lt;br /&gt;
&lt;br /&gt;
Reach out on email to [mailto:contentservices@mozilla.com?Subject=Your%20Subject%20Here the Content Services Team]&lt;br /&gt;
&lt;br /&gt;
Find us on IRC  #mozcontent&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071012</id>
		<title>Content services</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Content_services&amp;diff=1071012"/>
		<updated>2015-04-29T08:55:57Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Content Services Overview */ product guidelines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Content Services Overview  =&lt;br /&gt;
&lt;br /&gt;
The Content Services Team was formed in late 2013 to explore opportunities that will provide additional value to our users, strongly align with our mission, and over time, generate new sources of diversified revenue.&lt;br /&gt;
&lt;br /&gt;
The team works to make the web economically and socially sustainable.  We want to sustain it economically, to ensure that the Web remains a place of economic opportunity for content creators.  And we wish to make is socially sustainable, meaning that we wish to address the &amp;quot;maladies&amp;quot; that the advertising-supported content ecosystem has engendered on the Web, including: &lt;br /&gt;
* poor user experience&lt;br /&gt;
* widespread use of proprietary technology on the Web&lt;br /&gt;
* ad fraud&lt;br /&gt;
* lack of user control over data resulting in a loss of privacy&lt;br /&gt;
&lt;br /&gt;
Our current mission is to provide in-browser promoted content experiences for advertisers who want better, higher-quality relationships with their audience and who choose Mozilla Content Services in order to have a future-facing, ethical partner with scale.&lt;br /&gt;
&lt;br /&gt;
== Product Guidelines ==&lt;br /&gt;
&lt;br /&gt;
To achieve our mission, we build products that rely on users trusting Mozilla including code that is in Firefox and add-ons as well as our services. We want to earn trust by being transparent with our policies, processes, and open source code. While not a strict requirement, we will try to build trust into code so that users do not have to rely on Mozilla services operating according to policy. If our services need to collect data from Firefox, we intend to only use the minimal amount of data necessary to answer specific questions, and we will document the behaviors and communicate to users/community that this is happening.&lt;br /&gt;
&lt;br /&gt;
== Product Roadmaps==&lt;br /&gt;
&lt;br /&gt;
===Directory Tiles===&lt;br /&gt;
:Every time a user opens up a new tab in Firefox, the browser displays Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles. We look to leverage the Tiles on our New Tab pages and make them a source of revenue for Mozilla. There are a few opportunities that we will test in market (first in pre-release channels) within 2014 and the first of which is to provide sponsored content on First-Run-Tiles known as Directory Tiles. This should begin testing in Q2/3 and we will then work on additional Tile enhancements outside of First-Run.&lt;br /&gt;
&lt;br /&gt;
===[https://intranet.mozilla.org/UP UP/Intent Engine]===&lt;br /&gt;
:[https://intranet.mozilla.org/UP UP] is our Intent Engine for across Mozilla that helps us deliver personalization platforms for all of our products and services. Our 2014 strategy is to keep building our UP platform to make it available to the desktop, OS, services, and other products and have the bridges built this year that each product team has the ability to read/write to it. We will do limited tests in Q2/3/4 of this year to test different Intent Engine modules (such as tasks, discovery, personalization, ads).   Within UP, we have a particular focus around Intentcasting and VRM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Content Services Resources==&lt;br /&gt;
&lt;br /&gt;
Doc Searls&#039; [http://www.amazon.com/The-Intention-Economy-Customers-Charge/dp/1422158527 Intention Economy Book.] &lt;br /&gt;
&lt;br /&gt;
Check out our [https://blog.mozilla.org/advancingcontent/ Official Content Services Blog.]&lt;br /&gt;
&lt;br /&gt;
Join our Interest mailing list [https://mail.mozilla.org/listinfo/contentservices-distro ContentServices Distro]&lt;br /&gt;
&lt;br /&gt;
Reach out on email to [mailto:contentservices@mozilla.com?Subject=Your%20Subject%20Here the Content Services Team]&lt;br /&gt;
&lt;br /&gt;
Find us on IRC  #mozcontent&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Technical_Documentation&amp;diff=1066338</id>
		<title>Tiles/Technical Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Technical_Documentation&amp;diff=1066338"/>
		<updated>2015-04-03T17:58:51Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Tiles Technical Documentation */ high level, suggested object&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles Technical Documentation ==&lt;br /&gt;
&lt;br /&gt;
For information about the &#039;&#039;progress and plans&#039;&#039; for [[Tiles]] see the [[Content services]] page.&lt;br /&gt;
&lt;br /&gt;
For general information about Tiles and the New Tab page see the [[Tiles]] page.&lt;br /&gt;
&lt;br /&gt;
This is technical information for advanced users or enterprise implementers on how Tiles are stored locally and fetched remotely and how you can change it.&lt;br /&gt;
&lt;br /&gt;
=== High Level ===&lt;br /&gt;
&lt;br /&gt;
To potentially show any of Default, Suggested, or Enhanced Tiles, Firefox fetches/downloads -- at most once a day -- a JSON file containing lists of tiles with data to determine if a tile should be shown and what to be shown. Firefox caches that file and decides 1) if there aren&#039;t enough history tiles being shown to fill in with Default Tiles 2) if the user&#039;s top sites match any of the triggering criteria for Suggested Tiles 3) if a visible history tile should be replaced by an Enhanced Tile. Firefox also sends cookieless pings to measure in aggregate which Tiles are useful or not.&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
There are two main preferences for Tiles that control fetching and metrics.&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
This preference tells Firefox where to fetch Tiles from:&lt;br /&gt;
&lt;br /&gt;
   browser.newtabpage.directory.source = https://tiles.services.mozilla.com/v2/links/fetch&lt;br /&gt;
&lt;br /&gt;
This preference can be set to anything that returns JSON, setting this to an empty JSON object will disable Tiles from showing and fetching new Tiles.  With the change below a new user would only see empty Tiles and Firefox could no longer fetch new Tiles.&lt;br /&gt;
&lt;br /&gt;
   browser.newtabpage.directory.source =   data:application/json,{}&lt;br /&gt;
&lt;br /&gt;
==== Ping ====&lt;br /&gt;
&lt;br /&gt;
This preference tells Firefox where Tiles metrics are reported:&lt;br /&gt;
&lt;br /&gt;
   browser.newtabpage.directory.ping = https://tiles.services.mozilla.com/v2/links/&lt;br /&gt;
&lt;br /&gt;
Changing or disabling this pref may prevent Firefox from being able to report metrics on Tiles.  Do not set this to alternate URLs, setting this to nothing will disable the ping.&lt;br /&gt;
&lt;br /&gt;
=== Customizing Tiles ===&lt;br /&gt;
&lt;br /&gt;
If you wanted to have a custom set of Default Tiles, for example in an Enterprise deployment, you could set the source preference to a custom set of local Tiles.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s an example of a custom default tiles &#039;&#039;source&#039;&#039; preference:&lt;br /&gt;
&lt;br /&gt;
  data:application/json,{&lt;br /&gt;
  &amp;quot;directory&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot; : &amp;quot;http://www.mozilla.org/&amp;quot;,&lt;br /&gt;
      &amp;quot;bgColor&amp;quot; : &amp;quot;%234d4e54&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;custom&amp;quot;,&lt;br /&gt;
      &amp;quot;imageURI&amp;quot;: &amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAABWCAQAAADMSHQwAAAFWklEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAABgdu0sNqoyDOP4C1WWgCylKgqKoNRCqaxCiyx2bBGNAVrCJkRkUYFAMEGNVUjYRIIIuAYlBqKAUSBcWEUIBlDCBRU6pKINCAUU0CibbSyL9e%2FNmTdvpudMF2ZGj5nfc%2FcwyZCH6Xd6DlMXTGUbe1jEjYhJMgEK2M5WGiDYZDCJ1QTJRWId4f%2BTDwkpoanT5bKXcgDgEqJpyFrKCJmWGLr2ycNa4rQzQf1OY0RzFdTziaFrn41Yh%2FQTjSqnBaLZA2puYujaZy3Wt06bBepPkhFNIaj5iaFrn4FY0522F3boNohmE6gFiaHrkvmEbNQuw3PoDYlPdP0zmOWsYoRpunkOvT4xdDTj%2F6FpS3vESTo5ZNMBwaYBGeQQIBWJmNsZRB7DybJD1DvN6EE%2BraM0dGdyGct4HiMj3kM3pzdz%2BIzLnEIQ5lJKyC6ynVfdxFJOEPKd52%2Bqk9jNNUIq2MYYBJtxlNSQxc4%2F64t8ykEuAJB63UNns5ojWMdZRqv4DV0IahL7CTcN4UHOEO5rkhBsulOEm13Yn40CalKIICRhdbiOoZOYQRHufqFvvIZeTkgV7t7F3TLEpD%2FeLtIRcTKLmqxz5vk5KkM%2FQxmRXCU5PkPnUF%2BXzGf6VqqI5FeaOK98mer%2BxiqM6tDvUJMV8Rm6J%2BH28T5bwKXfQDHWPYiTHVgvkEZXXsLarJejMdiMJkAp1uyoDi2UgSpiDSvYjPV9fIZOw%2FqS3k6%2FAmunnmU%2Fgsp0uj5YeYiT8Vg9ENf0ohLUbiTKQ%2Fd1Xr2ENO2mgDpHo3gM3RnUAdMPAPWx6T8CNdDlAVAQMTkC9ux1STusq7SK%2BtDCVnbQLqyrJKSClvEYOhXUF6bPBDXd9B9UGzqJS56XyJWgziIuOYyVh8RgaLecJKQ8%2FkPvMn0WqHkeT9UGuJzyTyMm07A6IWFZhbUFifHQN9OF%2B%2BlPFmcJuUCzf3Po%2Fh5Dr6s29ONYwxCTfKyHEGyGYl0gKYZDj2U9pVRS3W808cfQz2IFIkyZj5i0oBJrEBKjoUdxFG9nuMEfQxdEmGsI1mjEZC%2FW60iMhp5HZKdo4I%2Bh50Q4Hh7Bsg88n8MqRWI0dIBwFfzECXOTdBzxx9ATI5zRo7AGYx%2FgWx1jNvRhrJX0ozUNSeEKIUf9MvQDWFMQk5lYd2h%2FGmsWEqOhO2EtNteHKkIO%2B2XoplwGtQgxeRvUSW0%2FwdqH1GvoSlI8hl6g7QisttrfBeqQX4YWPgf1FWJyDNR7TvckVhUpdRg6HdQ1bvG4Y12o7QSslq73oyX%2BGXoIVlePL8F0QxDuxKrkPqQOQ9%2BLlezx93rV4xqRqX17UBf9M7QQBHWeCbSmBeO4Uu3pXXNKsUrIYlhYRpLkOXQbz7vQt0Ad1LYb1iHnVO%2FFfqxh%2Fhk6FbAq%2BAPrvPPtueGA9RfVnaah59DCMaydPOz0U7FKWOt62T3PJnYQ7hyZfhlayMfbZdJqfpWagUQYugALtjl9S8I47zmO2gjGfuh0FD%2BYPtvjrq0QRQ5iEqAMN0G6mCcONWvlDG3dbb43egBcT%2BqJWPCafd4Y8b%2Foyuka%2B6E7UOwkyBrTdze9PQsXEtQ%2F6YnY0IjZFNmDgW94CjEZTHHEBHlTB91u%2BtsQM%2FUbVJj36Gt%2BqoIo1ms%2Fi9NYUEw%2FhNkAQIY%2Fv0DTiVzGMJps2iExSgqPMpknCJBCEmLSh%2FFMZgTpNDJtY%2FJZyga2spFXGKr9SIoYhfwXh%2F6nHToQAQAAAADkb73IbXCjR49u9OhGjx7d6NGNHj260aMbPXp0o0c3evToRo8OZGoOg%2BFHUXQAAAAASUVORK5CYII%3D&amp;quot;,&lt;br /&gt;
      &amp;quot;title&amp;quot;: &amp;quot;Mozilla%20Foundation&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
   ]&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
=== JSON Format ===&lt;br /&gt;
&lt;br /&gt;
The Tile JSON format is a simple object, the top level keys group together the different types of Tiles.&lt;br /&gt;
&lt;br /&gt;
At a high level the data object looks like this:&lt;br /&gt;
&lt;br /&gt;
   { &amp;quot;directory&amp;quot; : [ ARRAY OF DEFAULT TILE OBJECTS ], &amp;quot;suggested&amp;quot; : [ ARRAY OF SUGGESTED TILE OBJECTS ], &amp;quot;enhanced&amp;quot; : [ ARRAY OF ENHANCED TILE OBJECTS ]}&lt;br /&gt;
&lt;br /&gt;
Each Default Tile object requires a few attributes, most of which are self explanatory.&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot; : &amp;quot;http://www.mozilla.org/&amp;quot;,&lt;br /&gt;
      &amp;quot;bgColor&amp;quot; : &amp;quot;#4d4e54&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;custom&amp;quot;,&lt;br /&gt;
      &amp;quot;imageURI&amp;quot;: &amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAABWCAQAAADMSHQwAAAFWklEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAABgdu0sNqoyDOP4C1WWgCylKgqKoNRCqaxCiyx2bBGNAVrCJkRkUYFAMEGNVUjYRIIIuAYlBqKAUSBcWEUIBlDCBRU6pKINCAUU0CibbSyL9e%2FNmTdvpudMF2ZGj5nfc%2FcwyZCH6Xd6DlMXTGUbe1jEjYhJMgEK2M5WGiDYZDCJ1QTJRWId4f%2BTDwkpoanT5bKXcgDgEqJpyFrKCJmWGLr2ycNa4rQzQf1OY0RzFdTziaFrn41Yh%2FQTjSqnBaLZA2puYujaZy3Wt06bBepPkhFNIaj5iaFrn4FY0522F3boNohmE6gFiaHrkvmEbNQuw3PoDYlPdP0zmOWsYoRpunkOvT4xdDTj%2F6FpS3vESTo5ZNMBwaYBGeQQIBWJmNsZRB7DybJD1DvN6EE%2BraM0dGdyGct4HiMj3kM3pzdz%2BIzLnEIQ5lJKyC6ynVfdxFJOEPKd52%2Bqk9jNNUIq2MYYBJtxlNSQxc4%2F64t8ykEuAJB63UNns5ojWMdZRqv4DV0IahL7CTcN4UHOEO5rkhBsulOEm13Yn40CalKIICRhdbiOoZOYQRHufqFvvIZeTkgV7t7F3TLEpD%2FeLtIRcTKLmqxz5vk5KkM%2FQxmRXCU5PkPnUF%2BXzGf6VqqI5FeaOK98mer%2BxiqM6tDvUJMV8Rm6J%2BH28T5bwKXfQDHWPYiTHVgvkEZXXsLarJejMdiMJkAp1uyoDi2UgSpiDSvYjPV9fIZOw%2FqS3k6%2FAmunnmU%2Fgsp0uj5YeYiT8Vg9ENf0ohLUbiTKQ%2Fd1Xr2ENO2mgDpHo3gM3RnUAdMPAPWx6T8CNdDlAVAQMTkC9ux1STusq7SK%2BtDCVnbQLqyrJKSClvEYOhXUF6bPBDXd9B9UGzqJS56XyJWgziIuOYyVh8RgaLecJKQ8%2FkPvMn0WqHkeT9UGuJzyTyMm07A6IWFZhbUFifHQN9OF%2B%2BlPFmcJuUCzf3Po%2Fh5Dr6s29ONYwxCTfKyHEGyGYl0gKYZDj2U9pVRS3W808cfQz2IFIkyZj5i0oBJrEBKjoUdxFG9nuMEfQxdEmGsI1mjEZC%2FW60iMhp5HZKdo4I%2Bh50Q4Hh7Bsg88n8MqRWI0dIBwFfzECXOTdBzxx9ATI5zRo7AGYx%2FgWx1jNvRhrJX0ozUNSeEKIUf9MvQDWFMQk5lYd2h%2FGmsWEqOhO2EtNteHKkIO%2B2XoplwGtQgxeRvUSW0%2FwdqH1GvoSlI8hl6g7QisttrfBeqQX4YWPgf1FWJyDNR7TvckVhUpdRg6HdQ1bvG4Y12o7QSslq73oyX%2BGXoIVlePL8F0QxDuxKrkPqQOQ9%2BLlezx93rV4xqRqX17UBf9M7QQBHWeCbSmBeO4Uu3pXXNKsUrIYlhYRpLkOXQbz7vQt0Ad1LYb1iHnVO%2FFfqxh%2Fhk6FbAq%2BAPrvPPtueGA9RfVnaah59DCMaydPOz0U7FKWOt62T3PJnYQ7hyZfhlayMfbZdJqfpWagUQYugALtjl9S8I47zmO2gjGfuh0FD%2BYPtvjrq0QRQ5iEqAMN0G6mCcONWvlDG3dbb43egBcT%2BqJWPCafd4Y8b%2Foyuka%2B6E7UOwkyBrTdze9PQsXEtQ%2F6YnY0IjZFNmDgW94CjEZTHHEBHlTB91u%2BtsQM%2FUbVJj36Gt%2BqoIo1ms%2Fi9NYUEw%2FhNkAQIY%2Fv0DTiVzGMJps2iExSgqPMpknCJBCEmLSh%2FFMZgTpNDJtY%2FJZyga2spFXGKr9SIoYhfwXh%2F6nHToQAQAAAADkb73IbXCjR49u9OhGjx7d6NGNHj260aMbPXp0o0c3evToRo8OZGoOg%2BFHUXQAAAAASUVORK5CYII%3D&amp;quot;,&lt;br /&gt;
      &amp;quot;title&amp;quot;: &amp;quot;Mozilla%20Foundation&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: You need to URL escape all the text, in the bgColor you&#039;ll see the # is replaced with %23 and the spaces are replaced with %20 in the title.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Default and Enhanced Tiles Object Attributes&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;url&#039;&#039;&#039; is the URL you want the Tile to link to&lt;br /&gt;
* &#039;&#039;&#039;bgColor&#039;&#039;&#039; provides a background fill color in case the image doesn&#039;t fill the space&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039; isn&#039;t needed for custom tiles so please use the &#039;custom&#039; attribute&lt;br /&gt;
* &#039;&#039;&#039;imageURI&#039;&#039;&#039; provides the full URL to the image you want centered.  Images need to be properly sized for the Tiles.&lt;br /&gt;
* &#039;&#039;&#039;title&#039;&#039;&#039; provides the display text that will appear below the Tile and for the link title attribute.&lt;br /&gt;
* &#039;&#039;&#039;enhancedImageURI&#039;&#039;&#039; provides the full URL to the roll over image you want centered.  Images need to be properly sized for the Tiles.  If included a &amp;quot;Roll Over&amp;quot; image will be the image seen until a user mouses over the Tile, on mouse over the imageURI is then shown.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Suggested Tiles Object Attributes&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Same as the Default Tiles Object with the additions below&lt;br /&gt;
* &#039;&#039;&#039;frecent_sites&#039;&#039;&#039; array of domain strings to match against the user&#039;s top sites&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Firefox&#039;&#039;&#039; code related to the new tab page that powers Tiles.&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/base/content/newtab/&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/modules/DirectoryLinksProvider.jsm&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Onyx&#039;&#039;&#039; is a link server and engagement metrics aggregator for Firefox Tiles handling the delivery and receiving the metrics of Tiles via 3 data endpoints.&lt;br /&gt;
** https://github.com/mozilla/onyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Infernyx&#039;&#039;&#039; contains the rules to extract the metrics data and handles the immediate data processing of raw received data into aggregate data.&lt;br /&gt;
** https://github.com/mozilla/infernyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Splice&#039;&#039;&#039; is our ingestion, validation, and authoring tool that makes sure tiles are processed, then published to the correct locale and country for Firefox users. It also contains the schemas for the metrics data.&lt;br /&gt;
** https://github.com/mozilla/splice&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1066337</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1066337"/>
		<updated>2015-04-03T17:47:33Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Tiles */ update intro for suggested&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on a “frecency” algorithm: your recency of visiting a site and your frequency of visiting a site.  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles and Enhanced tiles have been running for all current versions of Firefox and pre-release versions where Enhanced tiles are only visible to users who would have seen a history tile for that site in the new tab page. Suggested tiles are available to en-US Firefox 38 users and all Firefox 39 users where suggestions are shown if the user&#039;s top sites match a list of sites.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [[Tiles/Technical Documentation|Technical Documentation]]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1066335</id>
		<title>Tiles/Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1066335"/>
		<updated>2015-04-03T17:41:27Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Other Details */ remove older version note from 6 months ago&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Status ==&lt;br /&gt;
&lt;br /&gt;
Firefox sends the following information about [[Tiles|tiles]] to Mozilla:&lt;br /&gt;
&lt;br /&gt;
On viewing the new-tab page, blocking a tile, moving, clicking a tile or an associated sponsored link, pinning or unpinning a tile, the following information is sent:&lt;br /&gt;
&lt;br /&gt;
=== History tiles ===&lt;br /&gt;
* Position of the tile (ex:  0-8 for a user with 8 visible tiles )&lt;br /&gt;
* Pin status of the tile (ex: pinned = true )&lt;br /&gt;
* Tile frecency factor (ex: int(Frecency/1000))&lt;br /&gt;
* &#039;&#039;&#039;No&#039;&#039;&#039; tile ID or URL information is sent for history tiles&lt;br /&gt;
&lt;br /&gt;
=== Directory, Suggested, Enhanced tiles ===&lt;br /&gt;
&lt;br /&gt;
The information for History tiles, plus:&lt;br /&gt;
&lt;br /&gt;
* The tile ID (which encodes the tile destination)&lt;br /&gt;
* A signal (empty string; no URL) if the tile is enhanced&lt;br /&gt;
&lt;br /&gt;
=== Other Details ===&lt;br /&gt;
&lt;br /&gt;
The data is sent via a SSL connection with Key-pinning (as of {{bug|1030135}}) to mozilla cloud services. No extra tracking cookies are set by the server for this ping.&lt;br /&gt;
&lt;br /&gt;
When the data is received, the IP address is geo-encoded: the IP address is not stored on Mozilla’s servers.&lt;br /&gt;
&lt;br /&gt;
Descriptions for the payload schemas for the pings can be found [https://github.com/oyiptong/onyx/blob/master/README.md here]&lt;br /&gt;
&lt;br /&gt;
== Prospecting Future Tile Partners ==&lt;br /&gt;
&lt;br /&gt;
In addition to continuous data collection required for partners, we also want to collect information about current user history tiles, to provide business guidance about which sites are most valuable to our users for picking both Directory and Enhanced Tiles.&lt;br /&gt;
&lt;br /&gt;
Proposal:&lt;br /&gt;
* Run a limited-time experiment in the beta channel to collect information about the top history site information.&lt;br /&gt;
* Rather than sending any URLs, prepare in advance a potential list of top sites or partners as a whitelist of sites. Only send information about tiles on this whitelist, and only send the TLD+2, not the full URL. This will avoid sending many kinds of personal URLs.&lt;br /&gt;
&lt;br /&gt;
This prospecting experiment is tracked in {{bug|1062708}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1066334</id>
		<title>Tiles/Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1066334"/>
		<updated>2015-04-03T17:40:39Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Directory and Enhanced tiles */ suggested also has same data as directory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Status ==&lt;br /&gt;
&lt;br /&gt;
Firefox sends the following information about [[Tiles|tiles]] to Mozilla:&lt;br /&gt;
&lt;br /&gt;
On viewing the new-tab page, blocking a tile, moving, clicking a tile or an associated sponsored link, pinning or unpinning a tile, the following information is sent:&lt;br /&gt;
&lt;br /&gt;
=== History tiles ===&lt;br /&gt;
* Position of the tile (ex:  0-8 for a user with 8 visible tiles )&lt;br /&gt;
* Pin status of the tile (ex: pinned = true )&lt;br /&gt;
* Tile frecency factor (ex: int(Frecency/1000))&lt;br /&gt;
* &#039;&#039;&#039;No&#039;&#039;&#039; tile ID or URL information is sent for history tiles&lt;br /&gt;
&lt;br /&gt;
=== Directory, Suggested, Enhanced tiles ===&lt;br /&gt;
&lt;br /&gt;
The information for History tiles, plus:&lt;br /&gt;
&lt;br /&gt;
* The tile ID (which encodes the tile destination)&lt;br /&gt;
* A signal (empty string; no URL) if the tile is enhanced&lt;br /&gt;
&lt;br /&gt;
=== Other Details ===&lt;br /&gt;
&lt;br /&gt;
A previous version of these patches would send the full URL for enhanced tiles. This URL submission has been removed.&lt;br /&gt;
&lt;br /&gt;
The data is sent via a SSL connection with Key-pinning (as of {{bug|1030135}}) to mozilla cloud services. No extra tracking cookies are set by the server for this ping.&lt;br /&gt;
&lt;br /&gt;
When the data is received, the IP address is geo-encoded: the IP address is not stored on Mozilla’s servers.&lt;br /&gt;
&lt;br /&gt;
Descriptions for the payload schemas for the pings can be found [https://github.com/oyiptong/onyx/blob/master/README.md here]&lt;br /&gt;
&lt;br /&gt;
== Prospecting Future Tile Partners ==&lt;br /&gt;
&lt;br /&gt;
In addition to continuous data collection required for partners, we also want to collect information about current user history tiles, to provide business guidance about which sites are most valuable to our users for picking both Directory and Enhanced Tiles.&lt;br /&gt;
&lt;br /&gt;
Proposal:&lt;br /&gt;
* Run a limited-time experiment in the beta channel to collect information about the top history site information.&lt;br /&gt;
* Rather than sending any URLs, prepare in advance a potential list of top sites or partners as a whitelist of sites. Only send information about tiles on this whitelist, and only send the TLD+2, not the full URL. This will avoid sending many kinds of personal URLs.&lt;br /&gt;
&lt;br /&gt;
This prospecting experiment is tracked in {{bug|1062708}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1065632</id>
		<title>Tiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles&amp;diff=1065632"/>
		<updated>2015-03-31T19:18:24Z</updated>

		<summary type="html">&lt;p&gt;Mardak: add suggested tiles, links to bugs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles ==&lt;br /&gt;
&lt;br /&gt;
Every time a user opens up a new tab in Firefox, the browser displays a number of boxes, or Tiles. Frequent Firefox users see screenshots of the websites they visit most often in their Tiles.  What appears in Tiles is currently based on a “frecency” algorithm: your recency of visiting a site and your frequency of visiting a site.  Sites that have been visited with the most recency and frequency appear in a user’s Tile.&lt;br /&gt;
&lt;br /&gt;
Default tiles (previously known as Directory Tiles) have been running for new users in Nightly, Aurora, and Beta but not yet in production.  Enhanced tiles are now available to users on the en-US versions of Firefox Nightly, Aurora and Beta, and will be visible only to users who frequently and recently visit the site of participating partners.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: &#039;&#039;Information about the progress and plans for Tiles can be found in the [[Content services]] page.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== History Tile ===&lt;br /&gt;
&lt;br /&gt;
History Tiles are chosen based on the most-visited sites for a user. Only one tile from each domain is shown.&lt;br /&gt;
&lt;br /&gt;
=== Default Tiles ===&lt;br /&gt;
&lt;br /&gt;
[[File:Directory-tiles-new-tab-page-screenshot.png|thumbnail|Default Tiles]]&lt;br /&gt;
&lt;br /&gt;
New users to Firefox are given a set of tiles, default tiles, as suggestions for sites of interest until they generate their own history tiles based off their browsing experience.  The list of default tiles given to new users is built from popular tiles and other tiles Mozilla chooses.&lt;br /&gt;
&lt;br /&gt;
Firefox periodically downloads a list of tiles to use as default tiles, based on basic information such as the user locale and geographic location (determined by IP address). As the user gains browsing history, the default tiles will be mixed and replaced by History Tiles. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=972913 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Suggested Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with certain top sites in their new tab page, Firefox may suggest a new tile for users to visit. The suggestion will explain why it&#039;s being shown, e.g., &amp;quot;Suggested for wiki.mozilla.org visitors.&amp;quot; These suggestions will only be shown a fixed number of times before they&#039;re automatically removed. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1120311 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Enhanced Tiles ===&lt;br /&gt;
&lt;br /&gt;
For users with existing tiles (history tiles) in their new tab page, Firefox may substitute a better image for the screenshot generated by default. The enhanced tile would not be displayed to a user unless that website would already have appeared on their new tab page, based on their browsing history. The improved image is supplied by the site or partner and can include a logo plus a rollover image. &#039;&#039;[https://bugzilla.mozilla.org/show_bug.cgi?id=1030832 Feature bug and dependent code changes]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== How to control Tiles? ===&lt;br /&gt;
&lt;br /&gt;
Mozilla has support pages if you&#039;re looking to [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites customize the new tab page], as well as a page that explains [https://support.mozilla.org/en-US/kb/how-do-sponsored-tiles-work how tiles work].&lt;br /&gt;
&lt;br /&gt;
=== Technical Details ===&lt;br /&gt;
&lt;br /&gt;
* [[Tiles/Data Collection|Tiles Data Collection]]&lt;br /&gt;
* [[Tiles/Technical Documentation|Technical Documentation]]&lt;br /&gt;
* [https://github.com/oyiptong/onyx/blob/master/README.md Payload Schema Documentation]&lt;br /&gt;
* [[/Testing Notes|Testing notes on Tiles]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Content Services]]&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Technical_Documentation&amp;diff=1039762</id>
		<title>Tiles/Technical Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Technical_Documentation&amp;diff=1039762"/>
		<updated>2014-12-10T02:33:51Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Source Code */ add directory links provider link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Tiles Technical Documentation ==&lt;br /&gt;
&lt;br /&gt;
For information about the &#039;&#039;progress and plans&#039;&#039; for [[Tiles]] see the [[Content services]] page.&lt;br /&gt;
&lt;br /&gt;
For general information about Tiles and the New Tab page see the [[Tiles]] page.&lt;br /&gt;
&lt;br /&gt;
This is technical information for advanced users or enterprise implementers on how Tiles are stored locally and fetched remotely and how you can change it.&lt;br /&gt;
&lt;br /&gt;
=== Previously ===&lt;br /&gt;
&lt;br /&gt;
Default Tiles were originally built into Desktop Firefox for en-US builds in the &#039;&#039;chrome://global/content/directoryLinks.json&#039;&#039; location.  This file no longer exists in Firefox as Tiles are now downloaded from a web service.  Additionally the preference ( &#039;&#039;browser.newtabpage.directorySource&#039;&#039; ) for Tiles has changed, the current details are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Preferences ===&lt;br /&gt;
&lt;br /&gt;
There are two main preferences for Tiles that control fetching and metrics.&lt;br /&gt;
&lt;br /&gt;
==== Source ====&lt;br /&gt;
&lt;br /&gt;
This preference tells Firefox where to fetch Tiles from:&lt;br /&gt;
&lt;br /&gt;
   browser.newtabpage.directory.source = https://tiles.services.mozilla.com/v2/links/fetch&lt;br /&gt;
&lt;br /&gt;
This preference can be set to anything that returns JSON, setting this to an empty JSON object will disable Tiles from showing and fetching new Tiles.  With the change below a new user would only see empty Tiles and Firefox could no longer fetch new Tiles.&lt;br /&gt;
&lt;br /&gt;
   browser.newtabpage.directory.source =   data:application/json,{}&lt;br /&gt;
&lt;br /&gt;
==== Ping ====&lt;br /&gt;
&lt;br /&gt;
This preference tells Firefox where Tiles metrics are reported:&lt;br /&gt;
&lt;br /&gt;
   browser.newtabpage.directory.ping = https://tiles.services.mozilla.com/v2/links/&lt;br /&gt;
&lt;br /&gt;
Changing or disabling this pref may prevent Firefox from being able to report metrics on Tiles.  Do not set this to alternate URLs, setting this to nothing will disable the ping.&lt;br /&gt;
&lt;br /&gt;
=== Customizing Tiles ===&lt;br /&gt;
&lt;br /&gt;
If you wanted to have a custom set of Default Tiles, for example in an Enterprise deployment, you could set the source preference to a custom set of local Tiles.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s an example of a custom default tiles &#039;&#039;source&#039;&#039; preference:&lt;br /&gt;
&lt;br /&gt;
  data:application/json,{&lt;br /&gt;
  &amp;quot;en-US&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot; : &amp;quot;http://www.mozilla.org/&amp;quot;,&lt;br /&gt;
      &amp;quot;bgColor&amp;quot; : &amp;quot;%234d4e54&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;custom&amp;quot;,&lt;br /&gt;
      &amp;quot;imageURI&amp;quot;: &amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAABWCAQAAADMSHQwAAAFWklEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAABgdu0sNqoyDOP4C1WWgCylKgqKoNRCqaxCiyx2bBGNAVrCJkRkUYFAMEGNVUjYRIIIuAYlBqKAUSBcWEUIBlDCBRU6pKINCAUU0CibbSyL9e%2FNmTdvpudMF2ZGj5nfc%2FcwyZCH6Xd6DlMXTGUbe1jEjYhJMgEK2M5WGiDYZDCJ1QTJRWId4f%2BTDwkpoanT5bKXcgDgEqJpyFrKCJmWGLr2ycNa4rQzQf1OY0RzFdTziaFrn41Yh%2FQTjSqnBaLZA2puYujaZy3Wt06bBepPkhFNIaj5iaFrn4FY0522F3boNohmE6gFiaHrkvmEbNQuw3PoDYlPdP0zmOWsYoRpunkOvT4xdDTj%2F6FpS3vESTo5ZNMBwaYBGeQQIBWJmNsZRB7DybJD1DvN6EE%2BraM0dGdyGct4HiMj3kM3pzdz%2BIzLnEIQ5lJKyC6ynVfdxFJOEPKd52%2Bqk9jNNUIq2MYYBJtxlNSQxc4%2F64t8ykEuAJB63UNns5ojWMdZRqv4DV0IahL7CTcN4UHOEO5rkhBsulOEm13Yn40CalKIICRhdbiOoZOYQRHufqFvvIZeTkgV7t7F3TLEpD%2FeLtIRcTKLmqxz5vk5KkM%2FQxmRXCU5PkPnUF%2BXzGf6VqqI5FeaOK98mer%2BxiqM6tDvUJMV8Rm6J%2BH28T5bwKXfQDHWPYiTHVgvkEZXXsLarJejMdiMJkAp1uyoDi2UgSpiDSvYjPV9fIZOw%2FqS3k6%2FAmunnmU%2Fgsp0uj5YeYiT8Vg9ENf0ohLUbiTKQ%2Fd1Xr2ENO2mgDpHo3gM3RnUAdMPAPWx6T8CNdDlAVAQMTkC9ux1STusq7SK%2BtDCVnbQLqyrJKSClvEYOhXUF6bPBDXd9B9UGzqJS56XyJWgziIuOYyVh8RgaLecJKQ8%2FkPvMn0WqHkeT9UGuJzyTyMm07A6IWFZhbUFifHQN9OF%2B%2BlPFmcJuUCzf3Po%2Fh5Dr6s29ONYwxCTfKyHEGyGYl0gKYZDj2U9pVRS3W808cfQz2IFIkyZj5i0oBJrEBKjoUdxFG9nuMEfQxdEmGsI1mjEZC%2FW60iMhp5HZKdo4I%2Bh50Q4Hh7Bsg88n8MqRWI0dIBwFfzECXOTdBzxx9ATI5zRo7AGYx%2FgWx1jNvRhrJX0ozUNSeEKIUf9MvQDWFMQk5lYd2h%2FGmsWEqOhO2EtNteHKkIO%2B2XoplwGtQgxeRvUSW0%2FwdqH1GvoSlI8hl6g7QisttrfBeqQX4YWPgf1FWJyDNR7TvckVhUpdRg6HdQ1bvG4Y12o7QSslq73oyX%2BGXoIVlePL8F0QxDuxKrkPqQOQ9%2BLlezx93rV4xqRqX17UBf9M7QQBHWeCbSmBeO4Uu3pXXNKsUrIYlhYRpLkOXQbz7vQt0Ad1LYb1iHnVO%2FFfqxh%2Fhk6FbAq%2BAPrvPPtueGA9RfVnaah59DCMaydPOz0U7FKWOt62T3PJnYQ7hyZfhlayMfbZdJqfpWagUQYugALtjl9S8I47zmO2gjGfuh0FD%2BYPtvjrq0QRQ5iEqAMN0G6mCcONWvlDG3dbb43egBcT%2BqJWPCafd4Y8b%2Foyuka%2B6E7UOwkyBrTdze9PQsXEtQ%2F6YnY0IjZFNmDgW94CjEZTHHEBHlTB91u%2BtsQM%2FUbVJj36Gt%2BqoIo1ms%2Fi9NYUEw%2FhNkAQIY%2Fv0DTiVzGMJps2iExSgqPMpknCJBCEmLSh%2FFMZgTpNDJtY%2FJZyga2spFXGKr9SIoYhfwXh%2F6nHToQAQAAAADkb73IbXCjR49u9OhGjx7d6NGNHj260aMbPXp0o0c3evToRo8OZGoOg%2BFHUXQAAAAASUVORK5CYII%3D&amp;quot;,&lt;br /&gt;
      &amp;quot;title&amp;quot;: &amp;quot;Mozilla%20Foundation&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
   ]&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
=== JSON Format ===&lt;br /&gt;
&lt;br /&gt;
The Tile JSON format is a simple object, the top level needs to be a locale that Firefox understands.  This object allows you to offer multiple locales in a single JSON file.&lt;br /&gt;
&lt;br /&gt;
At a high level the data object looks like this:&lt;br /&gt;
&lt;br /&gt;
   { &amp;quot;LOCALE&amp;quot; : [ ARRAY OF DEFAULT TILE OBJECTS ] }&lt;br /&gt;
&lt;br /&gt;
You can have many locales in the Tiles dictionary object to support multiple languages.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
   { &amp;quot;en-US&amp;quot; : [ ARRAY OF US DEFAULT TILES ], &amp;quot;en-CA&amp;quot; : [ ARRAY OF CA DEFAULT TILES ] }&lt;br /&gt;
&lt;br /&gt;
Each Default Tile object requires a few attributes, most of which are self explanatory.&lt;br /&gt;
&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;url&amp;quot; : &amp;quot;http://www.mozilla.org/&amp;quot;,&lt;br /&gt;
      &amp;quot;bgColor&amp;quot; : &amp;quot;%234d4e54&amp;quot;,&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;custom&amp;quot;,&lt;br /&gt;
      &amp;quot;imageURI&amp;quot;: &amp;quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAABWCAQAAADMSHQwAAAFWklEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAABgdu0sNqoyDOP4C1WWgCylKgqKoNRCqaxCiyx2bBGNAVrCJkRkUYFAMEGNVUjYRIIIuAYlBqKAUSBcWEUIBlDCBRU6pKINCAUU0CibbSyL9e%2FNmTdvpudMF2ZGj5nfc%2FcwyZCH6Xd6DlMXTGUbe1jEjYhJMgEK2M5WGiDYZDCJ1QTJRWId4f%2BTDwkpoanT5bKXcgDgEqJpyFrKCJmWGLr2ycNa4rQzQf1OY0RzFdTziaFrn41Yh%2FQTjSqnBaLZA2puYujaZy3Wt06bBepPkhFNIaj5iaFrn4FY0522F3boNohmE6gFiaHrkvmEbNQuw3PoDYlPdP0zmOWsYoRpunkOvT4xdDTj%2F6FpS3vESTo5ZNMBwaYBGeQQIBWJmNsZRB7DybJD1DvN6EE%2BraM0dGdyGct4HiMj3kM3pzdz%2BIzLnEIQ5lJKyC6ynVfdxFJOEPKd52%2Bqk9jNNUIq2MYYBJtxlNSQxc4%2F64t8ykEuAJB63UNns5ojWMdZRqv4DV0IahL7CTcN4UHOEO5rkhBsulOEm13Yn40CalKIICRhdbiOoZOYQRHufqFvvIZeTkgV7t7F3TLEpD%2FeLtIRcTKLmqxz5vk5KkM%2FQxmRXCU5PkPnUF%2BXzGf6VqqI5FeaOK98mer%2BxiqM6tDvUJMV8Rm6J%2BH28T5bwKXfQDHWPYiTHVgvkEZXXsLarJejMdiMJkAp1uyoDi2UgSpiDSvYjPV9fIZOw%2FqS3k6%2FAmunnmU%2Fgsp0uj5YeYiT8Vg9ENf0ohLUbiTKQ%2Fd1Xr2ENO2mgDpHo3gM3RnUAdMPAPWx6T8CNdDlAVAQMTkC9ux1STusq7SK%2BtDCVnbQLqyrJKSClvEYOhXUF6bPBDXd9B9UGzqJS56XyJWgziIuOYyVh8RgaLecJKQ8%2FkPvMn0WqHkeT9UGuJzyTyMm07A6IWFZhbUFifHQN9OF%2B%2BlPFmcJuUCzf3Po%2Fh5Dr6s29ONYwxCTfKyHEGyGYl0gKYZDj2U9pVRS3W808cfQz2IFIkyZj5i0oBJrEBKjoUdxFG9nuMEfQxdEmGsI1mjEZC%2FW60iMhp5HZKdo4I%2Bh50Q4Hh7Bsg88n8MqRWI0dIBwFfzECXOTdBzxx9ATI5zRo7AGYx%2FgWx1jNvRhrJX0ozUNSeEKIUf9MvQDWFMQk5lYd2h%2FGmsWEqOhO2EtNteHKkIO%2B2XoplwGtQgxeRvUSW0%2FwdqH1GvoSlI8hl6g7QisttrfBeqQX4YWPgf1FWJyDNR7TvckVhUpdRg6HdQ1bvG4Y12o7QSslq73oyX%2BGXoIVlePL8F0QxDuxKrkPqQOQ9%2BLlezx93rV4xqRqX17UBf9M7QQBHWeCbSmBeO4Uu3pXXNKsUrIYlhYRpLkOXQbz7vQt0Ad1LYb1iHnVO%2FFfqxh%2Fhk6FbAq%2BAPrvPPtueGA9RfVnaah59DCMaydPOz0U7FKWOt62T3PJnYQ7hyZfhlayMfbZdJqfpWagUQYugALtjl9S8I47zmO2gjGfuh0FD%2BYPtvjrq0QRQ5iEqAMN0G6mCcONWvlDG3dbb43egBcT%2BqJWPCafd4Y8b%2Foyuka%2B6E7UOwkyBrTdze9PQsXEtQ%2F6YnY0IjZFNmDgW94CjEZTHHEBHlTB91u%2BtsQM%2FUbVJj36Gt%2BqoIo1ms%2Fi9NYUEw%2FhNkAQIY%2Fv0DTiVzGMJps2iExSgqPMpknCJBCEmLSh%2FFMZgTpNDJtY%2FJZyga2spFXGKr9SIoYhfwXh%2F6nHToQAQAAAADkb73IbXCjR49u9OhGjx7d6NGNHj260aMbPXp0o0c3evToRo8OZGoOg%2BFHUXQAAAAASUVORK5CYII%3D&amp;quot;,&lt;br /&gt;
      &amp;quot;title&amp;quot;: &amp;quot;Mozilla%20Foundation&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE&#039;&#039;&#039;: You need to URL escape all the text, in the bgColor you&#039;ll see the # is replaced with %23 and the spaces are replaced with %20 in the title.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Default Tiles Object Attributes&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;url&#039;&#039;&#039; is the URL you want the Tile to link to&lt;br /&gt;
* &#039;&#039;&#039;bgColor&#039;&#039;&#039; provides a background fill color in case the image doesn&#039;t fill the space&lt;br /&gt;
* &#039;&#039;&#039;type&#039;&#039;&#039; isn&#039;t needed for custom tiles so please use the &#039;custom&#039; attribute&lt;br /&gt;
* &#039;&#039;&#039;imageURI&#039;&#039;&#039; provides the full URL to the image you want centered.  Images need to be properly sized for the Tiles.&lt;br /&gt;
* &#039;&#039;&#039;title&#039;&#039;&#039; provides the display text that will appear below the Tile and for the link title attribute.&lt;br /&gt;
* &#039;&#039;&#039;enhancedImageURI&#039;&#039;&#039; provides the full URL to the roll over image you want centered.  Images need to be properly sized for the Tiles.  If included a &amp;quot;Roll Over&amp;quot; image will be the image seen until a user mouses over the Tile, on mouse over the imageURI is then shown.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Firefox&#039;&#039;&#039; code related to the new tab page that powers Tiles.&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/base/content/newtab/&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/browser/modules/DirectoryLinksProvider.jsm&lt;br /&gt;
**https://mxr.mozilla.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Onyx&#039;&#039;&#039; is a link server and engagement metrics aggregator for Firefox Tiles handling the delivery and receiving the metrics of Tiles via 3 data endpoints.&lt;br /&gt;
** https://github.com/mozilla/onyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Infernyx&#039;&#039;&#039; contains the rules to extract the metrics data and handles the immediate data processing of raw received data into aggregate data.&lt;br /&gt;
** https://github.com/mozilla/infernyx&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Splice&#039;&#039;&#039; is our ingestion, validation, and authoring tool that makes sure tiles are processed, then published to the correct locale and country for Firefox users. It also contains the schemas for the metrics data.&lt;br /&gt;
** https://github.com/mozilla/splice&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=QA/Firefox/Alder_Dogfooding&amp;diff=1027361</id>
		<title>QA/Firefox/Alder Dogfooding</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=QA/Firefox/Alder_Dogfooding&amp;diff=1027361"/>
		<updated>2014-10-22T18:52:43Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Getting the Builds */ explicitly labeling en-US builds&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to our Simple How-To Guide for obtaining, installing, and configuring FxDecade preliminary builds. In this text (and in the browser that you&#039;ll download) the builds are named &amp;quot;Alder Nightly Builds&amp;quot; so we will use that name in this document. These are the preliminary versions of what will be the official 33.1 Firefox Decade release build during the week of November 10. Anything you can do to help test these builds is extremely appreciated.&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to get as wide of an audience on these builds as possible, and we appreciate your contribution. It is also important to test these builds using a new profile, so this short guide will help you do that, and will have a way for you to get help if you need it.&lt;br /&gt;
&lt;br /&gt;
We are going to assume that you already have a Firefox build installed, so the instructions will take that into account.&lt;br /&gt;
&lt;br /&gt;
== Getting the Builds ==&lt;br /&gt;
* Browse to the FTP server for [ftp://ftp.mozilla.org/pub/firefox/nightly/latest-alder/ en-US builds] or [ftp://ftp.mozilla.org/pub/firefox/nightly/latest-alder-l10n/ l10n builds]&lt;br /&gt;
* Download the en-US build you want:&lt;br /&gt;
** [ftp://ftp.mozilla.org/pub/firefox/nightly/latest-alder/firefox-33.0.en-US.win32.installer.exe Windows en-US]&lt;br /&gt;
** [ftp://ftp.mozilla.org/pub/firefox/nightly/latest-alder/firefox-33.0.en-US.mac.dmg Mac en-US]&lt;br /&gt;
** [ftp://ftp.mozilla.org/pub/firefox/nightly/latest-alder/firefox-33.0.en-US.linux-i686.tar.bz2 Linux 32 bit en-US]&lt;br /&gt;
** [ftp://ftp.mozilla.org/pub/firefox/nightly/latest-alder/firefox-33.0.en-US.linux-x86_64.tar.bz2 Linux 64 bit en-US]&lt;br /&gt;
&lt;br /&gt;
== Install it ==&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* Run the executable installer&lt;br /&gt;
* Click through the prompts until you get to the &amp;quot;Setup Type&amp;quot; screen. You must choose either &amp;quot;Typical&amp;quot; or &amp;quot;Custom&amp;quot; Choose &#039;&#039;&#039;Custom&#039;&#039;&#039;&lt;br /&gt;
* On the next screen, the installer will ask where to put the files, use a different path than the one suggested. One easy mechanism is to replace the last element of the path with the word &amp;quot;alder&amp;quot;. You&#039;ll want to remember this path for future steps&lt;br /&gt;
* Uncheck the options to create icons on the next panel. We will create those later.&lt;br /&gt;
* Finish the install&lt;br /&gt;
&lt;br /&gt;
=== Mac ===&lt;br /&gt;
* Open Finder&lt;br /&gt;
* Go to Applications&lt;br /&gt;
* Make a new directory called Alder&lt;br /&gt;
* Open the dmg file that you downloaded&lt;br /&gt;
* Drag the &amp;quot;nightly&amp;quot; icon into the Alder directory&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
* Uncompress the archive into any directory you&#039;d like to use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$&amp;gt; mkdir ~/alder&lt;br /&gt;
$&amp;gt; cd alder&lt;br /&gt;
$&amp;gt; tar -jxf &amp;lt;filename_you_downloaded&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a Profile For It ==&lt;br /&gt;
You need to create a new profile for this. Creating a new profile does not harm your existing data in any way. &lt;br /&gt;
Now, you have the build downloaded. The build will ask to update each day. It is recommended that you keep the build up to date. If you don&#039;t see an update prompt, you can always force updates by going to the Help menu inside the Alder Nightly browser and select &amp;quot;About Nightly&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There are several helpful pages on MDN and SUMO for starting Firefox builds in new profiles. These pages will certainly help you quite a bit if you&#039;re unfamiliar with the process. You will need to find the firefox executable which is in the folder that you installed Alder to up in the installation instructions, so keep that in mind when you are following these steps. Note that the SUMO and MDN articles cover the same content, so use whichever is easier for you. Additionally, I recommend using &#039;alder&#039; (no quotes) as the name of the profile in the steps below, choose the one for your OS:&lt;br /&gt;
* [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles General Profile Management Instructions from Sumo]&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Mozilla/Multiple_Firefox_Profiles General Profile Management Instructions from MDN]&lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Mozilla/Multiple_Firefox_Profiles#Windows Steps for Windows Profile]&lt;br /&gt;
* [http://sonnygill.net/mac/mac-multiple-firefox-profiles/ Steps for Mac Profile] &lt;br /&gt;
* [https://developer.mozilla.org/en-US/docs/Mozilla/Multiple_Firefox_Profiles#Linux Steps for Linux Profile]&lt;br /&gt;
&lt;br /&gt;
== Congrats! ==&lt;br /&gt;
Now you are an official Alder Nightly tester! We will be sending out specific assignments for you to try out with this build. In between assignments, feel free to use this build and report anything that seems wrong to our mailing list: tilesfeedback@mozilla.com&lt;br /&gt;
&lt;br /&gt;
The Alder Nightly build will automatically prompt you for updates each day when you start it up. If it does not you can force it to check for updates:&lt;br /&gt;
* Start Alder Nightly&lt;br /&gt;
* Go to the Help Menu, choose About Nightly&lt;br /&gt;
* Click the &amp;quot;Check for Updates&amp;quot; button or the &amp;quot;Apply Updates&amp;quot; button. &lt;br /&gt;
* If you don&#039;t see a button, you might see &amp;quot;already up to date&amp;quot; in which case you&#039;re fine! :-)&lt;br /&gt;
&lt;br /&gt;
We ask that you make sure the build is up to date before trying any of the assignments that we&#039;ll be sending out.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Note that when you are running the Alder Nightly Browser, you &#039;&#039;won&#039;t&#039;&#039; have access to your history or your saved passwords, or addons or themes. That&#039;s because you&#039;re running in a different profile from the one you normally use with your Firefox. This also means that anything you do in Alder does not affect your normal Firefox. &amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Have Trouble? ==&lt;br /&gt;
If you have trouble with any of the steps above, feel free to ping the folks at support@mozilla.com to get a hand. &lt;br /&gt;
&lt;br /&gt;
== Found an Issue? ==&lt;br /&gt;
Think you&#039;ve found a bug? Feel free to write it up and send to fxdecade@mozilla.com. We will look over it and let you know. You&#039;re also welcome to stop by in #qa and chat with someone there (good candidates are ctalbert, tracy, kbrosnan, kairo, juanb, or mschifer).&lt;br /&gt;
&lt;br /&gt;
We look forward to working with you to make Alder something we will all be proud of.&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1013493</id>
		<title>Tiles/Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1013493"/>
		<updated>2014-09-09T16:56:48Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Directory and Enhanced tiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Status ==&lt;br /&gt;
&lt;br /&gt;
In the current Firefox 33 and later prerelease builds, the following information is sent to Mozilla about [[Tiles|tiles]]:&lt;br /&gt;
&lt;br /&gt;
On viewing the new-tab page, blocking a tile, clicking a tile or an associated sponsored link, pinning or unpinning a tile, the following information is sent:&lt;br /&gt;
=== History tiles ===&lt;br /&gt;
* the position of the tile&lt;br /&gt;
* the pin status of the tile&lt;br /&gt;
* the tile frecency&lt;br /&gt;
* No tile ID or URL information is sent for history tiles&lt;br /&gt;
&lt;br /&gt;
=== Directory and Enhanced tiles ===&lt;br /&gt;
&lt;br /&gt;
the information for history tiles, plus&lt;br /&gt;
* The tile ID (which encodes the tile destination)&lt;br /&gt;
* A signal (empty string; no URL) if the tile is enhanced&lt;br /&gt;
&lt;br /&gt;
=== Other Details ===&lt;br /&gt;
&lt;br /&gt;
A previous version of these patches would send the full URL for enhanced tiles. This URL submission has been removed.&lt;br /&gt;
&lt;br /&gt;
The data is sent via a SSL connection. Key-pinning this connection is tracked by {{bug|1030135}}. No extra tracking cookies are set by the server for this ping.&lt;br /&gt;
&lt;br /&gt;
When the data is received, the IP address is geo-encoded: the IP address is not stored on Mozilla’s servers.&lt;br /&gt;
&lt;br /&gt;
Descriptions for the payload schemas for the pings can be found [https://github.com/oyiptong/onyx/blob/master/README.md here]&lt;br /&gt;
&lt;br /&gt;
== Prospecting Future Tile Partners ==&lt;br /&gt;
&lt;br /&gt;
In addition to continuous data collection required for partners, we also want to collect information about current user history tiles, to provide business guidance about which sites are most valuable to our users for picking both Directory and Enhanced Tiles.&lt;br /&gt;
&lt;br /&gt;
Proposal:&lt;br /&gt;
* Run a limited-time experiment in the beta channel to collect information about the top history site information.&lt;br /&gt;
* Rather than sending any URLs, prepare in advance a potential list of top sites or partners as a whitelist of sites. Only send information about tiles on this whitelist, and only send the TLD+2, not the full URL. This will avoid sending many kinds of personal URLs.&lt;br /&gt;
&lt;br /&gt;
This prospecting experiment is tracked in {{bug|1062708}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1013492</id>
		<title>Tiles/Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1013492"/>
		<updated>2014-09-09T16:56:09Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Directory and Enhanced tiles */ enhanced signal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Status ==&lt;br /&gt;
&lt;br /&gt;
In the current Firefox 33 and later prerelease builds, the following information is sent to Mozilla about [[Tiles|tiles]]:&lt;br /&gt;
&lt;br /&gt;
On viewing the new-tab page, blocking a tile, clicking a tile or an associated sponsored link, pinning or unpinning a tile, the following information is sent:&lt;br /&gt;
=== History tiles ===&lt;br /&gt;
* the position of the tile&lt;br /&gt;
* the pin status of the tile&lt;br /&gt;
* the tile frecency&lt;br /&gt;
* No tile ID or URL information is sent for history tiles&lt;br /&gt;
&lt;br /&gt;
=== Directory and Enhanced tiles ===&lt;br /&gt;
&lt;br /&gt;
the information for history tiles, plus&lt;br /&gt;
* The tile ID (which encodes the tile destination)&lt;br /&gt;
* A signal (empty string; no url) that the tile is enhanced&lt;br /&gt;
&lt;br /&gt;
=== Other Details ===&lt;br /&gt;
&lt;br /&gt;
A previous version of these patches would send the full URL for enhanced tiles. This URL submission has been removed.&lt;br /&gt;
&lt;br /&gt;
The data is sent via a SSL connection. Key-pinning this connection is tracked by {{bug|1030135}}. No extra tracking cookies are set by the server for this ping.&lt;br /&gt;
&lt;br /&gt;
When the data is received, the IP address is geo-encoded: the IP address is not stored on Mozilla’s servers.&lt;br /&gt;
&lt;br /&gt;
Descriptions for the payload schemas for the pings can be found [https://github.com/oyiptong/onyx/blob/master/README.md here]&lt;br /&gt;
&lt;br /&gt;
== Prospecting Future Tile Partners ==&lt;br /&gt;
&lt;br /&gt;
In addition to continuous data collection required for partners, we also want to collect information about current user history tiles, to provide business guidance about which sites are most valuable to our users for picking both Directory and Enhanced Tiles.&lt;br /&gt;
&lt;br /&gt;
Proposal:&lt;br /&gt;
* Run a limited-time experiment in the beta channel to collect information about the top history site information.&lt;br /&gt;
* Rather than sending any URLs, prepare in advance a potential list of top sites or partners as a whitelist of sites. Only send information about tiles on this whitelist, and only send the TLD+2, not the full URL. This will avoid sending many kinds of personal URLs.&lt;br /&gt;
&lt;br /&gt;
This prospecting experiment is tracked in {{bug|1062708}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1013490</id>
		<title>Tiles/Data Collection</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Tiles/Data_Collection&amp;diff=1013490"/>
		<updated>2014-09-09T16:52:40Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* History tiles */ explicit mentioning of no tile id for history&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Status ==&lt;br /&gt;
&lt;br /&gt;
In the current Firefox 33 and later prerelease builds, the following information is sent to Mozilla about [[Tiles|tiles]]:&lt;br /&gt;
&lt;br /&gt;
On viewing the new-tab page, blocking a tile, clicking a tile or an associated sponsored link, pinning or unpinning a tile, the following information is sent:&lt;br /&gt;
=== History tiles ===&lt;br /&gt;
* the position of the tile&lt;br /&gt;
* the pin status of the tile&lt;br /&gt;
* the tile frecency&lt;br /&gt;
* No tile ID or URL information is sent for history tiles&lt;br /&gt;
&lt;br /&gt;
=== Directory and Enhanced tiles ===&lt;br /&gt;
&lt;br /&gt;
the information for history tiles, plus&lt;br /&gt;
* The tile ID (which encodes the tile destination)&lt;br /&gt;
&lt;br /&gt;
=== Other Details ===&lt;br /&gt;
&lt;br /&gt;
A previous version of these patches would send the full URL for enhanced tiles. This URL submission has been removed.&lt;br /&gt;
&lt;br /&gt;
The data is sent via a SSL connection. Key-pinning this connection is tracked by {{bug|1030135}}. No extra tracking cookies are set by the server for this ping.&lt;br /&gt;
&lt;br /&gt;
When the data is received, the IP address is geo-encoded: the IP address is not stored on Mozilla’s servers.&lt;br /&gt;
&lt;br /&gt;
Descriptions for the payload schemas for the pings can be found [https://github.com/oyiptong/onyx/blob/master/README.md here]&lt;br /&gt;
&lt;br /&gt;
== Prospecting Future Tile Partners ==&lt;br /&gt;
&lt;br /&gt;
In addition to continuous data collection required for partners, we also want to collect information about current user history tiles, to provide business guidance about which sites are most valuable to our users for picking both Directory and Enhanced Tiles.&lt;br /&gt;
&lt;br /&gt;
Proposal:&lt;br /&gt;
* Run a limited-time experiment in the beta channel to collect information about the top history site information.&lt;br /&gt;
* Rather than sending any URLs, prepare in advance a potential list of top sites or partners as a whitelist of sites. Only send information about tiles on this whitelist, and only send the TLD+2, not the full URL. This will avoid sending many kinds of personal URLs.&lt;br /&gt;
&lt;br /&gt;
This prospecting experiment is tracked in {{bug|1062708}}&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2014-06-02&amp;diff=984958</id>
		<title>WeeklyUpdates/2014-06-02</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=WeeklyUpdates/2014-06-02&amp;diff=984958"/>
		<updated>2014-06-02T17:03:03Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* Introducing New Hires */ tim spurway new hire&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{WeeklyUpdateNav}}&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;
&lt;br /&gt;
* Big thanks to [https://mozillians.org/u/rctgamer3/ rctgamer] for identifying and sending us hundreds of spam accounts on AMO.&lt;br /&gt;
* Thanks to the newest member of the volunteer app review team, [https://mozillians.org/u/jaipradeesh/ Jaipradeesh], who has reviewed nearly 350 apps since joining three weeks ago.&lt;br /&gt;
* Thanks to add-on reviewers [https://mozillians.org/u/diegocr/ Diego] and [https://mozillians.org/u/TheOne/ Andreas], who reviewed hundreds of add-ons last week, making a huge dent in the queue.&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;
* Mozillians Town Hall - 2014 Goals - Invest in Sustainability - https://wiki.mozilla.org/2014#Invest_in_Sustainability 9:00am - 10:00am PT on Air Mozilla or live in SF/MV.&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;
* [https://etherpad.mozilla.org/b2g-qa-bug-bash-06052014 Firefox OS 2.0 Bug Bash] - Try out new 2.0 features!&lt;br /&gt;
** Time: 4pm - 7pm PST&lt;br /&gt;
** IRC: #fxosqa&lt;br /&gt;
** Vidyo: [https://v.mozilla.com/flex.html?roomdirect.html&amp;amp;key=nL4PESn1IaVh QA]&lt;br /&gt;
** Dial In: 1-800-707-2533, pass: 369, room: x9245&lt;br /&gt;
&lt;br /&gt;
* Mozilla Recruiting is hosting a virtual Skills Lab on &amp;quot;How to make your Referrals successful&amp;quot; and will be around to answer your questions on all things Recruiting. no sign up required, just join vidyo room Mozilla_Recruiting or the irc channel #recruiting&lt;br /&gt;
** Time: 8:30am PDT-10:00am PDT&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 Desktop ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox Mobile ===&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;&lt;br /&gt;
&lt;br /&gt;
=== [https://webmaker.org/ Webmaker] ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [https://openbadges.org/ Open Badges] ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== [https://mozillascience.org/ Mozilla Science Lab] ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Mozilla Reps ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Grow Mozilla ===&lt;br /&gt;
&#039;&#039;Speaker Location: Mountain View&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One of Mozilla’s goals for this year is to [[2014#Enable_Communities_that_have_Impact|increase the number of active contributors by 10x]]. That means that many new people will be joining the community and we want to make sure they have a positive experience.&lt;br /&gt;
&lt;br /&gt;
To help new contributors understand more about what they’re getting involved with, we’ve posted  [https://groups.google.com/forum/#!topic/mozilla.governance/yN4V-lYJH8c draft text of a new volunteer agreement to Governance]. I wanted to share the discussion to get feedback and input.&lt;br /&gt;
&lt;br /&gt;
Before reading through it, I’d like to be clear about a couple of points:&lt;br /&gt;
&lt;br /&gt;
* This is not intended to be a document that people will sign&lt;br /&gt;
&lt;br /&gt;
* This is not something that applies to existing contributors, just to new people who are joining the community&lt;br /&gt;
&lt;br /&gt;
=== Cloud Services ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Firefox Marketplace ===&lt;br /&gt;
&#039;&#039;Speaker Location:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== IT ===&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 3 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.  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.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table&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;
!  Share?&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, other info)&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;
| David Boswell&lt;br /&gt;
| Community Building on the People Team&lt;br /&gt;
| @mozilla.org email addresses for volunteers&lt;br /&gt;
| San Francisco&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| https://groups.google.com/forum/#!topic/mozilla.governance/UsgIRmdv9Kk&lt;br /&gt;
|-&lt;br /&gt;
| Sean Rich&lt;br /&gt;
| Make IT awesome&lt;br /&gt;
| Removing roadblocks to productivity --&amp;gt; Broken Communication Channels&lt;br /&gt;
| San Francisco&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| https://etherpad.mozilla.org/1i8Z0jT7Zk&lt;br /&gt;
|-&lt;br /&gt;
| Erica Jostedt&lt;br /&gt;
| The PR Team&lt;br /&gt;
| Who we are, how we can help you, how you can help us&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Yes&lt;br /&gt;
| Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Mardi Douglass&lt;br /&gt;
| Communications &lt;br /&gt;
| Mozillians and World Cup madness&lt;br /&gt;
| Remote&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Darren Herman&lt;br /&gt;
| Content Services &lt;br /&gt;
| Tiles experiment in Nightly&lt;br /&gt;
| San Francisco if his flight arrives on time (if it doesn&#039;t, Johnath will take this)&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Jim Cook&lt;br /&gt;
| Finance&lt;br /&gt;
| Q1 2014 Product Activity Survey&lt;br /&gt;
| Mountain View&lt;br /&gt;
| No&lt;br /&gt;
| No&lt;br /&gt;
| https://wiki.mozilla.org/Productactivitysurvey&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Roundtable =&lt;br /&gt;
&lt;br /&gt;
Do you have a question about a Mozilla Project or initiative? Let us know by Friday- we&#039;ll do our best to get you an answer.&lt;br /&gt;
&lt;br /&gt;
Please note that we may not always be able to get to every item on this list, but we will try!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fullwidth-table&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Who are you?&lt;br /&gt;
! Area of question&lt;br /&gt;
! Question&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;What&#039;s your name? What do you work on?&#039;&#039;&lt;br /&gt;
| &#039;&#039;Is your question about policy, a product, a Foundation initiative, etc.&#039;&#039;&lt;br /&gt;
| &#039;&#039;What would you like to know?&#039;&#039;&lt;br /&gt;
&amp;lt;!-- Insert new rows here --&amp;gt;&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&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  New Volunteer(s)&lt;br /&gt;
!  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(s)?&#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 is the new person based?&#039;&#039;&lt;br /&gt;
| &#039;&#039;What will the new person be doing?&#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&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;
| Chris Manchester&lt;br /&gt;
| Jonathan Griffin&lt;br /&gt;
| Toronto&lt;br /&gt;
| Remote - NYC&lt;br /&gt;
| Adding structured logging to our test harnesses&lt;br /&gt;
|-&lt;br /&gt;
| Aaron Thornburgh&lt;br /&gt;
| Madhava Enros&lt;br /&gt;
| Toronto&lt;br /&gt;
| SF&lt;br /&gt;
| Firefox User-Experience, focused on Content Services&lt;br /&gt;
|-&lt;br /&gt;
| Tim Spurway&lt;br /&gt;
| Olivier Yiptong (for Ed Lee)&lt;br /&gt;
| Toronto&lt;br /&gt;
| Toronto&lt;br /&gt;
| Firefox Engineering + UP Research, focused on Content Services&lt;br /&gt;
|-&lt;br /&gt;
| MJ Kelly&lt;br /&gt;
| Winston Bowden&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Seattle&lt;br /&gt;
| Digital content strategy for owned media (social media, email engagement, snippets)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Introducing New Interns ==&lt;br /&gt;
{| class=&amp;quot;fullwidth-table&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;
| Vladislav Filippov&lt;br /&gt;
| Zach Carter&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Identity/Services Engineering&lt;br /&gt;
|-&lt;br /&gt;
| Gregory A. Norcie&lt;br /&gt;
| Chris Karlof&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Identity/Services Engineering&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Greenfield&lt;br /&gt;
| Winnie Aoieong&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Finance&lt;br /&gt;
|-&lt;br /&gt;
| Nathan Braswell&lt;br /&gt;
| Sean Stangl&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| JavaScript Engine&lt;br /&gt;
|-&lt;br /&gt;
| Guptha Rajagopal&lt;br /&gt;
| Jeff Walden&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Javascript Engine&lt;br /&gt;
|-&lt;br /&gt;
| Kate Glazko&lt;br /&gt;
| Marcia Knous&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mobile QA&lt;br /&gt;
|-&lt;br /&gt;
| Jeremy Poulin&lt;br /&gt;
| Nick Hurley&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Networking&lt;br /&gt;
|-&lt;br /&gt;
| Jonathan Morton&lt;br /&gt;
| Kyle Huey&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Platform Engineering&lt;br /&gt;
|-&lt;br /&gt;
| Susanna Bowen&lt;br /&gt;
| Daniel Holbert&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Platform Engineering - Layout&lt;br /&gt;
|-&lt;br /&gt;
| Benjamin Brittian&lt;br /&gt;
| Eric Rescorla&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Platform Engineering: WebRTC&lt;br /&gt;
|-&lt;br /&gt;
| Ian Connolly&lt;br /&gt;
| Hal Wine&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Release Engineering&lt;br /&gt;
|-&lt;br /&gt;
| Carlos Diaz-Padron&lt;br /&gt;
| Jed Parsons&lt;br /&gt;
| San Francisco&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Services Engineering&lt;br /&gt;
|-&lt;br /&gt;
| Dylan Wong&lt;br /&gt;
| Raymond Etornam Agbeame&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Web QA&lt;br /&gt;
|-&lt;br /&gt;
| Sathyanarayanan Gunasekaran&lt;br /&gt;
| Nick Desaulniers&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Emscripten&lt;br /&gt;
|-&lt;br /&gt;
| Basar Koc&lt;br /&gt;
| Tim Terriberry&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Research&lt;br /&gt;
|-&lt;br /&gt;
| Catalin Badea&lt;br /&gt;
| John Schoenick &lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Platform Engineering: DOM&lt;br /&gt;
|-&lt;br /&gt;
| Eli Kariv&lt;br /&gt;
| Jean Collings&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco&lt;br /&gt;
| Community Engagement&lt;br /&gt;
|-&lt;br /&gt;
| Melissa Martin&lt;br /&gt;
| Jean Collings&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco&lt;br /&gt;
| User Engagement&lt;br /&gt;
|-&lt;br /&gt;
| Alex Wissmann&lt;br /&gt;
| Marcus Cavanugh&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco&lt;br /&gt;
| FF OS Engineer&lt;br /&gt;
|-&lt;br /&gt;
| Martin McDonough&lt;br /&gt;
| Randall Barker&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Platform Engineering: Mobile&lt;br /&gt;
|-&lt;br /&gt;
| Georgios Kontaxis&lt;br /&gt;
| Monica Chew&lt;br /&gt;
| Mountain View&lt;br /&gt;
| San Francisco &lt;br /&gt;
| Privacy and Security&lt;br /&gt;
|-&lt;br /&gt;
| Kamyar Ardekani&lt;br /&gt;
| Ilana Segall&lt;br /&gt;
| Mountain View &lt;br /&gt;
| San Francisco &lt;br /&gt;
| User Research-Quantitative &lt;br /&gt;
|-&lt;br /&gt;
| Lu Wang&lt;br /&gt;
| Alon Zakai&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Research&lt;br /&gt;
|-&lt;br /&gt;
| Piyush Waradpande&lt;br /&gt;
| Yvan Boily&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Security Assurance&lt;br /&gt;
|-&lt;br /&gt;
| Marcell Vazquez-Chanlatte&lt;br /&gt;
| Laura Thomson&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Web Eng.&lt;br /&gt;
|-&lt;br /&gt;
| James Hobin&lt;br /&gt;
| Gregor Wagner&lt;br /&gt;
| Mountain View &lt;br /&gt;
| San Francisco &lt;br /&gt;
|-&lt;br /&gt;
| Harsh Pathak&lt;br /&gt;
| Camilo Viecco&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Mountain View&lt;br /&gt;
| Privacy Engineering&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;
==== WebQA ====&lt;br /&gt;
&lt;br /&gt;
==== QA Community ====&lt;br /&gt;
&lt;br /&gt;
=== Automation &amp;amp; Tools ===&lt;br /&gt;
&lt;br /&gt;
==== bugzilla.mozilla.org ====&lt;br /&gt;
Notable changes to [https://bugzilla.mozilla.org/ bugzilla.mozilla.org] during the last week:&lt;br /&gt;
* {{bug|1014374}} CSS files are now served concatenated and minified&lt;br /&gt;
* {{bug|1003950}} Abusive accounts can now be automatically disabled&lt;br /&gt;
* {{bug|1009216}} Clicking on the &#039;Whiteboard&#039; field label now takes you to a wiki page describing common whiteboard tags&lt;br /&gt;
[[BMO/Recent_Changes|All changes]].&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;
=== Policy &amp;amp; Advocacy ===&lt;br /&gt;
* &#039;&#039;&#039;Personal Democracy Forum&#039;&#039;&#039; — The Policy &amp;amp; Advocacy crew is headed to [https://personaldemocracy.com/ PDF] in New York this week. We are a sponsor of the conference and will be running a session on ‘Re-Imagining Advocacy to Protect the Free and Open Web’. Together with panelists from EFF, Fight for the Future, Engine Advocacy and Facebook, we are hoping to share and hear new ideas to boost the global open web movement.&lt;br /&gt;
* &#039;&#039;&#039;Reset the Net&#039;&#039;&#039; — This week is the anniversary of the first revelations from Edward Snowden about NSA surveillance, in which the world learned that the NSA is exploiting weak links in Internet security to spy on the entire world, twisting the Internet we love into something it was never meant to be. A year ago, Mozilla helped launch StopWatchingUs to apply pressure to leaders for reform. This year, Mozilla will be joining with Fight for the Future and a host of other organizations to launch a new effort called ‘Reset the Net’ to stop mass surveillance by building proven security into the everyday internet. We encourage all Mozillians to visit ResetTheNet to learn about security tools and steps they can take, including take the pledge for better security on June 5th.&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Sunday&amp;diff=721495</id>
		<title>Summit2013/Sessions/Sunday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Sunday&amp;diff=721495"/>
		<updated>2013-10-04T04:11:11Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1:15 - 2:30pm==&lt;br /&gt;
&lt;br /&gt;
===Distributed Leadership and decision making===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A well-facilitated inquiry and skillshare on distributed leadership. Skills Learned: Leadership, Conflict Resolution, Facilitating distributed meetings/planning/group actions. Potential Outline of Session:&lt;br /&gt;
#  Nature of Mozilla -- one pillar is human capability; more mozillians  moving the mission forward&lt;br /&gt;
#  history of the huge chunks of mozilla that people made up on on their own and we incorporated into the centralized piece&lt;br /&gt;
#  Some issues with distributed decision-mkaing: risk, mistakes, surprise, messiness&lt;br /&gt;
#  What do we do now:  how we build more APIs to the centralized part of mozilla?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Laura Thomson, Ioana Chiorean&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/regnard/ Regnard Raquedan], Lukas Blakk&lt;br /&gt;
:Santa Clara: Alina Mierlus, Vineel Reddy Pindi&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxktf&lt;br /&gt;
&lt;br /&gt;
===Ideas into Action: Next steps for me and my team===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 310&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Four  breakout sessions with a joint shareback round. Determine what  winning  looks like as measured by Mozilla&#039;s four pillars of activity.  Tools, roadmap and things you can do when you return home. How you can  adapt the 3-year plan to your local context and the projects you care  about. How you can multiply the mission. Skills  Learned: Metrics, Building Open into your Project, How to Identify the  NoM in your ideas &amp;amp; highlight/promote/grow those&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Karen Rudnitski (Sr Product Manager for Firefox for Android)&lt;br /&gt;
:Toronto: Larissa Shapiro, Selena Deckelmann&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/ernestchiang/ Ernest Chiang] (One of the [https://reps.mozilla.org/u/dwchiang/ Mozilla Reps], SUMO Leader in MozTW Mozilla Taiwan community)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyki5&lt;br /&gt;
&lt;br /&gt;
===Designing your project for participation===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
Nearly all projects will benefit from community involvement; however, there are different approaches and best practices that can better enable a project for wider contributions. This session will capture best practices and challenges to build a project with community involvement.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:&#039;&#039;&#039;Brussels&#039;&#039;&#039;: [https://mozillians.org/u/LauraHilliger/ Laura Hilliger] (working with Mozilla Reps to help them deliver #teachtheweb professional development content)&lt;br /&gt;
:&#039;&#039;&#039;Toronto&#039;&#039;&#039;: [https://mozillians.org/u/deaves/ David Eaves] (creator of the community building workshops that includes a &#039;Designing your project for participation&#039; module) or [https://mozillians.org/u/emmairwin/ Emma Irwin] (One of the Mozilla Reps who will be delivering the community building workshop content), Jess Klein&lt;br /&gt;
:&#039;&#039;&#039;Santa Clara&#039;&#039;&#039;: [https://mozillians.org/u/bkerensa/ Benjamin Kerensa] (One of the Mozilla Reps, delivering the community building workshop content) and [https://mozillians.org/u/Debloper/ Soumya Deb] (Leader in Mozilla India)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxm4A&lt;br /&gt;
&lt;br /&gt;
===Community tools - what do we currently have===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Windsor West&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
The topic of tooling seems to be  a frequent one. Let&#039;s discuss the needs of the various members of the  community and determine if there are shared tools in which we as a  community should invest.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/u/jdm/ Josh Matthews], [https://mozillians.org/u/williamr/ William Reynolds] (members of the Community Building Systems Working Group)&lt;br /&gt;
:Toronto: [https://mozillians.org/u/mhoye/ Michael Hoye], [https://mozillians.org/u/r1cky/ Ricky Rosario] (members of the Community Building Systems Working Group)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/pierros/ Pierros Papadeas] (members of the Community Building Systems Working Group)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyrua&lt;br /&gt;
&lt;br /&gt;
===Working with corporate (closed) partners===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
How to stay open at Mozilla while meeting our needs: Creating a shared understanding of how Mozilla can work in a closed environment and a roadmap for introducing open concepts to our partners.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/lmandel/ Lawrence Mandel], Lukas Blakk, Bhavana Bajaj&lt;br /&gt;
*Brussels: Dietrich Ayala, [https://mozillians.org/en-US/u/mcote/ Mark Côté], Chris Lee&lt;br /&gt;
*Santa Clara: [https://mozillians.org/en-US/u/cpeterson/ Chris Peterson], Alex Keybl&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enywhl&lt;br /&gt;
&lt;br /&gt;
===Workshop on Contributor recognition guide===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 314/316&lt;br /&gt;
:Toronto: Windsor East&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
Workshop to share tips and tricks for how recognize contributors to your project that would cover badges, swag, events and more. Also hack on the draft Recognition Guide at https://wiki.mozilla.org/Contribute/Recognition&lt;br /&gt;
&lt;br /&gt;
Facilitator:&lt;br /&gt;
:Brussels: Michelle Marovich (Lead Recruiter) and Lizz Noonan (Brand Campaign Coordinator/Creative Contribute Community Co-manager)&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/gueroJeff/ Jeff Beatty] (Community Building for l10n)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/rosana/ Rosana Ardila] (Community Builder for SUMO)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:  http://mzl.la/17ZxsJo&lt;br /&gt;
&lt;br /&gt;
===Moderated discussion on how we will think about product opportunities in the cloud===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 210&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Prospector Suite A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Mozilla has a proud history of  championing user control of data, but there are both huge user benefits  and competitive pressures to having some cloud-enabled data and  services.  How should Mozilla approach this problem in a way that pushes  the mission forward while being pragmatic to the needs of the market?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: Lloyd Hilaiel&lt;br /&gt;
:Toronto: John Jensen&lt;br /&gt;
:Santa Clara: Toby Elliott, Vishy Krishnamoorthy&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZxrFk&lt;br /&gt;
&lt;br /&gt;
===The future of web gaming===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Prospector Suite B&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The web is poised to become a  platform for games, which  opens up opportunities for new markets and independent developers. With WebGL, asm.js, and key web API&#039;s like Pointer Lock, Audio, and Video, Mozilla is making the future of web gaming a reality.  Find out where we are and join us thinking about where to go from here.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Vlad Vukicevic&lt;br /&gt;
:Toronto: Martin Best&lt;br /&gt;
:Santa Clara: Alon Zakai&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxu3U&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:15 - 2:30pm &#039;&#039;&#039;(Brussels only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216&lt;br /&gt;
:Toronto: Windsor West &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday#UP:_User_Personalization|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector Suite A &#039;&#039;&#039;on [[Summit2013/Sessions/Friday#UP:_User_Personalization|Friday]] @1:00 - 2:15pm, 2:45 - 4:00pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Saturday&amp;diff=721493</id>
		<title>Summit2013/Sessions/Saturday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Saturday&amp;diff=721493"/>
		<updated>2013-10-04T04:10:56Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1:30 - 3:30pm==&lt;br /&gt;
&lt;br /&gt;
===Practicing Open===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Location&#039;&#039;&#039;:&lt;br /&gt;
:&#039;&#039;&#039;Brussels&#039;&#039;&#039;: Studio 313/315&lt;br /&gt;
:&#039;&#039;&#039;Toronto&#039;&#039;&#039;: Windsor West&lt;br /&gt;
:&#039;&#039;&#039;Santa Clara&#039;&#039;&#039;: Prospector Suite B&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Track&#039;&#039;&#039;: Purpose and Strategy&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:MozFest crowd shot -- 9940882226 b8464450be o.jpg|700px]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;b&amp;gt;What does “working in the open” mean for you?&amp;lt;/b&amp;gt; How do we do it at Mozilla — and where do we need to adapt, adjust and improve?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll dive into discussion around these key themes -- and then start hacking together on something more concrete: a new &amp;lt;b&amp;gt;FAQ guide&amp;lt;/b&amp;gt; on &amp;quot;&amp;lt;b&amp;gt;How to work open at Mozilla&amp;lt;/b&amp;gt;.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
We&#039;ll surface key questions around where working open seems difficult or confusing in your own work, creating a lasting resource for ongoing use and follow-up after the Summit. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;The emphasis is on how we work, collaborate, and practice open on a daily basis&amp;lt;/b&amp;gt;. Mozilla is committed to open not only in terms of technology -- but also in terms of a &amp;lt;em&amp;gt;unique way of working together&amp;lt;/em&amp;gt;. Join us to celebrate, elevate and help document this key part of our culture, history and future. [http://openmatt.org/2013/10/02/open_mozilla/ &amp;lt;em&amp;gt;(more)&amp;lt;/em&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facilitators&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&amp;lt;em&amp;gt;Toronto&amp;lt;/em&amp;gt;: David Humphrey [https://twitter.com/humphd (@humphd)] or Matt Thompson [https://twitter.com/OpenMatt (@OpenMatt)]&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&amp;lt;em&amp;gt;Brussels&amp;lt;/em&amp;gt;: Stefania IoanaChiorean [https://twitter.com/ioana_cis (@ioana_cis)]&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&amp;lt;em&amp;gt;Santa Clara&amp;lt;/em&amp;gt;: Sakina Groth [https://twitter.com/SakinaGroth&amp;quot; (@SakinaGroth)]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Session Etherpad + agenda&#039;&#039;&#039;: http://mzl.la/17ZwUmQ &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Session blog post&#039;&#039;&#039;: http://mzl.la/open_mozilla&lt;br /&gt;
&lt;br /&gt;
===TBD===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: &lt;br /&gt;
:Toronto: &lt;br /&gt;
:Santa Clara: &lt;br /&gt;
&lt;br /&gt;
Session Etherpad:&lt;br /&gt;
&lt;br /&gt;
===Building a Framework to enable Mozilla to effectively communicate across our community===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
How does Mozilla hold a discussion on a particular topic that allows expression of positives and negatives in a productive way? This session will build the Mozilla  Framework for how to invite feedback, manage the conversation and ensure all parties are acknowledged regardless of their view of the issue.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:[https://mozillians.org/u/gerv/ Gervase Markham], [https://mozillians.org/en-US/u/bsmedberg/ Benjamin Smedberg]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/LDeCoursy/ Lainie Decoursy], [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)], [https://mozillians.org/en-US/u/Kensie/ Majken Connor] &lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardi/ Mardi Douglass], [https://mozillians.org/en-US/u/echardac/ Emily Chardac], William Quiviger&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwWeu&lt;br /&gt;
&lt;br /&gt;
===Defining and Packaging a Mozilla Core experience for onboarding===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: People &amp;amp; Process&lt;br /&gt;
&lt;br /&gt;
How do we create an experience  that captures the history of Mozilla, our values, and what makes us  unique in a way that we can transfer these items to new Mozillians and  even our partners?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/u/nukeador/ Rubén Martín [:Nukeador]] (one of the Mozilla Hispano mentors that runs the onboarding process for new contributors), Tobias Leingruber&lt;br /&gt;
:Toronto: Amie Tyrrel, Amira Dhalla&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil] {{NeedCoFacilitator}}&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zx1Pf&lt;br /&gt;
&lt;br /&gt;
===What would a million Mozillians do?===&lt;br /&gt;
¿Qué harían un millon de Mozilleros? [Toronto: EN &amp;amp; ES]&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose &amp;amp; Strategy&lt;br /&gt;
&lt;br /&gt;
Working Narrative: A creative, &amp;quot;blue sky&amp;quot; session to imagine new kinds of contributors&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: [https://mozillians.org/u/kinger/ Brian King] (Community Manager for Europe), [https://mozillians.org/u/henx/ Henrik Mitsch], [https://mozillians.org/u/nethahussain/ Netha Hussain], [https://mozillians.org/u/thornet/ Michelle Thorne], [https://mozillians.org/u/FuzzyFox/ William Duyck]&lt;br /&gt;
:Toronto:  Marc Lesser, [https://mozillians.org/u/margaretschroeder/ Margaret Schroeder], [https://mozillians.org/en-US/u/MRomaine/ Melissa Romaine] (en Español)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/davidwboswell/ David Boswell] and [https://mozillians.org/u/williamq/ William Quiviger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:http://mzl.la/1enxmmc&lt;br /&gt;
&lt;br /&gt;
===Developing empathy for your users===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
A workshop where you learn how to easily make sure that the products you make are as appreciated as you think they should be.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co] , Maureen Hanratty&lt;br /&gt;
:Toronto: Cori Schauer&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/lkenzig/ Lindsay Kenzig], Maria Sandberg&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxqlU&lt;br /&gt;
&lt;br /&gt;
===Understanding the Servo strategy===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology &lt;br /&gt;
&lt;br /&gt;
Web browsers were designed  around yesterday&#039;s reality of computer  hardware. Servo is a rethinking  of the architecture of browsers to  accommodate the hardware of today  and tomorrow: multiple CPU&#039;s and  powerful GPU&#039;s, and with limited power  consumption. What&#039;s more, Servo  is being built in [http://en.wikipedia.org/wiki/Rust_%28programming_language%29 Rust], a new  programming language designed to support faster and safer development practices.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/jdm/ Josh Matthews]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/metajack/ Jack Moffitt]&lt;br /&gt;
:Santa Clara: Patrick Walton&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zx5yz&lt;br /&gt;
&lt;br /&gt;
===Growing Stakeholders in the Web===&lt;br /&gt;
&lt;br /&gt;
Cancelled. Will be replaced with an open session.&lt;br /&gt;
&lt;br /&gt;
==4:00 - 6:00pm==&lt;br /&gt;
&lt;br /&gt;
===Imagining a Mozilla-Wide Open Badges System + OBI 101===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F on the Mezzanine Level &lt;br /&gt;
:Santa Clara: Prospector B&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Working Narrative: &lt;br /&gt;
&lt;br /&gt;
The Open Badges Infrastructure makes learning and credentialing work like the Web. Through digital badges, we can build an ecosystem of open learning with stackable, information-based credentials. Open Badges can be used for recognizing and communicating skills and achievements, building reputation and community, and finding peers and hires. &lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll provide a brief badges 101 and then explore the opportunity for Mozilla badges for the global community of Mozillians. Together we&#039;ll ask: What badges would prove compelling to contributors, staff and community members? What needs to be built and provided to support this large, cohesive system? What are immediate next steps for making these badges real and recognizable? Is now the right time for a Mozilla-wide badge system? &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/timriches Tim Riches], [https://mozillians.org/en-US/u/emgollie// Emily Goligoski]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/megan Meg Cole], [https://mozillians.org/en-US/u/erin/ Erin Knight], [https://mozillians.org/en-US/u/kerri Kerri Lemoie], [https://mozillians.org/en-US/u/Damian Damian Ewens]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/threeqube/ Sunny Lee], [https://mozillians.org/en-US/u/carlacasilli/ Carla Casilli]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyN3W&lt;br /&gt;
&lt;br /&gt;
===Designing for our users not ourselves===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
Introduction to our users - who they are, what they do, what they need, and how Mozilla can do this.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Cori Schauer will be main facilitator for this, and will coordinate the other facilitators. &lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/gpetrie/ Gemma Petrie] &amp;amp; Madhava Zhenshuo &amp;amp; [https://mozillians.org/en-US/u/dstrohmeier/ Dominik Strohmeier]&lt;br /&gt;
:Toronto: Cori Schauer, [https://mozillians.org/en-US/u/clarkbw/ Bryan Clark] (possibly Gregg Lind) &lt;br /&gt;
:Santa Clara: Bill Selman&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxtOr&lt;br /&gt;
&lt;br /&gt;
===Strategies of industry players and competing effectively===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
Powerful interests are creating silos of content and private walled  gardens on the web. What can  Mozilla do to open these silos up or create  new more open  alternatives?  How do we need to understand how these  competitors work  for markets and consumers?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/pfinch/ Patrick Finch] {{NeedCoFacilitator}}&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/kev/ Kev Needham], John Jensen&lt;br /&gt;
:Santa Clara: Irina Sandu, Ria Joy, Sandip Kamat&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:http://mzl.la/1enxOko&lt;br /&gt;
&lt;br /&gt;
===Understanding web developers===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
Web developers are a key community for Mozilla. Our competitors are building sophisticated developer tools, API&#039;s,   and platform technologies. How can we maintain a close and symbiotic   relationship with web developers? How do we meet their needs, and how  do  we get them signed up for Mozilla&#039;s mission?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: Jeff Griffiths&lt;br /&gt;
:Toronto: Stormy Peters&lt;br /&gt;
:Santa Clara: Christian Heilmann&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxVMI&lt;br /&gt;
&lt;br /&gt;
===How do we scale up our innovation capacity?===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
If we&#039;re to have the kind of  massive impact on the internet that we hope  to, we have to ask  ourselves whether our structure and processes will  get us there. If we  want to facilitate innovation at the edges and focus  on recognizing  good ideas rather than having them, how should we relate  to web  innovators around the world?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher&lt;br /&gt;
:Toronto: Simon Wex &lt;br /&gt;
:Santa Clara: Dan Mosedale&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxJ00&lt;br /&gt;
&lt;br /&gt;
===We&#039;re building a global movement of Webmakers: Join us===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Webmaker is the brand that we&#039;re using to show a new generation of web citizens that the web is theirs to grab, shape and remix. We&#039;ll show you what that looks like with an ad hoc maker party. Come learn to build web pages and multimedia with Mozilla&#039;s awesome Webmaker tools. Or if you have skills to share, learn to be a Webmaker mentor. &lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/codekat/ Kat Braybrooke], [https://mozillians.org/u/thornet/ Michelle Thorne]&lt;br /&gt;
:Toronto: Chris Lawrence, Amira Dhalla, Matt Thompson&lt;br /&gt;
:Santa Clara: Brett Gaylor, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Jacob Caggiano, Yoe One Ariestya Niovitta &lt;br /&gt;
&lt;br /&gt;
Session Etherpad:http://mzl.la/1enxYYR&lt;br /&gt;
&lt;br /&gt;
===Enter The Compartment - Gecko&#039;s Script Security Architecture Explained===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212 &lt;br /&gt;
&lt;br /&gt;
A talk and Q&amp;amp;A session targeted at frontend, extension, and&lt;br /&gt;
WebAPI developers.&lt;br /&gt;
&lt;br /&gt;
XPConnect has historically been one of the scariest and most&lt;br /&gt;
mysterious parts of Gecko. In the past few years, we&#039;ve made major&lt;br /&gt;
architectural advancements that vastly simplify things and give us&lt;br /&gt;
very powerful invariants. Nevertheless, knowledge about our script&lt;br /&gt;
architecture tends to be concentrated in the heads of a few very busy&lt;br /&gt;
people. This session aims to spread some of that knowledge.&lt;br /&gt;
&lt;br /&gt;
We&#039;ll begin a brief history of script security on the web, and move&lt;br /&gt;
into an in-depth description of Mozilla&#039;s script architecture. Topics&lt;br /&gt;
include Compartments, Principals, Security Wrappers, Xrays, DOM bindings,&lt;br /&gt;
__exposedProps__, Expandos, and more. Come with questions!&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
&lt;br /&gt;
:Brussels: Bobby Holley&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-saturday-enterthecomparment&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 4:00pm - 6:00pm &#039;&#039;&#039;(Toronto only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday#UP:_User_Personalization|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Windsor West&lt;br /&gt;
:Santa Clara: Prospector Suite A &#039;&#039;&#039;on [[Summit2013/Sessions/Friday#UP:_User_Personalization|Friday]] @1:00 - 2:15pm, 2:45 - 4:00pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=721492</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=721492"/>
		<updated>2013-10-04T04:10:44Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday#UP:_User_Personalization|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Windsor West &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday#UP:_User_Personalization|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector Suite A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Saturday&amp;diff=721476</id>
		<title>Summit2013/Sessions/Saturday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Saturday&amp;diff=721476"/>
		<updated>2013-10-04T03:29:37Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* 4:00 - 6:00pm */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1:30 - 3:30pm==&lt;br /&gt;
&lt;br /&gt;
===Practicing Open===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Location&#039;&#039;&#039;:&lt;br /&gt;
:&#039;&#039;&#039;Brussels&#039;&#039;&#039;: Studio 313/315&lt;br /&gt;
:&#039;&#039;&#039;Toronto&#039;&#039;&#039;: Windsor West&lt;br /&gt;
:&#039;&#039;&#039;Santa Clara&#039;&#039;&#039;: Prospector Suite B&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Track&#039;&#039;&#039;: Purpose and Strategy&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[[File:MozFest crowd shot -- 9940882226 b8464450be o.jpg|700px]]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;b&amp;gt;What does “working in the open” mean for you?&amp;lt;/b&amp;gt; How do we do it at Mozilla — and where do we need to adapt, adjust and improve?&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll dive into discussion around these key themes -- and then start hacking together on something more concrete: a new &amp;lt;b&amp;gt;FAQ guide&amp;lt;/b&amp;gt; on &amp;quot;&amp;lt;b&amp;gt;How to work open at Mozilla&amp;lt;/b&amp;gt;.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
We&#039;ll surface key questions around where working open seems difficult or confusing in your own work, creating a lasting resource for ongoing use and follow-up after the Summit. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;The emphasis is on how we work, collaborate, and practice open on a daily basis&amp;lt;/b&amp;gt;. Mozilla is committed to open not only in terms of technology -- but also in terms of a &amp;lt;em&amp;gt;unique way of working together&amp;lt;/em&amp;gt;. Join us to celebrate, elevate and help document this key part of our culture, history and future. [http://openmatt.org/2013/10/02/open_mozilla/ &amp;lt;em&amp;gt;(more)&amp;lt;/em&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facilitators&#039;&#039;&#039;:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&amp;lt;em&amp;gt;Toronto&amp;lt;/em&amp;gt;: David Humphrey [https://twitter.com/humphd (@humphd)] or Matt Thompson [https://twitter.com/OpenMatt (@OpenMatt)]&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&amp;lt;em&amp;gt;Brussels&amp;lt;/em&amp;gt;: Stefania IoanaChiorean [https://twitter.com/ioana_cis (@ioana_cis)]&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;li&amp;gt;&amp;lt;em&amp;gt;Santa Clara&amp;lt;/em&amp;gt;: Sakina Groth [https://twitter.com/SakinaGroth&amp;quot; (@SakinaGroth)]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Session Etherpad + agenda&#039;&#039;&#039;: http://mzl.la/17ZwUmQ &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Session blog post&#039;&#039;&#039;: http://mzl.la/open_mozilla&lt;br /&gt;
&lt;br /&gt;
===TBD===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: &lt;br /&gt;
:Toronto: &lt;br /&gt;
:Santa Clara: &lt;br /&gt;
&lt;br /&gt;
Session Etherpad:&lt;br /&gt;
&lt;br /&gt;
===Building a Framework to enable Mozilla to effectively communicate across our community===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
How does Mozilla hold a discussion on a particular topic that allows expression of positives and negatives in a productive way? This session will build the Mozilla  Framework for how to invite feedback, manage the conversation and ensure all parties are acknowledged regardless of their view of the issue.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:[https://mozillians.org/u/gerv/ Gervase Markham], [https://mozillians.org/en-US/u/bsmedberg/ Benjamin Smedberg]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/LDeCoursy/ Lainie Decoursy], [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)], [https://mozillians.org/en-US/u/Kensie/ Majken Connor] &lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardi/ Mardi Douglass], [https://mozillians.org/en-US/u/echardac/ Emily Chardac], William Quiviger&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwWeu&lt;br /&gt;
&lt;br /&gt;
===Defining and Packaging a Mozilla Core experience for onboarding===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: People &amp;amp; Process&lt;br /&gt;
&lt;br /&gt;
How do we create an experience  that captures the history of Mozilla, our values, and what makes us  unique in a way that we can transfer these items to new Mozillians and  even our partners?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/u/nukeador/ Rubén Martín [:Nukeador]] (one of the Mozilla Hispano mentors that runs the onboarding process for new contributors), Tobias Leingruber&lt;br /&gt;
:Toronto: Amie Tyrrel, Amira Dhalla&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil] {{NeedCoFacilitator}}&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zx1Pf&lt;br /&gt;
&lt;br /&gt;
===What would a million Mozillians do?===&lt;br /&gt;
¿Qué harían un millon de Mozilleros? [Toronto: EN &amp;amp; ES]&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose &amp;amp; Strategy&lt;br /&gt;
&lt;br /&gt;
Working Narrative: A creative, &amp;quot;blue sky&amp;quot; session to imagine new kinds of contributors&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: [https://mozillians.org/u/kinger/ Brian King] (Community Manager for Europe), [https://mozillians.org/u/henx/ Henrik Mitsch], [https://mozillians.org/u/nethahussain/ Netha Hussain], [https://mozillians.org/u/thornet/ Michelle Thorne], [https://mozillians.org/u/FuzzyFox/ William Duyck]&lt;br /&gt;
:Toronto:  Marc Lesser, [https://mozillians.org/u/margaretschroeder/ Margaret Schroeder], [https://mozillians.org/en-US/u/MRomaine/ Melissa Romaine] (en Español)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/davidwboswell/ David Boswell] and [https://mozillians.org/u/williamq/ William Quiviger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:http://mzl.la/1enxmmc&lt;br /&gt;
&lt;br /&gt;
===Developing empathy for your users===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
A workshop where you learn how to easily make sure that the products you make are as appreciated as you think they should be.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co] , Maureen Hanratty&lt;br /&gt;
:Toronto: Cori Schauer&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/lkenzig/ Lindsay Kenzig], Maria Sandberg&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxqlU&lt;br /&gt;
&lt;br /&gt;
===Understanding the Servo strategy===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology &lt;br /&gt;
&lt;br /&gt;
Web browsers were designed  around yesterday&#039;s reality of computer  hardware. Servo is a rethinking  of the architecture of browsers to  accommodate the hardware of today  and tomorrow: multiple CPU&#039;s and  powerful GPU&#039;s, and with limited power  consumption. What&#039;s more, Servo  is being built in [http://en.wikipedia.org/wiki/Rust_%28programming_language%29 Rust], a new  programming language designed to support faster and safer development practices.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/jdm/ Josh Matthews]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/metajack/ Jack Moffitt]&lt;br /&gt;
:Santa Clara: Patrick Walton&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zx5yz&lt;br /&gt;
&lt;br /&gt;
===Growing Stakeholders in the Web===&lt;br /&gt;
&lt;br /&gt;
Cancelled. Will be replaced with an open session.&lt;br /&gt;
&lt;br /&gt;
==4:00 - 6:00pm==&lt;br /&gt;
&lt;br /&gt;
===Imagining a Mozilla-Wide Open Badges System + OBI 101===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F on the Mezzanine Level &lt;br /&gt;
:Santa Clara: Prospector B&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Working Narrative: &lt;br /&gt;
&lt;br /&gt;
The Open Badges Infrastructure makes learning and credentialing work like the Web. Through digital badges, we can build an ecosystem of open learning with stackable, information-based credentials. Open Badges can be used for recognizing and communicating skills and achievements, building reputation and community, and finding peers and hires. &lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll provide a brief badges 101 and then explore the opportunity for Mozilla badges for the global community of Mozillians. Together we&#039;ll ask: What badges would prove compelling to contributors, staff and community members? What needs to be built and provided to support this large, cohesive system? What are immediate next steps for making these badges real and recognizable? Is now the right time for a Mozilla-wide badge system? &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/timriches Tim Riches], [https://mozillians.org/en-US/u/emgollie// Emily Goligoski]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/megan Meg Cole], [https://mozillians.org/en-US/u/erin/ Erin Knight], [https://mozillians.org/en-US/u/kerri Kerri Lemoie], [https://mozillians.org/en-US/u/Damian Damian Ewens]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/threeqube/ Sunny Lee], [https://mozillians.org/en-US/u/carlacasilli/ Carla Casilli]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyN3W&lt;br /&gt;
&lt;br /&gt;
===Designing for our users not ourselves===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
Introduction to our users - who they are, what they do, what they need, and how Mozilla can do this.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Cori Schauer will be main facilitator for this, and will coordinate the other facilitators. &lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/gpetrie/ Gemma Petrie] &amp;amp; Madhava Zhenshuo &amp;amp; [https://mozillians.org/en-US/u/dstrohmeier/ Dominik Strohmeier]&lt;br /&gt;
:Toronto: Cori Schauer, [https://mozillians.org/en-US/u/clarkbw/ Bryan Clark] (possibly Gregg Lind) &lt;br /&gt;
:Santa Clara: Bill Selman&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxtOr&lt;br /&gt;
&lt;br /&gt;
===Strategies of industry players and competing effectively===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
Powerful interests are creating silos of content and private walled  gardens on the web. What can  Mozilla do to open these silos up or create  new more open  alternatives?  How do we need to understand how these  competitors work  for markets and consumers?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/pfinch/ Patrick Finch] {{NeedCoFacilitator}}&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/kev/ Kev Needham], John Jensen&lt;br /&gt;
:Santa Clara: Irina Sandu, Ria Joy, Sandip Kamat&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:http://mzl.la/1enxOko&lt;br /&gt;
&lt;br /&gt;
===Understanding web developers===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Product &amp;amp; Technology&lt;br /&gt;
&lt;br /&gt;
Web developers are a key community for Mozilla. Our competitors are building sophisticated developer tools, API&#039;s,   and platform technologies. How can we maintain a close and symbiotic   relationship with web developers? How do we meet their needs, and how  do  we get them signed up for Mozilla&#039;s mission?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: Jeff Griffiths&lt;br /&gt;
:Toronto: Stormy Peters&lt;br /&gt;
:Santa Clara: Christian Heilmann&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxVMI&lt;br /&gt;
&lt;br /&gt;
===How do we scale up our innovation capacity?===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
If we&#039;re to have the kind of  massive impact on the internet that we hope  to, we have to ask  ourselves whether our structure and processes will  get us there. If we  want to facilitate innovation at the edges and focus  on recognizing  good ideas rather than having them, how should we relate  to web  innovators around the world?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher&lt;br /&gt;
:Toronto: Simon Wex &lt;br /&gt;
:Santa Clara: Dan Mosedale&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enxJ00&lt;br /&gt;
&lt;br /&gt;
===We&#039;re building a global movement of Webmakers: Join us===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Webmaker is the brand that we&#039;re using to show a new generation of web citizens that the web is theirs to grab, shape and remix. We&#039;ll show you what that looks like with an ad hoc maker party. Come learn to build web pages and multimedia with Mozilla&#039;s awesome Webmaker tools. Or if you have skills to share, learn to be a Webmaker mentor. &lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/codekat/ Kat Braybrooke], [https://mozillians.org/u/thornet/ Michelle Thorne]&lt;br /&gt;
:Toronto: Chris Lawrence, Amira Dhalla, Matt Thompson&lt;br /&gt;
:Santa Clara: Brett Gaylor, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Jacob Caggiano, Yoe One Ariestya Niovitta &lt;br /&gt;
&lt;br /&gt;
Session Etherpad:http://mzl.la/1enxYYR&lt;br /&gt;
&lt;br /&gt;
===Enter The Compartment - Gecko&#039;s Script Security Architecture Explained===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212 &lt;br /&gt;
&lt;br /&gt;
A talk and Q&amp;amp;A session targeted at frontend, extension, and&lt;br /&gt;
WebAPI developers.&lt;br /&gt;
&lt;br /&gt;
XPConnect has historically been one of the scariest and most&lt;br /&gt;
mysterious parts of Gecko. In the past few years, we&#039;ve made major&lt;br /&gt;
architectural advancements that vastly simplify things and give us&lt;br /&gt;
very powerful invariants. Nevertheless, knowledge about our script&lt;br /&gt;
architecture tends to be concentrated in the heads of a few very busy&lt;br /&gt;
people. This session aims to spread some of that knowledge.&lt;br /&gt;
&lt;br /&gt;
We&#039;ll begin a brief history of script security on the web, and move&lt;br /&gt;
into an in-depth description of Mozilla&#039;s script architecture. Topics&lt;br /&gt;
include Compartments, Principals, Security Wrappers, Xrays, DOM bindings,&lt;br /&gt;
__exposedProps__, Expandos, and more. Come with questions!&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
&lt;br /&gt;
:Brussels: Bobby Holley&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-saturday-enterthecomparment&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 4:00pm - 6:00pm &#039;&#039;&#039;(Toronto only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday#UP:_User_Personalization|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Prospector Suite A &#039;&#039;&#039;on [[Summit2013/Sessions/Friday#UP:_User_Personalization|Friday]] @1:00 - 2:15pm, 2:45 - 4:00pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=721475</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=721475"/>
		<updated>2013-10-04T03:29:13Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday#UP:_User_Personalization|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday#UP:_User_Personalization|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector Suite A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Sunday&amp;diff=721474</id>
		<title>Summit2013/Sessions/Sunday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Sunday&amp;diff=721474"/>
		<updated>2013-10-04T03:29:07Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1:15 - 2:30pm==&lt;br /&gt;
&lt;br /&gt;
===Distributed Leadership and decision making===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A well-facilitated inquiry and skillshare on distributed leadership. Skills Learned: Leadership, Conflict Resolution, Facilitating distributed meetings/planning/group actions. Potential Outline of Session:&lt;br /&gt;
#  Nature of Mozilla -- one pillar is human capability; more mozillians  moving the mission forward&lt;br /&gt;
#  history of the huge chunks of mozilla that people made up on on their own and we incorporated into the centralized piece&lt;br /&gt;
#  Some issues with distributed decision-mkaing: risk, mistakes, surprise, messiness&lt;br /&gt;
#  What do we do now:  how we build more APIs to the centralized part of mozilla?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Laura Thomson, Ioana Chiorean&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/regnard/ Regnard Raquedan], Lukas Blakk&lt;br /&gt;
:Santa Clara: Alina Mierlus, Vineel Reddy Pindi&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxktf&lt;br /&gt;
&lt;br /&gt;
===Ideas into Action: Next steps for me and my team===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 310&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Four  breakout sessions with a joint shareback round. Determine what  winning  looks like as measured by Mozilla&#039;s four pillars of activity.  Tools, roadmap and things you can do when you return home. How you can  adapt the 3-year plan to your local context and the projects you care  about. How you can multiply the mission. Skills  Learned: Metrics, Building Open into your Project, How to Identify the  NoM in your ideas &amp;amp; highlight/promote/grow those&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Karen Rudnitski (Sr Product Manager for Firefox for Android)&lt;br /&gt;
:Toronto: Larissa Shapiro, Selena Deckelmann&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/ernestchiang/ Ernest Chiang] (One of the [https://reps.mozilla.org/u/dwchiang/ Mozilla Reps], SUMO Leader in MozTW Mozilla Taiwan community)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyki5&lt;br /&gt;
&lt;br /&gt;
===Designing your project for participation===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
Nearly all projects will benefit from community involvement; however, there are different approaches and best practices that can better enable a project for wider contributions. This session will capture best practices and challenges to build a project with community involvement.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:&#039;&#039;&#039;Brussels&#039;&#039;&#039;: [https://mozillians.org/u/LauraHilliger/ Laura Hilliger] (working with Mozilla Reps to help them deliver #teachtheweb professional development content)&lt;br /&gt;
:&#039;&#039;&#039;Toronto&#039;&#039;&#039;: [https://mozillians.org/u/deaves/ David Eaves] (creator of the community building workshops that includes a &#039;Designing your project for participation&#039; module) or [https://mozillians.org/u/emmairwin/ Emma Irwin] (One of the Mozilla Reps who will be delivering the community building workshop content), Jess Klein&lt;br /&gt;
:&#039;&#039;&#039;Santa Clara&#039;&#039;&#039;: [https://mozillians.org/u/bkerensa/ Benjamin Kerensa] (One of the Mozilla Reps, delivering the community building workshop content) and [https://mozillians.org/u/Debloper/ Soumya Deb] (Leader in Mozilla India)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxm4A&lt;br /&gt;
&lt;br /&gt;
===Community tools - what do we currently have===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Windsor West&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
The topic of tooling seems to be  a frequent one. Let&#039;s discuss the needs of the various members of the  community and determine if there are shared tools in which we as a  community should invest.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/u/jdm/ Josh Matthews], [https://mozillians.org/u/williamr/ William Reynolds] (members of the Community Building Systems Working Group)&lt;br /&gt;
:Toronto: [https://mozillians.org/u/mhoye/ Michael Hoye], [https://mozillians.org/u/r1cky/ Ricky Rosario] (members of the Community Building Systems Working Group)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/pierros/ Pierros Papadeas] (members of the Community Building Systems Working Group)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyrua&lt;br /&gt;
&lt;br /&gt;
===Working with corporate (closed) partners===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
How to stay open at Mozilla while meeting our needs: Creating a shared understanding of how Mozilla can work in a closed environment and a roadmap for introducing open concepts to our partners.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/lmandel/ Lawrence Mandel], Lukas Blakk, Bhavana Bajaj&lt;br /&gt;
*Brussels: Dietrich Ayala, [https://mozillians.org/en-US/u/mcote/ Mark Côté], Chris Lee&lt;br /&gt;
*Santa Clara: [https://mozillians.org/en-US/u/cpeterson/ Chris Peterson], Alex Keybl&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enywhl&lt;br /&gt;
&lt;br /&gt;
===Workshop on Contributor recognition guide===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 314/316&lt;br /&gt;
:Toronto: Windsor East&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
Workshop to share tips and tricks for how recognize contributors to your project that would cover badges, swag, events and more. Also hack on the draft Recognition Guide at https://wiki.mozilla.org/Contribute/Recognition&lt;br /&gt;
&lt;br /&gt;
Facilitator:&lt;br /&gt;
:Brussels: Michelle Marovich (Lead Recruiter) and Lizz Noonan (Brand Campaign Coordinator/Creative Contribute Community Co-manager)&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/gueroJeff/ Jeff Beatty] (Community Building for l10n)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/rosana/ Rosana Ardila] (Community Builder for SUMO)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:  http://mzl.la/17ZxsJo&lt;br /&gt;
&lt;br /&gt;
===Moderated discussion on how we will think about product opportunities in the cloud===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 210&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Prospector Suite A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Mozilla has a proud history of  championing user control of data, but there are both huge user benefits  and competitive pressures to having some cloud-enabled data and  services.  How should Mozilla approach this problem in a way that pushes  the mission forward while being pragmatic to the needs of the market?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: Lloyd Hilaiel&lt;br /&gt;
:Toronto: John Jensen&lt;br /&gt;
:Santa Clara: Toby Elliott, Vishy Krishnamoorthy&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZxrFk&lt;br /&gt;
&lt;br /&gt;
===The future of web gaming===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Prospector Suite B&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The web is poised to become a  platform for games, which  opens up opportunities for new markets and independent developers. With WebGL, asm.js, and key web API&#039;s like Pointer Lock, Audio, and Video, Mozilla is making the future of web gaming a reality.  Find out where we are and join us thinking about where to go from here.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Vlad Vukicevic&lt;br /&gt;
:Toronto: Martin Best&lt;br /&gt;
:Santa Clara: Alon Zakai&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxu3U&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:15 - 2:30pm &#039;&#039;&#039;(Brussels only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday#UP:_User_Personalization|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector Suite A &#039;&#039;&#039;on [[Summit2013/Sessions/Friday#UP:_User_Personalization|Friday]] @1:00 - 2:15pm, 2:45 - 4:00pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Sunday&amp;diff=721473</id>
		<title>Summit2013/Sessions/Sunday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Sunday&amp;diff=721473"/>
		<updated>2013-10-04T03:27:28Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* 1:15 - 2:30pm */ add UP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1:15 - 2:30pm==&lt;br /&gt;
&lt;br /&gt;
===Distributed Leadership and decision making===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A well-facilitated inquiry and skillshare on distributed leadership. Skills Learned: Leadership, Conflict Resolution, Facilitating distributed meetings/planning/group actions. Potential Outline of Session:&lt;br /&gt;
#  Nature of Mozilla -- one pillar is human capability; more mozillians  moving the mission forward&lt;br /&gt;
#  history of the huge chunks of mozilla that people made up on on their own and we incorporated into the centralized piece&lt;br /&gt;
#  Some issues with distributed decision-mkaing: risk, mistakes, surprise, messiness&lt;br /&gt;
#  What do we do now:  how we build more APIs to the centralized part of mozilla?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Laura Thomson, Ioana Chiorean&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/regnard/ Regnard Raquedan], Lukas Blakk&lt;br /&gt;
:Santa Clara: Alina Mierlus, Vineel Reddy Pindi&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxktf&lt;br /&gt;
&lt;br /&gt;
===Ideas into Action: Next steps for me and my team===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 310&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Four  breakout sessions with a joint shareback round. Determine what  winning  looks like as measured by Mozilla&#039;s four pillars of activity.  Tools, roadmap and things you can do when you return home. How you can  adapt the 3-year plan to your local context and the projects you care  about. How you can multiply the mission. Skills  Learned: Metrics, Building Open into your Project, How to Identify the  NoM in your ideas &amp;amp; highlight/promote/grow those&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Karen Rudnitski (Sr Product Manager for Firefox for Android)&lt;br /&gt;
:Toronto: Larissa Shapiro, Selena Deckelmann&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/ernestchiang/ Ernest Chiang] (One of the [https://reps.mozilla.org/u/dwchiang/ Mozilla Reps], SUMO Leader in MozTW Mozilla Taiwan community)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyki5&lt;br /&gt;
&lt;br /&gt;
===Designing your project for participation===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
Nearly all projects will benefit from community involvement; however, there are different approaches and best practices that can better enable a project for wider contributions. This session will capture best practices and challenges to build a project with community involvement.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:&#039;&#039;&#039;Brussels&#039;&#039;&#039;: [https://mozillians.org/u/LauraHilliger/ Laura Hilliger] (working with Mozilla Reps to help them deliver #teachtheweb professional development content)&lt;br /&gt;
:&#039;&#039;&#039;Toronto&#039;&#039;&#039;: [https://mozillians.org/u/deaves/ David Eaves] (creator of the community building workshops that includes a &#039;Designing your project for participation&#039; module) or [https://mozillians.org/u/emmairwin/ Emma Irwin] (One of the Mozilla Reps who will be delivering the community building workshop content), Jess Klein&lt;br /&gt;
:&#039;&#039;&#039;Santa Clara&#039;&#039;&#039;: [https://mozillians.org/u/bkerensa/ Benjamin Kerensa] (One of the Mozilla Reps, delivering the community building workshop content) and [https://mozillians.org/u/Debloper/ Soumya Deb] (Leader in Mozilla India)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxm4A&lt;br /&gt;
&lt;br /&gt;
===Community tools - what do we currently have===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Windsor West&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
The topic of tooling seems to be  a frequent one. Let&#039;s discuss the needs of the various members of the  community and determine if there are shared tools in which we as a  community should invest.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/u/jdm/ Josh Matthews], [https://mozillians.org/u/williamr/ William Reynolds] (members of the Community Building Systems Working Group)&lt;br /&gt;
:Toronto: [https://mozillians.org/u/mhoye/ Michael Hoye], [https://mozillians.org/u/r1cky/ Ricky Rosario] (members of the Community Building Systems Working Group)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/u/pierros/ Pierros Papadeas] (members of the Community Building Systems Working Group)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enyrua&lt;br /&gt;
&lt;br /&gt;
===Working with corporate (closed) partners===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311/312&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
How to stay open at Mozilla while meeting our needs: Creating a shared understanding of how Mozilla can work in a closed environment and a roadmap for introducing open concepts to our partners.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/lmandel/ Lawrence Mandel], Lukas Blakk, Bhavana Bajaj&lt;br /&gt;
*Brussels: Dietrich Ayala, [https://mozillians.org/en-US/u/mcote/ Mark Côté], Chris Lee&lt;br /&gt;
*Santa Clara: [https://mozillians.org/en-US/u/cpeterson/ Chris Peterson], Alex Keybl&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1enywhl&lt;br /&gt;
&lt;br /&gt;
===Workshop on Contributor recognition guide===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 314/316&lt;br /&gt;
:Toronto: Windsor East&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: People and Process&lt;br /&gt;
&lt;br /&gt;
Workshop to share tips and tricks for how recognize contributors to your project that would cover badges, swag, events and more. Also hack on the draft Recognition Guide at https://wiki.mozilla.org/Contribute/Recognition&lt;br /&gt;
&lt;br /&gt;
Facilitator:&lt;br /&gt;
:Brussels: Michelle Marovich (Lead Recruiter) and Lizz Noonan (Brand Campaign Coordinator/Creative Contribute Community Co-manager)&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/gueroJeff/ Jeff Beatty] (Community Building for l10n)&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/rosana/ Rosana Ardila] (Community Builder for SUMO)&lt;br /&gt;
&lt;br /&gt;
Session Etherpad:  http://mzl.la/17ZxsJo&lt;br /&gt;
&lt;br /&gt;
===Moderated discussion on how we will think about product opportunities in the cloud===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 210&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Prospector Suite A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
Mozilla has a proud history of  championing user control of data, but there are both huge user benefits  and competitive pressures to having some cloud-enabled data and  services.  How should Mozilla approach this problem in a way that pushes  the mission forward while being pragmatic to the needs of the market?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels: Lloyd Hilaiel&lt;br /&gt;
:Toronto: John Jensen&lt;br /&gt;
:Santa Clara: Toby Elliott, Vishy Krishnamoorthy&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZxrFk&lt;br /&gt;
&lt;br /&gt;
===The future of web gaming===&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Prospector Suite B&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The web is poised to become a  platform for games, which  opens up opportunities for new markets and independent developers. With WebGL, asm.js, and key web API&#039;s like Pointer Lock, Audio, and Video, Mozilla is making the future of web gaming a reality.  Find out where we are and join us thinking about where to go from here.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Vlad Vukicevic&lt;br /&gt;
:Toronto: Martin Best&lt;br /&gt;
:Santa Clara: Alon Zakai&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zxu3U&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:15 - 2:30pm &#039;&#039;&#039;(Brussels only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector Suite A &#039;&#039;&#039;on [[Summit2013/Sessions/Friday#UP:_User_Personalization|Friday]] @1:00 - 2:15pm, 2:45 - 4:00pm&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=721472</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=721472"/>
		<updated>2013-10-04T03:11:40Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector Suite A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: https://etherpad.mozilla.org/summit-sessions-up&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720813</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720813"/>
		<updated>2013-10-03T22:37:58Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector A&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: --&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720808</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720808"/>
		<updated>2013-10-03T22:37:04Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and without user control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: --&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720805</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720805"/>
		<updated>2013-10-03T22:36:19Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology &lt;br /&gt;
&lt;br /&gt;
Personalization is happening on the web but often done with fragmented tracking data and likely without users in control. Join a discussion on how Mozilla can make things better for everyone for a more personal web experience that respects the user.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: --&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
	<entry>
		<id>https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720772</id>
		<title>Summit2013/Sessions/Friday</title>
		<link rel="alternate" type="text/html" href="https://wiki.mozilla.org/index.php?title=Summit2013/Sessions/Friday&amp;diff=720772"/>
		<updated>2013-10-03T22:19:59Z</updated>

		<summary type="html">&lt;p&gt;Mardak: /* UP: User Personalization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==1-2:15pm AND 2:45 - 4:00pm==&lt;br /&gt;
&lt;br /&gt;
===Ecosystems in our Image===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 201 A+B&lt;br /&gt;
:Toronto: Conference C&lt;br /&gt;
:Santa Clara: Santa Barbara&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
Put practically and short term:  how our values show up in the app ecosystem or social network (where the  users are now). And, in the long term, how do our values show up in big  data, internet of things and other upcoming ecosystems.&lt;br /&gt;
What would it  look like to  build a mobile apps and content ecosystem based literally  on the ideas  in the Nature of Mozilla? What features and marketing  approaches would  you include? How would we most effectively balance  building, teaching  and shaping markets? Where do local communities fit in as part of  building this? Can they help build a long tail app ecosystem where we  really see local diversity?&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: David Ascher, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: Chris Lawrence, Ben Moskowitz&lt;br /&gt;
:Santa Clara: Alina Mierlus, [https://mozillians.org/en-US/u/erika/ Erika Owens]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/1ent7a9&lt;br /&gt;
&lt;br /&gt;
===The Web We Want===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: The Arc&lt;br /&gt;
:Toronto: Conference B&lt;br /&gt;
:Santa Clara: Seattle&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A large, interactive session to  explore the web we&#039;re championing. What do we mean by &amp;quot;the web&amp;quot;? Is it a technology? A set of values? (also, how is it different from the Internet?) What are the baseline design principles we value most? Privacy? Creativity? User freedom? User Control? Data ownership? Something else? How is the web part of our identity? How do we use our products and our voice to help the broader world--including users--understand the web and become champions with us?  &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/asa/ Asa Dotzler], [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/lco/ Larissa Co], [[User:Aking|Ozten]], [https://mozillians.org/en-US/u/AlisonW/ AlisonW]&lt;br /&gt;
:Toronto: Potch, [https://mozillians.org/en-US/u/firetoad/ Mike Collins], Dan Sinker&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nyhNz&lt;br /&gt;
&lt;br /&gt;
Session Hashtag: #mozwww&lt;br /&gt;
&lt;br /&gt;
Afterwards:&lt;br /&gt;
* I&#039;ve proposed an [[IndieWeb]] Hackspace on the [[Summit2013/Experiences#HackSpaces|Summit2013 Experiences]] wiki page for those that want to actively hack on their own websites and create the web we want by example. - [[User:Tantek|Tantek]] ([[User talk:Tantek|talk]])&lt;br /&gt;
&lt;br /&gt;
===Building a Web Literate World===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 213/215&lt;br /&gt;
:Toronto: Conference D&amp;amp;E&lt;br /&gt;
:Santa Clara: Newport Beach&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
The Webmaker Community is changing the face of education through collaborative, participatory events, kick ass tools and relevant learning activities for creativity and learning. At the same time, they&#039;re building a more Web Literate world by helping people understand that you don&#039;t have to be a programmer to understand the technical and social infrastructures of the Web.&lt;br /&gt;
&lt;br /&gt;
In this session, we&#039;ll play games and discuss how building a web literate world is integral to everything we do, not just as Mozilla, but as people. We&#039;ll discuss how Mozilla is making this not only possible - but easily accessible through open tools, learning activities, invitations to participate in the discussions, guidance and direction and invention, innovation and inspiration. And we&#039;ll prototype ways for you to get involved.&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
*Toronto: [https://mozillians.org/en-US/u/juliarvallera/ Julia Vallera], [https://mozillians.org/en-US/u/emmairwin/ Emma Irwin]&lt;br /&gt;
*Santa Clara, Sandraghassen Subbaraya Pillai, [https://mozillians.org/en-US/u/ankitgadgil/ Ankit Gadgil], Vineel Reddy Pindi, [https://mozillians.org/en-US/u/Ben/ Benny Chandra], Faye Tandog, Christos Bacharakis, Lawrence Kisuuki&lt;br /&gt;
*Brussels: Ibrahima SARR, [https://mozillians.org/en-US/u/LauraHilliger/ Laura Hilliger]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17ZwqNo&lt;br /&gt;
&lt;br /&gt;
===What does &amp;quot;Mozillian&amp;quot; mean?===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Hall 300&lt;br /&gt;
:Toronto: Willow Room Centre&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon CD&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A hands-on session to  define the identity of Mozillians, historically and as we evolve.  Towards building scope and identity as a community. Consider new  domains, like news and science. Do partners count? Who do we count? What are we trying to build? Who are we inviting?&lt;br /&gt;
&lt;br /&gt;
Facilitators: &lt;br /&gt;
:Brussels:  [https://mozillians.org/u/gerv/ Gervase Markham], Ioana Chiorean&lt;br /&gt;
:Toronto:  Guillermo Movia, [https://mozillians.org/en-US/u/feer56/ Andrew (feer56)- Will do second session @2:45]&lt;br /&gt;
:Santa Clara: Sujith Reddy (would like co facilitator), Alex Lakatos&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/15nymAM&lt;br /&gt;
&lt;br /&gt;
===Firefox OS in 2014 and Beyond===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 311+312&lt;br /&gt;
:Toronto: Willow Room East&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon AB&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
The strategy and vision for what  Firefox OS is trying to accomplish, what markets it&#039;s heading for, as  well as showcasing the technology and features. It is going to be a highly interactive session where attendees will participate in discussions and providing inputs. &lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: Chris Lee, [https://mozillians.org/en-US/u/wmaggs/ Bill Maggs]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/pdolanjski/ Peter Dolanjski], Vik Iya&lt;br /&gt;
:Santa Clara:  Sandip Kamat, Christian Heilmann &lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zws7Y&lt;br /&gt;
&lt;br /&gt;
===Privacy, Security, and Data: Pragmatic Innovations for Users and the Web===&lt;br /&gt;
&lt;br /&gt;
Time: 1-2:15, 2:45-4:00 (please note these sessions are run twice, therefore co-facilitation is recommended)&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 211/212&lt;br /&gt;
:Toronto: Conference G&lt;br /&gt;
:Santa Clara: Grand Ballroom Salon E&lt;br /&gt;
&lt;br /&gt;
Track: Product and Technology&lt;br /&gt;
&lt;br /&gt;
A discussion on how we combine our desire for excellent products, services and UX with leading privacy and security characteristics that advance trust, sustainability and safety for people.&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/MozStacy/ Stacy Martin] / [https://mozillians.org/en-US/u/grobinson/ Garrett Robinson] / [https://mozillians.org/en-US/u/psiinon/ Simon Bennetts]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/fowler/ Alex Fowler] / [https://mozillians.org/en-US/u/monicachew/ Monica Chew] / [https://mozillians.org/en-US/u/yvan/ Yvan Boily]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/alinah/ Alina Hua] / [https://mozillians.org/en-US/u/geekboy/ Sid Stamm] / [https://mozillians.org/en-US/u/joes/ Joe Stevenson]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/17Zwvki&lt;br /&gt;
&lt;br /&gt;
===Amplifying Mozilla: From Wearing T-Shirts to Sharing Online===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 313/315&lt;br /&gt;
:Toronto: Conference F&lt;br /&gt;
:Santa Clara: Portland&lt;br /&gt;
&lt;br /&gt;
Track: Purpose and Strategy&lt;br /&gt;
&lt;br /&gt;
A look into the emotional connection that explains why we wear our brand proudly. This session will explore what the Mozilla brand means for different individuals and will focus on how Mozillians can share the brand with the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Facilitators (Coordinated by [https://mozillians.org/en-US/u/pscanlon/ Pete Scanlon]):&lt;br /&gt;
:Brussels: Ioana Chiorean, [https://mozillians.org/en-US/u/gregoryjost/ Gregory Jost]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/wbowden/ Winston Bowden], [https://mozillians.org/en-US/u/mthayer/ Michaela Thayer], [https://mozillians.org/en-US/u/jessemontano/ Jesse Montano]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/sgroth/ Sakina Groth], [https://mozillians.org/en-US/u/AlexLakatos/ Alex Lakatos]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: http://mzl.la/AmplifyingMozillaSession&lt;br /&gt;
&lt;br /&gt;
===UP: User Personalization===&lt;br /&gt;
&lt;br /&gt;
Time: 1:00 - 2:15pm, 2:45 - 4:00pm &#039;&#039;&#039;(Santa Clara only)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Location:&lt;br /&gt;
:Brussels: Studio 214/216 &#039;&#039;&#039;on [[Summit2013/Sessions/Sunday|Sunday]] @1:15pm - 2:30pm&#039;&#039;&#039;&lt;br /&gt;
:Toronto: Conference F &#039;&#039;&#039;on [[Summit2013/Sessions/Saturday|Saturday]] @4:00pm - 6:00pm&#039;&#039;&#039;&lt;br /&gt;
:Santa Clara: Prospector&lt;br /&gt;
&lt;br /&gt;
Track: --&lt;br /&gt;
&lt;br /&gt;
--&lt;br /&gt;
&lt;br /&gt;
Facilitators:&lt;br /&gt;
:Brussels: [https://mozillians.org/en-US/u/fligtar/ Justin Scott]&lt;br /&gt;
:Toronto: [https://mozillians.org/en-US/u/oyiptong/ Olivier Yiptong]&lt;br /&gt;
:Santa Clara: [https://mozillians.org/en-US/u/Mardak/ Ed Lee], [https://mozillians.org/en-US/u/maksik/ Maxim Zhilyaev]&lt;br /&gt;
&lt;br /&gt;
Session Etherpad: --&lt;/div&gt;</summary>
		<author><name>Mardak</name></author>
	</entry>
</feed>