Closed
Bug 541203
Opened 16 years ago
Closed 16 years ago
Port |Bug 216462 - (smil) Implement SVG (SMIL) Animation| to comm-central, configure part
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1b1
People
(Reporter: sgautherie, Assigned: sgautherie)
References
Details
Attachments
(1 file, 2 obsolete files)
|
4.32 KB,
patch
|
kairo
:
review+
standard8
:
review+
|
Details | Diff | Splinter Review |
History:
{
Firefox:
Bug 216462 added this feature to m-c (= m-1.9.2).
Bug 473705 enabled it on m-c (= m-1.9.2).
Bug 512594 disabled it on m-1.9.2 only.
NB: The default is then _OFF on m-1.9.2_ and ON on m-c.
SeaMonkey:
Bug 479297 added SM packaging part only to c-c (= c-1.9.1, but that's fine).
Bug 495612 did a s/MOZ_SMIL/!MOZILLA_1_9_1_BRANCH/g on the SM packaging part.
Bug 523820 removed m-1.9.1 SM case.
Thunderbird:
changeset 2349:ea9a98fbd162 added TB packaging part only with !MOZILLA_1_9_1_BRANCH.
Bug 530010 did a s/!MOZILLA_1_9_1_BRANCH/!MOZILLA_1_9_2_BRANCH/g on the TB packaging part.
}
Bug 479297 had a patch to do this (too), which was "wrongly" obsoleted after bug 495612 "wrongly" replaced of the MOZ_SMIL checks.
The usual way is to port the m-* configure setup, even if we will use it for packaging checks only.
KaiRo, do you actually want to use MOZILLA_1_9_2_BRANCH checks only (in this case)? Or should we restore/complete the MOZ_SMIL variable handling?
Comment 1•16 years ago
|
||
(In reply to comment #0)
> KaiRo, do you actually want to use MOZILLA_1_9_2_BRANCH checks only (in this
> case)? Or should we restore/complete the MOZ_SMIL variable handling?
As Mozilla trees are using the MOZ_SMIL var, I think we should as well, and just set the default differently depending on the branch.
| Assignee | ||
Updated•16 years ago
|
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #422870 -
Flags: review?(kairo)
| Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 422870 [details] [diff] [review]
(Av1) Restore/complete MOZ_SMIL variable handling
Mark, for the /mail/ file only.
Attachment #422870 -
Flags: review?(bugzilla)
Comment 4•16 years ago
|
||
Comment on attachment 422870 [details] [diff] [review]
(Av1) Restore/complete MOZ_SMIL variable handling
Nah, let's just leave out those changes and for SeaMonkey's sake assume that
the defaults of the relevant Mozilla branch apply to all our builds.
As long as there is no known good use case of SeaMonkey with turning those
SVG/SMIL defaults to non-defaults, I think we should ignore them.
So, let's do the packaging changes with just branch ifdefs, I guess that's the best way to go.
Attachment #422870 -
Flags: review?(kairo) → review+
Updated•16 years ago
|
Attachment #422870 -
Flags: review+ → review-
Comment 5•16 years ago
|
||
Comment on attachment 422870 [details] [diff] [review]
(Av1) Restore/complete MOZ_SMIL variable handling
Erm, meant to minus it, sorry.
| Assignee | ||
Updated•16 years ago
|
Attachment #422870 -
Flags: review?(bugzilla)
Comment 6•16 years ago
|
||
Comment on attachment 422870 [details] [diff] [review]
(Av1) Restore/complete MOZ_SMIL variable handling
serge per kairo can we get this updated for suite/ only packaging with a 1_9_2 ifdef.
You can r? me based on his comment and my agreement that the larger SMIL port is not needed.
| Assignee | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
I prefer to resolve bug 541267 before getting back to here.
| Assignee | ||
Comment 8•16 years ago
|
||
Av1, updated after bug 541267.
KaiRo's p-o-v changed a little between comment 1 and comment 4.
Nontheless, I still think it's better to just copy what m-c has in this case;
as doing otherwise would instead need to explicitly unsupport the --*able-smil options...
Attachment #422870 -
Attachment is obsolete: true
Attachment #425003 -
Flags: review?(kairo)
Attachment #425003 -
Flags: review?(bugzilla)
Comment 9•16 years ago
|
||
Comment on attachment 425003 [details] [diff] [review]
(Av2) Restore/complete MOZ_SMIL variable handling
r- for now for the simple reason that bug 521523 obsoletes the suite/ parts.
The rest looks good for me.
Attachment #425003 -
Flags: review?(kairo) → review-
| Assignee | ||
Comment 10•16 years ago
|
||
Av1, un-bitrotted after bug 521523.
Attachment #425003 -
Attachment is obsolete: true
Attachment #425912 -
Flags: review?(kairo)
Attachment #425912 -
Flags: review?(bugzilla)
Attachment #425003 -
Flags: review?(bugzilla)
Updated•16 years ago
|
Attachment #425912 -
Flags: review?(kairo) → review+
Updated•16 years ago
|
Attachment #425912 -
Flags: review?(bugzilla) → review+
| Assignee | ||
Updated•16 years ago
|
Attachment #425912 -
Attachment description: (Av3) Restore/complete MOZ_SMIL variable handling → (Av3) Restore/complete MOZ_SMIL variable handling
[Checkin: Comment 11]
| Assignee | ||
Comment 11•16 years ago
|
||
Comment on attachment 425912 [details] [diff] [review]
(Av3) Restore/complete MOZ_SMIL variable handling
[Checkin: Comment 11]
http://hg.mozilla.org/comm-central/rev/4c64fa59e01c
| Assignee | ||
Updated•16 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•