Closed
Bug 585731
Opened 14 years ago
Closed 14 years ago
Make Mozmill-test testVisibleItemsMax local
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u279076, Assigned: aaronmt)
References
Details
(Whiteboard: [litmus-data])
Attachments
(3 files)
3.93 KB,
patch
|
u279076
:
review+
whimboo
:
review+
|
Details | Diff | Splinter Review |
4.38 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
5.09 KB,
patch
|
u279076
:
review+
|
Details | Diff | Splinter Review |
Module: testAwesomeBar/testVisibleItemsMax.js
Test-page: Use all 8 pages from test-files/layout/mozilla*
Assignee | ||
Comment 1•14 years ago
|
||
cleanup + converts test to make use of local-data
Assignee: nobody → aaron.train
Status: NEW → ASSIGNED
Attachment #469498 -
Flags: review?(anthony.s.hughes)
Attachment #469498 -
Flags: review?(hskupin)
Attachment #469498 -
Flags: review?(anthony.s.hughes)
Attachment #469498 -
Flags: review+
Comment 2•14 years ago
|
||
Comment on attachment 469498 [details] [diff] [review]
Patch v1 - (default)
>+var setupModule = function()
> {
Brackets cleanup for all functions please.
>+ for each (var localPage in LOCAL_PAGES) {
>+ locationBar.loadURL(localPage);
Can you use page instead of localPage?
With the changes r=me.
Attachment #469498 -
Flags: review?(hskupin) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
Comment on attachment 474744 [details] [diff] [review]
Patch v1 - [nit fixes] - (default)
you can take over r+ once you add a new patch.
Attachment #474744 -
Flags: review+
(In reply to comment #3)
> Created attachment 474744 [details] [diff] [review]
> Patch v1 - [nit fixes] - (default)
Landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/d98cbaf03170 [default]
http://hg.mozilla.org/qa/mozmill-tests/rev/1dc021ac02d2 [mozilla1.9.2]
Please provide a 1.9.1 patch.
Keywords: checkin-needed
Assignee | ||
Comment 6•14 years ago
|
||
For whatever reason this was never in the 1.9.1 repository. This patch adds it. I tested running it solo and alongside the testAwesombar suite and it passes.
Attachment #478065 -
Flags: review?(anthony.s.hughes)
Attachment #478065 -
Flags: review?(anthony.s.hughes) → review+
(In reply to comment #6)
> Created attachment 478065 [details] [diff] [review]
> Patch v1 - (1.9.1)
Landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/6edb56e9ac5c [mozilla1.9.1]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 8•14 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
Updated•5 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•