Confirmed users
26
edits
No edit summary |
|||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 10: | Line 10: | ||
* Tweak sync intervals to reduce server load | * Tweak sync intervals to reduce server load | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=694149 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=694149 | ||
* Persist nextSync and numClients, use nextSync for sync after startup | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=692249 | |||
* Trigger a delayed sync after pairing a new device | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=678586 | |||
=== 503 Storm, outage bugs === | === 503 Storm, outage bugs === | ||
| Line 42: | Line 47: | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=557591 | * https://bugzilla.mozilla.org/show_bug.cgi?id=557591 | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=692193 | * https://bugzilla.mozilla.org/show_bug.cgi?id=692193 | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691464 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691343 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691511 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=614680 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=690492 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691530 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=690954 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691405 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=690571 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691931 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=692127 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691453 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=691434 | |||
== Firefox 9 == | == Firefox 9 == | ||
| Line 54: | Line 73: | ||
* Correctly identify server maintenance at login, too | * Correctly identify server maintenance at login, too | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=683396 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=683396 | ||
* Sync setup wizard triggers Change Master Password dialog | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=653335 | |||
* Automatic cleanup for Sync error logs | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=663181 | |||
* bugs with no outward impact | * bugs with no outward impact | ||
** TPS issue (https://bugzilla.mozilla.org/show_bug.cgi?id=698803) | ** TPS issue (https://bugzilla.mozilla.org/show_bug.cgi?id=698803) | ||
| Line 67: | Line 90: | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=699216 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=699216 | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=675824 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=675824 | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=589980 | |||
* Sync: Log Status transitions | * Sync: Log Status transitions | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=694728 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=694728 | ||
| Line 73: | Line 97: | ||
* ServerWBO | * ServerWBO | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=691085 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=691085 | ||
* | * Service.startOver resets Status.sync too late, prefs pane flickers | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=693413 | |||
* Kick off a sync on "Add a Device" | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=688520 | |||
* Sync: test JS server 404 for GET on missing WBO | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=694657 | |||
* Bugs with no outward impact | |||
** Make SSL cert-checking optional in repoze.who.plugins.browserid (https://bugzilla.mozilla.org/show_bug.cgi?id=698636) | ** Make SSL cert-checking optional in repoze.who.plugins.browserid (https://bugzilla.mozilla.org/show_bug.cgi?id=698636) | ||
** ns error in policies.js (https://bugzilla.mozilla.org/show_bug.cgi?id=686365) | ** ns error in policies.js (https://bugzilla.mozilla.org/show_bug.cgi?id=686365) | ||
| Line 83: | Line 113: | ||
** Restartless addon for TPS tests for addon sync engine (https://bugzilla.mozilla.org/show_bug.cgi?id=702814) | ** Restartless addon for TPS tests for addon sync engine (https://bugzilla.mozilla.org/show_bug.cgi?id=702814) | ||
** syncAddDevice.js should check for JPAKE_ERROR_USERABORT (https://bugzilla.mozilla.org/show_bug.cgi?id=690532) | ** syncAddDevice.js should check for JPAKE_ERROR_USERABORT (https://bugzilla.mozilla.org/show_bug.cgi?id=690532) | ||
** Combine helpers in head_http_server.js to a complete (or nearly complete) Sync server implementation (https://bugzilla.mozilla.org/show_bug.cgi?id=673548) | |||
** test_errorhandler.js ends up talking directly to Mozilla sync servers rather than local test harness (https://bugzilla.mozilla.org/show_bug.cgi?id=700071) | |||
** Port test_corrupt_keys.js to use new test SyncServer (https://bugzilla.mozilla.org/show_bug.cgi?id=691643) | |||
** Improve test_service_changePassword (https://bugzilla.mozilla.org/show_bug.cgi?id=697883) | |||
** Fix channel management to avoid nsIHTTPChannel.responseStatus => NS_ERROR_NOT_AVAILABLE in Sync HTTP requests (https://bugzilla.mozilla.org/show_bug.cgi?id=690170) | |||
== Firefox 11 == | == Firefox 11 == | ||
* hopefully addon sync \o/ | |||
* potentially apps sync (fabrice waiting on product input for Firefox UI) | |||
* finalize the statements in services/sync/tests/unit/test_async_querySpinningly.js | * finalize the statements in services/sync/tests/unit/test_async_querySpinningly.js | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=702717 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=702717 | ||
* string change | * string change | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=696884 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=696884 | ||
* docs - replace and with any (nigelb) | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=697348 | |||
* Bump Sync version to 1.14 | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=700711 | |||
* java sync on mobile | * java sync on mobile | ||
** has its own bugzilla component | ** has its own bugzilla component | ||
== I dont know what to do with these == | == I dont know what to do with these == | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=692556 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=653547 | * https://bugzilla.mozilla.org/show_bug.cgi?id=653547 | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=592375 | * https://bugzilla.mozilla.org/show_bug.cgi?id=592375 | ||
| Line 101: | Line 141: | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=557589 | * https://bugzilla.mozilla.org/show_bug.cgi?id=557589 | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=613277 | * https://bugzilla.mozilla.org/show_bug.cgi?id=613277 | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=589981 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=684788 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=685999 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=692006 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=559156 | |||
* I think these are server bugs not feature bugs | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=684775 | |||
** https://bugzilla.mozilla.org/show_bug.cgi?id=698972 | |||
== Next Meeting == | == Next Meeting == | ||
* address feature page/inbox | * address feature page/inbox | ||