sspitzer%netscape.com
fff0a23fe3
fix for bug #98299 . clean up fallout from #97487 . rs=bienvenu
2001-09-05 02:20:41 +00:00
zach%zachlipton.com
b91182e74e
Adding a test for safe system and exec calls. Part of this code by Dave.
2001-09-05 01:43:25 +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
ftang%netscape.com
b64a4504c3
back out change of 56863 because it cause 98233
2001-09-05 01:21:27 +00:00
pschwartau%netscape.com
f246d1a1ef
Skipping two new tests that use non-EMCA functionality: toSource() and uneval().
2001-09-05 01:07:17 +00:00
bryner%netscape.com
c1367ec509
Removing obsolete/unused file. Not part of the build.
2001-09-05 01:04:31 +00:00
rbs%maths.uq.edu.au
8a030c6c49
Back-end to allow viewsource to toggle wrapping of long lines. b=22022 r=bzbarsky sr=jst
2001-09-05 01:02:58 +00:00
pschwartau%netscape.com
5dbc246454
Improved readabilty. Improved accuracy of stripBraces() function.
2001-09-05 00:49:31 +00:00
bryner%netscape.com
164f5114c9
Removing obsolete/unused file. Not part of the build. r=cls.
2001-09-05 00:48:43 +00:00
pschwartau%netscape.com
2a0333d954
This is more accurate. Also using sorting now, for definiteness in comparisons.
2001-09-05 00:46:24 +00:00
bryner%netscape.com
be540bb61f
Bug 96438 - file name and type descriptions aren't aligned with fields. r=jag, sr=sfraser.
2001-09-05 00:39:00 +00:00
bryner%netscape.com
72caeaed39
Oops -- missed adding this code from nsFileWidget. This should fix the beos bustage.
2001-09-05 00:17:04 +00:00
naving%netscape.com
7c1a0ed885
96921 r=suresh sr=mscott. fix mlk of nsSupportsArray elements because they were
...
being addref'ed twice.
2001-09-05 00:06:30 +00:00
bzbarsky%mit.edu
168fa487a7
Fix the nsIDOMMediaList interface to have the right properties. Make
...
media rules implement nsIDOMCSSMediaRule. Fix insertRule() to be able
to insert into the middle of a rule list. Fix issues with stylesheets
not getting dirtied when media lists are modified. bug 93977,
r=pierre, sr=jst
2001-09-05 00:00:18 +00:00
stephend%netscape.com
d4b2a77611
Bug 94839. 'Open Web Location dialog shouldn't have an icon'. Patch by Bradley Hart <bhart00@yahoo.com>. r=hwaara, sr=ben
2001-09-04 23:40:33 +00:00
danm%netscape.com
7d9f7ce783
add new file nsAppShellWindowEnumerator. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:58 +00:00
danm%netscape.com
6b107e8cd8
add new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:46 +00:00
danm%netscape.com
10d7d2e2b8
move window enumerators to new file; add new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:41 +00:00
cls%seawood.org
62f36614e0
Updating REQUIRES
2001-09-04 23:30:27 +00:00
danm%netscape.com
61dbcba2ba
new implementation for window enumerators, including new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:24 +00:00
naving%netscape.com
38330c7ac9
67836 r/sr=sspitzer. Use PL_strchr instead of PL_strstr for finding end of line.
2001-09-04 23:30:06 +00:00
cls%seawood.org
22fa8c970e
Update REQUIRES
2001-09-04 23:24:04 +00:00
naving%netscape.com
c70b3368f0
97530 r=cavin sr=bienvenu. Save the filterlist if the destination folder for a
...
filter has been renamed/deleted.
2001-09-04 23:19:39 +00:00
av%netscape.com
b99d13c55a
Fixing bug 86642 -- crash in DOMMimeTypeImpl::DOMMimeTypeImpl() when assigning fields missing from the plugin version stamp, r=peterl, sr=attinasi
2001-09-04 23:17:48 +00:00
danm%netscape.com
21c4e6765f
ignore width or height of 0 (as in 'width=') when opening windows. bug 67947 r=hyatt,joki
2001-09-04 23:14:31 +00:00
darin%netscape.com
522af22bbd
fixes bug 59016 "jpg don't display" r=gagan, sr=dougt
2001-09-04 23:11:46 +00:00
darin%netscape.com
83a819dd32
fixes bug 83526 "http should use fewer connections per server per page"
...
r=bbaetz sr=dougt,blizzard
2001-09-04 23:02:26 +00:00
blizzard%redhat.com
a7d6dfff17
Ongoing new X Remote Code. Not part of the build.
2001-09-04 23:01:23 +00:00
blizzard%redhat.com
14a75d62b4
Ongoing WIP for new X Remote code. Not part of the build.
2001-09-04 22:59:39 +00:00
naving%netscape.com
aca0d9328e
98180 r/sr=sspitzer. Do not preflight the date pikcer w/ current date, if there is already an exisiting
...
date
2001-09-04 22:58:12 +00:00
bryner%netscape.com
ce50e7630f
Bug 47551 -- removing obsolete nsIFileSpecWithUI and nsIFileWidget. r=pavlov, sr=ben.
2001-09-04 22:56:38 +00:00
saari%netscape.com
e69e5c9785
checking in mac project changes for bryner, bug 47551
2001-09-04 22:54:02 +00:00
rogerl%netscape.com
b70ed1935c
Added setXXX funciton implementations.
2001-09-04 22:07:32 +00:00
rogerl%netscape.com
aacd256415
Added jsdate & prmjtime to build.
2001-09-04 21:10:21 +00:00
rogerl%netscape.com
40afe1d151
Fix for apparent missing region compare in gcc version of basic_string.
2001-09-04 21:02:10 +00:00
relyea%netscape.com
f8b8628e60
Don't skip certs that are already in the database. We may have to tweak
...
with the trust bits.
2001-09-04 20:20:48 +00:00
relyea%netscape.com
81ec537252
Allow 'importing' certificates that already exist in the database.
...
Use the import to change the trust flags on the given certificate.
2001-09-04 20:19:26 +00:00
mcgreer%netscape.com
0d43d3b12b
checkin for colin@theblakes.com, OpenVMS fix
...
r=javi,sr=cls,a=dbaron
2001-09-04 14:51:08 +00:00
dmose%netscape.com
df7ab3a7c0
Bug 92135: shows source of autocomplete items in the mail compose window using icons in the dropdown (default match, local addressbook, remote addressbook). Allows (via hidden pref; off by default) for more sophisticated info about each address -- specific addrbook name, or random ldap attribute, like department). Also fixes minor LDAP autocomplete i18n regression introduced post 0.9.3 and found while testing. r=sspitzer; sr=hewitt; a=asa
2001-09-04 05:25:08 +00:00
zach%zachlipton.com
cbc7b5ba25
Add a little 1; to the end of this.
2001-09-04 04:28:24 +00:00
pschwartau%netscape.com
018af54a38
Initial add. Regression test for bug 96284.
2001-09-04 01:54:36 +00:00
serge%netscape.com
ccb217641c
bug 69167; plugin load fails silently on library not found; r=av, sr=waterson, a=roc+moz
2001-09-03 23:04:53 +00:00
brendan%mozilla.org
31817b279f
Ignore property found in non-native prototype (12367, sr=jband&shaver, a=asa).
2001-09-03 22:29:12 +00:00