sspitzer%netscape.com
|
996dac71a1
|
stop gap fix for #37202
|
2000-04-26 03:26:59 +00:00 |
hyatt%netscape.com
|
cd173af5c6
|
fix menus.
|
2000-04-26 02:27:56 +00:00 |
danm%netscape.com
|
45273d5ee3
|
use preference for browser chrome url (aka navigator.xul). bug 31867
|
2000-04-26 02:25:28 +00:00 |
hyatt%netscape.com
|
da1fe4fe1c
|
making menus 30-40% faster.
|
2000-04-26 02:21:47 +00:00 |
akkana%netscape.com
|
c80d995c86
|
The mInWhitespace fix broke the automated tests -- need to find another solution
|
2000-04-26 02:21:41 +00:00 |
mjudge%netscape.com
|
8ec8ead6e4
|
small change bad return type. use assign with conversion
|
2000-04-26 02:03:07 +00:00 |
mjudge%netscape.com
|
102007dcd8
|
strange corruptness
|
2000-04-26 01:58:34 +00:00 |
akkana%netscape.com
|
952ffde9b5
|
Backing out previous change -- wasn't ready. a=mjudge
|
2000-04-26 01:58:28 +00:00 |
dougt%netscape.com
|
1630293e17
|
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
|
b77c0bc665
|
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
|
4cb6fe2a7b
|
JSFrame -> JSLinkage, using explicit linked list rather than a stack.
|
2000-04-26 01:42:00 +00:00 |
beard%netscape.com
|
9b7ed9578b
|
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
|
d9438beee9
|
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
|
6622635cab
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
danm%netscape.com
|
38554ee1aa
|
define new preference for the browser xul URL. bug 31867
|
2000-04-26 01:10:10 +00:00 |
bienvenu%netscape.com
|
9177125dcb
|
fix linux bustage
|
2000-04-26 01:10:01 +00:00 |
bienvenu%netscape.com
|
28f172e4eb
|
fix linux build problem
|
2000-04-26 01:08:05 +00:00 |
pinkerton%netscape.com
|
d0f60d0259
|
implement accepting drops of files onto mozilla.
|
2000-04-26 01:04:13 +00:00 |
bienvenu%netscape.com
|
1a7e66af8b
|
more work on news search
|
2000-04-26 01:04:11 +00:00 |
akkana%netscape.com
|
39a76668ca
|
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
|
52e7c296f0
|
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
|
9f2810c1a4
|
turn off assertion for everyone but me
|
2000-04-26 01:00:33 +00:00 |
harishd%netscape.com
|
3b19afff80
|
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
|
384dad978e
|
fix warning
|
2000-04-26 00:58:55 +00:00 |
sfraser%netscape.com
|
37dbaee080
|
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
|
d3808938c6
|
more work on search, esp news
|
2000-04-26 00:55:47 +00:00 |
mjudge%netscape.com
|
47511cf02b
|
scc string fixes
|
2000-04-26 00:55:37 +00:00 |
jst%netscape.com
|
0b240f10f7
|
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
|
93f9acf53b
|
35961: Add missing keycodes for { } |
|
2000-04-26 00:54:53 +00:00 |
akkana%netscape.com
|
dd1ed1f3fd
|
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
|
99457ba207
|
review: kmcclusk, mjudge
fix for invalid rootWidget in nsViewManager::GetWidgetBounds
|
2000-04-26 00:53:31 +00:00 |
pavlov%netscape.com
|
e02ea50da6
|
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
|
25841e6f22
|
add support for 'TEXT' atom
|
2000-04-26 00:50:37 +00:00 |
jst%netscape.com
|
c98751cf14
|
Adding new DOM Level 2 interfaces, not part of the build yet.
|
2000-04-26 00:43:24 +00:00 |
jst%netscape.com
|
f6c98ef45f
|
Adding new DOM Level 2 interfaces, not part of the build yet.
|
2000-04-26 00:38:08 +00:00 |
jst%netscape.com
|
15f654e7ea
|
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
|
262a6ef3fe
|
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
|
5c1a777042
|
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
|
325a51765f
|
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
|
f7c7e4ff3b
|
changing to getFolder. r=dveditz
|
2000-04-25 23:01:37 +00:00 |
leaf%mozilla.org
|
9111a9400f
|
backing out changes that keep mozilla mailnews from working without psm.
|
2000-04-25 22:47:44 +00:00 |
wtc%netscape.com
|
a0a04fcb0a
|
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
|
352faceb63
|
Fixing a wallet crasher. a=leaf
|
2000-04-25 22:01:31 +00:00 |
wtc%netscape.com
|
b6b16b331d
|
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
|
b4ace21764
|
Bugzilla bug #37146: fixed the output of the test.
|
2000-04-25 21:40:49 +00:00 |
ducarroz%netscape.com
|
1ffee2a56f
|
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
|
ac97777fd8
|
BugZilla 32048 is realy 35408
|
2000-04-25 21:08:03 +00:00 |
donm%bluemartini.com
|
f457500ebc
|
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
|
7cb21a33be
|
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
|
25976cce56
|
Fix 37084 (blocker), r=gagan
|
2000-04-25 19:11:26 +00:00 |