Closed
Bug 141097
Opened 23 years ago
Closed 7 years ago
Release Venkman 1.0
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rginda, Assigned: rginda)
References
Details
This is a tracking bug for bugs that are required for Venkman 1.0.
Please DO NOT comment in this bug, or alter dependencies.
Please DO use the netscape.public.mozilla.jsdebugger for general discussion, and
DO nominate bugs for venkman 1.0 by placing [venkman1.0] in the status whiteboard.
Thanks.
Assignee | ||
Comment 1•23 years ago
|
||
See the post entitled "Venkman Status 4/29/2002" on
netscape.public.mozilla.jsdebugger for details about the Venkman 1.0 plan.
<news://news.mozilla.org:119/3CCE2003.5020704@netscape.com>
Status: NEW → ASSIGNED
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
The first XPI of the work in progress is posted on
<http://www.hacksrus.com/~ginda/venkman/>. Please feel free to file bugs :)
Assignee | ||
Updated•23 years ago
|
Summary: Relase Venkman 1.0 → Release Venkman 1.0
Assignee | ||
Comment 4•23 years ago
|
||
I've posted a 0.9.2 release to <http://www.hacksrus.com/~ginda/venkman/>.
Everything except "save profile data" *should* be working. I've also added
0.8.5 as an install option, so if anything goes wrong, you can revert the the
trunk. Please give this a shot and report on any issues.
Assignee | ||
Comment 5•23 years ago
|
||
I just posted a 0.9.4 XPI that fixes the startup problem in 0.9.2 and 0.9.3, and
fixes profile report generation in .html, .txt, and .csv (mostly) formats. .xml
needs a little work, and .csv files have some extra blank lines that need to be
removed.
These XPIs *WILL* work on the Netscape 7.0 PR1 release.
Assignee | ||
Comment 6•23 years ago
|
||
From netscape.public.mozilla.jsdebugger:
More updates from the Venkman branch, please try out rev 0.9.7 at
<http://www.hacksrus.com/~ginda/venkman/>.
New screenshot at
<http://www.hacksrus.com/~ginda/venkman/screenshots/venkman-20020604.png>.
Details below...
* It is now possible to reconfigure the positions of views in Venkman with an
"intuitive" drag and drop interface.
* To move a view to a new location, "grab" its titlebar and "drag" it over
another view. As you drag across the sides of another view, you'll notice the
view's icon change to an arrow pointing in the direction the view will drop when
you "let go". If you move to the left of the view, the arrow will point left.
If you move to the bottom of the view, the arrow will point down, etc.
* There is a screenshot of the action at
<http://www.hacksrus.com/~ginda/venkman/screenshots/venkman-20020604.png>. In
this screenshot, the session view is being dragged to the right side of the
source view. If the mouse button were released here, the session view would be
moved between the source and loaded scripts views.
* To pop a view out into a new window, click once on the view's icon.
* You can pop a view into a new window, and drag other views into the same new
window, to create a floating group of views.
* By default, Venkman will save the view layout on exit, and restore it on
startup. You can disable the save on exit by unchecking the "View->Save Default
Layout on Exit" menu item. You can save the default layout at any time with the
"View->Save Default Layout Now" menu item.
* It is possible to save view layouts as prefs. You can save distinct
configurations like "stopped" and "executing" with the ``save-layout'' command,
and recall them later with ``restore-layout''.
* The special layout name ``factory'' is coded directly into Venkman and cannot
be ovewritten. The special name ``default'' is loaded at startup, and defaults
to ``factory''.
* Internally, view locations are encoded as urls. View layouts are saved as a
semicolon delimited list of view urls as single entry in the user's prefs file.
This greatly simplifies the "view manager" api, and could lead to some
integration with bookmarks. See "view-manager.js" on the branch for details on
the implementation.
* Views can be moved from the command line by specfying a <view-id> and
<location-url>.
Rob.
Depends on: 156111
Updated•21 years ago
|
Product: Core → Other Applications
Comment 7•19 years ago
|
||
Killing dependency on some ancient bug that's thought to be a security issue but didn't actually have anything to do with Venkman.
No longer depends on: 141969
Comment 8•7 years ago
|
||
Component is obsolete so resolving bugs as INCOMPLETE
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•