ben%netscape.com
3adfb32d67
open location tweaks
2000-03-30 12:00:43 +00:00
sgehani%netscape.com
fc5004972b
Fix libjar runtime bustage on the Mac.
b = 33656
2000-03-30 09:52:32 +00:00
mccabe%netscape.com
521e977623
Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband.
...
Add a few #ifndef __nsidefineforthisfile__ guards to .h files.
2000-03-30 09:40:11 +00:00
warren%netscape.com
aeba7b7321
Bug 28269. jar file cache should open local files in place
2000-03-30 08:13:50 +00:00
warren%netscape.com
c512de79df
Fixed sig of LoadEntry
2000-03-30 08:09:45 +00:00
tbogard%aol.net
2790f05dff
Don't get the referrer spec when the referrer is null.
2000-03-30 08:07:18 +00:00
ben%netscape.com
a7c0fcbf34
some new widget styles, XBL API conversion for XUL widgets, remove evil style rules to regain menu performance
2000-03-30 07:53:42 +00:00
ben%netscape.com
3ae2bad890
updated test page for new widget styles
2000-03-30 07:52:15 +00:00
warren%netscape.com
4d8e8074ad
Fixing bugs in jar input streams for jar: protocol.
2000-03-30 07:41:37 +00:00
warren%netscape.com
bf7cac83c0
Making jar: protocol work in general, and OpenInputStream in particular.
2000-03-30 07:39:31 +00:00
attinasi%netscape.com
fb87ca8ace
Fixed warning from Mac compiler: no prototype for local static function.
2000-03-30 07:20:16 +00:00
jband%netscape.com
ddf804fae7
Expose method for getting a 'safe' JSContext appropriate for use on the current thread. This will help travis fix bug 33489. r=brendan@mozilla.org.
2000-03-30 07:06:10 +00:00
alecf%netscape.com
d519ad36f5
first cut at multiple-SMTP server editor
...
not part of build yet
2000-03-30 06:54:42 +00:00
attinasi%netscape.com
f1d1b4fc28
Background color for border style -moz-bg-inset and -moz-bg-outset is now obtained from the HTML element instead of nearest ancestor with non-transparent bgcolor (only in Quirks Mode). r=rods b=8524
2000-03-30 06:27:32 +00:00
cls%seawood.org
eda7e80c3d
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
a2e73edc91
fix build bustage
2000-03-30 05:23:20 +00:00
sfraser%netscape.com
c9b420a9f8
First Checked In.
2000-03-30 05:19:01 +00:00
dmose%mozilla.org
bfbe03971c
Whoops. Last checkin had a typo.o
2000-03-30 05:17:55 +00:00
dmose%mozilla.org
12988e8cc5
eliminated perl warning if $::FORM{'root'} is not defined.
2000-03-30 05:16:15 +00:00
tbogard%aol.net
6a06f69242
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
698dde3fae
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
d3b43c66dd
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
005e33f06e
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
cd583eb879
removing invalid binding link to avoid crash
2000-03-30 03:19:08 +00:00
hyatt%netscape.com
260d200fba
Adding error reporting to XBL.
2000-03-30 03:18:44 +00:00
cls%seawood.org
ae45fce007
Updating config.guess & config.sub to latest GNU versions. Bug #22599 , r=wtc
2000-03-30 03:12:16 +00:00
dveditz%netscape.com
3aaa1efa3a
resurrecting VC5.0 build
2000-03-30 02:49:10 +00:00
cls%seawood.org
f969d3c7d1
Updating config.guess & config.sub to latest GNU versions. Bug #22599 , r=wtc
2000-03-30 02:48:00 +00:00
tbogard%aol.net
7c32be1ded
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
393b6b8b13
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
f3c5352218
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
0487bb00e1
Part of Paste as Quotation fix; remove a comment. r=cmanske
2000-03-30 02:20:09 +00:00
tbogard%aol.net
f2fba4f3de
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
3199e32b59
Fix bug # 33546: drag&drop positioning.
2000-03-30 01:47:29 +00:00
saari%netscape.com
71f461645d
Fixing MacOS native menu leak
2000-03-30 01:47:20 +00:00
nisheeth%netscape.com
8c9cf79c1b
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
2d4cc7c91e
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
ddd9673274
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
79a0fdd1c1
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
299e62a96a
Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg
2000-03-30 01:30:07 +00:00
gayatrib%netscape.com
a5db3c6c1c
changing interface to be i18n friendly r=dveditzle.idl
2000-03-30 01:30:03 +00:00
akkana%netscape.com
6e0775d483
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
5b25247f0a
[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
c61930d421
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
91257a1d13
33705: obey middlemouse.paste pref in the editor
2000-03-30 01:23:47 +00:00
pollmann%netscape.com
645dbf348f
Adding regression tests for recent bug fixes. Not part of the build.
2000-03-30 01:12:00 +00:00
harishd%netscape.com
d5f075eb55
Fix for 22786 - sink side fix for HTML attributes
2000-03-30 01:07:02 +00:00
harishd%netscape.com
150a3b49ba
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
e0ae578c2e
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
03f606f50e
Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth
2000-03-30 01:03:02 +00:00