mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 867691 - Make browser_urlbarAutoFillTrimURLs.js clean up after itself properly. r=dao
This commit is contained in:
parent
9ad8d59e1d
commit
ae242958d1
@ -14,7 +14,7 @@ function test() {
|
||||
registerCleanupFunction(function () {
|
||||
Services.prefs.clearUserPref(PREF_TRIMURL);
|
||||
Services.prefs.clearUserPref(PREF_AUTOFILL);
|
||||
URLBarSetURI();
|
||||
gURLBar.handleRevert();
|
||||
});
|
||||
Services.prefs.setBoolPref(PREF_TRIMURL, true);
|
||||
Services.prefs.setBoolPref(PREF_AUTOFILL, true);
|
||||
|
Loading…
Reference in New Issue
Block a user