Commit Graph

83149 Commits

Author SHA1 Message Date
wtc%netscape.com
1a271729e1 Although gcc takes the -mips3 option, it generates an executable that
crashes with SIGBUS.
2001-05-24 23:48:38 +00:00
sonmi%netscape.com
8daad84eff hopefully fix for tindebox blue screen problem: Removed NT invalid character
from the path
2001-05-24 23:28:21 +00:00
edburns%acm.org
29b8dbe5a8 Necessary changes to get webclient running on Win32 with new nsIProfile stuff. 2001-05-24 22:38:40 +00:00
ashuk%eng.sun.com
5fe3250b5a Bug=82189
author=ashuk
r=edburns

Files modified
A mozilla/java/webclient/classes_spec/org/mozilla/webclient/stubs
A mozilla/java/webclient/classes_spec/org/mozilla/webclient/ProfileManager.java
A mozilla/java/webclient/classes_spec/org/mozilla/webclient/wrapper_native/ProfileManagerImpl.java
A mozilla/java/webclient/config/rules.mk
A mozilla/java/webclient/config/rules.mak
A mozilla/java/webclient/import
A mozilla/java/webclient/import/Makefile.in
A mozilla/java/webclient/import/Makefile.win
A mozilla/java/webclient/import/chPackage.pl
M mozilla/java/webclient/Makefile.in
M mozilla/java/webclient/Makefile.win
M mozilla/java/webclient/classes_spec/Makefile.in
M mozilla/java/webclient/classes_spec/Makefile.win
M mozilla/java/webclient/classes_spec/org/mozilla/webclient/BrowserControl.java
M mozilla/java/webclient/classes_spec/org/mozilla/webclient/BrowserControlImpl.java
M mozilla/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java
M mozilla/java/webclient/classes_spec/org/mozilla/webclient/wrapper_native/WrapperFactoryImpl.java
M mozilla/java/webclient/src_share/runem.pl

This fix adds the new ProfileManager interface in the Webclient API.
This is also the first integration of BlackConnect in Webclient.
Webclient uses this ProfileManager interface to provide an interface
to the nsIProfile api in Mozilla for profile management. It uses
BlackConnect for this.
2001-05-24 21:13:50 +00:00
waterson%netscape.com
ab25003da8 Bug 73291. Handle case where paint arrives before reflow for modified content. r=karnaze, sr=attinasi, a=asa 2001-05-24 18:40:45 +00:00
larryh%netscape.com
f9530d4231 Gnu tar incompatible with Sun tar 2001-05-24 18:28:22 +00:00
larryh%netscape.com
7c39f6468b Bugzilla: 81706. strsclnt exit code 2001-05-24 16:44:25 +00:00
briane%qnx.com
b2ae687cfb Photon Build only
Changes to support new gfx2 and image libs.
Bug fixes for drawing speed and code cleanup
2001-05-24 14:48:38 +00:00
briane%qnx.com
454f9f738c Photon build only
Bug fixes for menus, popup windows and some code cleanup
2001-05-24 14:35:51 +00:00
nboyd%atg.com
c23c5d3729 Patches from Igor:
----
The patch changes Notification to extend from BaseFunction and adjusts
Context, FunctionObject and NativeScript accordingly.
----
The patch changes BaseFunction.jsConstructor to use the scope argument
passed to execMethod instead of using cx.ctorScope. This argument is
null in this case because when calling execMethod IdFunction.construct
does not set cx.ctorScope because scope is passed to execMethod as argument.
2001-05-24 13:38:12 +00:00
jake%acutex.net
4cf2c59aa4 Mention the Bugzilla project page and where to report bugs
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com, jake@acutex.net
2001-05-24 12:58:33 +00:00
ssu%netscape.com
a20867874e fixing bug 71010, which is part of a fix for bug 81601, which got pdt approval. r=sgehani,sr=mscott,a=pdt2 2001-05-24 08:07:52 +00:00
gagan%netscape.com
0e8a84508f Fix for bug 81214. We were running the PAC routines even for non-relevant scheme URLs like chrome, file, etc. Added a check to only process proxy related ones. r=pavlov, sr=darin, a=asa 2001-05-24 07:12:06 +00:00
ian%hixie.ch
1ffb74226d Added some minor corrections and clarifications to the documentation.
Added some comments to various user-related files.
Factored out some code that started becoming common when inserting fields in Service/User.pm.
Added code to deal with adding new contact details.
Added code to support removing fields from a user.
2001-05-24 07:06:41 +00:00
idk%eng.sun.com
78f83b1828 *not part of the buil*
add on to
fix for 80938
2001-05-24 05:39:24 +00:00
idk%eng.sun.com
92a68dc36b *not part of the build*
fix for 80938
a = avm@sparc.spb.su
    ovk@sparc.spb.su
    sva@sparc.spb.su

Tests for blackConnect
2001-05-24 05:22:13 +00:00
timeless%mac.com
68152b8d2a 62446 extra spaces inside links on some lxr-generated pages
r=terry
2001-05-24 04:10:23 +00:00
timeless%mac.com
2ed9571632 45785 Swapped ALIGN/VALIGN attributes
39224 duplicate word on lxr.mozilla.org/ ("use use")
r=terry
2001-05-24 04:07:43 +00:00
ben%netscape.com
6996b0610b Fix history D&D again. r=kerz, sr=blake, a=asa 2001-05-24 03:30:02 +00:00
bienvenu%netscape.com
58e056b443 fix 82285 hang playing back offline moves from local folder to imap folder rs=sspitzer a=putterman 2001-05-24 03:15:30 +00:00
jake%acutex.net
7d7408335b Bug 71552 - Remove oldemailtech from Bugzilla
r= justdave@syndicomm.com
2001-05-24 03:10:49 +00:00
leaf%mozilla.org
9728eef0ca Automated update 2001-05-24 02:14:42 +00:00
cls%seawood.org
4fdd2be326 Backing out previous checkin for bug 76710 as it causes libboehm.so to be linked with -Bsymbolic and that's bad.
bug #81735 a=blizzard for 0.9.1
2001-05-24 02:07:36 +00:00
ftang%netscape.com
a7c5759a22 fix 81957. return error code when error happen when we do not get a good frame result to stop a selection crash
in a page which have bidi/table/image
proposed by yokoyama r=ftang/mjudge/attinasi sr=kin a=blizzard
2001-05-24 01:10:19 +00:00
ftang%netscape.com
b28b515d1d fix bug 74088. check in for katakai@japan.sun.com
r=ftang/pavlov sr/a=blizzard
change the key event init code so we can handle the keysym correctly for
non ASCII keys
2001-05-24 01:07:41 +00:00
gagan%netscape.com
63f4988f88 Fixes for bug 72599. Checking in on dougt's behalf. r=dougt, sr=brendan, a=blizzard. 2001-05-24 00:57:57 +00:00
wtc%netscape.com
fbfec0e2eb Bugzilla bug #80662: remove $(MOZ_BUILD_ROOT)/dist/include (already in
NSS/coreconf's INCLUDES) and add $(MOZ_BUILD_ROOT)/dist/include/dbm.
r=cls. a=blizzard for mozilla0.9.1.
2001-05-24 00:31:26 +00:00
larryh%netscape.com
f0278a97d7 Bugzilla: 82259. #error not #pragma 2001-05-24 00:22:55 +00:00
larryh%netscape.com
1e759a722e Bugzilla: 82259. improve rootcert load 2001-05-24 00:17:10 +00:00
larryh%netscape.com
71a0b19e19 Adding administrative/build files 2001-05-23 23:59:08 +00:00
sonmi%netscape.com
9ea87ecf8e changed previos fix so it will work for unix as well 2001-05-23 23:43:00 +00:00
ddrinan%netscape.com
fab41d17b3 PCKS7 implementation for signed JS. Bug# 82227 r=mstoltz@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-05-23 23:22:25 +00:00
sonmi%netscape.com
e3e7f947d3 intermittant version to test NT tinderbox 2001-05-23 23:15:58 +00:00
pschwartau%netscape.com
4c787095dc Adding attribution to Mike Epstein, creator of this test. 2001-05-23 23:01:08 +00:00
hewitt%netscape.com
bd7b740865 78771 - autocomplete popup results are empty in 2nd browser instance and mail compose, r=ben, sr=hyatt 2001-05-23 22:47:54 +00:00
pschwartau%netscape.com
bd8d3a3346 Initial add. Regression test for bug 82306. 2001-05-23 22:47:48 +00:00
edburns%acm.org
a576c8c184 Stress test, for 64332. 2001-05-23 22:27:01 +00:00
ddrinan%netscape.com
24e6ca57c8 PCKS7 implementation for signed JS. Bug# 82227 r=mstoltz@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-05-23 22:06:43 +00:00
mkaply%us.ibm.com
1f6d785923 #81078
r=simon@softel.co.il, sr=sfraser, a=blizzard
Fix UMR and bounds checking
2001-05-23 22:05:30 +00:00
morse%netscape.com
2492be606a bug 81451, bugzilla cookies not getting set, r=valeski, sr=darin, a=blizzard 2001-05-23 21:47:14 +00:00
javi%netscape.com
99ce2721be Remove reference to non-existent file. 2001-05-23 19:53:47 +00:00
javi%netscape.com
369b39c7e7 Backing out fix to Bug 77837 since it caused many things to
go wrong like strings not showing up on Mac builds
and nsKeygenFormProcessor to crash.
2001-05-23 18:11:43 +00:00
ashuk%eng.sun.com
c3886cd2af author=ashuk
Bug=81023

Modified README file to reflect the changed dom2.jar file.
2001-05-23 17:59:28 +00:00
bienvenu%netscape.com
4449b37907 fix for blocker 82338 can't see msg headers rs=sspitzer, r=prass a=kysmith 2001-05-23 17:19:06 +00:00
dbaron%fas.harvard.edu
cfd9a7e6ca Fix build bustage within |#ifdef CSS_REPORT_PARSE_ERRORS| resulting from scc's string changes for bug 75220. Not part of default build. r=glazman a=tor 2001-05-23 14:18:38 +00:00
cls%seawood.org
e67f8266b8 Updating dependency list to fix senna bustage 2001-05-23 08:56:33 +00:00
law%netscape.com
7bd888ae8b Last time didn't take...trying again. Bug 75599; converted nsINativeAppSupport to .idl to make it scriptable, this change adds the .idl to the Mac project; r=cathleen, sr=alecf 2001-05-23 07:04:37 +00:00
pavlov%netscape.com
efeddaf9d5 removing #ifdef MOZ_NEW_CACHEs since they arn't needed anymore (and they are gone from the rest of the code) r=jst 2001-05-23 07:01:38 +00:00
pavlov%netscape.com
d9e16aae2f changing baseURI to an nsCOMPtr r=jst 2001-05-23 07:00:37 +00:00
scc%mozilla.org
faa968510f bug #75164: sr={brendan, sfraser}. Adding the generators |nsSubstituteC?String|, which will replace |ReplaceSubstring|. Also fixing a declaration in "nsAStringGenerator.h". 2001-05-23 06:49:51 +00:00