Commit Graph

56888 Commits

Author SHA1 Message Date
cls%seawood.org
fc91ef61f0 Remember to use PR_TRUE & PR_FALSE instead of true & false for c++ compilers that don't have true & false defined. Like AIX's. 2000-03-30 05:58:27 +00:00
pavlov%netscape.com
c9dc6c9522 fix build bustage 2000-03-30 05:23:20 +00:00
sfraser%netscape.com
bb57e6395c First Checked In. 2000-03-30 05:19:01 +00:00
dmose%mozilla.org
0b43bbfdd6 Whoops. Last checkin had a typo.o 2000-03-30 05:17:55 +00:00
dmose%mozilla.org
4c80147d22 eliminated perl warning if $::FORM{'root'} is not defined. 2000-03-30 05:16:15 +00:00
tbogard%aol.net
c709b46a64 the RefreshURI code now talks in terms of nsIURI instead of strings. Removed unused member variable mScrollPref. Cleaned refreshData up to follow xpcom rules better and to deal with nsIURI instead of strings. It also now talks in terms of docshells instead of webshells. 2000-03-30 05:02:28 +00:00
tbogard%aol.net
017e88eaa4 Changed CheckURL to return a nsIURI for the referrer instead of a nsString. SetURL now calls nsIDocShell to do it's load instead of nsIWebShell. 2000-03-30 04:55:38 +00:00
neeti%netscape.com
7e5b8fc55c bug 12423,Read user.js on startup after prefs.js is read.r=alecf 2000-03-30 04:25:07 +00:00
jim_nance%yahoo.com
dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
ben%netscape.com
31007cdd07 removing invalid binding link to avoid crash 2000-03-30 03:19:08 +00:00
hyatt%netscape.com
132acf464e Adding error reporting to XBL. 2000-03-30 03:18:44 +00:00
cls%seawood.org
2ecacd28c4 Updating config.guess & config.sub to latest GNU versions. Bug #22599, r=wtc 2000-03-30 03:12:16 +00:00
dveditz%netscape.com
e3bc0f20e0 resurrecting VC5.0 build 2000-03-30 02:49:10 +00:00
cls%seawood.org
20a7fe3368 Updating config.guess & config.sub to latest GNU versions. Bug #22599, r=wtc 2000-03-30 02:48:00 +00:00
tbogard%aol.net
94719657e2 nsWebBrowserChrome is now a nsIWebProgressListener. The location bar is now updated in response to nsIWebProgressListener instead of nsIWebShellContainer::BegineLoadURL. 2000-03-30 02:28:59 +00:00
tbogard%aol.net
17d9db5925 OnLoadingSite now takes a channel instead of a uri. Also we now don't set the currentURI or the referrer during a normal load in DoLoadURL. We make sure to do it after the content has been targetted which is when DoContent is called. 2000-03-30 02:24:18 +00:00
tbogard%aol.net
59c2f71b03 OnLoadingSite now takes a nsIChannel instead of a nsIURI. This allows us to get information out of the channel we may need such as the referrer. We now make sure we set the referrer during OnLoadingSite. Fixed a bug where the nsIWebProgressListener was getting found on the treeOwner even for frames. This was causing the the treeOwner to get notified of all actions happening in the children. Now we make sure to only set the listener for the top level frame. 2000-03-30 02:24:17 +00:00
akkana%netscape.com
5811b87ebb Part of Paste as Quotation fix; remove a comment. r=cmanske 2000-03-30 02:20:09 +00:00
tbogard%aol.net
2f30133a36 Adding the attribute referrer so that you can get the referrer from the channel once you have previously set it. 2000-03-30 02:18:52 +00:00
rjc%netscape.com
b6bb2419b3 Fix bug # 33546: drag&drop positioning. 2000-03-30 01:47:29 +00:00
saari%netscape.com
09f76b4017 Fixing MacOS native menu leak 2000-03-30 01:47:20 +00:00
nisheeth%netscape.com
bc23c89148 r=pollmann. Fix for bug 29395. XML error messages now show up in the content area for XML, RDF, and XUL files. Earlier, they would only show up for XML files.
- Generate tokens in the expat tokenizer to display an XML error message.
- Process those tokens in the XML DTD
- Add a SetStringValue() method to CToken that accepts an nsString parameter.
- Removed code in the XML content sink's NotifyError() method to create error message content.
2000-03-30 01:41:48 +00:00
gayatrib%netscape.com
8d8fffcdaa using nsIRegistry instead of the RDF datasource to read values from mozRegistry--bug 15264. work done by dveditz. 2000-03-30 01:38:37 +00:00
gayatrib%netscape.com
b344ded683 Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz 2000-03-30 01:35:15 +00:00
gayatrib%netscape.com
606adbce4f Making profile manager i18n friendly (bugs 23153, 15264), better memory management and fixing leaks(bugs 29574, 28818, 25609, 28979), fix for bug 31409, fixing all indentation problems introduced by vc++ editor. r=dveditz,racham 2000-03-30 01:32:39 +00:00
rhp%netscape.com
e73b004941 Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
gayatrib%netscape.com
a869a34db1 changing interface to be i18n friendly r=dveditzle.idl 2000-03-30 01:30:03 +00:00
akkana%netscape.com
28111befe9 Fix Paste as Quotation in the editor and mail compose menus. r=cmanske, mail stuff r=ducarroz 2000-03-30 01:26:25 +00:00
rbs%maths.uq.edu.au
b153f283d4 [NOT PART OF THE DEFAULT BUILD] One-byte string, use nsCString instead of nsString to avoid problems. 2000-03-30 01:25:45 +00:00
saari%netscape.com
57b944d4c0 Implement the ability to remove top level menus on MacOS, essentially just reflecting removal of a content node. r=pink 2000-03-30 01:25:03 +00:00
akkana%netscape.com
121cb1d0b5 33705: obey middlemouse.paste pref in the editor 2000-03-30 01:23:47 +00:00
pollmann%netscape.com
62fb10df40 Adding regression tests for recent bug fixes. Not part of the build. 2000-03-30 01:12:00 +00:00
harishd%netscape.com
fee30604d5 Fix for 22786 - sink side fix for HTML attributes 2000-03-30 01:07:02 +00:00
harishd%netscape.com
cfc07b18d1 Fix for
29048 - MLK in PushStyles()

22786 - Accounting for HTML attributes  --- r=attinasi and nisheeth ---

26652 - Nav. Compatibility - Handling </SCRIPT> on a document.write
28085 - Fix for Entry stack leak
32527 - Marking sure that the DidBuildModel() is called on a XML error

Improved performance in consuming SCRIPT content.

r=nisheeth
2000-03-30 01:06:49 +00:00
wtc%netscape.com
5eb9bb52da Bugzilla bug #27175: define the new functions PR_FindFunctionSymbol
and PR_FindFunctionSymbolAndLibrary in terms of the old functions
PR_FindSymbol and PR_FindSymbolAndLibrary, to minimize the risk of
the new code breaking the build.
2000-03-30 01:05:01 +00:00
pollmann%netscape.com
bee94a23e3 Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth 2000-03-30 01:03:02 +00:00
valeski%netscape.com
6be78f079f 29754. fixed a couple warnings, removed FTP dependence on xul window for prompting, and started using the nsIPrompt interface. 2000-03-30 01:00:29 +00:00
dveditz%netscape.com
4e80826107 resurrecting VC5.0 build by disabling multiple monitor code when _MSC_VER is less than 1200 2000-03-30 01:00:28 +00:00
wtc%netscape.com
96f49bfacb Bugzilla bug #27175: Changed the PRFuncPtr type to void (*)(), to be
consistent with the type of the 'fp' field of PRStaticLinkTable.
2000-03-30 00:54:33 +00:00
waqar%netscape.com
71fb271a55 r=dcone@netscape.com
d=Cross platform addition to the Rendering context.
2000-03-30 00:50:05 +00:00
jfrancis%netscape.com
9c264cf1b8 stop leaking typeinstate items 2000-03-30 00:34:26 +00:00
rjc%netscape.com
2c2f0af3b8 Small tweak for GetFolderViaHint() 2000-03-30 00:26:30 +00:00
pollmann%netscape.com
f2d2288f5f Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth 2000-03-30 00:19:13 +00:00
dougt%netscape.com
a593ef6005 Adding psm-glue.js preferences files to the packages. bug 31167. 2000-03-30 00:18:46 +00:00
dougt%netscape.com
a45113c1c6 adding psm-glue.js to the export list. bug 31167. r=valeski@netscape.com. 2000-03-30 00:15:40 +00:00
jband%netscape.com
ea3935a3b7 fix for bug 32485. Mark wrappednatives when xpconnect shuts down to avoid bad things happening when JS collects the JSObject part of the wrapper. r=mccabe 2000-03-30 00:09:15 +00:00
pinkerton%netscape.com
d91f32e1b7 darn that .get(). build bustage fixed. 2000-03-30 00:06:07 +00:00
dougt%netscape.com
e8cb28a3d5 Fix for 25912. Making the security advisor in the Task menu not display any
information about the current page.
2000-03-30 00:00:05 +00:00
av%netscape.com
8f89e6a0ae Fix for 33536, r=serge 2000-03-29 23:58:42 +00:00
rhp%netscape.com
64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00