Closed
Bug 463022
Opened 17 years ago
Closed 17 years ago
browser_privatebrowsing_ui.js fails on mac
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3.1b3
People
(Reporter: mossop, Assigned: ehsan.akhgari)
References
Details
(Keywords: verified1.9.1)
Attachments
(1 file, 1 obsolete file)
|
7.56 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
I don't think there are keyboard shortcuts for opening menus on mac so this test which for some reason does this fails there. I have disabled the test on mac to avoid blocking everyone elses work for any longer than it already has. It should be fixed a.s.a.p.
Updated•17 years ago
|
Flags: blocking-firefox3.1?
| Assignee | ||
Comment 1•17 years ago
|
||
So, Mac doesn't have access keys at all?
I need to investigate other ways of opening menus and selecting menu items. Any help is appreciated!
Assignee: nobody → ehsan.akhgari
Status: NEW → ASSIGNED
Updated•17 years ago
|
Flags: blocking-firefox3.1? → blocking-firefox3.1+
| Assignee | ||
Comment 2•17 years ago
|
||
So I think the best approach here is to ditch the menu item testing altogether, and resort to just making sure that the XUL command associated with the menu item using the |command| attribute is working properly. This should work on Mac and other platforms alike.
Attachment #348181 -
Flags: review?(mconnor)
| Assignee | ||
Comment 3•17 years ago
|
||
This patch also has the advantage of removing another timeout from the private browsing tests.
Blocks: 463021
Updated•17 years ago
|
Attachment #348181 -
Flags: review?(mconnor) → review+
Comment 4•17 years ago
|
||
Comment on attachment 348181 [details] [diff] [review]
Patch (v1)
r=mconnor, sorry for the delay.
| Assignee | ||
Comment 5•17 years ago
|
||
Pushed to mozilla-central: <http://hg.mozilla.org/mozilla-central/rev/4671612cb6d5>
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.2a1
| Assignee | ||
Updated•17 years ago
|
Whiteboard: [baked on m-c; ready to land on 1.9.1]
| Assignee | ||
Comment 6•17 years ago
|
||
| Assignee | ||
Comment 7•17 years ago
|
||
Landed on 1.9.1 <http://hg.mozilla.org/releases/mozilla-1.9.1/rev/90badede8b19>
Keywords: fixed1.9.1
Whiteboard: [baked on m-c; ready to land on 1.9.1]
| Assignee | ||
Updated•17 years ago
|
Attachment #353386 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•17 years ago
|
||
Mass moving of all Firefox::General private browsing bugs to Firefox::Private Browsing.
Component: General → Private Browsing
| Assignee | ||
Updated•17 years ago
|
QA Contact: general → private.browsing
Comment 9•17 years ago
|
||
All tests pass with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081229 Shiretoko/3.1b3pre
Updated•17 years ago
|
Target Milestone: Firefox 3.2a1 → Firefox 3.1b3
You need to log in
before you can comment on or make changes to this bug.
Description
•