mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Import Tycho weave client
This commit is contained in:
parent
e4ac0e17f8
commit
c53787dfdb
183 changed files with 7272 additions and 16759 deletions
|
|
@ -60,7 +60,7 @@ add_test(function v4_upgrade() {
|
|||
}]}]};
|
||||
delete Svc.Session;
|
||||
Svc.Session = {
|
||||
getBrowserState: () => JSON.stringify(myTabs)
|
||||
getBrowserState: function () JSON.stringify(myTabs)
|
||||
};
|
||||
|
||||
Service.status.resetSync();
|
||||
|
|
@ -229,7 +229,7 @@ add_test(function v5_upgrade() {
|
|||
}]}]};
|
||||
delete Svc.Session;
|
||||
Svc.Session = {
|
||||
getBrowserState: () => JSON.stringify(myTabs)
|
||||
getBrowserState: function () JSON.stringify(myTabs)
|
||||
};
|
||||
|
||||
Service.status.resetSync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue