Commit Graph

83923 Commits

Author SHA1 Message Date
rginda%netscape.com
3cbc532cd2 - not built -
disable UI for debugger commands after continue and step
implement disable/enable debugger UI functions
2001-06-13 09:33:32 +00:00
rginda%netscape.com
694384d8e3 - not built -
add option to view script filenames as filename portion only (no path), or full url.  Clicking on the column header will toggle between the two modes.
2001-06-13 09:32:40 +00:00
rginda%netscape.com
2a5cbdbe1a - not built -
factor step and continue commands.
Toggle script list mode (short name/ full url) on column header click
fix bug focusing a source file more than once
enable UI for debug commands onDebugTrap
2001-06-13 09:31:12 +00:00
rginda%netscape.com
8495b60b5e - not built -
whitespace fixes
add new toolbar images
2001-06-13 09:28:27 +00:00
rginda%netscape.com
78e1de6dbe - not built -
initial add of continue and step-into toolbar images
2001-06-13 09:27:57 +00:00
idk%eng.sun.com
31f9d90de8 *not part of the build*
fix for 15507 15510
(add on)
2001-06-13 09:05:48 +00:00
chuang%netscape.com
e85398d1d2 Bug 79852 Lots of JS warnings doing address book operations,
r/sr=sfrase, sr=mscott, a= asa@mozilla.org
2001-06-13 06:47:08 +00:00
darin%netscape.com
e732f0c5f8 Fixed bug 84572 "networking deadlock while posing security UI and closing win"
r=danm, sr=dougt, a=asa
2001-06-13 06:08:03 +00:00
darin%netscape.com
7d85829360 Fixes bug 35956 "file extension not changed but gzipped files expanded when saving"
r=gagan, sr=dougt, a=asa
2001-06-13 05:48:44 +00:00
hewitt%netscape.com
612cd55264 80663 - Column picker not working, r=andreww, sr=blake, a=asa 2001-06-13 03:44:48 +00:00
hewitt%netscape.com
14bbc982af 83632 - First instance of autocomplete is blank (from hyatt), r=pinkerton, sr=hewitt, a=asa 2001-06-13 03:43:35 +00:00
hewitt%netscape.com
0f8ec523a9 83739 - nsOutlinerRows::Subtree::Clear() doesn't reset mSubtreeSize, r=waterson, sr=blake, a=asa 2001-06-13 03:42:44 +00:00
cls%seawood.org
246440b06f Oops. wrong tree 2001-06-13 02:54:50 +00:00
karnaze%netscape.com
c6129b18b0 bug 76085 - remove the effects of the patch of bug 64645 against the current tree. a=asa, sr=attinasi, r=peterl 2001-06-13 02:42:47 +00:00
karnaze%netscape.com
a09256e383 bug 84378 - make whitespace:normal the default for tables (back the way it was before recent style changes), a=asa, sr=attinasi, r=alexsavulov 2001-06-13 02:32:26 +00:00
karnaze%netscape.com
2be20eaef3 bug 76421 - remove optimization (to skip reflow if size didn't change) on initial reflow. a=asa, sr=attinasi, r=peterl 2001-06-13 02:27:22 +00:00
jband%netscape.com
8c82e35ad2 fix SunOs bustage with a .get() on AutoMarkingPtr 2001-06-13 02:16:29 +00:00
cls%seawood.org
3065fa3d85 pull security/makefile.win like win32 does 2001-06-13 01:46:05 +00:00
jband%netscape.com
623c123aab fix bug 59751 and bug 84600. This adds an AutoMarkingPtr scheme to protect partially built objects from gc. Also make sure we don't allow JS object to implement non-scriptable interfaces. r=dbradley sr=brendan a=drivers 2001-06-13 01:22:32 +00:00
pavlov%netscape.com
22cda9d121 patch from andrew.taylor@cal.montage.ca. r=pavlov sr=blizzard a=asa 2001-06-13 01:22:09 +00:00
cotter%netscape.com
4ea8ed4dfd Updated content for existing help files; added two new help files (all HTML). 2001-06-13 01:17:29 +00:00
cotter%netscape.com
2a16a0d780 Updating content for existing file (help table of contents). 2001-06-13 01:14:54 +00:00
pavlov%netscape.com
2e739a30aa fixing image rendering color problems on photon. bug 82537. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa 2001-06-13 01:14:13 +00:00
pavlov%netscape.com
fb5cea14ff fixing image rendering color problems on photon. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa 2001-06-13 01:13:06 +00:00
darin%netscape.com
f5a22df8d6 Fixed bug 75709 "expires header not honored, gets cached copy"
r=gordon, sr=dougt, a=asa
2001-06-13 01:10:17 +00:00
cmanske%netscape.com
67127d21aa New Advanced Properties Editor UI. Fixes bugs 71743, 71973, 71027, 73167. Fix is shown on 71743, r=brade, sr=kin, a=asa-drivers 2001-06-13 01:04:39 +00:00
Xiaobin.Lu%eng.Sun.com
49d51102b3 Fix for bug 74482, Calling top.window.close does not work
work done by Nikolay and me
r=beard sr=brendan a=asa
2001-06-13 01:04:29 +00:00
Xiaobin.Lu%eng.Sun.com
0c12dc94c8 Fix for bug 74482, Calling top.window.close() does not work
Work done by Nikolay and me
r=beard sr=brendan a=asa
2001-06-13 01:03:25 +00:00
Xiaobin.Lu%eng.Sun.com
f6a275fb72 Fix for bug 74482(Calling top.window.close() doe not work)
Work done by Nikolay Igotti and me
r=beard, sr=brendan, a =asa
2001-06-13 01:01:59 +00:00
srilatha%netscape.com
acbcd5a02e Fix for bug # 79249. Move the ldap preferences stuff to addressing panel in
Mail/news account settings. r=mohanb, sr=sspitzer, a=asa
2001-06-13 00:59:01 +00:00
cmanske%netscape.com
f702cd1d5b Remove Cell Tab in Table Properties dialog when only a table is selected. b=85254, r=jfrancis, sr=kin, a=asa-drivers 2001-06-13 00:58:56 +00:00
anthonyd%netscape.com
ee1649404e bug fix for 84417 nsRange::DeleteContents() deletes one too many nodes
r=mjudge@netscape.com
sr=kin@netscape.com
a=asa@mozilla.org
2001-06-13 00:24:33 +00:00
cmanske%netscape.com
fe00d5a4bc Fixed wrong attribute string in Insert Table dialog; part of fix to bug 77427, r=brade, sr=kin, a=asa-drivers 2001-06-13 00:17:12 +00:00
sonmi%netscape.com
796c4fc66e tool for checking the version strings on Unix. needs work. 2001-06-13 00:10:53 +00:00
alecf%netscape.com
8bb3bf7c46 oops, forgot this file from my previous checkin 2001-06-13 00:05:25 +00:00
kandrot%netscape.com
d525a161a4 r=kandrot@netscape.com, sr=waterson@netscape.com, a=asa@mozilla.org
removes a memset that sets zero bytes (so it did nothing)
2001-06-13 00:03:21 +00:00
mjudge%netscape.com
9537d8b59b 82151 a=asa r=cmanske fix for hint setting only when successful move was made by caret 2001-06-13 00:00:55 +00:00
alecf%netscape.com
9b7e999bef fix for bug 71903 (search history broken), bug 82277 (fix string allocation in mIgnorePrefixes), bug 83490 (non-allocating accessor for autocomplete), bug 85364 (switching to nsAutoString)
sr=hewitt
r=ben
a=asa
2001-06-12 23:59:01 +00:00
ben%netscape.com
b2385a11e4 85386 - Navigator menu cleanup.
Revise wording
r=jag, sr=blake, a=asa
2001-06-12 23:52:18 +00:00
ben%netscape.com
0b90e55064 85386 - Navigator menu cleanup.
Rearrange content of view menu
r=jag, sr=blake, a=asa
2001-06-12 23:52:01 +00:00
morse%netscape.com
547f394658 bug 84244, continually trying to open cookperm.txt, r=sfraser, sr=alecf, a=asa 2001-06-12 23:45:11 +00:00
rginda%netscape.com
89ed560f93 - not built -
put getCellProperties in the right place
2001-06-12 23:44:23 +00:00
rginda%netscape.com
dd4c77a285 - not built -
fixed props and scope commands to used getCurrentFrame, instead of console.curre
ntFrameIndex
2001-06-12 23:43:57 +00:00
rginda%netscape.com
a28386d56a - not built -
fixed props and scope commands to used getCurrentFrame, instead of console.currentFrameIndex
2001-06-12 23:43:46 +00:00
morse%netscape.com
cd5ac65f5b bug 81593, inefficient use of strlen, coded by drepper, r=morse, sr=blizzard, a=asa 2001-06-12 23:37:04 +00:00
jfrancis%netscape.com
f04bd7911b fixing build bustage. editor must link with gfx now. 2001-06-12 23:34:59 +00:00
sonmi%netscape.com
0cda219441 turned on verbose to see where (if) selfserver is dying 2001-06-12 23:29:53 +00:00
hwaara%chello.se
156db6d0e1 #81237, "IRC Chat has bizarre menu position and keyboard shortcut". r=doron, sr=ben, a=asa. 2001-06-12 23:26:00 +00:00
pinkerton%netscape.com
b30ce299d4 when responding to window change events, make sure that we're resizing the window before invalidating it. solves perf regression with moving windows. r=pchen/sr=sfraser/a=asa. bug# 84574 2001-06-12 23:21:26 +00:00
jfrancis%netscape.com
661474b8ef fix for 82612: this is just asimple refactoring of a large routine so that we need less mem to do an optimized build.
r=kin; sr=sfraser; a=asa
2001-06-12 23:17:47 +00:00