Closed
Bug 1296207
Opened 9 years ago
Closed 9 years ago
Remove billboard capability
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
Attachments
(3 files, 3 obsolete files)
|
5.77 KB,
patch
|
jaws
:
review+
|
Details | Diff | Splinter Review |
|
34.67 KB,
patch
|
molly
:
review+
|
Details | Diff | Splinter Review |
|
86.25 KB,
patch
|
molly
:
review+
|
Details | Diff | Splinter Review |
The billboard hasn't been used since around 3.6 and the new UI that is being designed doesn't have support for a billboard so let's remove it in preparation of the new UI.
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Comment 3•9 years ago
|
||
| Assignee | ||
Comment 4•9 years ago
|
||
| Assignee | ||
Comment 5•9 years ago
|
||
From looking at the puppeteer files it appears that the same files are used by different versions of Firefox vs. using the files in tree that correspond to a Firefox version. This patch is mainly to give the people that maintain puppeteer a heads up of what is changing and they can decide based on how they use these tests what if anything in the patch they want.
| Assignee | ||
Comment 6•9 years ago
|
||
AUS Notes: platformVersion and support for billboardURL should be removed for the version that this lands for.
| Assignee | ||
Updated•9 years ago
|
Attachment #8782716 -
Flags: review?(jaws)
| Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8782717 -
Attachment is obsolete: true
Attachment #8782956 -
Flags: review?(mhowell)
| Assignee | ||
Comment 8•9 years ago
|
||
Attachment #8782718 -
Attachment is obsolete: true
Attachment #8782957 -
Flags: review?(mhowell)
| Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8782721 [details] [diff] [review]
patch - puppeteer
Filed bug 1296677 to fix the Firefox UI tests that aren't part of the build tests
Attachment #8782721 -
Attachment is obsolete: true
| Assignee | ||
Comment 10•9 years ago
|
||
Additional try push just in case
https://treeherder.mozilla.org/#/jobs?repo=try&revision=35d115e21d9e
| Assignee | ||
Comment 11•9 years ago
|
||
Ben, They shouldn't cause any problems if they are still there but platformVersion and billboardURL should be removed from AUS for the version that this lands for.
Flags: needinfo?(bhearsum)
Comment 12•9 years ago
|
||
(In reply to Robert Strong [:rstrong] (use needinfo to contact me) from comment #11)
> Ben, They shouldn't cause any problems if they are still there but
> platformVersion and billboardURL should be removed from AUS for the version
> that this lands for.
Thanks for the heads up. I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1296685 for the Balrog portion.
Flags: needinfo?(bhearsum)
See Also: → 1296685
Comment 13•9 years ago
|
||
Comment on attachment 8782716 [details] [diff] [review]
patch - browser rev1
Review of attachment 8782716 [details] [diff] [review]:
-----------------------------------------------------------------
Are you going to remove http://searchfox.org/mozilla-central/rev/f433f0dd7158d7bfc4c4607161fc6baa88b5a9f4/toolkit/mozapps/update/content/updates.xul#108 too?
Attachment #8782716 -
Flags: review?(jaws) → review+
| Assignee | ||
Comment 14•9 years ago
|
||
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #13)
> Comment on attachment 8782716 [details] [diff] [review]
> patch - browser rev1
>
> Review of attachment 8782716 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Are you going to remove
> http://searchfox.org/mozilla-central/rev/
> f433f0dd7158d7bfc4c4607161fc6baa88b5a9f4/toolkit/mozapps/update/content/
> updates.xul#108 too?
Yes, the removal is in attachment #8782956 [details] [diff] [review]
Comment 15•9 years ago
|
||
Cool, sounds good.
Comment 16•9 years ago
|
||
Comment on attachment 8782956 [details] [diff] [review]
patch - app update client rev1
Review of attachment 8782956 [details] [diff] [review]:
-----------------------------------------------------------------
Ah yes, I do love patches that just remove a bunch of code. Feels nice at the end of a week.
Attachment #8782956 -
Flags: review?(mhowell) → review+
Updated•9 years ago
|
Attachment #8782957 -
Flags: review?(mhowell) → review+
| Assignee | ||
Comment 17•9 years ago
|
||
I'm going to wait on a response to bug 1296677 before landing.
Comment 18•9 years ago
|
||
Pushed by rstrong@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f4dd3335be87
Firefox code - Remove unused app update billboard capability. r=jaws
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf6750f13711
app update client code - Remove unused app update billboard capability. r=mhowell
https://hg.mozilla.org/integration/mozilla-inbound/rev/1716710ff71c
tests - Remove unused app update billboard capability. r=mhowell
Comment 19•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f4dd3335be87
https://hg.mozilla.org/mozilla-central/rev/bf6750f13711
https://hg.mozilla.org/mozilla-central/rev/1716710ff71c
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•