mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 9b533d393792 (bug 802366)
This commit is contained in:
parent
f51dafe4d0
commit
51c30f5708
@ -1782,6 +1782,10 @@ this.DOMApplicationRegistry = {
|
|||||||
switch (message.name) {
|
switch (message.name) {
|
||||||
case "Webapps:ClearBrowserData":
|
case "Webapps:ClearBrowserData":
|
||||||
this._clearPrivateData(appId, true);
|
this._clearPrivateData(appId, true);
|
||||||
|
// XXXbent This is a hack until bug 802366 is fixed. Currently all data
|
||||||
|
// loaded in mozbrowser frames within an app believe that their
|
||||||
|
// appId is 0.
|
||||||
|
this._clearPrivateData(0, true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user