Commit Graph

78773 Commits

Author SHA1 Message Date
jgaunt%netscape.com
575178307d fix for bug#62361 r=ccarlen@netscape.com sr=scc@mozilla.org
profile migration over remote connection
2001-03-22 01:13:07 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
leaf%mozilla.org
2d5770e2c1 Automated update 2001-03-22 00:30:10 +00:00
bryner%uiuc.edu
63e50c35b0 Bugs 70745, 70747. Making the following XUL syntax changes:
<textfield/> -> <textbox/>
<title/> -> <label/>
value -> label for all widgets except textbox, progressmeter, and text.
progresstext -> label
data -> value

r=blake, hewitt.  sr=ben, hyatt.  checking in for maolson@earthlink.net and blakeross@telocity.com.
2001-03-22 00:21:54 +00:00
darin%netscape.com
b5ef4f8688 Enabling new cache build in Linux. r=beard; sr=mscott,rpotts; a=chofmann 2001-03-22 00:18:13 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
cls%seawood.org
3ad0896b51 Do NOT use C++-style comments in a C file. It causes builds to fail on some compilers. Fixing cement tinderbox bustage 2001-03-22 00:08:48 +00:00
heikki%netscape.com
9f0077a84e Didn't notice tree was closed, backing out to wait for open. 2001-03-21 23:35:22 +00:00
heikki%netscape.com
e162db571b Bug 72675, document.load() can cause crash if loading HTML document. r=harishd,sr=vidur. 2001-03-21 23:20:12 +00:00
pinkerton%netscape.com
5ddf5bcf3d include limits.h to fix fizzilla build bustage. r=beard/sdagley. 2001-03-21 23:11:42 +00:00
shanjian%netscape.com
1c3ce9176c #64235, 25037
mishandling of 'stand-alone' octet with MSB set in CJK(multibyte) encodings

r = ftang sr=erik,
p =  Jungshik Shin
2001-03-21 22:50:05 +00:00
shanjian%netscape.com
bffde03348 #64235, 25037 illegal 0xA0 code point in Multibyte charset break parser
r=ftang, sr=erik
uscan.c
nsUnicodeDecodeHelper.cpp
nsGB2312ToUnicodeV2.cpp
nsGBKToUnicode.cpp
nsJapaneseToUnicode.cpp
2001-03-21 22:46:25 +00:00
blakeross%telocity.com
69b6cfdc47 Backing out to fix bustage. 2001-03-21 22:37:59 +00:00
morse%netscape.com
cf9e2e9a33 bug 72603, form manager captures bad values for sample2 page, r=jag, sr=alecf 2001-03-21 22:18:54 +00:00
bryner%uiuc.edu
05aa4d6775 Need to add -I. as well. Fixing build bustage. 2001-03-21 22:01:47 +00:00
mcgreer%netscape.com
26d4eeb2b1 add certificate verification and usages to cert display 2001-03-21 22:00:15 +00:00
bryner%uiuc.edu
991faca062 Fixing build bustage. r=cls. 2001-03-21 21:58:23 +00:00
mjudge%netscape.com
b2fe9141b2 removal of #ifdefs foor 68396 r=cmanske all depricated code just a clean up 2001-03-21 21:30:08 +00:00
sonmi%netscape.com
70103e5231 searching for "error" "failed" and "fatal" in the output logs 2001-03-21 21:29:48 +00:00
hyatt%netscape.com
6470447a3f Backing out preventDefault checkin, since it's already there. 2001-03-21 21:27:04 +00:00
shanjian%netscape.com
dcb27749dc #59924 Win IME for Japanese: the candidate window is incorrectly positioned covering the current lineWin IME for Japanese: the candidate window is incorrectly positioned covering the current line
r = roy, sr=erik
using an alternative way to position candidate window.
2001-03-21 21:13:26 +00:00
blizzard%redhat.com
f014002bf2 remove old files that are no longer in the build 2001-03-21 21:07:59 +00:00
karnaze%netscape.com
0893dbf736 new regression tests, cleanup, not affecting the build. 2001-03-21 20:49:08 +00:00
akkana%netscape.com
f685b8c2ce 57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
Clean up XBL bindings and eliminate redundancies and errors.
       Fix a bug in which XBL bindings didn't check for event cancellation.
       r=brade sr=hyatt
2001-03-21 20:32:59 +00:00
alecf%netscape.com
3a67dc577b fix mac bustage 2001-03-21 20:17:24 +00:00
hwaara%chello.se
9594a3fbce Fix the memleak regression caused by bug 72388. r=brade, sr=bienvenu. 2001-03-21 19:45:12 +00:00
dougt%netscape.com
3975dd1e74 fix for 69143. This patch prevents non existant files from entering into
the file transport process loop for reading.
2001-03-21 19:44:23 +00:00
larryh%netscape.com
3248dfd91b bugzilla: 72261. fix linking problems 2001-03-21 19:36:31 +00:00
alecf%netscape.com
9664329021 other part of fix for 46488 - fix mac build scripts to use NS_LITERAL_STRING so we have a unicode build date. 2001-03-21 19:35:32 +00:00
alecf%netscape.com
a45fd24a01 fix for bug 46488 r=valeski, sr=waterson
make the content DLL an HTTP startup listener, so that loading the content DLL doesn't load HTTP
2001-03-21 19:35:29 +00:00
pchen%netscape.com
10ae433834 mac buddy for alecf on bug 46488, r=valeski, sr=waterson, add nsContentHTTPStartup.cpp to project 2001-03-21 19:35:25 +00:00
alecf%netscape.com
73c6fffbe8 fix for bug 71871 - group history by day, not by age, by normalizing the AgeInDays property to the current local day's midnight.
... and bug 66906 - update history UI while surfing - this ensures that visited URIs get added to any open history windows/sidebars by asserting against all sorts of expected find URIs
sr=shaver
2001-03-21 19:26:10 +00:00
alecf%netscape.com
01b6ed44fd no bug - just reworking nsIURIContentListener to be more easily implemented in JS - does not affect any C++ interface signatures
sr=mscott
2001-03-21 19:21:34 +00:00
dougt%netscape.com
6a3a4a8997 Fixes many ftp problems. Details in 72280. r=valeski@netscape.com 2001-03-21 19:04:32 +00:00
axel%pike.org
08ad4c34ba not part of build;fixing 72436; bring Makefile uptodate, code by kvisco, r=me 2001-03-21 18:54:02 +00:00
karnaze%netscape.com
32968f5079 new regression tests not affecting the build. 2001-03-21 17:51:36 +00:00
cls%seawood.org
448c273013 Fix for OS/2 emx build bustage.
Thanks to Dmitry Kubov <dmitry@north.cs.msu.su> for the patch.
Bug #72471 r=cls
2001-03-21 15:56:31 +00:00
oeschger%netscape.com
e8e6b3036a updating help chrome, not part of build 2001-03-21 15:09:24 +00:00
mkaply%us.ibm.com
bde83a3630 #41077
r=mkaply, a=blizzard
On OS/2, the caret is hidden during selection
2001-03-21 14:30:31 +00:00
locka%iol.ie
08c130f2e5 NOT PART OF BUILD. Updated project file for MSVC++ now invokes "nmake /f makefile.win" 2001-03-21 13:07:21 +00:00
sspitzer%netscape.com
031366d02d fix for #72265. update the unread / total counter in the bottom right of the 3 pane.
sr=bienvenu
2001-03-21 10:13:12 +00:00
glazman%netscape.com
050041f52f easy fix for 71647 ; that bug was hidden behind 72302, [s]r=attinasi 2001-03-21 09:40:41 +00:00
hyatt%netscape.com
4ba223ca22 Missed a file on 71470. 2001-03-21 09:01:34 +00:00
hyatt%netscape.com
03580dcee5 Fix for 71740. r=jag, sr=shaver 2001-03-21 08:15:49 +00:00
hyatt%netscape.com
6fe6375fc9 Fix for 71740. r=jag, sr=shaver. 2001-03-21 08:15:12 +00:00
hyatt%netscape.com
7eb8765948 Fix for 62985, r=dbaron, sr=attinasi 2001-03-21 08:10:20 +00:00
timeless%mac.com
779adab63f ports bustage *sorry* HPUX doesn't want to make abstract temporary variables, so reverting 2001-03-21 07:10:15 +00:00
mscott%netscape.com
f0b8e3f67d Bug #72696 incorrectly supressing message display when you click on the thread pane splitter
sr=sspitzer
2001-03-21 06:31:23 +00:00
bernd.mielke%snafu.de
bbaf6b9149 limit the spread of desired content width in colspans with specified fixed width's
bug 42187, it fixes also the regression in bug 2684. r=karnaze sr=attinasi
2001-03-21 06:02:21 +00:00
javi%netscape.com
67cb858eee Fix build bustage for Linux RH 7 + patches. 2001-03-21 05:35:58 +00:00