Closed
Bug 1380094
Opened 7 years ago
Closed 7 years ago
Separate non-extension form autofill changes made by sync
Categories
(Firefox :: Sync, enhancement, P1)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: tcsc, Assigned: tcsc)
Details
Attachments
(1 file)
This code is a rollup of the portions of the bug 1374500 and bug 1363999 patches that needs to ride the trains.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → tchiovoloni
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8885402 [details]
Bug 1380094 - services/sync changes to support formautofill
https://reviewboard.mozilla.org/r/156252/#review161520
Awesome, thanks!
::: services/sync/services-sync.js:21
(Diff revision 1)
> pref("services.sync.scheduler.fxa.singleDeviceInterval", 3600); // 1 hour
>
> pref("services.sync.errorhandler.networkFailureReportTimeout", 1209600); // 2 weeks
>
> +// Note that new engines are typically added with a default of disabled, so
> +// when an existing sync user get the Firefox upgrade that supports the engine
a couple of typos from me in this comment :)
*gets* the Firefox upgrade..
*it* starts as disabled...
Attachment #8885402 -
Flags: review?(markh) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8885402 [details]
Bug 1380094 - services/sync changes to support formautofill
https://reviewboard.mozilla.org/r/156252/#review161520
> a couple of typos from me in this comment :)
>
> *gets* the Firefox upgrade..
> *it* starts as disabled...
Yep. (Note that the interdiff might look weird since I did a sanity-check rebase against eoger's patches which will almost certainly land first).
Pushed by tchiovoloni@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fb3318c574b
services/sync changes to support formautofill r=markh
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
You need to log in
before you can comment on or make changes to this bug.
Description
•