Don't load FormAutofillContent and FormValidationChild until they're needed
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Tracking
()
People
(Reporter: kmag, Assigned: MattN)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [overhead:89k] )
Attachments
(10 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
I started looking at this tonight… I have some test failures to work through
Assignee | ||
Comment 5•6 years ago
|
||
I have a large patch series that mostly works other than bug 1520075 and maybe one other issue.
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 16•6 years ago
|
||
I confirmed that after my changes I was able to see
satchelFormListener: Form submit observer notified.
in the ADB logs and got the password manager save doorhanger as I would expect. m-c Form Autofill isn't on Android so there's nothing to test there.
This is still blocked on bug 1520075 and bug 1520383 (and the soft code freeze) for landing.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 17•6 years ago
|
||
Try push with patches from bug 1042082 and bug 1520075: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f9682d47842996cec18e522d756efb8271863bd1
Assignee | ||
Comment 18•6 years ago
|
||
Try looks good and the two dependencies have landed so I will land this once bug 1304001 is on autoland longer.
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
Backed out 10 changesets (bug 1474143) for perma failing browser_markup_events_01.js
push that caused the failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=229944309&revision=1b5d0486658571aed2d5ea68281f13cc627cb5d5
backout: https://hg.mozilla.org/integration/autoland/rev/9634959f052667455f4fb4521b2def4403d2af97
Assignee | ||
Comment 21•6 years ago
|
||
The patch in bug 1520383 should fix the test failure in unofficial builds (asan or local).
Comment 22•6 years ago
|
||
Comment 23•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/913a5a45b3c5
https://hg.mozilla.org/mozilla-central/rev/93aed64c54ca
https://hg.mozilla.org/mozilla-central/rev/ffc0f96ff0b1
https://hg.mozilla.org/mozilla-central/rev/edb3dd416083
https://hg.mozilla.org/mozilla-central/rev/93b2262689a0
https://hg.mozilla.org/mozilla-central/rev/d13f92b248a2
https://hg.mozilla.org/mozilla-central/rev/bb1ecf178495
https://hg.mozilla.org/mozilla-central/rev/25f5c0d8531d
https://hg.mozilla.org/mozilla-central/rev/1eea6e958cca
https://hg.mozilla.org/mozilla-central/rev/5a471d8ee829
Comment 24•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/913a5a45b3c5
https://hg.mozilla.org/mozilla-central/rev/93aed64c54ca
https://hg.mozilla.org/mozilla-central/rev/ffc0f96ff0b1
https://hg.mozilla.org/mozilla-central/rev/edb3dd416083
https://hg.mozilla.org/mozilla-central/rev/93b2262689a0
https://hg.mozilla.org/mozilla-central/rev/d13f92b248a2
https://hg.mozilla.org/mozilla-central/rev/bb1ecf178495
https://hg.mozilla.org/mozilla-central/rev/25f5c0d8531d
https://hg.mozilla.org/mozilla-central/rev/1eea6e958cca
https://hg.mozilla.org/mozilla-central/rev/5a471d8ee829
Assignee | ||
Comment 25•6 years ago
|
||
Because the scope of the bug included more than just Form Autofill, this ended up being a 89k (2.19%) "macOS Base JS After tabs open [+30s, forced GC] opt stylo" improvement.
Updated•6 years ago
|
Comment 26•6 years ago
|
||
== Change summary for alert #19589 (as of Fri, 22 Feb 2019 22:27:30 GMT) ==
Improvements:
2% Base Content JS windows10-64-pgo-qr opt stylo 4,226,344.00 -> 4,126,941.33
2% Base Content JS osx-10-10 opt stylo 4,161,778.67 -> 4,066,890.67
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=19589
Updated•6 years ago
|
Description
•