Closed
Bug 596620
Opened 14 years ago
Closed 14 years ago
Remove compat code for username-based UI
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: philikon, Assigned: philikon)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
7.50 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
Bug 595066 landed in m-c which means we can remove the backwards compatibility code for username-based UIs in services/sync/
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → philipp
Attachment #476028 -
Flags: review?(mconnor)
Comment 2•14 years ago
|
||
Well, we can only remove this from the add-on if users of older beta versions upgrade. Because we can't have multiple compatibility ranges for an add-on, we can't exclude older betas like this.
Assignee | ||
Comment 3•14 years ago
|
||
Not sure I understand. How would this affect users of older betas? This is backwards compat code that is no longer used by neither the add-on UI nor the Firefox UI.
Comment 4•14 years ago
|
||
The b4 UI will use the new backend, and fail.
Assignee | ||
Comment 5•14 years ago
|
||
Hrm, so I guess we won't be able to remove this until we require minVersion=4.0?
Comment 6•14 years ago
|
||
Comment on attachment 476028 [details] [diff] [review]
v1
Yeah, precisely. Clearing request, we'll revisit in January.
Attachment #476028 -
Flags: review?(mconnor)
Comment 7•14 years ago
|
||
Time to revisit?
Assignee | ||
Comment 8•14 years ago
|
||
Comment on attachment 476028 [details] [diff] [review]
v1
Yup!
Attachment #476028 -
Flags: review?(rnewman)
Comment 9•14 years ago
|
||
Comment on attachment 476028 [details] [diff] [review]
v1
Tested connecting to a username account; works. I'd r+, but:
TEST-UNEXPECTED-FAIL | /Volumes/HDD/build/services-central/obj-ff-dbg/_tests/xpcshell/services/sync/tests/unit/test_utils_getErrorString.js | false == true - See following stack:
JS frame :: /Users/rnewman/moz/hg/services-central/testing/xpcshell/head.js :: do_throw :: line 439
JS frame :: /Users/rnewman/moz/hg/services-central/testing/xpcshell/head.js :: do_check_eq :: line 491
JS frame :: /Users/rnewman/moz/hg/services-central/testing/xpcshell/head.js :: do_check_true :: line 503
JS frame :: /Volumes/HDD/build/services-central/obj-ff-dbg/_tests/xpcshell/services/sync/tests/unit/test_utils_getErrorString.js :: run_test :: line 10
JS frame :: /Users/rnewman/moz/hg/services-central/testing/xpcshell/head.js :: _execute_test :: line 322
Comment 10•14 years ago
|
||
Fixed test.
Attachment #476028 -
Attachment is obsolete: true
Attachment #521745 -
Flags: review+
Attachment #476028 -
Flags: review?(rnewman)
Assignee | ||
Comment 11•14 years ago
|
||
Whiteboard: [fixed in services]
Assignee | ||
Updated•14 years ago
|
Whiteboard: [fixed in services] → [fixed in services][qa-]
Assignee | ||
Comment 12•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed in services][qa-] → [qa-]
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → mozilla5
Updated•6 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•