rginda%netscape.com
7544d3415d
- 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
oeschger%netscape.com
4012d3de89
checking in doc fixes in 122245 and 62573 for
...
matt krai, kraai@alumni.carnegiemellon.edu , r=me and cotter@netscape.com
2002-01-29 22:43:36 +00:00
dougt%netscape.com
c50ca402ad
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
e565073eca
- 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
ben%netscape.com
92152402ed
[Manticore]
...
Add license to new file
NOT PART OF BUILD
2002-01-29 08:22:40 +00:00
ben%netscape.com
43aaae1f82
[Manticore]
...
Update toolbars (fancy toolbars on hold for now)
add location bar for loading URLs
NOT PART OF BUILD
2002-01-29 08:21:06 +00:00
rginda%netscape.com
3e07bfa5d0
-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
sicking%bigfoot.com
0a836b98e9
Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
...
b=104758 r=Pike sr=jag
2002-01-28 14:46:39 +00:00
ben%netscape.com
195619a7d0
[Manticore]
...
Add license to new files
NOT PART OF BUILD
2002-01-27 02:56:45 +00:00
ben%netscape.com
d4ab97b63f
[Manticore]
...
More toolbar work...
NOT PART OF BUILD
2002-01-27 02:55:43 +00:00
ben%netscape.com
2f994aa482
[Manticore]
...
begin work implementing new toolbar widget, 'StripBar'
NOT PART OF BUILD
2002-01-26 22:25:43 +00:00
oeschger%netscape.com
d04902ac6d
doc fix by kraai@alumni.carnegiemellon.edu, r=oeschger, bug=121706
2002-01-26 16:31:28 +00:00
oeschger%netscape.com
8fac232bab
doc update by kraai@alumni.carnegiemellon.edu, r=oeschger, bug=121273
2002-01-26 16:30:25 +00:00
rginda%netscape.com
f11111af0c
- 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
1ca59c3058
- 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
17655f3daf
- 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
8c0081daf4
- venkman only -
...
strict fixes
2002-01-26 01:03:43 +00:00
cotter%netscape.com
e1d0f7b14d
ongoing help content updates to privacy & security sections, r=oeschger
2002-01-26 00:51:37 +00:00
alecf%netscape.com
f31573d2e0
oops, we dont' need that!
2002-01-25 23:53:32 +00:00
alecf%netscape.com
7e393ca40d
ignore generated makefile
2002-01-25 23:52:11 +00:00
rayw%netscape.com
b5bd72da93
Fixed handling of conflicting type information.
...
SOAP is not part of the default build.
2002-01-25 23:38:57 +00:00
morse%netscape.com
a29b076027
bug 120277, removed js warning message, r=law, sr=ben
2002-01-25 22:34:50 +00:00
morse%netscape.com
a3571e41ba
bug 121771, isSorted missing in cookie/password manager outliners, r=law, sr=ben
2002-01-25 22:26:35 +00:00
morse%netscape.com
6651e43e72
bug 119474, can't remove password if password-manager is disabled, r=law, sr=ben
2002-01-25 22:17:57 +00:00
seawood%netscape.com
39ba085fc5
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
heikki%netscape.com
34a1713a4f
Bug 120615, XmlRpc does HTTP PUT when it should do POST. Patch from axel@pike.org. r=bbaetz@student.usyd.edu.au, sr=darin.
2002-01-24 22:31:28 +00:00
oeschger%netscape.com
0faec672ad
b=93553, sr=alecf, r=morse, r=oeschger, author=cotter, updating the UI to reflect the more general password config here (web passwords->passwords)
2002-01-24 18:58:40 +00:00
rayw%netscape.com
1d03f82e88
Added code to carefully follow the XMLSchema info when encoding and decoding
...
xpconnect objects, rejecting errors, and making sure that the child elements
appear in the correct order.
SOAP is not part of the default build.
2002-01-24 17:32:04 +00:00
peterv%netscape.com
25d4e2127a
Removing duplicate entries to avoid the "Missing files" warning in CodeWarrior. Don't know how this file got mangled so badly.
2002-01-24 14:39:40 +00:00
peterv%netscape.com
8dead4d7a7
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise)
2002-01-24 14:18:26 +00:00
peterv%netscape.com
b53e1ab0b8
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
2002-01-24 14:14:55 +00:00
peterv%netscape.com
e9d69d589b
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
2002-01-24 14:03:36 +00:00
peterv%netscape.com
abdb2a1494
Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst.
2002-01-24 13:38:51 +00:00
rginda%netscape.com
e014e7e663
- 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
rayw%netscape.com
6f3e337cbd
Cleaned up handling of structs into its own encoder / decoder class so
...
that it will be easier to add all the schema type checking there. Also
made this handler QI to nsIPropertyBag instead of expecting it to be the
type of the variant.
SOAP is not part of default build.
2002-01-24 11:26:35 +00:00
bzbarsky%mit.edu
327737567e
Human-readable tooltips for nodetype in inspector. Bug 113793, patch by
...
Christopher Aillon <caillon@returnzero.com>, r=bzbarsky, sr=hewitt
2002-01-24 05:33:46 +00:00
bzbarsky%mit.edu
ecf2837085
Fix scrolling to element in inspector to scroll only when really
...
needed. Bug 120947, r=doron, sr=hewitt
2002-01-24 05:11:20 +00:00
rayw%netscape.com
212bb6a3e2
Handle decoding of simple unknown types as strings, otherwise as variants
...
within arrays.
SOAP is not part of default build.
2002-01-24 02:57:31 +00:00
rayw%netscape.com
88bd0eb13e
Added more array support for nested types in arrays.
...
SOAP is not part of default build.
2002-01-24 02:39:08 +00:00
morse%netscape.com
af90e6e1e5
113158, reduce wallet footprint, r=alecf,jag,bryner
2002-01-24 01:49:43 +00:00
rayw%netscape.com
1d4585461f
Added encoding of untyped arrays. Fixed test html.
...
SOAP is not part of default build.
2002-01-24 01:14:25 +00:00
jband%netscape.com
15c237c01a
fix Windows bustage -- NOT PART OF DEFAULT BUILD --
2002-01-23 02:06:06 +00:00
ben%netscape.com
2e76b46dad
[Manticore]
...
Add support for Windows XP Themes, move Description/Extension setting code based on content type into MIME utility.
NOT PART OF BUILD.
2002-01-22 05:01:25 +00:00
ben%netscape.com
1ba2c50430
[Manticore]
...
Save Page As dialog stuff, beginning to enhance Toolbar generation code
NOT PART OF BUILD.
2002-01-22 00:45:37 +00:00
jband%netscape.com
fe09cd220b
New file to test scriptable interface info wrapper and idl generator stuff. -- NOT PART OF THE BUILD --
2002-01-21 18:43:32 +00:00
jband%netscape.com
9bc0dabcde
Don't assume that GetInfoForParam can't fail. see bug 121118. -- NOT PART OF THE BUILD --
2002-01-21 18:41:37 +00:00
jband%netscape.com
420d6afe04
Convert nsInterfaceInfoToIDL into a JS component. -- NOT PART OF BUILD --
2002-01-19 21:53:51 +00:00
rayw%netscape.com
85845b7611
Fixed infinite loop in struct decoding, added test case for struct decoding.
...
SOAP is not part of default build.
2002-01-18 23:09:15 +00:00
rayw%netscape.com
6b895fc9e3
Added an error check and a test case that does not work, yet, because
...
xpconnect is saying that an array is an interface, I think.
SOAP not part of default build.
2002-01-18 20:09:06 +00:00
rayw%netscape.com
611c287062
Description Change.
...
Not part od default build.
2002-01-18 18:47:22 +00:00