Bug 11352 - Drosera should have context menus for key UI elements and "Reload" should be removed
Summary: Drosera should have context menus for key UI elements and "Reload" should be ...
Status: CLOSED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 20:25 PDT by Timothy Hatcher
Modified: 2008-05-17 09:55 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2006-10-18 20:25:01 PDT
We should add a way for JavaScript to define something should have a context menu. We can look for a special class or attribute that the WebView delegate looks for. Then the delegate can call into JavaScript to get an array of menu names and function objects. These function objects will be called if the menu item is picked. This system will make it easy to add more context menus later, and keep most of the code in javaScript.
Comment 1 Timothy Hatcher 2006-10-18 20:28:02 PDT
Break points should have a context menu for bringing up the editor and toggling on and off.

Comment 2 Adam Roben (:aroben) 2008-03-13 23:03:04 PDT
HTML 5 has a spec for creating context menus from markup. <http://www.whatwg.org/specs/web-apps/current-work/#context>

What is "Reload"?
Comment 3 Timothy Hatcher 2008-03-13 23:10:47 PDT
The default context menu includes Reload.
Comment 4 Timothy Hatcher 2008-05-17 09:17:47 PDT
We have a bug about this for the Web Inspector. Since Drosera was replaced by the new debugger, this can be closed.
Comment 5 Timothy Hatcher 2008-05-17 09:55:59 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.