warren%netscape.com
|
f966e3dacd
|
Pedantic change to macro.
git-svn-id: svn://10.0.0.236/trunk@54263 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 07:03:04 +00:00 |
|
warren%netscape.com
|
0257ba25ee
|
Added code to aggressively clean up file transport on failure.
git-svn-id: svn://10.0.0.236/trunk@54262 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 07:01:56 +00:00 |
|
briano%netscape.com
|
d6e9e1b9ad
|
Automated update
git-svn-id: svn://10.0.0.236/trunk@54261 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 06:45:09 +00:00 |
|
cls%seawood.org
|
8c143b9f1d
|
Forgot the "test" keyword on the final elif. Bug #19626
git-svn-id: svn://10.0.0.236/trunk@54260 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 06:35:43 +00:00 |
|
cls%seawood.org
|
580f31aa92
|
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.
git-svn-id: svn://10.0.0.236/trunk@54259 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 06:23:52 +00:00 |
|
rbs%maths.uq.edu.au
|
198220fee0
|
Consolidation of the code and efficient trimming of msqrt by delagating a big chunk of the reflow operation to the base class.
git-svn-id: svn://10.0.0.236/trunk@54258 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 06:04:02 +00:00 |
|
scc%netscape.com
|
b27b4320eb
|
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.
git-svn-id: svn://10.0.0.236/trunk@54257 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 05:55:33 +00:00 |
|
scc%netscape.com
|
50681e94de
|
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
git-svn-id: svn://10.0.0.236/trunk@54256 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 05:55:31 +00:00 |
|
rjc%netscape.com
|
8d33404471
|
One less loop (figured out what was preventing this).
git-svn-id: svn://10.0.0.236/trunk@54255 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 05:37:33 +00:00 |
|
rjc%netscape.com
|
555f303d71
|
Get rid of a warning.
git-svn-id: svn://10.0.0.236/trunk@54254 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 04:47:38 +00:00 |
|
rjc%netscape.com
|
c10829cb59
|
Get rid of another signed/unsigned warning.
git-svn-id: svn://10.0.0.236/trunk@54253 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 04:44:52 +00:00 |
|
rjc%netscape.com
|
75ef977af7
|
Get rid of a signed/unsigned warning.
git-svn-id: svn://10.0.0.236/trunk@54252 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 04:43:01 +00:00 |
|
rjc%netscape.com
|
632f1cacc1
|
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.]
git-svn-id: svn://10.0.0.236/trunk@54251 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 04:39:29 +00:00 |
|
scc%netscape.com
|
3ed13a724b
|
fixed up to match recent changes made to weak references. r=tbogard
git-svn-id: svn://10.0.0.236/trunk@54250 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:30:06 +00:00 |
|
sfraser%netscape.com
|
d121ce38a0
|
#ifdef out all the stupid printfs. r=pinkerton, no bug.
git-svn-id: svn://10.0.0.236/trunk@54249 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:26:56 +00:00 |
|
ssu%netscape.com
|
6aca798337
|
fixing bug #19597. Fixed the warning of insufficient disk space error message to show the correct disk space required/available. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@54248 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:21:43 +00:00 |
|
scc%netscape.com
|
7ca94fb86d
|
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.
git-svn-id: svn://10.0.0.236/trunk@54247 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:14:42 +00:00 |
|
scc%netscape.com
|
7d6855108a
|
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
git-svn-id: svn://10.0.0.236/trunk@54246 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:13:05 +00:00 |
|
scc%netscape.com
|
43dcf964eb
|
don't ASSERT that it doesn't support weak references for NULL. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@54245 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:10:02 +00:00 |
|
rickg%netscape.com
|
ac4f0092a0
|
fixed bug18312; this isn't PDT+, but is something that Phil has been *really* anxious to have fixed. r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@54244 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:09:12 +00:00 |
|
rickg%netscape.com
|
7301979853
|
fixed bug 18312; it's not PDT+, but it's something Phil has been *really* anxious to fix. r=nisheeth
git-svn-id: svn://10.0.0.236/trunk@54243 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:07:09 +00:00 |
|
saari%netscape.com
|
e7d7a8170e
|
Popup menu positioning code. R: Hyatt
git-svn-id: svn://10.0.0.236/trunk@54242 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 03:02:01 +00:00 |
|
scc%netscape.com
|
876498d1eb
|
First Checked In.
git-svn-id: svn://10.0.0.236/trunk@54241 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 02:50:17 +00:00 |
|
rjc%netscape.com
|
3be3d684c2
|
When sorting, only set found="true" attribute if not a natural order sort.
git-svn-id: svn://10.0.0.236/trunk@54240 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 02:27:03 +00:00 |
|
nisheeth%netscape.com
|
4d096639bc
|
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.
git-svn-id: svn://10.0.0.236/trunk@54239 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 02:06:39 +00:00 |
|
dougt%netscape.com
|
4003fcee5e
|
removing protocol icon stuff.
git-svn-id: svn://10.0.0.236/trunk@54238 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:55:59 +00:00 |
|
matt%netscape.com
|
24976b0b18
|
14846 r-self
git-svn-id: svn://10.0.0.236/trunk@54237 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:55:13 +00:00 |
|
dougt%netscape.com
|
23b89f19c9
|
Removing protocol icon.
git-svn-id: svn://10.0.0.236/trunk@54236 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:52:36 +00:00 |
|
rjc%netscape.com
|
e1871db87e
|
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.)
git-svn-id: svn://10.0.0.236/trunk@54235 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:51:46 +00:00 |
|
waterson%netscape.com
|
8085996e7f
|
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
git-svn-id: svn://10.0.0.236/trunk@54234 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:44:51 +00:00 |
|
nhotta%netscape.com
|
c0d856f5bb
|
Added error checking (result code and null pointer), bug 19469, r=ftang.
git-svn-id: svn://10.0.0.236/trunk@54233 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:21:32 +00:00 |
|
pierre%netscape.com
|
cb816ff88c
|
8862 "listStyleImage not directly updated". Changing the className causes recreation of frames for the element. Suggested although not formally reviewed by vidur.
git-svn-id: svn://10.0.0.236/trunk@54232 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:08:44 +00:00 |
|
pierre%netscape.com
|
5814ba61a0
|
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.
git-svn-id: svn://10.0.0.236/trunk@54231 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:08:20 +00:00 |
|
pierre%netscape.com
|
47b0c08a9f
|
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.
git-svn-id: svn://10.0.0.236/trunk@54230 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:07:56 +00:00 |
|
mcafee%netscape.com
|
988eaa952c
|
These files got checked in with win32 EOL characters, re-checking these in. r=radha,akkana
git-svn-id: svn://10.0.0.236/trunk@54229 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:07:29 +00:00 |
|
pierre%netscape.com
|
4a74358841
|
12737: removed the 'moz-fixed' NavQuirk
git-svn-id: svn://10.0.0.236/trunk@54228 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:07:26 +00:00 |
|
pierre%netscape.com
|
35f41f6a1d
|
12520/12521 "GFX select elements need to be able to turn off text" turn off user selection inside the drop-down list. r=mjudge.
git-svn-id: svn://10.0.0.236/trunk@54227 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:05:45 +00:00 |
|
rjc%netscape.com
|
d0aa909e23
|
Add support for sorting in-between separators. Restoring all bookmark columns (per marketing).
git-svn-id: svn://10.0.0.236/trunk@54226 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:03:30 +00:00 |
|
rjc%netscape.com
|
ecb5a962fe
|
Better handling of natural order calculation on RDF sequences; add support for sorting in-between separators.
git-svn-id: svn://10.0.0.236/trunk@54225 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:02:55 +00:00 |
|
jband%netscape.com
|
170ebb1f69
|
fixup the exported api declarations to use JS_PUBLIC_API in a consistent fashion r=mccabe
git-svn-id: svn://10.0.0.236/trunk@54224 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 01:02:28 +00:00 |
|
rpotts%netscape.com
|
818496052b
|
Added a missing Release to prevent leaking a SupportsArrayEnumerator...
git-svn-id: svn://10.0.0.236/trunk@54223 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 00:59:41 +00:00 |
|
erik%netscape.com
|
593974c3ba
|
bug 8801; new font enumerator for GTK for font prefs UI; r=ftang
git-svn-id: svn://10.0.0.236/trunk@54222 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 00:43:41 +00:00 |
|
jj%netscape.com
|
bc14f0eb17
|
#19568: fixed app name (was missing from distribution)
git-svn-id: svn://10.0.0.236/trunk@54221 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 00:30:12 +00:00 |
|
erik%netscape.com
|
8fee3c22cb
|
bug 8801; better error handling for new font enumerator; r=ftang
git-svn-id: svn://10.0.0.236/trunk@54220 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 00:12:36 +00:00 |
|
larryh%netscape.com
|
f040981a26
|
BugZilla: 19247. Add support for FreeBSD
git-svn-id: svn://10.0.0.236/trunk@54219 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-23 00:04:15 +00:00 |
|
matt%netscape.com
|
894f79e85e
|
fix for bug 683 typo
git-svn-id: svn://10.0.0.236/trunk@54218 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-22 23:58:05 +00:00 |
|
matt%netscape.com
|
f96381c532
|
adding ' for bug 6830..typo
git-svn-id: svn://10.0.0.236/trunk@54217 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-22 23:56:22 +00:00 |
|
ducarroz%netscape.com
|
b60563f9ec
|
Fix for bug 19404. We need to return an error code when the SMTP server name is missing. R=mscott
git-svn-id: svn://10.0.0.236/trunk@54216 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-22 23:48:42 +00:00 |
|
norris%netscape.com
|
4e4fe42d78
|
Fix test failures:
ecma_2/Exceptions/expression-020.js
js1_4/Regress/date-001-n.js
js1_4/Regress/toString-001-n.js
git-svn-id: svn://10.0.0.236/trunk@54214 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-22 23:48:06 +00:00 |
|
sfraser%netscape.com
|
1d2a704d20
|
Include stdio.h using system paths, not user paths. r=syd,akk, shaver. no bug (so bite me)
git-svn-id: svn://10.0.0.236/trunk@54213 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-22 23:46:30 +00:00 |
|