Граф коммитов

353 Коммитов

Автор SHA1 Сообщение Дата
rginda%netscape.com 1a541ad578 - venkman only -
fix bogus parse code.  Old code had problems when the last argument before an optional was missing.
2002-02-07 07:25:14 +00:00
rginda%netscape.com cf0e8c1634 - venkman only -
bug 122850, venkman error on startup
the fix for bug 121744 made |for (a in undefined);| throw an error, so now we have to validate |attrs| here.
2002-02-01 22:12:09 +00:00
rginda%netscape.com 031dbe30b7 - venkman only -
fix feedback call in cmdBreak
remove busted code in soruceView.onSelect, which tried to prevent users from selecting multiple ranges.  It didn't work, and we don't need it anyway.
catch exceptions during dispatchCommand and display a message on the consoel view
fix = vs. == mixup in sourceView.getContext, arg!
add breakpointIndexList to sourceView.getContext so we can disable all selected breakpoints.
remove some debug dumps
add command name to dbgDispatch message
2002-01-31 02:42:09 +00:00
rginda%netscape.com ed4fc243ec - venkman only -
ASSERT that we have children in removeChildAtIndex
dump the context object if |console.dbgContexts| in the contextFunction.
make cmdClear work if given a breakpointIndexList.
fix cmdFindBp.
add script realization debugging if |console.dbgRealize|.
add command dispatch debugging if |console.dbgDispatch|.
fix bug 110387, crash on exiting venkman.
add dbg* prefs and sync-debug command in venkman-dev.js.
2002-01-31 00:48:57 +00:00
rginda%netscape.com e7c5c205ed - venkman only -
bug 122021, add comments re: leading/trailing spaces and quotes in venkman string files.
2002-01-30 03:45:48 +00:00
rginda%netscape.com 69e7d256c0 - venkman only -
remove debug dumps in variious getContext functions
warning cleanup in outliner-utils.js
add chrome-filter command to set the state of console.enableChromeFilter
if on, chrome files will not be displayed in the scripts view, and they will be filtered by the debugger service.  If off, chrome files will be treated the same as others.  chrome files are identified by a leading "chrome:" in the url.
add "Display Browser Files" checkitem to View menu.
add |feedback| function, which calls |display| only if the event began at the console.
fix async loading issue in SourceText.loadSource
fix boolean pref getter in venkman-prefs.js
2002-01-30 03:05:49 +00:00
dougt%netscape.com 894fdcfaaf 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
rginda%netscape.com f3502b24c7 - venkman only -
UI changes for 121318
disable context before calling debugTrap
add dumpcontexts command to venkman-dev.js
remove console._stopLevel
2002-01-29 09:25:32 +00:00
rginda%netscape.com 2f2b09ec30 -venkman only-
ui changes for bugs 121192 and 121178.
adds "emode" command, display any expcetions produced by evalInTargetScope
2002-01-29 08:16:56 +00:00
rginda%netscape.com 8627e40d7a - venkman only -
lineMap no longer required in SourceText records, HelpText doesn't need it.
2002-01-26 01:11:01 +00:00
rginda%netscape.com a33290f95c - venkman only -
get default context without complaining for debug and view menus, remove debug dump.
2002-01-26 01:10:03 +00:00
rginda%netscape.com d04623e385 - venkman only -
store commandname attribute on menuitem so we don't need to parse it onpopupshowing, makes for faster menus.
2002-01-26 01:05:50 +00:00
rginda%netscape.com 25d01d2a43 - venkman only -
strict fixes
2002-01-26 01:03:43 +00:00
rginda%netscape.com 89326cbcdc - venkman only -
Large landing of new Venkman command structure, also fixes...
Bug 120988 Generalized command manager for Venkman
Bug 103419 hitting a breakpoint should focus debugger
Bug 119867 Should not be possible to hide source code
Bug 118923 Venkman's outliners sometimes don't repaint twisty
Bug 116098 Would be nice with a contextmenu in the functions-pane
2002-01-24 12:46:47 +00:00
rginda%netscape.com 6ba2083bd5 bug 120200, add "D" accesskey to tasks->tools->debugger 2002-01-16 04:07:31 +00:00
varga%utcru.sk bbc83df106 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
rginda%netscape.com c1e116f422 add missing file 2002-01-12 01:41:58 +00:00
rginda%netscape.com 5467cf55d0 bug 115695, rs=brendan, venkman only
ui changes related to pretty print support
2002-01-12 01:01:02 +00:00
varga%utcru.sk ba68a72543 Fix for 116739. Many assertions when moving over the blank area of outliners.
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt

- getCellAt() now checks for correct mouse coordinates and sets row value
  to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
mcafee%netscape.com f0280c8740 Ignore generated files. 2001-12-29 03:52:41 +00:00
hewitt%netscape.com 1dc8b67ef1 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
dougt%netscape.com 9a75bc4b8e nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
varga%utcru.sk 76f554000a Fix for 113477. Group outlinercols. r=bryner sr=hyatt 2001-12-18 13:42:28 +00:00
hewitt%netscape.com 8578b1b7a4 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2001-12-04 23:30:25 +00:00
rjc%netscape.com e5077bf2e5 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
ben%netscape.com 68364f8dd1 fix for 73655 - remove reference to obsolete file.
r=rginda, sr=hewitt
2001-11-22 02:00:37 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
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
rginda%netscape.com e711edc14f - venkman only -
strict mode fixes
remove some debugging spoo
2001-09-06 00:59:24 +00:00
rginda%netscape.com f8c79e71f4 - venkman only -
remove guessed function style, as this is now indicated by surrounding the function name in square brackets.
2001-09-05 01:41:07 +00:00
rginda%netscape.com d77846fa46 - venkman only -
add formatting messages, remove fclear
2001-09-05 01:40:01 +00:00
rginda%netscape.com 2dae9d88ef - venkman only -
make dump tree function taka a param
remove bogus _cache dance
add matchesScriptRecord method to breakpoint record
only do the icode replacement if the breakpoint is enabled in addScriptRecord
2001-09-05 01:39:09 +00:00
rginda%netscape.com ff6506c7b7 - venkman only -
remove unused messages
add used messages
2001-09-05 01:37:11 +00:00
rginda%netscape.com f77bea5ef4 - venkman only -
change string concats to getMsg calls, to make bidi more better
don't duplicate setBreakpoints()s efforts by checking for matching files in onInputBreak
reimpliment onInputFBreak
remove onInputFClear.  future breakpoints can now be cleared wit the standard clear command.
remove dead onScriptCreated function
2001-09-05 01:36:44 +00:00
rginda%netscape.com 3e2a7ef0b1 - venkman only -
dont pay attention to scripts without filenames
remove script from the script tree when it is unloaded
if a newly created script matches an existing breakpoint record, add that script to the breakpoint record.
remove obsoleted future breakpoint functions
2001-09-05 01:34:23 +00:00
rginda%netscape.com c5398e3db2 - venkman only -
remove fclear command, future breakpoints now share the same list as normal breakpoints.  the standard clear comman will suffice
2001-09-05 01:31:56 +00:00
rginda%netscape.com 97bbea59ab - venkman only -
reset childIndex and parentRecord on a removed tree item
2001-09-05 01:30:59 +00:00
rginda%netscape.com e63a5d1d05 - not built -
package new stack, project, and breakpoint icons
package new step over, step out, and stop toolbar icons
2001-09-01 18:51:51 +00:00
rginda%netscape.com a83ae059a7 - not built -
add css for new step out, step over, stop buttons
change continue and step in commands to use the new png images
add css for breakpoint, script, and watch views
2001-09-01 18:49:40 +00:00
rginda%netscape.com 6eb126e2c3 - not built -
make links in error messages less ugly
2001-09-01 18:48:36 +00:00
rginda%netscape.com 4dabc9c6d1 - not built -
add strings for stack outliner, disable breakpoint, finish and next commands
2001-09-01 18:47:42 +00:00
rginda%netscape.com 52fd2c4b86 - not built -
new strings for step over, step out, stop commands
remove unused strings
add strings for script, source, and stack outliners
2001-09-01 18:46:48 +00:00
rginda%netscape.com df2380e9c4 - not built -
hook up step out, step over, and stop commands
add outliners for new project, script, and stack views
2001-09-01 18:45:34 +00:00
rginda%netscape.com e300595978 - not built -
brace/whitespace cleanup
implement leftPadString()
2001-09-01 18:44:18 +00:00
rginda%netscape.com b63463642e - not built -
implement next, step out, and stop state commands
bring breakpoint implementation in line with the new breakpoint and script views
add destroy() method to tear down the debugger
2001-09-01 18:43:43 +00:00
rginda%netscape.com 8307aaf141 - not built -
change tab width pref from "tab string" to numerical width
remove wordbreak pref (it's just a const now)
2001-09-01 18:41:53 +00:00
rginda%netscape.com 8b7cf56c9f - not built -
change doctype to avoid quirks mode
2001-09-01 18:40:33 +00:00
rginda%netscape.com 6df07b9092 - not built -
implement new script, stack, and project views
2001-09-01 18:39:58 +00:00
rginda%netscape.com 760ef9cc6e - not built -
hookup new messages
2001-09-01 18:39:01 +00:00
rginda%netscape.com 77548ce76e - not built -
hook up next, stepout, finish, and stop commands
event handler work for the new project, script, and stack views
2001-09-01 18:37:49 +00:00
rginda%netscape.com a4bdc7a60d - not built -
whitespace cleanup
use new TreeOView stuff, add breakpoint, project, and stack view support
2001-09-01 18:35:36 +00:00
rginda%netscape.com b4f3b896f2 - not built -
hook up finish and next commands
2001-09-01 18:32:30 +00:00
rginda%netscape.com b5020dfbca - not built -
add scrollTo to BasicOView
add generic tree outliner view support (TreeOView and TreeOViewRecord)
2001-09-01 18:31:48 +00:00
rginda%netscape.com 7f05bf853c - not built -
adding new icons
2001-09-01 18:28:24 +00:00
rginda%netscape.com 1bae40f546 - not built -
adding tree outliner view test
2001-09-01 18:20:23 +00:00
hyatt%netscape.com 079c95cba2 Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
rginda%netscape.com d7493ab193 - not built -
style tweaks
2001-08-03 06:24:17 +00:00
rginda%netscape.com 0ace35eb76 - not built -
remove the "reload ui" menu item
make some checkbox menu items radios instead
2001-08-03 06:23:52 +00:00
rginda%netscape.com 725b8c84b7 - not built -
use the available value we're given, instead of asking the input stream
2001-08-03 06:23:06 +00:00
rginda%netscape.com 56fd80add1 - not built -
fix function names.
2001-08-03 06:22:01 +00:00
rginda%netscape.com 994457e969 - not built -
move stuff around.
fix function names.
2001-08-03 06:21:26 +00:00
rginda%netscape.com 59cfbd7c01 - not built -
modify script loading to work with the corrected script extent information (fixed in bug 82188)
2001-08-03 06:20:38 +00:00
timeless%mac.com d85f0a7154 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
rginda%netscape.com 72d5e3fb20 - not built -
add styles for executable/not executable lines in the source code window.
2001-07-03 22:45:45 +00:00
rginda%netscape.com 432fd7eb95 - not built -
add styles for executable/not executable lines in the source code window.
add style for exception trace messages.
color stop (red) and continue (green) messages so they're easy to spot.
2001-07-03 22:45:13 +00:00
rginda%netscape.com 8b31800d13 - not built -
add tmode related strings
2001-07-03 22:43:51 +00:00
rginda%netscape.com 4af1ebfbde - not built -
add tmode related entities
2001-07-03 22:43:26 +00:00
rginda%netscape.com 3cc6f4c275 - not built -
add tmode commands, keys, and menu items
2001-07-03 22:42:54 +00:00
rginda%netscape.com 135fe16176 - not built -
decrement console._stopLevel in cont() and step() functions, like good little boys and girls
initDebugger *after* setting up the console routines, we'll need them
2001-07-03 22:41:27 +00:00
rginda%netscape.com 2d752dd6e6 - not built -
add tab with pref default value
2001-07-03 22:40:11 +00:00
rginda%netscape.com 8f28940613 change from body class= to body id=, so we can getElementById it later 2001-07-03 22:39:43 +00:00
rginda%netscape.com 525f046dfa - not built -
propagate executable/not executable information to he outliner to we can CSS it.
2001-07-03 22:39:00 +00:00
rginda%netscape.com a84d291168 - not built -
add ETRACE message type for traced exceptions
add other message names mostly related to the tmode command and exception tracing.
2001-07-03 22:37:05 +00:00
rginda%netscape.com 90db8f036b - not built -
set up the excetions submenu checkmarks correctly onCreate
load the source if it's not there in onDebugTrap
add onDebugContinue to clear our state when we continue
implement tmode command
move onclose back to onunload, onclose doesn't fire if the user selects "Quit" from the file menu.
2001-07-03 22:36:01 +00:00
rginda%netscape.com 5e492740e1 - not built -
add tmode command to trace/ break when the target throws an exception.
fix "breakpoint hit while servicing breakpoint" behavior.  When we hit the second breakpoint, its stack is put on top of the current stack.  Not the best solution, but better than leaving the user in an undefined state.
distunguish between executable and non-executable lines in the source array so we can distinguish the lines in CSS.
expand tabs in the source (outliner doesn't know what to do with \t.)
if we can't load a source file sync, try it async.
2001-07-03 22:31:38 +00:00
rginda%netscape.com 801d70b33b - not built -
hook up tmode command
2001-07-03 22:27:37 +00:00
rginda%netscape.com 7d288ddcb1 - not built -
add strings for startup failure, and exception formatting
2001-06-28 08:10:57 +00:00
rginda%netscape.com 7eaa0eaca9 - not built -
tear down in onclose, instead of onunload
2001-06-28 08:10:14 +00:00
rginda%netscape.com 71991725c5 - not built -
fix for xpconnect name change
2001-06-28 08:09:29 +00:00
rginda%netscape.com 7e0208ed53 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
2001-06-28 08:08:32 +00:00
rginda%netscape.com 65d0cc4783 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
add formatException() function
redo BadMojo() to construct a new object, we'll need the prototype chain set up right so we can test exceptions with instanceof
2001-06-28 08:08:08 +00:00
rginda%netscape.com aa829f037a - not built -
add message consts for startup error and exception formats
2001-06-28 08:03:24 +00:00
rginda%netscape.com 81eec79846 - not built -
catch startup exceptions and complain.
use MSG_COMMASP instead of ", "
print formatted jsdIValue in the props command's error message
detach debugger onClose instead of onUnload
2001-06-28 08:02:40 +00:00
rginda%netscape.com a71cbeb830 - not built -
test for a valid exception before we start looking up properties on it.
2001-06-28 07:59:52 +00:00
rginda%netscape.com f3d6f202e0 - not built -
s/throw BadMojo/throw new BadMojo/g so we can test with instanceof later
split on $ (end of line) instead of \n, as discussed in bug 85968
2001-06-28 07:58:36 +00:00
rginda%netscape.com ae629a3fc2 - not built -
intial add of a simple read-eval app, for testing the basics.
2001-06-28 07:54:50 +00:00
peterv%netscape.com 335c7199f4 Fix for bug 85606 (Need -venkman command line handler). r=rginda, sr=sfraser. 2001-06-26 11:42:10 +00:00
rginda%netscape.com c3fca9339c - not built -
add default size for window
persist outliner column visibility and position
2001-06-14 09:32:34 +00:00
rginda%netscape.com 82247dbe6d - not built -
factor basic outliner view out into outliner-utils.js
attach setCurrentLine() to _sourceOutlinerView, instead of BasicOView
2001-06-14 09:31:33 +00:00
rginda%netscape.com 42edfa9a86 - not built -
fixed test for no index in "frame" command
2001-06-14 09:30:25 +00:00
rginda%netscape.com ae17d6a61f - not built -
fix bug in formatArguments where we were printing the wrong value
fix summarized version of object in formatValue
2001-06-14 09:29:53 +00:00
rginda%netscape.com e10ae7023a - not built -
package new outliner-utils file
2001-06-14 09:28:22 +00:00
rginda%netscape.com d9036ad5d4 - not built -
factoring basic outliner functionality out of venkman-outliners.js
2001-06-14 09:27:51 +00:00
rginda%netscape.com 6aa89ac063 - not built -
changed classid copied from the chatzilla code to a new one for venkman.  oops.
2001-06-14 08:07:35 +00:00
rginda%netscape.com 3c66ed5f5c - not built -
add messages for new pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:04:56 +00:00
rginda%netscape.com 7530d2b5cd - not built -
use comma-space message instead of literal ", "
2001-06-14 06:02:31 +00:00
rginda%netscape.com 5a480c46ea - not built -
add arguments to function name in call stack outliner
2001-06-14 06:01:49 +00:00
rginda%netscape.com ea0ca9e02f - not built -
add message names for new, pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:01:12 +00:00
rginda%netscape.com 8871c69633 - not built -
implement formatArguments(), returns a strig including only the argument properties of a given jsdIValue.
made the rest of the format* functions more pro-bidi (swapped out string math in favor of format strings)
add comment to loadSource about why we use new String()
2001-06-14 06:00:22 +00:00
rginda%netscape.com d1e165dcbc - not built -
install the -venkman command line handler on 'nix and windows
2001-06-14 04:47:43 +00:00