Commit Graph

120379 Commits

Author SHA1 Message Date
wtc%netscape.com
8d0a26b479 Bug 202593: the newly added 'lock' field in the NSSToken structure is not
being used.


git-svn-id: svn://10.0.0.236/trunk@142386 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 22:59:20 +00:00
dougt%meer.net
ca6e5be051 Stacks nsFactoryEntry's so that we can support overloading factories a bit better. r=darin, a=blizzard, b=204870
git-svn-id: svn://10.0.0.236/trunk@142385 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 22:50:03 +00:00
jaggernaut%netscape.com
228df55e7a Bug 145375: Update Google sherlock file to support Unicode. r=jag, sr=sspitzer, a=Asa
git-svn-id: svn://10.0.0.236/trunk@142384 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 22:47:04 +00:00
jgaunt%netscape.com
6792f02c64 bug 203979 - plug SOAP leaks of default encoding
r=harishd sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@142383 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 21:05:59 +00:00
edburns%acm.org
3d7dee72f2 r=edburns
Author: Ron Capelli <capelli@acm.org>

The following files are updated to allow use of IBM Java 1.3.x
JVMs on Linux.  Instead of statically linking libjawt.lib, the
code now dynamically links libjawt.so and then libawt.so only
if needed (similar to previous change for win32).  It should
work on Solaris, but we couldn't test that here.

    mozilla/java/webclient/src_moz/Makefile.in
    mozilla/java/webclient/src_moz/gtk/GtkBrowserControlCanvas.cpp

The following files are changed to support the ant 'clean'
target for src_ie.

    mozilla/java/webclient/build.xml
    mozilla/java/webclient/src_ie/Makefile.in

The following files are changed to disable the CurrentPage(2)
interface for IE, since it will be a while before that can be
made to work.  With these changes, IE embeds smoothly with
Navigation and History interfaces working nicely to some degree.

    mozilla/java/webclient/src_ie/WrapperFactoryImpl.cpp

mozilla/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java

The following file is changed so that it does not depend on
Mozilla, allowing it to be shared cleanly for IE.

    mozilla/java/webclient/src_moz/win32/Win32BrowserControlCanvas.cpp

The following file is changed to correct the list of makefiles
that need to be configured for Webclient.

    mozilla/java/makefiles

Finally, please delete the following files from CVS.

    mozilla/java/webclient/src_ie/build.xml
    mozilla/java/webclient/src_ie/Makefile.win


git-svn-id: svn://10.0.0.236/trunk@142382 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 20:22:13 +00:00
asa%mozilla.org
cfaf744ce9 update release notes menu item bug 205451 thanks for the patch rparenton@louisianaada.org
git-svn-id: svn://10.0.0.236/trunk@142381 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:24:20 +00:00
edburns%acm.org
954ff3b7bf buildRunems_no_longer_exists
git-svn-id: svn://10.0.0.236/trunk@142380 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:21:12 +00:00
pkw%us.ibm.com
86c9f4d8b8 Bug 195944 - AIX doesn't support Mozilla's default on-the-spot editing style.
r=katakai@japan.sun.com, sr=blizzard@mozilla.org, a=asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@142379 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:13:35 +00:00
pkw%us.ibm.com
20cd4525dd Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
r=bugmail@sicking.cc, sr=peterv@netscape.com, a=asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@142378 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:08:00 +00:00
sicking%bigfoot.com
b2bcab5b4b Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
r=peterv sr=heikki a=asa


git-svn-id: svn://10.0.0.236/trunk@142377 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:00:06 +00:00
dougt%meer.net
dc338ac8c4 Fixing Makefiles to support DEPENDENT_LIBS. r=kai, a=blizzard, b=205444
git-svn-id: svn://10.0.0.236/trunk@142376 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 18:28:40 +00:00
jaggernaut%netscape.com
e94fb505fb Bug 205341: Remove obsolete checks for local files, chrome files, etc. in tabbrowser progresslistener impl. r=darin, sr=hewitt, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142375 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 17:55:47 +00:00
edburns%acm.org
7a173a6e45 M webclient/build.xml
- src_ie has no clobber, clobber_all, or clean target.  Comment this out
  for now.

M webclient/classes_spec/org/mozilla/webclient/Prompt.java
M webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java
M webclient/classes_spec/org/mozilla/webclient/test/UniversalDialog.java
M webclient/src_moz/CBrowserContainer.cpp
M webclient/src_moz/CBrowserContainer.h
M webclient/src_moz/Makefile.in
M webclient/src_moz/NativeEventThread.cpp
M webclient/src_moz/NativeEventThreadActionEvents.cpp
M webclient/src_moz/PromptActionEvents.cpp
M webclient/src_moz/PromptActionEvents.h
M webclient/src_share/jni_util.cpp
M webclient/src_share/jni_util.h

- Roll back Kyle Yuan's 20030509 change for nsIPrompt, since it seems to
  break events between the browser and the app.

R webclient/src_moz/PromptService.h
R webclient/classes_spec/org/mozilla/webclient/test/UniversalDialogData.java
R webclient/src_moz/AppComponents.cpp
R webclient/src_moz/AppComponents.h
R webclient/src_moz/PromptService.cpp

- These are new files that Kyle added.


git-svn-id: svn://10.0.0.236/trunk@142372 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 15:22:04 +00:00
pete.zha%sun.com
7869075fa4 bug=185000 Make Integration of mozilla and Java Plugin be better
r=joshua.xia@sun.com, sr=alecf@flett.org, a=blizzard
patch=http://bugzilla.mozilla.org/attachment.cgi?id=122985&action=edit
Change dtd and properties files. Will not effect the build


git-svn-id: svn://10.0.0.236/trunk@142371 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 14:59:25 +00:00
igor%mir2.org
96fad38aee Replace catch for various exceptions that reflection methods can throw by single catch (Exception ex) to have smaller code.
git-svn-id: svn://10.0.0.236/trunk@142370 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 10:07:44 +00:00
glazman%netscape.com
11c71b03b6 langenus.xpi can't registerChrome aim and net2phone on linux
(fix by artii@o2.pl, Artur Polaczynski)
b=125170
r=ssu, sr=dveditz, a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@142369 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 08:34:48 +00:00
aaronl%netscape.com
c7d38136ec Bug 204931. Fix topcrash in nsDocAccessible::Destroy(). r=kyle, sr=alecf, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142368 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 08:23:32 +00:00
preed%sigkill.com
5f67d44c83 Bug 204724 - ExcludeSelf doesn't work with an email containing capital letters; Patch by marcschum@web.de, r=preed/myk,a=myk
git-svn-id: svn://10.0.0.236/trunk@142367 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 05:29:28 +00:00
bugreport%peshkin.net
f33532fac8 Bug 195977: Add ability to show alias column in buglist
r=jhedlund
a=justdave


git-svn-id: svn://10.0.0.236/trunk@142366 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 04:59:35 +00:00
darin%netscape.com
94473b732c fixes bug 203813 "Digest auth does not work with SSL proxy" r=suresh sr=alecf a=asa
git-svn-id: svn://10.0.0.236/trunk@142365 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 04:41:07 +00:00
darin%netscape.com
d8842a6c75 fixes bug 132957 "Implement full support for Vary header [was: Content negotiation prohibits caching]" r=suresh sr=alecf a=asa
git-svn-id: svn://10.0.0.236/trunk@142364 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 04:38:25 +00:00
jaggernaut%netscape.com
3b5f6ab5aa Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa
git-svn-id: svn://10.0.0.236/trunk@142363 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 04:25:01 +00:00
ben%netscape.com
5c9c9534af Change phoenix name for compliance, r=blake, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@142362 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 00:51:43 +00:00
ben%netscape.com
d63f846d17 Add manifest file for themeable controls
git-svn-id: svn://10.0.0.236/trunk@142361 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 00:42:13 +00:00
robinf%netscape.com
60291fc3b6 updates per bug 161765; r=oeschger
git-svn-id: svn://10.0.0.236/trunk@142360 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 23:33:37 +00:00
robinf%netscape.com
bee893f757 help content updates per bug 161765; r=oeschger
git-svn-id: svn://10.0.0.236/trunk@142358 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 23:16:30 +00:00
robinf%netscape.com
50786b9cff updating image for help; bug 161765; r=oeschger
git-svn-id: svn://10.0.0.236/trunk@142357 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 23:06:06 +00:00
bienvenu%netscape.com
046cc04ec3 fix 161999 destination of local filter move doesn't update counts correctly, and empty local trash should display 0 folder size, r/sr/a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142356 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:51:48 +00:00
bienvenu%netscape.com
8bc3189ede fix hang when exiting while offline with cleanup inbox turned on r/sr/a=sspitzer 204618
git-svn-id: svn://10.0.0.236/trunk@142355 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:50:13 +00:00
danm%netscape.com
22c1b41090 backing out last revision. interestingly this doesn't seem to affect the fix that revision made. bug 204770 r=bryner,roc+moz a=asa
git-svn-id: svn://10.0.0.236/trunk@142354 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:47:46 +00:00
mkaply%us.ibm.com
d2879a87b4 a=me - OS/2 srcdir bustage
git-svn-id: svn://10.0.0.236/trunk@142353 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:28:13 +00:00
jst%netscape.com
2b7131a48b Backing out part of bug 93015 until we can figure out how to fix the problem w/o causing regression bug 205236.
git-svn-id: svn://10.0.0.236/trunk@142352 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:28:04 +00:00
mkaply%us.ibm.com
bb0c6a8534 OS/2 version of zoom pointers - a=me
git-svn-id: svn://10.0.0.236/trunk@142351 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:24:11 +00:00
jst%netscape.com
394e9fef7e Fixing bug 202994. Make sure the proper security check is done when converting the result of a JS expression in a javascript: URL to a string. r=mstoltz@netscape.com, sr=brendan@mozilla.org, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@142350 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:23:52 +00:00
mkaply%us.ibm.com
859404a0f2 OS/2 GCC debug build bustage
git-svn-id: svn://10.0.0.236/trunk@142349 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:17:20 +00:00
mkaply%us.ibm.com
423bf76ca7 No bug - corrupt icon - a=me
git-svn-id: svn://10.0.0.236/trunk@142348 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:16:51 +00:00
jaggernaut%netscape.com
f142b37eea Bug 166428: "Sending request..." or "Transferring from..." reappearing after "Done" in status bar. r=darin, sr=jst, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@142347 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 22:12:51 +00:00
kestes%walrus.com
2b09c2c4f6 put in filespecs.
git-svn-id: svn://10.0.0.236/trunk@142346 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:55:46 +00:00
kestes%walrus.com
c6899a689c put info about what version of perforce this is intended so simulate.
Fix the users to allways have an @something.  Fix the time function
to match the real output.


git-svn-id: svn://10.0.0.236/trunk@142345 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:54:38 +00:00
stephend%netscape.com
b53c5083f0 Bug 204958. zip in Address tab should be ZIP (uppercase acronym). r=robinf@netscape.com, sr=sspitzer@netscape.com, a=sspitzer@netscape.com, localization=bobj@netscape.com
git-svn-id: svn://10.0.0.236/trunk@142344 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:52:36 +00:00
rogerl%netscape.com
03430a184f Missed these...
git-svn-id: svn://10.0.0.236/trunk@142343 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:33:53 +00:00
rogerl%netscape.com
022516fe63 Fixed E3 bugs throughout. Added /Op to build for bug in numerics.cpp code
inherited from SpiderMonkey.


git-svn-id: svn://10.0.0.236/trunk@142342 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:33:18 +00:00
ian.mcgreer%sun.com
22c581e6eb bug 203049, move some operations outside of slot->slotLock
r=relyea


git-svn-id: svn://10.0.0.236/trunk@142341 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:32:38 +00:00
locka%iol.ie
f77bb308c7 Backout checkin for b=204879, a=kysmith@netscape.com
git-svn-id: svn://10.0.0.236/trunk@142340 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:27:24 +00:00
nelsonb%netscape.com
fece9f41b3 Fix bug 202270. Eliminate a potential infinite loop.
git-svn-id: svn://10.0.0.236/trunk@142339 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:07:01 +00:00
ben%netscape.com
5c14f66ff5 More name changes for 0.6
git-svn-id: svn://10.0.0.236/trunk@142338 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 21:00:35 +00:00
ben%netscape.com
3bccf3327a Name changes for 0.6
git-svn-id: svn://10.0.0.236/trunk@142337 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 20:43:54 +00:00
wtc%netscape.com
8d3e1170d8 Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks to
timeless@bemail.org for the patch.


git-svn-id: svn://10.0.0.236/trunk@142336 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 19:52:44 +00:00
jake%bugzilla.org
ca70728f43 Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences.
Patch by Martin Wulffeld <martin@wulffeld.org>.
r,a=jake
Also, added Martin to the section about people who have made signifigant conrtibutions.


git-svn-id: svn://10.0.0.236/trunk@142335 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 19:31:50 +00:00
wtc%netscape.com
b9697cb5f5 Bug 205346: fixed a compiler warning about a zero-length format string for
sprintf.


git-svn-id: svn://10.0.0.236/trunk@142334 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-12 18:58:33 +00:00