Closed
Bug 1448929
Opened 7 years ago
Closed 7 years ago
Fix first sync check in `gSync.syncConfiguredAndLoading`
Categories
(Firefox :: Sync, enhancement)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
Details
Attachments
(1 file)
`lastSync` is now an async getter, which is tricky (and unnecessary, since prefs are synchronous) to use in `syncConfiguredAndLoading`...but it looks like we already have an `isFirstSync` getter that we can use without much work. \o/
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8962403 [details]
Bug 1448929 - Fix first sync check in `gSync.syncConfiguredAndLoading`.
https://reviewboard.mozilla.org/r/231254/#review236666
LGTM!
Attachment #8962403 -
Flags: review?(eoger) → review+
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a687dfe9f2de
Fix first sync check in `gSync.syncConfiguredAndLoading`. r=eoger
Comment 4•7 years ago
|
||
Backed out changeset a687dfe9f2de (bug 1448929) for failing browser chrome tests on browser/base/content/test/urlbar/browser_page_action_menu.js on a CLOSED TREE
Log with the failure https://treeherder.mozilla.org/logviewer.html#?job_id=170370191&repo=autoland&lineNumber=2663
Backout revision https://hg.mozilla.org/integration/autoland/rev/84d7c46cdb88cb3202e4c7fb0406c673420db8c4
Failed push https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=a687dfe9f2de2bdc620dadfa7c3f8ab0a382fd5b&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-classifiedState=unclassified
Flags: needinfo?(kit)
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4429679a013
Fix first sync check in `gSync.syncConfiguredAndLoading`. r=eoger
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(kit)
You need to log in
before you can comment on or make changes to this bug.
Description
•