Closed
Bug 154535
Opened 23 years ago
Closed 23 years ago
Don't depend on sidebarOverlay for context menus
Categories
(SeaMonkey :: Sidebar, defect, P3)
SeaMonkey
Sidebar
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.1beta
People
(Reporter: caillon, Assigned: caillon)
Details
Attachments
(1 file)
|
6.25 KB,
patch
|
samir_bugzilla
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
context menus break if someone decides they don't want sidebarOverlay.xul since
we include the contentAreaContextOverlay from there. We should remove the
hidden dependency. Patch forthcoming...
| Assignee | ||
Comment 1•23 years ago
|
||
Simply adds the contentAreaContextOverlay include into the files that were
including the sidebarOverlay.xul already and removes the dependency from the
sidebarOverlay.
Comment 2•23 years ago
|
||
Comment on attachment 89364 [details] [diff] [review]
Patch
r=sgehani
Could you list the tests conducted?
Attachment #89364 -
Flags: review+
| Assignee | ||
Comment 3•23 years ago
|
||
Sure. I tested that context menus still work in:
- Navigator
- Navigator's Sidebar
- Navigator's Tabs
- Editor
- Editor's Sidebar
- Mail/News (both 3 pane and the other view)
- Mail/News (both 3 pane and the other view) Sidebar
- Address Book
- Address Book's Sidebar.
I verified that places that weren't directly affected still worked:
- DOM Inspector
- Chatzilla
- Venkman
- Bookmarks manager
In addition, no new JavaScript strict warnings or errors were introduced.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla1.1beta
| Assignee | ||
Comment 4•23 years ago
|
||
Blake, could you sr= this?
Comment 5•23 years ago
|
||
Comment on attachment 89364 [details] [diff] [review]
Patch
sr=jag
Attachment #89364 -
Flags: superreview+
| Assignee | ||
Comment 6•23 years ago
|
||
Landed on the trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•