Граф коммитов

56769 Коммитов

Автор SHA1 Сообщение Дата
harishd%netscape.com 3eeb9bda7b Backing out a change to make the regression test happy.
wonder why it is failing in the first place. My guess is that...
something wrong with the test itself.
2000-03-30 17:13:22 +00:00
dcone%netscape.com 4f0ddf5181 Use the nsRenderingContextImpl as the Base Class for nsRenderingContextImpl. 2000-03-30 15:13:12 +00:00
dcone%netscape.com a362a415ad Put nsRenderingContextImpl.cpp into the build. 2000-03-30 15:11:01 +00:00
dcone%netscape.com bc802be2bd Put nsRenderingContextImpl in Manifest. 2000-03-30 15:09:03 +00:00
bienvenu%netscape.com df11eb998a work on imap delete model, r=jefft,putterman 16805 2000-03-30 15:04:28 +00:00
dcone%netscape.com b762972da8 Added some methods for Tiling backgrounds. 2000-03-30 15:01:41 +00:00
dcone%netscape.com 868e269c9e Added some methods for tiling. 2000-03-30 15:00:45 +00:00
alecf%netscape.com f3b4013983 rearrange checkboxes to match spec
r=sspitzer
2000-03-30 14:59:44 +00:00
alecf%netscape.com 9a6a163fc9 add smtp dtds to unix build r=sspitzer 2000-03-30 14:58:59 +00:00
alecf%netscape.com 3cbbe40e03 further tweaks to smtp server editor
r=sspitzer
2000-03-30 14:58:36 +00:00
alecf%netscape.com 701e217705 add advanced button and smtp server list to build
r=sspitzer
2000-03-30 14:57:37 +00:00
alecf%netscape.com cb8d0db144 add string for servers marked as "default" (not used yet) 2000-03-30 14:56:30 +00:00
alecf%netscape.com 041ea6a179 add smtp strings (not part of build) and add one "Advanced" string to the smtp server panel 2000-03-30 14:54:53 +00:00
tbogard%aol.net 10bf011db2 Added a CreateLoadInfo to nsIDocShell to facilitate creating a loadInfo object without having to go through xpcom. This also allows the docshell to do any setup it may need to do. 2000-03-30 12:52:02 +00:00
tbogard%aol.net 1a7f1dba0d added files: mozilla/docshell/base/nsDocShellLoadInfo.cpp 2000-03-30 12:39:47 +00:00
tbogard%aol.net cbaf389627 Finished implementing nsDocShellLoadInfo and hooked up to the build. 2000-03-30 12:38:18 +00:00
tbogard%aol.net 1d5fc1a3fe First checkin of the docShellLoadInfo objects. 2000-03-30 12:32:18 +00:00
tbogard%aol.net ccb815cf1b added files: mozilla/docshell/base/nsIDocShellLoadInfo.idl 2000-03-30 12:31:21 +00:00
tbogard%aol.net a8d56e25fd Adding nsIDocShellLoadInfo.idl to the make system. 2000-03-30 12:29:51 +00:00
tbogard%aol.net fc811e226a Adding the new docShellLoadInfo interface that will be used for starting loads. 2000-03-30 12:29:11 +00:00
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