blakeross%telocity.com
d41637ea57
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
rginda%netscape.com
da857da996
venkman only
...
expose interface to the initAtStartup setting
2001-10-31 23:33:41 +00:00
rginda%netscape.com
1d1ad3f9ca
venkman only
...
freeze stack outliner before restoring state
2001-10-31 23:29:20 +00:00
rginda%netscape.com
88cf3b11f7
bug 99601, add filter support to js/jsd, r=jband sr=brendan
...
Use the new filtering api to allow users to safely debug with initAtStartup enabled. Also adds highlighting to source view, saves stack view state, fixes selection problems in the outliners, cleans up some strict mode issues, and refactors menu and script tags out of venkman.xul
2001-10-30 14:27:10 +00:00
stephend%netscape.com
35d1ecb06d
Bug 106172. Enabling tooltips for Venkman. Patch by Bradley Hart <bhart00@yahoo.com> r=rginda, sr=brendan
2001-10-24 06:23:24 +00:00
rginda%netscape.com
a00827fa54
venkman only
...
s/doCommand.stepOut/doCommandStepOut/ for "finish" command
2001-10-18 11:12:37 +00:00
rginda%netscape.com
57eac362a1
venkman only
...
move from "checked" attribute to "willStop" for stop button to avoid classic skin issues.
2001-10-18 11:05:15 +00:00
rginda%netscape.com
6774b8313e
venkman only
...
add homepage to hello message.
2001-10-18 11:04:26 +00:00
rginda%netscape.com
84ab3baf9f
venkman only
...
remove bogus classes from outliner columns
make line number column wider by default
add splitter to source view
2001-10-18 11:03:58 +00:00
rginda%netscape.com
8362ab32d3
venkman only
...
move from "checked" attribute to "willStop" on the stop button because the classic skin does silly things for "checked".
2001-10-18 11:02:59 +00:00
rginda%netscape.com
de3373360a
venkman only
...
invalidate outliner after continuing so the yellow bar goes away
strict mode fix
2001-10-18 11:00:33 +00:00
rginda%netscape.com
ff6ac70b37
venkman only
...
remove extra braces and return
2001-10-18 10:59:47 +00:00
rginda%netscape.com
fbcbb6ecf0
bug 103804, "Venkman doesn't like stopping in timeouts", r=jband, sr=shaver
...
move from setTimeout to the new enterNestedEventLoop callback
some strict mode changes
fix file/line regexps
2001-10-10 06:38:25 +00:00
rginda%netscape.com
a549bd64e9
- venkman only -
...
bug 102279, "Exception debug output URLs contain a comma"
surround urls in <angle-brackets> to help the munger pick them out.
2001-10-09 23:00:36 +00:00
rginda%netscape.com
c6fb2de3e6
- venkman only -
...
comment fix, make source line column wider
2001-10-09 22:57:01 +00:00
rginda%netscape.com
4e2066fc62
- venkman only -
...
strict mode fixes, invalidate outliner on soft scroll if we don't actually have to scroll.
2001-10-09 22:55:39 +00:00
rginda%netscape.com
a0867d06f3
bug 100679, "File view scrolls by itself", sr=shaver,r=venkman
...
report correct insertion points to the outliner when new records are added
also some strict mode fixes
2001-10-09 22:53:59 +00:00
rginda%netscape.com
4055435c53
bug 103063, venkman strict warnings
...
r=samuel@sieb.net , sr=hyatt, a=asa
2001-10-04 07:38:53 +00:00
rginda%netscape.com
9740fb4d11
bug 102650, skin name should be Modern, not modern. r=jrgm
2001-10-03 00:11:24 +00:00
varga%utcru.sk
43196bdf59
Fix for bug 75572. Separator support in outliner.
...
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
rginda%netscape.com
ae887ec690
bug 102588, venkman skin owner is wrong
...
patch=daniele@grinta.net , r=me,hyatt, sr=shaver
2001-10-02 00:26:38 +00:00
rginda%netscape.com
a3d31a834b
- venkman only -
...
fix mixup in breakpoint/blacklist atom
2001-09-27 10:40:57 +00:00
rginda%netscape.com
39432424ca
- venkman only -
...
package new icons
2001-09-26 05:48:57 +00:00
rginda%netscape.com
59d261f012
- venkman only -
...
add appendChildren method
2001-09-26 05:47:11 +00:00
rginda%netscape.com
407cba8c7e
- venkman only -
...
remove "reload ui" string, added "reload"
2001-09-26 05:45:38 +00:00
rginda%netscape.com
797b117100
- venkman only -
...
remove duplicate rule
add blacklist rules
2001-09-25 22:32:56 +00:00
rginda%netscape.com
6d841931ac
- venkman only -
...
change prefixes for ETRACE and ERROR messages, make ERROR background color easier on the eyes
2001-09-25 22:32:10 +00:00
rginda%netscape.com
fadd6473ec
- venkman only -
...
add version and blacklist strings
2001-09-25 22:31:07 +00:00
rginda%netscape.com
f2f5af7537
- venkman only -
...
add reload command
add comments
2001-09-25 22:30:02 +00:00
rginda%netscape.com
788cfd1cf8
- venkman only -
...
add version info
implement enable/disableReloadCommand
2001-09-25 22:28:57 +00:00
rginda%netscape.com
175c91a38b
- venkman only -
...
move debugger menu item from tasks to tasks->tools
2001-09-25 22:27:36 +00:00
rginda%netscape.com
44c5f7819c
- venkman only -
...
add blacklist nodes, not reflected in the UI yet
implement reloadSource on SourceRecord, to reload the underlying source text
2001-09-25 22:26:51 +00:00
rginda%netscape.com
0b1ea71603
- venkman only -
...
add blacklist and version strings
2001-09-25 22:25:21 +00:00
rginda%netscape.com
f5d955e010
- venkman only -
...
implement reload command
2001-09-25 22:24:36 +00:00
rginda%netscape.com
01da023b15
- venkman only -
...
add type checking to formatValue, fix bug in formatValue -> array
2001-09-25 22:23:41 +00:00
rginda%netscape.com
261963a113
- venkman only -
...
pass drag and drop related events to the TOViewRecord, if it knows how to deal
2001-09-25 22:22:02 +00:00
rginda%netscape.com
8c500749fe
- venkman only -
...
initial add of blacklist icons
2001-09-25 22:20:29 +00:00
hewitt%netscape.com
1fea52de18
97574 - implement toolbarbutton, kill menubutton, r=blake, sr=hyatt
2001-09-20 07:33:13 +00:00
rginda%netscape.com
241218e6b0
- venkman only -
...
increase max string display length
2001-09-10 22:07:23 +00:00
rginda%netscape.com
b4ae76a731
- venkman only -
...
prepare for "group/ungroup" UI in the file list
2001-09-06 22:57:34 +00:00
rginda%netscape.com
9dce84cf80
- venkman only -
...
fix sort tests
2001-09-06 22:56:56 +00:00
rginda%netscape.com
0694bfa5b1
- venkman only -
...
fix line ending split regexp to avoid the brain dead $ meta character (which considers \r\n to be TWO line endings.)
2001-09-06 22:29:14 +00:00
rginda%netscape.com
4897ca96e2
- venkman only -
...
fix imput history regression
2001-09-06 22:28:09 +00:00
rginda%netscape.com
693fc52a91
- venkman only -
...
fixing popup events
2001-09-06 01:54:53 +00:00
rginda%netscape.com
df6ab56955
- venkman only -
...
strict mode fixes
2001-09-06 01:05:50 +00:00
rginda%netscape.com
3014b89c5d
- venkman only -
...
remove debug spoo
2001-09-06 01:05:20 +00:00
rginda%netscape.com
c3fe85c00c
- venkman only -
...
record last stack depth. when the stack depth changes, we display a frame header in the console for single step mode.
2001-09-06 01:05:02 +00:00
rginda%netscape.com
e157005cdf
- venkman only -
...
strict mode fixes.
2001-09-06 01:04:01 +00:00
rginda%netscape.com
26cc97268a
- venkman only -
...
move debugTrap code that may involve network activity from venkman-debugger.js to this file.
strict mode fixes.
fix outliner select events, which range checked against the wrong properties.
2001-09-06 01:03:06 +00:00
rginda%netscape.com
93857198c6
- venkman only -
...
move calls that might involve network activity to *after* te enterNestedEventLoop() call so their requests go on the pushed thread. The call is made after enterNestedEventLoop (which, by definition, blocks) via a setTimeout call.
2001-09-06 01:01:34 +00:00