Closed
Bug 1005370
Opened 11 years ago
Closed 11 years ago
Test that the webapp runtime automatically applies a prepared update
Categories
(Firefox Graveyard :: Webapp Runtime, defect)
Firefox Graveyard
Webapp Runtime
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: marco, Assigned: marco)
References
Details
Attachments
(1 file)
16.22 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
This test would exercise the code that applies updates in the webapp runtime.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Astonishingly green on try: https://tbpl.mozilla.org/?tree=Try&rev=29f2717a41f2
Comment 4•11 years ago
|
||
Comment on attachment 8416778 [details] [diff] [review]
Patch
Review of attachment 8416778 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great, and I love that you've also fixed all the intermittent oranges! ;-)
::: toolkit/webapps/tests/test_hosted_update_from_webapprt.xul
@@ +190,5 @@
> + ok(true, "App launchable");
> +
> + // Let the webapprt apply the update. The app.sjs?appreq page is accessed
> + // only if the app is actually updated (because the old manifest contained
> + // a different launch path).
Nit: instead of using the obscure abbreviation "webapprt", I would use the term "runtime", both in these comments and in the names of the files.
Attachment #8416778 -
Flags: review?(myk) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•