Closed
Bug 1470677
Opened 8 years ago
Closed 8 years ago
Undo duplication in browser_multiselect_tabs_mute_unmute.js test file by moving browser_audioTabIcon.js to /browser/base/content/test/tabs directory.
Categories
(Firefox :: Tabbed Browser, defect, P3)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 63
People
(Reporter: ablayelyfondou, Assigned: ablayelyfondou, Mentored)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
A follow-up of bug 1458039 (see https://reviewboard.mozilla.org/r/251550/#review258210).
There are duplication of some function in https://searchfox.org/mozilla-central/source/browser/base/content/test/tabs/browser_multiselect_tabs_mute_unmute.js from https://searchfox.org/mozilla-central/source/browser/base/content/test/general/browser_audioTabIcon.js that could be undone by moving the latter into the directory where the former is located. Duplicated functions could then be moved to https://searchfox.org/mozilla-central/source/browser/base/content/test/tabs/head.js.
| Assignee | ||
Updated•8 years ago
|
| Assignee | ||
Updated•8 years ago
|
Summary: Undo duplication in browser_multiselect_tabs_mute_unmute.js test file by moving browser_audioTabIcon.js to the /browser/base/content/test/tabs directory. → Undo duplication in browser_multiselect_tabs_mute_unmute.js test file by moving browser_audioTabIcon.js to /browser/base/content/test/tabs directory.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8988079 [details]
Bug 1470677 - Undo duplication in browser_multiselect_tabs_mute_unmute.js test file by moving browser_audioTabIcon.js to /browser/base/content/test/tabs directory.
https://reviewboard.mozilla.org/r/253342/#review260018
::: browser/base/content/test/tabs/browser.ini:12
(Diff revision 1)
>
> [browser_abandonment_telemetry.js]
> [browser_accessibility_indicator.js]
> skip-if = (verify && debug && (os == 'linux'))
> [browser_allow_process_switches_despite_related_browser.js]
> +[browser_audioTabIcon.js]
This should still have the `tags = audiochannel` below it.
::: browser/base/content/test/tabs/head.js:160
(Diff revision 1)
> + if (isAudioPlaying) {
> + await wait_for_tab_playing_event(tab, !expectMuted);
> + }
> +
> + return mutedPromise;
> +}
Can you please put a newline at the end of this file?
Attachment #8988079 -
Flags: review?(jaws) → review+
Updated•8 years ago
|
Assignee: nobody → ablayelyfondou
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8988079 [details]
Bug 1470677 - Undo duplication in browser_multiselect_tabs_mute_unmute.js test file by moving browser_audioTabIcon.js to /browser/base/content/test/tabs directory.
https://reviewboard.mozilla.org/r/253342/#review260018
> Can you please put a newline at the end of this file?
Yes, I think we already have an new line at the end. Though I don't know why it's not showing here.
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
(In reply to Abdoulaye O. LY from comment #3)
> Comment on attachment 8988079 [details]
> Bug 1470677 - Undo duplication in browser_multiselect_tabs_mute_unmute.js
> test file by moving browser_audioTabIcon.js to
> /browser/base/content/test/tabs directory.
>
> https://reviewboard.mozilla.org/r/253342/#review260018
>
> > Can you please put a newline at the end of this file?
>
> Yes, I think we already have an new line at the end. Though I don't know why
> it's not showing here.
Okay thanks for checking. Yeah, MozReview might not show it.
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd9f6f1e04d2
Undo duplication in browser_multiselect_tabs_mute_unmute.js test file by moving browser_audioTabIcon.js to /browser/base/content/test/tabs directory. r=jaws
Comment 7•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•