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

52036 Коммитов

Автор SHA1 Сообщение Дата
cata%netscape.com 15ae8dfd34 added files: mozilla/intl/uconv/src/nsObjectArray.cpp 2000-02-02 04:23:16 +00:00
cata%netscape.com 52ceb1cabf Factoring out some internal data management code. r=ftang 2000-02-02 04:13:08 +00:00
pavlov%netscape.com 2843f2a553 fix build bustage r=travis 2000-02-02 04:12:22 +00:00
cata%netscape.com 60bddd1ce1 Change RDF datasource ProgID for the Charset Menu. r=ftang 2000-02-02 04:12:14 +00:00
cata%netscape.com b8da73984d Adding 2 i18n prefs. r=ftang. bug #24027 2000-02-02 04:09:05 +00:00
amusil%netscape.com 55c55c8ad2 Moved AddExtraAddressProcessing() call to after the creation of the currentAddressData object. r=mscott 2000-02-02 03:14:29 +00:00
tbogard%aol.net a8240803e3 Removed SetTitle from the interface as that function is on the nsIBaseWindow interface that chrome objects are expected to implement. r=hyatt 2000-02-02 03:12:41 +00:00
tbogard%aol.net 83d634b3a6 Hooked up nsWebBrowserChrome into nsBrowserWindow. These changes enable viewer to properly set itself up as the docShell tree owner. r=buster. 2000-02-02 02:51:36 +00:00
tbogard%aol.net 1df044cf0c added files: mozilla/webshell/tests/viewer/nsWebBrowserChrome.cpp 2000-02-02 02:39:12 +00:00
mscott%netscape.com 48fb8d982b rhp: More AppleDouble work - NOT PART OF THE BUILD!!! 2000-02-02 02:36:36 +00:00
tbogard%aol.net 7c95486fe7 Adding nsWebBrowserChrome.cpp to the build. Not actually called by anyone yet. Pending review of nsBrowserWindow to get it hooked up. 2000-02-02 02:33:03 +00:00
tbogard%aol.net 50e78c511e New class to allow viewer to support implementing nsIDocShellTreeOwner and nsIWebBrowserChrome. Not actually used by anyone yet. nsBrowserWindow changes pending review. 2000-02-02 02:32:12 +00:00
alecf%netscape.com 91ba75e5e2 fix up the messages pref pane so stuff wraps a little nicer
r=sspitzer
2000-02-02 02:31:50 +00:00
tbogard%aol.net bd784e422a Added implementation for GetPrimaryContentShell now that it was added to nsIDocShellTreeOwner. r=hyatt 2000-02-02 02:28:32 +00:00
tbogard%aol.net 2758e8ca23 Added an attribute to get the primaryContentShell. r=hyatt 2000-02-02 02:27:35 +00:00
rhp%netscape.com cdf1f2534f More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-02 02:24:03 +00:00
valeski%netscape.com 1909d65642 r-jevering. now we try and resolve non-qualified hosts on windows first, before sending them to the keyword server 2000-02-02 02:22:36 +00:00
alecf%netscape.com 2c0b870f87 minor aesthetic updates to account wizard
r=sspitzer
2000-02-02 02:02:12 +00:00
alecf%netscape.com a15d27bfc3 update some strings to remove Mozilla/Netscape specific wording
(just text change, no reviewer)
2000-02-02 02:01:23 +00:00
mstoltz%netscape.com 522dcf664a Fixed crashing bug in nsJAR.cpp - was dereferencing unallocated pointer. r=norris 2000-02-02 01:58:37 +00:00
karnaze%netscape.com 077215e7b4 bug 25148, AppendCell grows its rows before figuring the starting col index, r=attinasi 2000-02-02 01:56:46 +00:00
alecf%netscape.com 49dee0901a fix autocomplete so that it completes against the currently selected identity, rather than the 'current' identity (which was bogus anyway)
r=ducarroz
2000-02-02 01:54:32 +00:00
putterman%netscape.com b8355c48b1 Fix for 25473. Make biff work when checking every 0 minutes. r=alecf. 2000-02-02 01:47:13 +00:00
putterman%netscape.com e3af0aa031 Fix for 8405. Japanese shows up in thread pane sender column. r=nhotta, waterson. 2000-02-02 01:46:24 +00:00
rhp%netscape.com 8f99495254 More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-02 01:43:25 +00:00
morse%netscape.com 0dddebadf2 cancelling out of change-password was resulting in being asked for database key twice, r=pnunn 2000-02-02 01:34:54 +00:00
mstoltz%netscape.com 9f00c29250 Added call to nsJAR::ParseManifest, needed for signed scripts. bug=7270 r=norris. 2000-02-02 01:30:12 +00:00
valeski%netscape.com fb0ec52f63 r=none, I spoke w/ dagley about this, the diffs are cleanup, no code path changes. 2000-02-02 01:19:06 +00:00
hangas%netscape.com 7570cde6f9 Address book; partial fix to 15108, performance improvements. r=slogan 2000-02-02 01:18:46 +00:00
hangas%netscape.com df9fa92389 New gif files for address book, bug 26112. r=jglick 2000-02-02 01:16:01 +00:00
attinasi%netscape.com 3dcb1df4fd Checking for border width > 0 before setting the border style to NS_STYLE_BORDER_STYLE_BG_INSET.
This fixes a bug where style changes were causing table cell borders to appear when previously there
were none. b=25425 r=karnaze
2000-02-02 01:15:04 +00:00
mccabe%netscape.com e2e7c63c10 Changes to allow Spider Monkey to be compiled under C++.
Courtesy Bill Gibbons <bill@gibbons.org>

His comments:

Here are the changes to JSRef to make it compile either as C or C++. Mostly the changes are to add missing casts (since C++ doesn't have implict conversion from void* to other pointer types nor implicit casts from ints to enumerations) plus a few random things like the use of "private" as a variable name.

There are a few other minor bug fixes; in particular:

  * A long statement with and'ed conditions is reformatted to make it easier to remove other builtin objects (e.g. Date).

  * A #if was added to jsscript.c for the JS_HAS_SCRIPT_OBJECT off case.

  * In jsmath a #ifdef was changed to #if.

My notes also mention...

  * jsobj.c should include jsopcode.h

  * jsfun.c - doesn't link if JS_HAS_ARGS_OBJECT is off

  * jsarray.c - a reference to js_ValueToSource should be conditional on JS_HAS_TOSOURCE

r=mccabe
2000-02-02 01:10:31 +00:00
beard%netscape.com afaf5c36e3 added IsClipView() predicate, preliminary support for the new front-to-back display list partitioner. 2000-02-02 01:00:23 +00:00
beard%netscape.com e9c67d9729 added Set/GetCompositorFlags(), which will eventually replace GetScratchPoint(). 2000-02-02 00:58:22 +00:00
rginda%netscape.com bac4bd315b Fix bitrot in RhinoEnv.java and DataTypes_017.java.
fresh build of jstests.jar
2000-02-02 00:57:03 +00:00
karnaze%netscape.com 10a156ca77 new regression test 2000-02-02 00:56:02 +00:00
beard%netscape.com 27796e180e the *REAL* fix for misbehaving drop-down lists. turns out z-index property value was incorrect in the style system itself. r=rods 2000-02-02 00:55:39 +00:00
sgehani%netscape.com 9378c2ef1a Preparing for additions dialog feature. Also, fixing control highlighting bugs when the app is suspended and resumed: for controls on the setup type and welcome dialogs. b = none r = ssu 2000-02-02 00:49:21 +00:00
karnaze%netscape.com 33cc9a9a34 bug 17826, removed buggy/unnecessary RecomputeAdjustedMinIfNecessary, r=attinasi 2000-02-02 00:48:30 +00:00
sgehani%netscape.com 3b5e0c4fe7 First Checked In. 2000-02-02 00:43:10 +00:00
slamm%netscape.com cd58e3cb00 Revert to old sidebar ui (bug 26075). Changes for remote folders in customize (bug 23357). More changes for 23357 are coming... 2000-02-02 00:28:00 +00:00
norris%netscape.com c04c4d51f9 Fix bug #25864 watch() vulnerability
r=vidur,rogerl
2000-02-02 00:22:58 +00:00
rginda%netscape.com 1938c2bc35 initial add 2000-02-02 00:22:23 +00:00
nisheeth%netscape.com ac04e405d8 Enabling async reflow after the document has loaded. 2000-02-02 00:19:52 +00:00
rginda%netscape.com fabff05162 fresh build 2000-02-02 00:18:57 +00:00
dveditz%netscape.com 2ff3f382bb Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg 2000-02-02 00:16:33 +00:00
alecf%netscape.com d98a4d2ef9 add GetDataForTag() so that WSM consumers can pre-fill content area pages before they are displayed for the first time
r=ben
2000-02-02 00:08:37 +00:00
rhp%netscape.com 02238f4bd4 Changes to prepare for AppleDouble support - NO CHANGES ARE PART OF THE BUILD! 2000-02-02 00:08:12 +00:00
nhotta%netscape.com e3edc771e2 Disabled assertsions for charset conversion failure. 2000-02-02 00:01:53 +00:00
alecf%netscape.com fddc68ee7c fix xlib bustage (not part of build) 2000-02-01 23:51:46 +00:00