Closed
Bug 763204
Opened 13 years ago
Closed 13 years ago
Context menu should not handle OGG audio as OGV video.
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.13
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Attachments
(1 file, 1 obsolete file)
70.11 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
From Bug 557278:
> When I open an audio stream (e.g http://ct1.party107.com:8000/Party107-Q0.ogg)
> and then right-click on the player, I get options like:
> 'view video', 'copy video location', etc. Those should be 'play audio', 'copy
> audio location', 'save audio', 'send audio', etc.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
$ MOZ_NO_REMOTE=1 TEST_PATH=suite/browser/test/test_contextmenu.html pymake -C ../objdir-sm/ mochitest-plain
Passed: 1713
Failed: 0
Todo: 0
Note this test is disabled on Linux due to random ORANGEs.
Attachment #631671 -
Flags: review?(neil)
Comment 2•13 years ago
|
||
Comment on attachment 631671 [details] [diff] [review]
Patch v1.0 Fixit.
>- test_contextmenu.html \
>- subtst_contextmenu.html \
> ctxmenu-image.png \
> video.ogg \
Aren't these test files too?
>+# test_contextmenu.html is disabled on Linux due to bug 513558
This is disabled because a) we're already hitting this randomorange b) Firefox has already disabled it c) other?
>+ audio.ogg \
>+ test_contextmenu.html \
>+ subtst_contextmenu.html \
Any particular order to these files?
![]() |
Assignee | |
Comment 3•13 years ago
|
||
>>- test_contextmenu.html \
>>- subtst_contextmenu.html \
>> ctxmenu-image.png \
>> video.ogg \
> Aren't these test files too?
Hmm. Yes. Firefox uses them for other tests. Since we haven't ported those yet, I'll move them as well.
>>+# test_contextmenu.html is disabled on Linux due to bug 513558
> This is disabled because a) we're already hitting this randomorange b) Firefox has already disabled it c) other?
(b) Plus Serge filed Bug 513558 so I'll save him some work by disabling it on Linux for us as well.
>>+ audio.ogg \
>>+ test_contextmenu.html \
>>+ subtst_contextmenu.html \
> Any particular order to these files?
I think based on the original order in Firefox the main test file should go first followed by the resources used so it should be something like:
test_contextmenu.html \
subtst_contextmenu.html \
ctxmenu-image.png \
video.ogg \
audio.ogg \
Attachment #631671 -
Attachment is obsolete: true
Attachment #631671 -
Flags: review?(neil)
Attachment #633788 -
Flags: review?(neil)
Comment 4•13 years ago
|
||
Comment on attachment 633788 [details] [diff] [review]
Patch v1.1 rearrange Makefile.in
a) would have been the ideal reason, but b) will do ;-)
Attachment #633788 -
Flags: review?(neil) → review+
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/bca02d8d10bd
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.13
You need to log in
before you can comment on or make changes to this bug.
Description
•