Closed
Bug 646021
Opened 14 years ago
Closed 14 years ago
Remove JSON object parameters from TabBrowser methods
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(3 files, 3 obsolete files)
18.56 KB,
patch
|
u279076
:
review+
|
Details | Diff | Splinter Review |
17.89 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
17.89 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
All of our Mozmill tests which are using middleClick to open a link in a new tab has to be moved over to use the openInNewTab method of the TabBrowser class. Currently we have some test failures because middleClick doesn't check if the tab has been opened. openInNewTab waits for the event to occur.
Assignee | ||
Comment 1•14 years ago
|
||
Ok, slightly transforming this bug. As it has turned out the JSON object parameters are too hard to use and we should remove them.
Summary: Use TabBrowser.openInNewTab instead of controller.middleClick → Remove JSON object parameters from TabBrowser methods
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #522657 -
Flags: review?(anthony.s.hughes)
Comment on attachment 522657 [details] [diff] [review]
Patch v1 [checked-in]
Looks fine to me, r+.
Attachment #522657 -
Flags: review?(anthony.s.hughes) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #522844 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 5•14 years ago
|
||
Attachment #522846 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 6•14 years ago
|
||
Comment on attachment 522657 [details] [diff] [review]
Patch v1 [checked-in]
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/5680112e8fbd (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/d39ef8edd5b4 (2.0)
Attachment #522657 -
Attachment description: Patch v1 → Patch v1 [checked-in]
Attachment #522844 -
Flags: review?(anthony.s.hughes) → review+
Attachment #522846 -
Flags: review?(anthony.s.hughes) → review+
Assignee | ||
Comment 7•14 years ago
|
||
I forgot to pull before. Updated patch for head.
Attachment #522844 -
Attachment is obsolete: true
Attachment #522854 -
Flags: review+
Assignee | ||
Comment 8•14 years ago
|
||
Now also qrefreshed. Sorry.
Attachment #522854 -
Attachment is obsolete: true
Attachment #522860 -
Flags: review+
Assignee | ||
Comment 9•14 years ago
|
||
Same happened to my 1.9.1 branch.
Attachment #522846 -
Attachment is obsolete: true
Attachment #522863 -
Flags: review+
Assignee | ||
Comment 10•14 years ago
|
||
Backports have been landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/ec87f6d53408 (1.9.2)
http://hg.mozilla.org/qa/mozmill-tests/rev/34a0f4fdd9ad (1.9.1)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 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
•