warren%netscape.com
|
dcd034b7ce
|
Added code to aggressively clean up file transport on failure.
|
1999-11-23 07:01:56 +00:00 |
briano%netscape.com
|
61cc40d3d5
|
Automated update
|
1999-11-23 06:45:09 +00:00 |
cls%seawood.org
|
cbcea4c4e7
|
Forgot the "test" keyword on the final elif. Bug #19626
|
1999-11-23 06:35:43 +00:00 |
cls%seawood.org
|
6b4201d2ea
|
Added support for neutrino target to configure.in. Patch submitted by Jerry L. Kirk <Jerry.Kirk@Nexwarecorp.com>.
Split AR_FLAGS from AR for platforms that don't use the common syntax.
|
1999-11-23 06:23:52 +00:00 |
rbs%maths.uq.edu.au
|
112358a896
|
Consolidation of the code and efficient trimming of msqrt by delagating a big chunk of the reflow operation to the base class.
|
1999-11-23 06:04:02 +00:00 |
scc%netscape.com
|
fbff3b08f2
|
Added |do_GetService| of a specific service manager as opposed to the global one. Fixed the appropriate macro accordingly. Please note: travis will be supporting this change until I'm back online in Michigan. r=dp.
|
1999-11-23 05:55:33 +00:00 |
scc%netscape.com
|
aafea758f4
|
added macros preparing us to move to table-driven QI. Please note: travis will be supporting any problems with this checkin till I'm back online in Michigan. r=tbogard
|
1999-11-23 05:55:31 +00:00 |
rjc%netscape.com
|
47c7e1b6e6
|
One less loop (figured out what was preventing this).
|
1999-11-23 05:37:33 +00:00 |
rjc%netscape.com
|
29c08f34ab
|
Get rid of a warning.
|
1999-11-23 04:47:38 +00:00 |
rjc%netscape.com
|
8d87ea18f6
|
Get rid of another signed/unsigned warning.
|
1999-11-23 04:44:52 +00:00 |
rjc%netscape.com
|
4d89b5ea58
|
Get rid of a signed/unsigned warning.
|
1999-11-23 04:43:01 +00:00 |
rjc%netscape.com
|
33404d8a24
|
Speed up sorting by reducing the # of times we loop over the list of nodes. Now, we loop over once to build up a flat array of nodes [qsort needs a flat array] and remove them from the content model, then we sort, then we loop again to re-add the now-sorted nodes, and finally we loop to check if any of the nodes is a container with children such that we need to recursively sort on it. [Note: I tried to combine the final two loops but the tree widget didn't like that. Oh well... its still a lot better than before.]
|
1999-11-23 04:39:29 +00:00 |
scc%netscape.com
|
ae77cc886d
|
fixed up to match recent changes made to weak references. r=tbogard
|
1999-11-23 03:30:06 +00:00 |
sfraser%netscape.com
|
a3a45cef6a
|
#ifdef out all the stupid printfs. r=pinkerton, no bug.
|
1999-11-23 03:26:56 +00:00 |
ssu%netscape.com
|
6947adf263
|
fixing bug #19597. Fixed the warning of insufficient disk space error message to show the correct disk space required/available. r=dveditz
|
1999-11-23 03:21:43 +00:00 |
scc%netscape.com
|
e0d57ccb0f
|
Added the file "nsIInterfaceRequestor.cpp" to the project. Contents currently |#if|d out. Travis will add this file to the other builds, and then enable. This adds |do_GetInterface| functionality. r=tbogard.
|
1999-11-23 03:14:42 +00:00 |
scc%netscape.com
|
fbbb93990f
|
commented out, so it could be added to the project. Travis will uncomment it when he adds it to the windows and unix builds. r=tbogard
|
1999-11-23 03:13:05 +00:00 |
scc%netscape.com
|
c80acd0854
|
don't ASSERT that it doesn't support weak references for NULL. r=pinkerton
|
1999-11-23 03:10:02 +00:00 |
rickg%netscape.com
|
fc37d9b4a4
|
fixed bug18312; this isn't PDT+, but is something that Phil has been *really* anxious to have fixed. r=nisheeth
|
1999-11-23 03:09:12 +00:00 |
rickg%netscape.com
|
0c87c4e5a7
|
fixed bug 18312; it's not PDT+, but it's something Phil has been *really* anxious to fix. r=nisheeth
|
1999-11-23 03:07:09 +00:00 |
saari%netscape.com
|
cde3c865fd
|
Popup menu positioning code. R: Hyatt
|
1999-11-23 03:02:01 +00:00 |
scc%netscape.com
|
af74e910fb
|
First Checked In.
|
1999-11-23 02:50:17 +00:00 |
rjc%netscape.com
|
84e2b4c550
|
When sorting, only set found="true" attribute if not a natural order sort.
|
1999-11-23 02:27:03 +00:00 |
nisheeth%netscape.com
|
428bdc53fa
|
r=karnaze. Fix for bug 18367. We set the primary frame for table rows to be the row frame for all cases now. Earlier, the anonymous table row group frame was getting set as the primary frame of rows inserted from script.
|
1999-11-23 02:06:39 +00:00 |
dougt%netscape.com
|
6b05b96d37
|
removing protocol icon stuff.
|
1999-11-23 01:55:59 +00:00 |
matt%netscape.com
|
a3ed20032d
|
14846 r-self
|
1999-11-23 01:55:13 +00:00 |
dougt%netscape.com
|
ae01886730
|
Removing protocol icon.
|
1999-11-23 01:52:36 +00:00 |
rjc%netscape.com
|
fddf5943ca
|
Set some sorting hints on the root of the tree (allows for faster insertion sort, due to not having to look around for treecol tags; also makes it pretty easy for drag&drop code to determine if a sort is currently being imposed.)
|
1999-11-23 01:51:46 +00:00 |
waterson%netscape.com
|
f664dd64c8
|
Bug 19421. Brendan's fixes for brutal sharing of script, plus a 'placeholder channel' that ensures we don't fire the EndDocumentLoad() before the prototype walk completes. r=brendan
|
1999-11-23 01:44:51 +00:00 |
nhotta%netscape.com
|
555d88f819
|
Added error checking (result code and null pointer), bug 19469, r=ftang.
|
1999-11-23 01:21:32 +00:00 |
pierre%netscape.com
|
aa0d959a1e
|
8862 "listStyleImage not directly updated". Changing the className causes recreation of frames for the element. Suggested although not formally reviewed by vidur.
|
1999-11-23 01:08:44 +00:00 |
pierre%netscape.com
|
902308261c
|
18285: crash on infoworld. When we append a change to the ChangeList, make sure we return its hint, especially if it's a HINT_REFLOW because the reflow may delete some frames that are referred to elsewhere in the ChangeList. r=troy.
|
1999-11-23 01:08:20 +00:00 |
pierre%netscape.com
|
c1abaa96a5
|
12520 "GFX select elements need to be able to turn off text". Changed nsFrame::DisplaySelection to use the parent's mUserSelect similarly to what we do with mCursor in nsFrame::GetCursor. r=mjudge.
|
1999-11-23 01:07:56 +00:00 |
mcafee%netscape.com
|
bade3df4a7
|
These files got checked in with win32 EOL characters, re-checking these in. r=radha,akkana
|
1999-11-23 01:07:29 +00:00 |
pierre%netscape.com
|
632ed6e972
|
12737: removed the 'moz-fixed' NavQuirk
|
1999-11-23 01:07:26 +00:00 |
pierre%netscape.com
|
eeb8cc26e9
|
12520/12521 "GFX select elements need to be able to turn off text" turn off user selection inside the drop-down list. r=mjudge.
|
1999-11-23 01:05:45 +00:00 |
rjc%netscape.com
|
22725f01ff
|
Add support for sorting in-between separators. Restoring all bookmark columns (per marketing).
|
1999-11-23 01:03:30 +00:00 |
rjc%netscape.com
|
3f3e3b8f3a
|
Better handling of natural order calculation on RDF sequences; add support for sorting in-between separators.
|
1999-11-23 01:02:55 +00:00 |
jband%netscape.com
|
8df6b9a809
|
fixup the exported api declarations to use JS_PUBLIC_API in a consistent fashion r=mccabe
|
1999-11-23 01:02:28 +00:00 |
rpotts%netscape.com
|
312f6cf2c3
|
Added a missing Release to prevent leaking a SupportsArrayEnumerator...
|
1999-11-23 00:59:41 +00:00 |
erik%netscape.com
|
e0acd3f430
|
bug 8801; new font enumerator for GTK for font prefs UI; r=ftang
|
1999-11-23 00:43:41 +00:00 |
jj%netscape.com
|
932212497a
|
#19568: fixed app name (was missing from distribution)
|
1999-11-23 00:30:12 +00:00 |
erik%netscape.com
|
f8c0b06155
|
bug 8801; better error handling for new font enumerator; r=ftang
|
1999-11-23 00:12:36 +00:00 |
larryh%netscape.com
|
7c1a262e7b
|
BugZilla: 19247. Add support for FreeBSD
|
1999-11-23 00:04:15 +00:00 |
matt%netscape.com
|
f4b39a9eb1
|
fix for bug 683 typo
|
1999-11-22 23:58:05 +00:00 |
matt%netscape.com
|
5f20fc0bb7
|
adding ' for bug 6830..typo
|
1999-11-22 23:56:22 +00:00 |
ducarroz%netscape.com
|
e70317be80
|
Fix for bug 19404. We need to return an error code when the SMTP server name is missing. R=mscott
|
1999-11-22 23:48:42 +00:00 |
norris%netscape.com
|
bce104a346
|
Fix test failures:
ecma_2/Exceptions/expression-020.js
js1_4/Regress/date-001-n.js
js1_4/Regress/toString-001-n.js
|
1999-11-22 23:48:06 +00:00 |
sfraser%netscape.com
|
a84d04a846
|
Include stdio.h using system paths, not user paths. r=syd,akk, shaver. no bug (so bite me)
|
1999-11-22 23:46:30 +00:00 |
matt%netscape.com
|
f0cc6d4dc7
|
adding offline prefs default for the prefs -r dp
|
1999-11-22 23:44:54 +00:00 |