Closed
Bug 1364422
Opened 8 years ago
Closed 8 years ago
Drop unused -DMOZ_RUST_MP4PARSE from old-configure.in
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fix-optional |
| firefox55 | --- | fixed |
People
(Reporter: jbeich, Assigned: jbeich)
References
Details
Attachments
(1 file, 1 obsolete file)
$ git grep -F MOZ_RUST_MP4PARSE
old-configure.in:if test -n "$MOZ_RUST_MP4PARSE"; then
old-configure.in: AC_DEFINE(MOZ_RUST_MP4PARSE)
$ git grep -F MOZ_RUST_MP4PARSE origin/beta
origin/beta:old-configure.in: if test -n "$MOZ_RUST_MP4PARSE"; then
origin/beta:old-configure.in: AC_DEFINE(MOZ_RUST_MP4PARSE)
| Comment hidden (mozreview-request) |
Attachment #8867161 -
Flags: approval-mozilla-beta?
Attachment #8867161 -
Flags: approval-mozilla-beta?
Comment 3•8 years ago
|
||
(In reply to Jan Beich from comment #2)
> Created attachment 8867161 [details] [diff] [review]
> rebased for ff54
I assume this was a mistake? Is there a reason this cleanup needs to be uplifted?
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8867153 [details]
Bug 1364422 - Drop unused -DMOZ_RUST_MP4PARSE after bug 1341967.
https://reviewboard.mozilla.org/r/138748/#review142124
Good catch, thanks!
Note you should really run '-u gtest' on try to confirm rust or mp4parse changes are working. I've added a job to your current try push for this.
Attachment #8867153 -
Flags: review?(giles) → review+
Comment 5•8 years ago
|
||
Can we remove MOZ_RUST_URLPARSE as well?
Comment on attachment 8867161 [details] [diff] [review]
rebased for ff54
(In reply to Ralph Giles (:rillian) | needinfo me from comment #3)
> I assume this was a mistake? Is there a reason this cleanup needs to be uplifted?
None except more clarity. ;)
(In reply to Ralph Giles (:rillian) | needinfo me from comment #5)
> Can we remove MOZ_RUST_URLPARSE as well?
Probably not until it's ready to ride release trains.
http://searchfox.org/mozilla-central/rev/cd8c561106d8/browser/confvars.sh#33
Attachment #8867161 -
Attachment is obsolete: true
Comment on attachment 8867153 [details]
Bug 1364422 - Drop unused -DMOZ_RUST_MP4PARSE after bug 1341967.
https://reviewboard.mozilla.org/r/138748/#review142124
Thanks. I have only level 1 access which doesn't allow adding/restarting jobs.
Comment 8•8 years ago
|
||
(In reply to Jan Beich from comment #6)
> > Can we remove MOZ_RUST_URLPARSE as well?
>
> Probably not until it's ready to ride release trains.
Ah, right. Thanks for checking.
Assignee: nobody → jbeich
Pushed by rgiles@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c1848288f699
Drop unused -DMOZ_RUST_MP4PARSE after bug 1341967. r=rillian
Comment 10•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•