CloudServices/Sync/FxSync/Releases/0.2: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433903 Complete dependency tree for Weave 0.2]
<table class="fullwidth-table">
<table class="fullwidth-table">
<tr>
<tr>
<th colspan="3">Weave 0.2</th>
<th colspan="3">Weave 0.2 Requirements</th>
</tr>
</tr>
<tr>
<tr>
Line 13: Line 11:
* Improved error handling and communication.
* Improved error handling and communication.
* Integration with bookmarks UI to add sharing capabilities to fit within existing interaction model.
* Integration with bookmarks UI to add sharing capabilities to fit within existing interaction model.
</td>
<td width="15%">
<!-- gross hack, td width is not working for me! -->
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>
Chris<br/>
Aza<br/>
Myk
</td>
</td>
</tr>
</tr>
Line 29: Line 20:
* First pass at moving toward heuristic vs. timed data synchronization to achieve "real-time" seamless propagation of changes.
* First pass at moving toward heuristic vs. timed data synchronization to achieve "real-time" seamless propagation of changes.
* Additional data types supported to include: saved passwords, tabs &amp; windows, saved form data and search history.
* Additional data types supported to include: saved passwords, tabs &amp; windows, saved form data and search history.
</td>
<td width="15%">
Dan (heuristics)<br/>
Dolske (passwords)<br/>
Myk (tabs/windows)<br/>
Anant (form data)
</td>
</td>
</tr>
</tr>
Line 46: Line 31:
* Ability to revoke or delete share by initiating or receiving party.
* Ability to revoke or delete share by initiating or receiving party.
* Framework but no support for 1-N sharing.
* Framework but no support for 1-N sharing.
</td>
<td width="15%">
Jono<br/>
Atul
</td>
</td>
</tr>
</tr>
Line 59: Line 40:
* Ensure continued end-to-end data encryption and user-centric access controls through all use cases.
* Ensure continued end-to-end data encryption and user-centric access controls through all use cases.
* RSA support in binary components (to replace openSSL) and switching to 3DESC support via NSS.
* RSA support in binary components (to replace openSSL) and switching to 3DESC support via NSS.
</td>
<td width="15%">
Dan
</td>
</td>
</tr>
</tr>
Line 70: Line 48:
* Increased robustness and error handling for all network operations.
* Increased robustness and error handling for all network operations.
* Splitting deltas into multiple files for performance gains.
* Splitting deltas into multiple files for performance gains.
</td>
<td width="15%">
Dan
</td>
</td>
</tr>
</tr>
Line 82: Line 57:
* Full cross-platform support for required binary components (e.g. to make NSS scriptable by chrome)
* Full cross-platform support for required binary components (e.g. to make NSS scriptable by chrome)
* Combining platform-specific builds to provide a single XPI that supports all platforms.
* Combining platform-specific builds to provide a single XPI that supports all platforms.
</td>
<td width="15%">
Atul
</td>
</td>
</tr>
</tr>
Line 95: Line 67:
* Logging and instrumentation of operational data to better understand scalability requirements.
* Logging and instrumentation of operational data to better understand scalability requirements.
* User access delegation to specific server resources (e.g. .htaccess)
* User access delegation to specific server resources (e.g. .htaccess)
</td>
<td width="15%">
Chris<br/>
Atul
</td>
</td>
</tr>
</tr>


</table>
</table>

Latest revision as of 20:12, 19 November 2013

Weave 0.2 Requirements

User Experience

  • Streamlined first run, account setup, initial sync and reconnection.
  • Improved error handling and communication.
  • Integration with bookmarks UI to add sharing capabilities to fit within existing interaction model.

Data Synchronization

  • First pass at moving toward heuristic vs. timed data synchronization to achieve "real-time" seamless propagation of changes.
  • Additional data types supported to include: saved passwords, tabs & windows, saved form data and search history.

Data Sharing

  • Secure read-only sharing of existing bookmark folder with another Weave user.
  • Notifications delivered via XMPP.
  • Ability to revoke or delete share by initiating or receiving party.
  • Framework but no support for 1-N sharing.

Security and Privacy

  • Ensure continued end-to-end data encryption and user-centric access controls through all use cases.
  • RSA support in binary components (to replace openSSL) and switching to 3DESC support via NSS.
Performance and Reliability
  • Increased robustness and error handling for all network operations.
  • Splitting deltas into multiple files for performance gains.

Build and Release Infrastructure

  • Full cross-platform support for required binary components (e.g. to make NSS scriptable by chrome)
  • Combining platform-specific builds to provide a single XPI that supports all platforms.

Server Components

  • Switch to plaintext usernames and human readable URL schema.
  • Logging and instrumentation of operational data to better understand scalability requirements.
  • User access delegation to specific server resources (e.g. .htaccess)