Closed
Bug 229993
Opened 21 years ago
Closed 21 years ago
x-jsd: urls should not go into history
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: rginda)
Details
Attachments
(1 file, 1 obsolete file)
947 bytes,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
venkman needs to use disablehistory="true" to a) reduce footprint and b) stop
x-jsd: urls from going into global history - if you use the last page visited
prefs then they get overwritten too...
Reporter | ||
Comment 1•21 years ago
|
||
I also removed a spurious line - tabpanels is a type of deck and therefore
automatically stretches its children to fit. I would have removed the spurious
<tabpanel> element completely but I didn't feel like debugging Venkman to find
out if any code depended on the element's existence.
Reporter | ||
Updated•21 years ago
|
Attachment #138353 -
Flags: review?(rginda)
Reporter | ||
Comment 2•21 years ago
|
||
Actually we could disable security UI too...
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 138354 [details] [diff] [review]
Better patch
r=rginda
Attachment #138354 -
Flags: review+
Reporter | ||
Updated•21 years ago
|
Attachment #138353 -
Attachment is obsolete: true
Attachment #138353 -
Flags: review?(rginda)
Reporter | ||
Updated•21 years ago
|
Attachment #138354 -
Flags: superreview?(bz-vacation)
Assignee | ||
Comment 4•21 years ago
|
||
venkman and chatzilla don't typically require superreview.
Reporter | ||
Comment 5•21 years ago
|
||
Comment on attachment 138354 [details] [diff] [review]
Better patch
OK, so the checkins to Venkman in the last 5 months weren't typical :-P
Attachment #138354 -
Flags: superreview?(bz-vacation)
Reporter | ||
Comment 6•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
Updated•6 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
•