33578 Commits

Author SHA1 Message Date
slamm%netscape.com
11d9156c66 Fix open/close state saving. Thanks to putterman for the fix. 1999-07-12 23:23:41 +00:00
slamm%netscape.com
62fc139814 Fix crash on customize. (bug #9435). Remove Panel 'Customize' buttons. 1999-07-12 23:23:38 +00:00
slamm%netscape.com
6f0801e3f5 Minor cleanup. 1999-07-12 23:23:35 +00:00
mcafee%netscape.com
ee50921396 Solaris/CC needs a cast here. a=cyeh 1999-07-12 22:53:26 +00:00
briano%netscape.com
999cc9155b Define MAXPATHLEN to be 1024 if it hasn't already been defined. Fix for SCO. a=cyeh. 1999-07-12 22:36:24 +00:00
joki%netscape.com
a37ff3b313 Fix for bug 9223, don't let Windows process messages for destroyed windows. A: chofmann, R: rods 1999-07-12 22:28:19 +00:00
terry%mozilla.org
eea640c1ab Allow a way to finely control the order of query results. 1999-07-12 22:09:23 +00:00
blizzard%redhat.com
6080b734d6 Make sure that mWebShell has the Show() method called on it when mWindow does. This fixes the xlib gray screen and should allow some hacks to be removed from the gtk code. Checkin approved by hyatt and cyeh. 1999-07-12 20:31:03 +00:00
duncan%be.com
814c448d15 A couple fixes for menus.
BeOS only checkin authorized by cyeh.
1999-07-12 19:44:47 +00:00
sspitzer%netscape.com
be863ba56e fix for #9698. check pointer before dereferencing. 1999-07-12 19:41:03 +00:00
matt%netscape.com
1f8d081f5b fix for bug 9330. Appoved. Reviewed by bill 1999-07-12 19:36:59 +00:00
duncan%be.com
4a3451e3dc Temporary fix for BeOS menus: do not load dynamically. Will try to
fix this for M9.
BeOS only checkin authorized by cyeh.
1999-07-12 19:15:01 +00:00
mscott%netscape.com
5ef626fbe1 Fix linux build by using the get() method on a nsCOMPtr to extract the raw ptr before comparing it to another
raw ptr. Also changed the variable name: lock to remove linux warnings.
(NOt part of the build! Necko only)
1999-07-12 18:33:33 +00:00
mscott%netscape.com
0790b1e673 Fix linux warning..remove comma at the end of the enum. 1999-07-12 18:32:18 +00:00
waterson%netscape.com
703695bef6 Bug 9506. Make a single column until we get column pushers for the tree widget. 1999-07-12 18:26:31 +00:00
waterson%netscape.com
a475eefcf3 Bug 8318. Don't include rdf:local-store in the generic builder until we have all of the persistence issues sorted out. 1999-07-12 18:24:26 +00:00
cyeh%netscape.com
4c704fa28e use the MOZ_FULLCIRCLE for symbol splitting. 1999-07-12 18:09:48 +00:00
dveditz%netscape.com
f35e509986 fixes for 8311/9406 a chofmann, r ssu. This also unbreaks 6601, 6604, 6608 and others 1999-07-12 15:20:54 +00:00
dp%netscape.com
c1aea59ed9 Backing out release build autoreg optimization. The optimization fails
if people pull a more recent build on top of their existing one.
- approved by Chris Hofmann
1999-07-12 07:45:01 +00:00
rpotts%netscape.com
a2b7a462bd Added nsIBufferObserver::OnWrite(...) 1999-07-12 06:25:38 +00:00
rpotts%netscape.com
0b02395d5e Added a -sync flag for testing sync streams with the socket transport... 1999-07-12 06:22:39 +00:00
rpotts%netscape.com
649255cf93 Added nsIBufferObserver::OnWrite(...) nsFileChannel.h nsFileChannel.cpp 1999-07-12 06:21:41 +00:00
rpotts%netscape.com
994910d266 Changes for sync streams with the socket transport... Added an OnWrite(...) method to nsIBufferObserver... 1999-07-12 06:20:46 +00:00
rpotts%netscape.com
6b07c4b5f6 Fixed build bustage due to changes to the nsIBrowserWindow and nsIStreamObserver interfaces... 1999-07-12 05:49:51 +00:00
briano%netscape.com
ab31d65d33 Automated update 1999-07-12 05:23:22 +00:00
briano%netscape.com
d5eddc2606 SCO-specific addition to CXXFLAGS so it can find iostream.h. 1999-07-12 05:21:52 +00:00
briano%netscape.com
81dc68cc89 Automated update 1999-07-11 22:52:06 +00:00
briano%netscape.com
0ff7f49923 This should finally take care of SCO OpenServer. libXmu also requires libXext... 1999-07-11 22:51:31 +00:00
briano%netscape.com
36b64fd822 Automated update 1999-07-11 18:05:17 +00:00
briano%netscape.com
8b596b97d2 Fix for SCO OpenServer. libXmu requires libXt. 1999-07-11 18:04:34 +00:00
andreas.otte%primus-online.de
838f5a972b NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski 1999-07-11 15:46:10 +00:00
duncan%be.com
1a343482da Replace nm with objdump to be able to generate inter-.so dependencies
even with stripped build.
BeOS only change authorized by cyeh.
1999-07-11 11:00:46 +00:00
duncan%be.com
bccc6db380 Changes to get BeOS tinderbox to work.
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
duncan%be.com
c4f937000c Reimplement a region method correctly.
BeOS only change authorized by cyeh.
1999-07-11 09:18:27 +00:00
duncan%be.com
666f817c1e Misc fixes to unbreak Mozilla under BeOS.
BeOS only change authorized by cyeh.
1999-07-11 08:49:51 +00:00
warren%netscape.com
699e29f427 Fixed http loading in viewer. Wrong channel was being passes to doc loader's stream listener by http. Also added ifdef to easily remove Fill change. 1999-07-11 02:43:37 +00:00
blizzard%redhat.com
0401d94f71 always move the window, even if it hasn't been shown. this fixes gfx drop
down lists.
1999-07-10 23:27:25 +00:00
blizzard%redhat.com
2e94ee2ee8 native window scrolling fixes. this is not part of the build. 1999-07-10 23:20:41 +00:00
blizzard%redhat.com
5d592f0392 debugging information to track down resizing problems. this is not part
of the build.
1999-07-10 22:10:03 +00:00
blizzard%redhat.com
a7d9a9dd1d Make sure that when looking for extra ConfigureNotify events that you
check to make sure that the event that you get is actually a ConfigureNotify
event.  StructureNotifyMask includes other things, too.  "I can't believe
this ever worked."  This is not part of the build.
1999-07-10 20:51:18 +00:00
briano%netscape.com
97ad458d73 Fixes a nasty bug that caused LD_LIBRARY_PATH to grow with each iteration. 1999-07-10 20:13:51 +00:00
briano%netscape.com
9e0fe7207e That wasn't the problem. Oh well. 1999-07-10 19:59:30 +00:00
briano%netscape.com
0f93e526e4 That was stupid... 1999-07-10 18:39:39 +00:00
warren%netscape.com
d83d3e1aad Reverted to nsStandardUrl which works. 1999-07-10 18:24:02 +00:00
briano%netscape.com
764228188d Attempt to fix another AIX long arg list breakage. 1999-07-10 17:50:19 +00:00
warren%netscape.com
8386bdad29 Fixing gagan's bustage. 1999-07-10 17:33:06 +00:00
rickg%netscape.com
8d00b81f92 fixed bug9583 1999-07-10 17:14:28 +00:00
warren%netscape.com
b686fa2108 Beefed up buffer/pipe tests. 1999-07-10 11:27:14 +00:00
warren%netscape.com
0117937f12 Removed obsolete Fill methods. Added NonBlocking attribute. 1999-07-10 11:27:11 +00:00
warren%netscape.com
11431c69bf Fixed buffer empty condition to to return WOULD_BLOCK. 1999-07-10 11:27:08 +00:00