tbogard%aol.net
0219f49b9b
Fixed titles of windows so they correctly show up when set from XUL files. r=hyatt
2000-02-02 04:58:18 +00:00
erik%netscape.com
ff092731bf
Moving cgiview.html to index.html so that user doesn't need to type that
...
file name.
2000-02-02 04:57:40 +00:00
cata%netscape.com
4100355fe8
Bug #24027 , #24029 r=ftang
2000-02-02 04:24:21 +00:00
cata%netscape.com
b2b8a83d2b
Adding new API. r=ftang
2000-02-02 04:23:47 +00:00
cata%netscape.com
485d066689
added files: mozilla/intl/uconv/src/nsObjectArray.cpp
2000-02-02 04:23:16 +00:00
cata%netscape.com
6d3c6ff9eb
Factoring out some internal data management code. r=ftang
2000-02-02 04:13:08 +00:00
pavlov%netscape.com
68d3dbbc71
fix build bustage r=travis
2000-02-02 04:12:22 +00:00
cata%netscape.com
6d18ec126f
Change RDF datasource ProgID for the Charset Menu. r=ftang
2000-02-02 04:12:14 +00:00
cata%netscape.com
00c3f1ad67
Adding 2 i18n prefs. r=ftang. bug #24027
2000-02-02 04:09:05 +00:00
amusil%netscape.com
cb4d13933d
Moved AddExtraAddressProcessing() call to after the creation of the currentAddressData object. r=mscott
2000-02-02 03:14:29 +00:00
tbogard%aol.net
a2e8f5f636
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
668236711e
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
ba6bb2ce2c
added files: mozilla/webshell/tests/viewer/nsWebBrowserChrome.cpp
2000-02-02 02:39:12 +00:00
mscott%netscape.com
ec1d07af8f
rhp: More AppleDouble work - NOT PART OF THE BUILD!!!
2000-02-02 02:36:36 +00:00
tbogard%aol.net
faf872e475
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
b7afe5d42c
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
e0b19ea6b3
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
e4e250c23c
Added implementation for GetPrimaryContentShell now that it was added to nsIDocShellTreeOwner. r=hyatt
2000-02-02 02:28:32 +00:00
tbogard%aol.net
f0df61168d
Added an attribute to get the primaryContentShell. r=hyatt
2000-02-02 02:27:35 +00:00
rhp%netscape.com
27ff1d96dd
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-02 02:24:03 +00:00
valeski%netscape.com
5def5e2a35
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
7546e3966f
minor aesthetic updates to account wizard
...
r=sspitzer
2000-02-02 02:02:12 +00:00
alecf%netscape.com
fdc0ee2830
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
f1a821abf0
Fixed crashing bug in nsJAR.cpp - was dereferencing unallocated pointer. r=norris
2000-02-02 01:58:37 +00:00
karnaze%netscape.com
33724881db
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
ad7405dfbd
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
9fede5927b
Fix for 25473. Make biff work when checking every 0 minutes. r=alecf.
2000-02-02 01:47:13 +00:00
putterman%netscape.com
8ce14f8fc1
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
650269aa67
More work on AppleDouble - NOT PART OF THE BUILD!!!
2000-02-02 01:43:25 +00:00
morse%netscape.com
60e8771870
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
3b6e5a54a2
Added call to nsJAR::ParseManifest, needed for signed scripts. bug=7270 r=norris.
2000-02-02 01:30:12 +00:00
valeski%netscape.com
48a5e8c4ff
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
4b27cbbd0c
Address book; partial fix to 15108, performance improvements. r=slogan
2000-02-02 01:18:46 +00:00
hangas%netscape.com
c6bd8f2f3d
New gif files for address book, bug 26112. r=jglick
2000-02-02 01:16:01 +00:00
attinasi%netscape.com
de5c74a5c8
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
79ebcf1cfb
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
856295af2a
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
1e3fbe74f7
added Set/GetCompositorFlags(), which will eventually replace GetScratchPoint().
2000-02-02 00:58:22 +00:00
rginda%netscape.com
1d924eef6a
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
66a846e8b0
new regression test
2000-02-02 00:56:02 +00:00
beard%netscape.com
b817f99131
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
46c9bd6e29
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
362b6dbdf3
bug 17826, removed buggy/unnecessary RecomputeAdjustedMinIfNecessary, r=attinasi
2000-02-02 00:48:30 +00:00
sgehani%netscape.com
94835e2199
First Checked In.
2000-02-02 00:43:10 +00:00
slamm%netscape.com
e02485c89c
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
131271ae68
Fix bug #25864 watch() vulnerability
...
r=vidur,rogerl
2000-02-02 00:22:58 +00:00
rginda%netscape.com
a1985df10f
initial add
2000-02-02 00:22:23 +00:00
nisheeth%netscape.com
7065652faa
Enabling async reflow after the document has loaded.
2000-02-02 00:19:52 +00:00
rginda%netscape.com
14d480a8f6
fresh build
2000-02-02 00:18:57 +00:00
dveditz%netscape.com
aeafce75b3
Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg
2000-02-02 00:16:33 +00:00