mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 835799 - Add a timestamp property to the observer sent when an application has been called by app.launch(). r=fabrice
This commit is contained in:
parent
13ef244c0c
commit
46e45588c5
@ -837,6 +837,7 @@ var WebappsHelper = {
|
||||
let manifest = new ManifestHelper(aManifest, json.origin);
|
||||
shell.sendChromeEvent({
|
||||
"type": "webapps-launch",
|
||||
"timestamp": json.timestamp,
|
||||
"url": manifest.fullLaunchPath(json.startPoint),
|
||||
"manifestURL": json.manifestURL
|
||||
});
|
||||
|
@ -481,6 +481,7 @@ WebappsApplication.prototype = {
|
||||
manifestURL: this.manifestURL,
|
||||
startPoint: aStartPoint || "",
|
||||
oid: this._id,
|
||||
timestamp: Date.now(),
|
||||
requestID: this.getRequestId(request) });
|
||||
return request;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user