Closed
Bug 790872
Opened 12 years ago
Closed 12 years ago
Implement update for hosted apps
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(blocking-basecamp:+)
RESOLVED
DUPLICATE
of bug 790870
blocking-basecamp | + |
People
(Reporter: sicking, Assigned: fabrice)
References
Details
(Whiteboard: [LOE:M])
Implement the API described in bug 790558 comment 0.
We'll be very limited in what we can do here due to limitations in the appcache. We need to figure out how we can make it work best.
Comment 1•12 years ago
|
||
(In reply to Jonas Sicking (:sicking) from comment #0)
> Implement the API described in bug 790558 comment 0.
>
> We'll be very limited in what we can do here due to limitations in the
> appcache. We need to figure out how we can make it work best.
I might sound like a crazy person with this comment, but is support for third party app updates for hosted non-packaged apps a basecamp blocker? Originally I was thinking all third party app updates was as it was explicitly called out as a v1 requirement, but...
In being involved with the app review process in the past, I didn't notice a lot of changes to the app manifest after it was put up, unless we complained to the site for some critical reason for them to change their manifest. Andrew (cc-ed here) probably can provide more context here, but I just never really received the impression of app manifests were changing that much. What's the risk here for deciding to cut this? Not trying to be a pain in priority analysis, just trying to keep on the radar that we're on a tight schedule.
Note - I 100% believe though that packaged app updates is a blocker, as that relates to a need to keep content up to date, which warrants it's high priority need.
blocking-basecamp: --- → ?
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 2•12 years ago
|
||
Mostly what we want to update here is the appcache'd resources used by hosted app.
I agree that updating the manifest itself is probably not critical for v1.
Comment 3•12 years ago
|
||
(In reply to Jonas Sicking (:sicking) from comment #2)
> Mostly what we want to update here is the appcache'd resources used by
> hosted app.
>
> I agree that updating the manifest itself is probably not critical for v1.
That makes sense.
Should we split this bug up for implementing the appcache update for hosted apps in one bug and have another bug implementing the app manifest update for hosted apps? Or is this bug already tracking one of these two things and something else is tracking the other?
Assignee | ||
Comment 4•12 years ago
|
||
Let's not split that further. We need to get the manifest anyway to check if the location of the appcache manifest has changed. We'll implement everything in this bug.
Comment 5•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #1)
> In being involved with the app review process in the past, I didn't notice a
> lot of changes to the app manifest after it was put up, unless we complained
> to the site for some critical reason for them to change their manifest.
> Andrew (cc-ed here) probably can provide more context here, but I just never
> really received the impression of app manifests were changing that much.
I never got that impression either - though the App only gets flagged for re-review for significant changes so something like new icons we'd not be notified about. I think most developers assume manifest updates do happen automatically though, given the way we've positioned webapps as always up to date because its effectively a website. That said, I'd agree with Jason its not a basecamp blocker as manifest updates can happen in-app with mozapps.install()
I'm assuming the updates we're talking about are updating the existing manifest with a new one located at the same url - is there a plan to support updates from Marketplace of manifest url changes? It does happen on occasion after approval, normally when the domain name changes.
Updated•12 years ago
|
blocking-basecamp: ? → +
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [LOE:M]
Version: unspecified → Trunk
Comment 6•12 years ago
|
||
Fabrice told me he was or will work on this. Updating the assignee field to make this clearer.
Assignee: mounir → fabrice
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•