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

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
<tr>
<tr>
<td width="15%>
<td width="15%>
[[User Experience|https://bugzilla.mozilla.org/showdependencytree.cgi?id=433899]]
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433899 User Experience]
</td>
</td>
<td width="85%">
<td width="85%">
Line 15: Line 15:
<tr>
<tr>
<td width="15%>
<td width="15%>
Data Synchronization
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433900 Data Synchronization]
</td>
</td>
<td width="85%">
<td width="85%">
Line 24: Line 24:
<tr>
<tr>
<td width="15%>
<td width="15%>
Data Sharing
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433902 Data Sharing]
</td>
</td>
<td width="85%">
<td width="85%">
Line 35: Line 35:
<tr>
<tr>
<td width="15%>
<td width="15%>
Security and Privacy
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433949 Security and Privacy]
</td>
</td>
<td width="85%">
<td width="85%">
Line 44: Line 44:
<tr>
<tr>
<td width="15%>
<td width="15%>
Performance and Reliability</td>
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433919 Performance and Reliability]</td>
<td width="85%">
<td width="85%">
* Increased robustness and error handling for all network operations.
* Increased robustness and error handling for all network operations.
Line 52: Line 52:
<tr>
<tr>
<td width="15%>
<td width="15%>
Build and Release Infrastructure
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433921 Build and Release Infrastructure]
</td>
</td>
<td width="85%">
<td width="85%">
Line 61: Line 61:
<tr>
<tr>
<td width="15%>
<td width="15%>
Search Components
[https://bugzilla.mozilla.org/showdependencytree.cgi?id=433979 Search Components]
</td>
</td>
<td width="85%">
<td width="85%">

Revision as of 19:14, 20 May 2008

Weave 0.2

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 effectively "real-time" and 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 in this release.

Security and Privacy

  • Ensure continued end-to-end data encryption and user-central 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.

Search 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)