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

44038 Коммитов

Автор SHA1 Сообщение Дата
norris%netscape.com 2009994a25 Fix bug 16303. r=alecf@netscape.com 1999-10-14 23:45:40 +00:00
davidm%netscape.com 8acd8f991e First Checked In. 1999-10-14 23:45:20 +00:00
kmcclusk%netscape.com f84534d73b When submitting a form using a "get" method only add the ? if the href does not end in a ?.
bug #16137 r=rods@netscape.com
1999-10-14 23:45:02 +00:00
kmcclusk%netscape.com a62e21a089 Return the value of the option element value attribute if it is present otherwise return
the content of the option. bug #16158. r=rods@netscape.com
1999-10-14 23:41:40 +00:00
morse%netscape.com ee25a02c9c fix bug 16357, memory leak, r=neeti 1999-10-14 23:37:35 +00:00
harishd%netscape.com d5a0655740 Bug fix 2749 - Tweaked comment handling in quirks mode.
Bug fix 15992 - Line breaks within script and style were not getting counted
Related to bug 15423 - Rectified a glitch in Nav. DTD code where a doctype tag
                                         was opening up a body.
Userdefined tags are now treated as containers.
Added Kipp's Leaky Tool

r=pollmann.
1999-10-14 23:37:21 +00:00
morse%netscape.com f6d9bf915d fix bug 16348, memory leak, r=neeti 1999-10-14 23:36:50 +00:00
sdagley%netscape.com e150ff7ee6 Enforce _MD_DEFAULT_STACK_SIZE as the minimum stack size on Mac. r=beard 1999-10-14 23:33:13 +00:00
pepper%netscape.com 2e9499e739 Changed friend declaration to make HP compilers happy.
aCC requires a decl of friend class ClassName instead of friend ClassName.
r=peterl@netscape.com,mgleeson@netscape.com
1999-10-14 23:31:07 +00:00
ssu%netscape.com 97f6fb3a8f fixes bug #16246, #16312, #16344, #16308. r=dbragg@netscape.com. fixes crash bug if the install file operation fails. no longer crashes. 1999-10-14 23:30:56 +00:00
kipp%netscape.com f05078fd51 r=dougt; fixed a warning 1999-10-14 23:30:39 +00:00
sdagley%netscape.com 10a8ae0784 Marking all Mac threads as GCable for leak detector work. Bug #15906. r=beard 1999-10-14 23:29:34 +00:00
pepper%netscape.com f36cb40cc5 Added missing newline at end of file to make the HP compilers happy.
r=mgleeson@netscape.com
1999-10-14 23:28:17 +00:00
alecf%netscape.com 009c27ba7d add boehm to apprunner
(flag not active in build yet)
1999-10-14 23:27:45 +00:00
alecf%netscape.com cde9ad4a5e add boehm leak detector support to xpcom on linux
(these flags not active in the build yet)
1999-10-14 23:26:41 +00:00
wtc%netscape.com 462671b2cf Bugsplat bug #365543: removed the PRIntn typecast in the definition of
PR_TRUE and PR_FALSE.
1999-10-14 23:25:01 +00:00
alecf%netscape.com 10294ce549 tweaks to make generic_threads work on linux
not part of build
1999-10-14 23:24:34 +00:00
alecf%netscape.com 7cd3a0a39b more tweaks to make beard's generic_threads stuff work on linux
linux already has some of these routines implemented with pthread-specifics
not part of build = no reviewer/bug
1999-10-14 23:22:17 +00:00
mgleeson1%netscape.com ad3478d01d r=pepper HPUX specific change - enable 64-bit int for js 1999-10-14 23:20:27 +00:00
wtc%netscape.com 55085002e0 Bugzilla bug #14126: quote $(OS_RELEASE) in the shell command.
Thanks to Greg Noel <GregNoel@san.rr.com> for the bug report
and the fix.  Reviewed by Greg Noel and tested on several flavors
of Linux (x86, sparc, alpha, and ppc) and FreeBSD.
1999-10-14 23:17:38 +00:00
mcafee%netscape.com 686fad008b Better warning messages. r=pavlov. 1999-10-14 23:13:39 +00:00
kipp%netscape.com 7d45a10d09 r=Tomi.Leppikangas@oulu.fi; landed his patch for solaris build issues 1999-10-14 23:11:44 +00:00
kipp%netscape.com c0f47fe47c Fixed edge case where line bounds wasn't quite accurate which causes the combined rect to not match which now wastes memory; only affects right aligned lines 1999-10-14 23:10:59 +00:00
kipp%netscape.com ab0a40b009 r=troy; Reworked nsLineBox api to allow for reduced storage overhead; fixed bug 16252 while keeping bug 12709 fixed 1999-10-14 23:10:03 +00:00
jband%netscape.com 27ff1e76cb Fixing leaks found by beard...
- Fixed leaked nsID ptr. bug 16373. This alsothrows a JS
exception when JS callers call createInstance or getService
using an (optional) param that is not an iid. This had been a
'XXX' in the code.
- Moved a release call out of just the error condition block in
setting up a ServiceReleaser. I should have caught this one, but
few of my tests use services :(  I have hopes that the whole
ServiceReleaser will become unnecessary as the ServiceManager
system changes and simply calling NS_RELEASE on a service becomes
sufficient.
- Cleaned up an addref/release pair in a setter (need to move to
nsComPtrs!) r=beard
1999-10-14 23:08:59 +00:00
kipp%netscape.com 1f6b355fee r=troy; Use a custom frame type so that bullets show up properly in the frame sizing data 1999-10-14 23:08:58 +00:00
kipp%netscape.com ff3faa1ce6 r=troy; Added some more atoms so that Dframe sizing data is more particular for line boxes 1999-10-14 23:08:31 +00:00
kipp%netscape.com 2fbd44ca90 r=troy; Added a #define to prevent future code crashes 1999-10-14 23:08:04 +00:00
ftang%netscape.com 47b49b14a9 fix Shift+a does not produce A in editor problem. We need to clean up isShift before we send. r=pavlov 1999-10-14 23:04:57 +00:00
kipp%netscape.com 3da3224f93 Added a new table regression test 1999-10-14 22:58:41 +00:00
terry%mozilla.org 210fae5515 Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table. 1999-10-14 22:35:12 +00:00
terry%mozilla.org 1d41655ca8 Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right on the shadow directory. 1999-10-14 22:32:44 +00:00
ftang%netscape.com 7b77902a1e fix problem with url bar trancation. Do not send extra key press for non A-Z0-9 1999-10-14 21:49:49 +00:00
brade%netscape.com 826d0ac46c add nspr shlb to optimized too (to fix probably future mac bustage); remove bad path (r=sfraser@netscape.com) 1999-10-14 20:34:38 +00:00
ssu%netscape.com c7a6ffafbc fixing bug #16242. approved by leaf. r=leaf. removes jre122 from the mozilla installer. not part of tinderbox. would only affect windows. 1999-10-14 20:23:22 +00:00
brade%netscape.com 0a85e6d413 add nspr shlb to debug to fix mac build bustage 1999-10-14 20:18:30 +00:00
dmose%mozilla.org a4f1792e19 fix to cope with checkins.when column name change to checkins.ci_when 1999-10-14 20:10:30 +00:00
ftang%netscape.com a50be22bae fix the problem taht PageUp/PageDown/Up/Down/Left/Right/Home/End does not work after we land the keyevent branch. add missing isMeta code there 1999-10-14 20:03:00 +00:00
ftang%netscape.com 850606d07a landing keyEvent_19991004_BRANCH
bugs # see the log of the check in into branch
author/reviewer:
mozilla/layout/base/src/nsRangeList.cpp brade/mjudge
mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp brade/ftang
mozilla/layout/events/src/nsDOMEvent.cpp brade/joki
mozilla/layout/events/src/nsEventStateManager.cpp brade/joki
mozilla/widget/public/nsGUIEvent.h akkana/ftang
mozilla/widget/src/windows/nsWindow.cpp ftang/mjudge
mozilla/widget/src/windows/nsWindow.h ftang/mjudge
mozilla/widget/src/mac/nsTextAreaWidget.cpp brade/ftang
mozilla/widget/src/mac/nsMacEventHandler.cpp brade/simon
mozilla/widget/src/xpwidgets/nsKeyBindMgr.cpp brade/ftang
mozilla/widget/src/gtk/nsGtkEventHandler.cpp akkana/?
mozilla/widget/src/gtk/nsWidget.cpp erik/ftang
mozilla/layout/xul/base/src/nsTreeCellFrame.cpp brade/ftang
mozilla/editor/base/nsEditorEventListeners.cpp brade/akkana
mozilla/editor/base/nsHTMLEditor.cpp brade/akkana
mozilla/rdf/content/src/nsXULKeyListener.cpp ftang/saari
fix the master bug- 15693
fix at least, but not limited to, the following bugs
10158,11956,6053,9333,10901,14348,6449,11845,13016,14410,15657,15307,15842,13856
1999-10-14 18:27:01 +00:00
alecf%netscape.com 8b167a1893 fix back/forward buttons, #16415
a=leaf
1999-10-14 18:26:13 +00:00
terry%mozilla.org f87d270875 Fix invalid SQL introduced by last patch. 1999-10-14 17:34:00 +00:00
terry%mozilla.org f1d07fa0be Allow sorting of status whiteboard column. 1999-10-14 17:21:43 +00:00
srinivas%netscape.com bc24d35ef7 Add autoconf for NSPR. Check in for cls@seawood.org. Buzill 11893 1999-10-14 15:09:11 +00:00
rods%netscape.com 076620922f This corrects an erroneous checkin made on monday, fixes bug #16362 r=dcone 1999-10-14 14:55:08 +00:00
srinivas%netscape.com a65519f9ad Autconf for NSPR. Checkin for cls@seawood.org. Bugzill #11893. 1999-10-14 14:50:38 +00:00
kipp%netscape.com 85ec47cc23 Make necko work with the viewer again 1999-10-14 14:43:59 +00:00
brade%netscape.com eda1a1125e remove dbl-click message (per joki); dblclick message is causing bug #14990; r=sfraser@netscape.com 1999-10-14 14:22:22 +00:00
brade%netscape.com c39f730e15 add nsXULControllers.cpp for hyatt (fix mac bustage) 1999-10-14 14:14:55 +00:00
brade%netscape.com f1e61f644c add nsIControllers.idl for hyatt (fix mac build bustage) 1999-10-14 13:56:34 +00:00
morse%netscape.com b735dfc765 fix bug 10434, memory leak detection, r=kin 1999-10-14 13:50:36 +00:00