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

44120 Коммитов

Автор SHA1 Сообщение Дата
jevering%netscape.com c0acc6e249 Forget continuation line - boehm collector work. 1999-10-15 21:56:51 +00:00
tbogard%aol.net f373bd8520 Changed html:iframe to the new XUL editor tag. r=hyatt 1999-10-15 21:54:42 +00:00
norris%netscape.com 6af8e51362 Fix 16166 setTimeout() security problem
r=mstoltz
1999-10-15 21:52:37 +00:00
cls%seawood.org 1324b5e7e2 Files not used by build. Attempting to resolve cvs checkin problem. a=srinivas,leaf 1999-10-15 21:42:20 +00:00
Jerry.Kirk%Nexwarecorp.com 34e90078a7 Fix for viewer bustage on Neutrino. Added call to nsIThread::SetMainThread
in main() of viewer so that it can retrieved in other cases. R=vidur
1999-10-15 21:39:30 +00:00
fur%netscape.com 34d270446b Renamed variable to avoid a compiler warning. R: mccabe 1999-10-15 21:38:04 +00:00
shaver%netscape.com 53ff0a141d Make View->Sidebar a type=checkbox menuitem (r=slamm) 1999-10-15 21:37:53 +00:00
cls%seawood.org 94a6257578 Files not used by build. Attempting to resolve cvs checkin problem. a=srinivas,leaf 1999-10-15 21:36:53 +00:00
beard%netscape.com f6236cc2b3 First Checked In. 1999-10-15 21:36:04 +00:00
bienvenu%netscape.com 72c73bdd12 fix shutdown leak by resetting host session list r=jefft 1999-10-15 21:35:55 +00:00
beard%netscape.com fadd8a8c61 using dumpMemoryLeaks() instead of about:bloat?leaks. bug=15906, r=hyatt 1999-10-15 21:35:18 +00:00
beard%netscape.com c35d65d7c5 added dumpMemoryLeaks(). bug=15906, r=hyatt 1999-10-15 21:35:11 +00:00
akhil.arora%sun.com 488348911c 13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su>
Added checks for integer arguments being outside of legal range and
  throw exceptions if not.
1999-10-15 21:25:56 +00:00
cmanske%netscape.com fe99e05866 Fixed bug 15442 - use about:blank for empty doc URL for editor. r=law 1999-10-15 21:24:45 +00:00
mccabe%netscape.com e5d67abd7b Fix line editing support for the standalone XPCOM-enabled JavaScript shell. To aid debugging on unix platforms.
To use, define JS_READLINE when compiling mozilla/js/src/xpconnect/shell.

r=shaver
1999-10-15 21:23:53 +00:00
tbogard%aol.net c8335260db Adding support for retrieving the EditorShell from editor element. r=hyatt 1999-10-15 21:21:10 +00:00
brade%netscape.com db0cf9312a use the proper function calls to get the status for alt, shift and meta keys. bug #16486. reviewed valeski@netscape.com 1999-10-15 21:20:57 +00:00
kipp%netscape.com 0d3284929f Nuke some more warnings 1999-10-15 21:18:32 +00:00
scc%netscape.com 1b9183448d Bug #15292, r=dp. Made the component manager inherit from |nsSupportsWeakReference|, fixed its |QueryInterface()| appropriately, and added casts in two places that became ambiguous now that the component manager had multiple |nsISupports| in it. Now one can hold a weak reference to the component manager using |nsIWeakReference|. 1999-10-15 21:14:43 +00:00
law%netscape.com 579ee02412 Fix for bugs #16525 and #16527, Remove menu separator when not link or frame, add back in missing items; r=matt@netscape.com 1999-10-15 21:13:31 +00:00
shaver%netscape.com e220469f04 Add support for type="checkbox" in <menuitem>.
Converted small pile of PRBool to PRPackedBool for space savings.
r=hyatt
1999-10-15 21:13:24 +00:00
law%netscape.com 598cf87a74 Fix for bug #16269, add resizable feature to view-source window, r=danm@netscape.com 1999-10-15 21:11:22 +00:00
Jerry.Kirk%Nexwarecorp.com 8fe0f11097 Handles KeyEvents the new way, not completely finished...
Bug # 16539 r=Michael.Kedl@Nexwarecorp.com
1999-10-15 21:10:36 +00:00
vidur%netscape.com a1dbb1273f Fix for viewer bustage on Windows. Added call to nsIThread::SetMainThread in main() of viewer so that it can retrieved in other cases. R=kipp 1999-10-15 21:09:46 +00:00
tbogard%aol.net 0900c2bee6 Adding support for retrieving the EditorShell from editor element. r=hyatt 1999-10-15 21:07:27 +00:00
jefft%netscape.com fd7fb0815a remove the size limit for downloading Pop3 message; bug 16338; r=bienvenu 1999-10-15 21:02:27 +00:00
waterson%netscape.com 583670b716 Darnit. Didn't mean to FORCE_PR_LOG. Removing that #define. 1999-10-15 20:55:54 +00:00
tbogard%aol.net b91abbf419 First Check-in. 1999-10-15 20:51:58 +00:00
shaver%netscape.com ee850bb6c5 Fix case and return value in nsIModule.idl.
Add deleteCategoryEntry and deleteCategory to nsICategoryManager.
Update nsCategoryManager.js to use new nsIModule case, and talk to the registry.
r=brendan
1999-10-15 20:51:38 +00:00
ssu%netscape.com 1233fa6fe9 fixes bugs #15884 and #16220. r=dbragg. fixes Install.FileExecute for the
1 parameter format and also the function gets logged correctly in
install.log.
1999-10-15 20:50:49 +00:00
waterson%netscape.com 47b4f27357 Bug 9764. Fix HTML templates to ensure that attribute adding is namespace-agnostic. Add local variable for isUnique so that BuildContentFromTemplate will work if resource- and non-resource elements are siblings in a template. Add logging capability for debug. r=rjc. 1999-10-15 20:47:19 +00:00
ssu%netscape.com c2446e2100 fixes bug #6408 and #15393. r=dbragg. fixes windows installer xpinstall
error detection.  Windows platform only"
1999-10-15 20:47:15 +00:00
kipp%netscape.com 96a343d96c Eliminate need for networked loaded images 1999-10-15 19:44:09 +00:00
slamm%netscape.com cb7b0eebe9 Need to quote parentheses in ignore pattern. 1999-10-15 18:42:27 +00:00
kipp%netscape.com 019d25a0ef nuked 1999-10-15 16:58:21 +00:00
bienvenu%netscape.com 1a1ad4902e fix crash reading messages with new profiles 1999-10-15 16:09:49 +00:00
beard%netscape.com 7bbe0f7e47 improved report format, included root list 1999-10-15 15:56:05 +00:00
brade%netscape.com a71b5567c9 fixes to handle for control keys (off by 1) (bug #15693) r=kin@netscape.com 1999-10-15 14:56:33 +00:00
brade%netscape.com 2f90d8915d don't allow other modifiers when cut/copy/pasting (bug #15693); this missed the keyEvent branch. r=kin@netscape.com 1999-10-15 14:52:45 +00:00
kipp%netscape.com 9a5dd1095e Removed old netlib code; changed url loading when crawling to use the event queue to fix some re-entrancy issues somewhat 1999-10-15 14:09:19 +00:00
kipp%netscape.com 66d18932ec Added sorting to the debug dump data for show-frame-size and show-content-size 1999-10-15 14:08:14 +00:00
buster%netscape.com 9d23a1dcea bug 12221 [Dogfood] Gfx text controls need to notify on mouse events
r=rods@netscape.com
also did some associated performance work, factoring code and collapsing multiple listener
objects down to 1.  This saves a few allocations and about 60 bytes per text control.

bug 11803 Need new event for text value changing
r=hyatt@netscape.com
not dogfood approved, but the fix has been sitting in my tree for 2 weeks
1999-10-15 13:38:29 +00:00
buster%netscape.com a43629a285 bug 11803 Need new event for text value changing
r=hyatt@netscape.com
not dogfood approved, but the fix has been sitting in my tree for 2 weeks
1999-10-15 13:37:06 +00:00
buster%netscape.com cd84903c09 bug 11803 Need new event for text value changing
r=hyatt@netscape.com
not dogfood, but the fix has been sitting in my tree for 2 weeks
1999-10-15 13:36:23 +00:00
buster%netscape.com 27c06f0a19 no bug number, part of webshell cleanup. nsIWebShell.h was needlessly included, so I removed it
trivial change, no reviewer.
1999-10-15 13:34:45 +00:00
rods%netscape.com f83fa03f9d Fixed focus processing, this new code is very close to version 1.54 but more robust,
this fixes bug #7133. It has been compiled and tested on Win, Mac, and Linux.
r=buster,dcone
1999-10-15 13:20:32 +00:00
hyatt%netscape.com 91b6e1598b Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
tbogard%aol.net 3dfe339f0d Fixed a couple of typos. 1999-10-15 07:52:50 +00:00
varada%netscape.com b9bf1a531a inform function has been changed to take in two parameters to show the filename as well as the directory with absolute path 1999-10-15 07:45:20 +00:00
varada%netscape.com 9eeafb0ddf changes from relative path to absolute path in interpret.cpp and validation of empty entry in ncidialog 1999-10-15 07:43:57 +00:00