Closed
Bug 1907127
Opened 7 months ago
Closed 2 months ago
Add a new update state to delay installations
Categories
(Toolkit :: Application Update, task, P3)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: mpohle, Assigned: bytesized)
References
Details
(Whiteboard: [fidedi])
Attachments
(3 files, 1 obsolete file)
No description provided.
Reporter | ||
Updated•7 months ago
|
Whiteboard: [fidedi]
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Type: enhancement → task
Priority: -- → P3
Reporter | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → mpohle
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•4 months ago
|
||
In this patch stack, we will want to be able to know if the install date stored in the update object is actually a legitamate value or just its default initialization value so this changeset adds a member to keep track of that.
Note that this does not add usingDefaultInstallDate
to the nsIUpdate
interface.
Assignee | ||
Comment 4•4 months ago
|
||
Assignee | ||
Comment 5•4 months ago
|
||
Updated•3 months ago
|
Attachment #9429534 -
Attachment description: WIP: Bug 1907127 - Add support for writing update.timestamp r=nalexander! → WIP: Bug 1907127 - Add support for writing update.timestamp r=nrishel!,nalexander!
Updated•3 months ago
|
Attachment #9429533 -
Attachment description: WIP: Bug 1907127 - Adds `usingDefaultInstallDate` to `Update` objects r=nrishel!,nalexander! → Bug 1907127 - Adds `usingDefaultInstallDate` to `Update` objects r=nrishel!,nalexander!
Updated•3 months ago
|
Attachment #9429534 -
Attachment description: WIP: Bug 1907127 - Add support for writing update.timestamp r=nrishel!,nalexander! → Bug 1907127 - Add support for writing update.timestamp r=nrishel!,nalexander!
Updated•3 months ago
|
Attachment #9434102 -
Attachment description: WIP: Bug 1907127 - Read update.timestamp at startup and use it to delay updates r=nrishel!,nalexander! → Bug 1907127 - Read update.timestamp at startup and use it to delay updates r=nrishel!,nalexander!
Updated•2 months ago
|
Attachment #9414224 -
Attachment is obsolete: true
Pushed by rsteuber@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb625b7eb786
Adds `usingDefaultInstallDate` to `Update` objects r=nrishel,nalexander,application-update-reviewers
https://hg.mozilla.org/integration/autoland/rev/b9604bb0b576
Add support for writing update.timestamp r=nrishel,nalexander,application-update-reviewers
https://hg.mozilla.org/integration/autoland/rev/77099a71e959
Read update.timestamp at startup and use it to delay updates r=nrishel,nalexander,application-update-reviewers
Comment 7•2 months ago
|
||
Flags: needinfo?(mpohle)
Pushed by rsteuber@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/608d68ca5b0e
Adds `usingDefaultInstallDate` to `Update` objects r=nrishel,nalexander,application-update-reviewers
https://hg.mozilla.org/integration/autoland/rev/8f6065837da3
Add support for writing update.timestamp r=nrishel,nalexander,application-update-reviewers
https://hg.mozilla.org/integration/autoland/rev/118a3fe99c1e
Read update.timestamp at startup and use it to delay updates r=nrishel,nalexander,application-update-reviewers
https://hg.mozilla.org/mozilla-central/rev/608d68ca5b0e
https://hg.mozilla.org/mozilla-central/rev/8f6065837da3
https://hg.mozilla.org/mozilla-central/rev/118a3fe99c1e
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Reporter | ||
Updated•2 months ago
|
Flags: needinfo?(mpohle)
Assignee | ||
Updated•2 months ago
|
Assignee: mpohle → bytesized
You need to log in
before you can comment on or make changes to this bug.
Description
•