sspitzer%netscape.com
|
dc088b0d6d
|
stop gap fix for #37202
|
2000-04-26 03:26:59 +00:00 |
hyatt%netscape.com
|
1391459a8f
|
fix menus.
|
2000-04-26 02:27:56 +00:00 |
danm%netscape.com
|
2aeb01376b
|
use preference for browser chrome url (aka navigator.xul). bug 31867
|
2000-04-26 02:25:28 +00:00 |
hyatt%netscape.com
|
2cb0f39094
|
making menus 30-40% faster.
|
2000-04-26 02:21:47 +00:00 |
akkana%netscape.com
|
1d05bb1534
|
The mInWhitespace fix broke the automated tests -- need to find another solution
|
2000-04-26 02:21:41 +00:00 |
mjudge%netscape.com
|
e240a788f4
|
small change bad return type. use assign with conversion
|
2000-04-26 02:03:07 +00:00 |
mjudge%netscape.com
|
743ec446de
|
strange corruptness
|
2000-04-26 01:58:34 +00:00 |
akkana%netscape.com
|
df72d780bb
|
Backing out previous change -- wasn't ready. a=mjudge
|
2000-04-26 01:58:28 +00:00 |
dougt%netscape.com
|
19c93e8881
|
Fixes problems in local file where getting a parent of a non-existant file did not work.
Fixes a problem if you tried to create a folder and it parents did not exist.
Fixes a problem if you had a initialized with a FSSpec which was not resolved complete and you tried to add a relative path.
Fixing nsInstallFile to use nsIFile:: enums insteads of numbers.
r=sgehani, a=leaf
|
2000-04-26 01:50:24 +00:00 |
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 |