Closed
Bug 493077
Opened 13 years ago
Closed 13 years ago
"seamonkey -venkman" opens unwanted browser window
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mnyromyr, Assigned: mnyromyr)
Details
Attachments
(1 file)
518 bytes,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
When starting seamonkey with just one of the following commandline options -jsconsole -venkman it will not only open the requested window, but also drag a mere browser window into existence nobody did draw a pentagram for...
![]() |
||
Comment 1•13 years ago
|
||
See Bug 395371. In the mean time as a workaround start seamonkey with -silent as well as -jsconsole. Also Karsten you have been around long enough to know that you should file one bug per issue/component. So one each for each commandline handler.
![]() |
||
Updated•13 years ago
|
Component: Startup & Profiles → Venkman JS Debugger
OS: Linux → All
Product: SeaMonkey → Other Applications
QA Contact: profile-manager → venkman
Hardware: x86 → All
Assignee | ||
Comment 2•13 years ago
|
||
This patch denies opening any default windows like browser if -venkman is given, so that we're able to set our future breakpoints beforehand... (In reply to comment #1) > See Bug 395371. In the mean time as a workaround start seamonkey with -silent > as well as -jsconsole. Meh, that comment #5 there just doesn't make sense, that's just plain counter-intuitive. > Also Karsten you have been around long enough to know that you should file one > bug per issue/component. So one each for each commandline handler. Well, I did file *one* issue with the startup handler code, I couldn't foresee you'd be changing the component... :-P
Assignee: nobody → mnyromyr
Attachment #378083 -
Flags: review?(gijskruitbosch+bugs)
Comment 3•13 years ago
|
||
Comment on attachment 378083 [details] [diff] [review] prevent default handling if -venkman is present r=me
Attachment #378083 -
Flags: review?(gijskruitbosch+bugs) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Pushed as <http://hg.mozilla.org/venkman/rev/d3e68b8f918e>.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Summary: "seamonkey -venkman" (and others) opens unwanted browser window → "seamonkey -venkman" opens unwanted browser window
Updated•4 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
•