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

59544 Коммитов

Автор SHA1 Сообщение Дата
cyeh%bluemartini.com b154eacd88 better implementation of realnames support. remove overhead of two sql
calls from bug_form.
2000-04-26 01:44:28 +00:00
beard%netscape.com 51b10bdffb JSFrame -> JSLinkage, using explicit linked list rather than a stack. 2000-04-26 01:42:00 +00:00
beard%netscape.com 14e2fadb8c removed intentionally private JSActivation/JSFrame types. The debugger should be able to ask questions of the interpreter to obtain this information. 2000-04-26 01:39:56 +00:00
wtc%netscape.com b6dfde9e75 Bugzilla bug #36818: fixed bugs in PR_WaitCondVar, PR_NotifyAllCondVar,
and PR_Interrupt.  Thanks to justin morey <justin@68k.org> for the bug
report and the patch.
Modified files: btcvar.c, btthread.c
2000-04-26 01:31:48 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
danm%netscape.com d4469e08d1 define new preference for the browser xul URL. bug 31867 2000-04-26 01:10:10 +00:00
bienvenu%netscape.com 97e6203e00 fix linux bustage 2000-04-26 01:10:01 +00:00
bienvenu%netscape.com b4357e6c91 fix linux build problem 2000-04-26 01:08:05 +00:00
pinkerton%netscape.com 01c33fc3e5 implement accepting drops of files onto mozilla. 2000-04-26 01:04:13 +00:00
bienvenu%netscape.com 842e221a57 more work on news search 2000-04-26 01:04:11 +00:00
akkana%netscape.com 5709d8739f Change Save File APIs in layout and editor to eliminate the specific
references to text and html and make them more general (take a mime type).
In the editor, prettyprint all output if editor.prettyprint_html is set.
2000-04-26 01:00:50 +00:00
jst%netscape.com 00f343a863 Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 01:00:40 +00:00
bienvenu%netscape.com 009aeb1488 turn off assertion for everyone but me 2000-04-26 01:00:33 +00:00
harishd%netscape.com 75aea34a16 Fix for 36233, 36754, 36491, 36323
Make sure that DTD's WillBuildModel() is not
called multiple times,i.e.,we shouldn't leave auto-detect-status
unknown

r=rickg
2000-04-26 00:59:43 +00:00
pavlov%netscape.com db882f6743 fix warning 2000-04-26 00:58:55 +00:00
sfraser%netscape.com a171ece905 Add some null checks to prevent crashes if calling GetControllerAt with an index that is too large. 2000-04-26 00:58:14 +00:00
bienvenu%netscape.com b6ec9d056d more work on search, esp news 2000-04-26 00:55:47 +00:00
mjudge%netscape.com 3c00091d57 scc string fixes 2000-04-26 00:55:37 +00:00
jst%netscape.com 6f625af196 Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:55:05 +00:00
akkana%netscape.com 5f0eaef0d6 35961: Add missing keycodes for { } | 2000-04-26 00:54:53 +00:00
akkana%netscape.com 2c7d1b8328 36861: newlines after <a> tags were being ignored.
37059: initial space should be retained in selection-only case.
2000-04-26 00:54:19 +00:00
anthonyd%netscape.com 08c948f685 review: kmcclusk, mjudge
fix for invalid rootWidget in nsViewManager::GetWidgetBounds
2000-04-26 00:53:31 +00:00
pavlov%netscape.com f3b435d030 fix hashtable lookup for xbl binding files to remove 15% of time paging up/down in mailnews r=waterson,hyatt
stop creating nsISupportsArrays and instead chain nsIXBLAttributeEntrys r=hyatt
remove unnecessary creation of atoms r=hyatt
(around 20% speedup to mailnews tree scrolling)
2000-04-26 00:50:48 +00:00
pavlov%netscape.com c06efd2fc4 add support for 'TEXT' atom 2000-04-26 00:50:37 +00:00
jst%netscape.com 9789279b47 Adding new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:43:24 +00:00
jst%netscape.com df1742f34d Adding new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:38:08 +00:00
jst%netscape.com b99a57af4b Adding new DOM Level 2 CSS interfaces CSSRuleList and CSSCharsetRule, not part of the build yet. 2000-04-26 00:32:52 +00:00
jst%netscape.com 16543967f8 Adding new DOM Level 2 CSS interfaces MediaList and StyleSheetList, not part of the build yet. 2000-04-26 00:27:59 +00:00
ruslan%netscape.com b1b30f1cad More complete update to the previos check in. Don't even instatiate
the final listener as we're not using it anyway.
2000-04-26 00:11:30 +00:00
ruslan%netscape.com 64f18e376a Don't fire OnStopRequest just yet when the channel gets Cancelled (until
the receiver learns how to handle it correctly), r=imoT, a=leaf. Used to
crash when following expedia link from msn.com
2000-04-25 23:59:25 +00:00
dougt%netscape.com 59e4e25e2b changing to getFolder. r=dveditz 2000-04-25 23:01:37 +00:00
leaf%mozilla.org 609eff55b8 backing out changes that keep mozilla mailnews from working without psm. 2000-04-25 22:47:44 +00:00
wtc%netscape.com 8c8e19f7a2 Bugzilla bug #30902: added an alternative implementation of PR_AtomicSet
using cmpxchg in the comments.  Made PR_AtomicAdd a little more efficient.
2000-04-25 22:33:10 +00:00
jst%netscape.com 3aafeb0978 Fixing a wallet crasher. a=leaf 2000-04-25 22:01:31 +00:00
wtc%netscape.com 58f9a5e8bd In _PR_MD_ATOMIC_ADD, use the edx register instead of the ebx register. 2000-04-25 21:48:33 +00:00
wtc%netscape.com f555c782fc Bugzilla bug #37146: fixed the output of the test. 2000-04-25 21:40:49 +00:00
ducarroz%netscape.com 1a28f8c84e Fix for bug 37119. We need to query the attribute "data" in order to handle correctly menulist. A=leaf 2000-04-25 21:32:17 +00:00
larryh%netscape.com fa9e207cbc BugZilla 32048 is realy 35408 2000-04-25 21:08:03 +00:00
donm%bluemartini.com c4e99b1bca patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won't
produce gifs.
2000-04-25 21:05:32 +00:00
dougt%netscape.com 74229b4903 if components directory does not include any xpt files, we should not fail
autoregistration.  This caused the xpinstall stub installer to fail.
r=dveditz, a=leaf
2000-04-25 19:37:57 +00:00
ruslan%netscape.com bf2899be7e Fix 37084 (blocker), r=gagan 2000-04-25 19:11:26 +00:00
larryh%netscape.com da27833c1d BugZilla: 32048. WinGate bug. Use loopback address in PR_NewTCPSocketPair() 2000-04-25 18:54:17 +00:00
wtc%netscape.com e29c7cfaa8 Removed 'nop' instructions that I accidentally added. 2000-04-25 18:23:56 +00:00
dougt%netscape.com 51df3bc206 missed commenting out two assertions which will cause mac and OS2 users
lots of pain.  r=brade, a=leaf.
2000-04-25 18:16:16 +00:00
robinf%netscape.com 51d68036bd *** empty log message *** 2000-04-25 17:46:16 +00:00
sspitzer%netscape.com 8b419ec4eb fix the threadsafe assertion. 2000-04-25 14:56:59 +00:00
sgehani%netscape.com 3af3efdc3a * Fix build warnings * Make MIW.mcp build with Universal Headers 3.3.1 2000-04-25 14:55:11 +00:00
sgehani%netscape.com 436a248f59 Partial fix for nsIFile/Mac installer horkage [b=36784] 2000-04-25 14:43:58 +00:00
dcone%netscape.com 75c317aca7 Added the nsRenderingContextImpl for interface 2000-04-25 14:37:40 +00:00
brade%netscape.com e6b4111fd7 for DragDrop, call InsertFromDrop which will handle the drop for the appropriate flavors (as paste if appropriate) 2000-04-25 14:15:33 +00:00