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

118817 Коммитов

Автор SHA1 Сообщение Дата
edburns%acm.org 393a1b0ed0 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
2003-05-13 20:22:13 +00:00
asa%mozilla.org 463e26cdb0 update release notes menu item bug 205451 thanks for the patch rparenton@louisianaada.org 2003-05-13 19:24:20 +00:00
edburns%acm.org 75e7ec52ea buildRunems_no_longer_exists 2003-05-13 19:21:12 +00:00
pkw%us.ibm.com 3c97055448 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
2003-05-13 19:13:35 +00:00
pkw%us.ibm.com 7fecf2c8fd Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
r=bugmail@sicking.cc, sr=peterv@netscape.com, a=asa@mozilla.org
2003-05-13 19:08:00 +00:00
sicking%bigfoot.com 83cd9f3da7 Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
r=peterv sr=heikki a=asa
2003-05-13 19:00:06 +00:00
dougt%meer.net 07ce9be0c0 Fixing Makefiles to support DEPENDENT_LIBS. r=kai, a=blizzard, b=205444 2003-05-13 18:28:40 +00:00
jaggernaut%netscape.com 855f07f4ca Bug 205341: Remove obsolete checks for local files, chrome files, etc. in tabbrowser progresslistener impl. r=darin, sr=hewitt, a=sspitzer 2003-05-13 17:55:47 +00:00
edburns%acm.org 08b4ea7f10 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.
2003-05-13 15:22:04 +00:00
pete.zha%sun.com 6b1ccb4d85 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
2003-05-13 14:59:25 +00:00
igor%mir2.org 65e85a6cc2 Replace catch for various exceptions that reflection methods can throw by single catch (Exception ex) to have smaller code. 2003-05-13 10:07:44 +00:00
glazman%netscape.com 380a7ac19a 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
2003-05-13 08:34:48 +00:00
aaronl%netscape.com 458dc77604 Bug 204931. Fix topcrash in nsDocAccessible::Destroy(). r=kyle, sr=alecf, a=sspitzer 2003-05-13 08:23:32 +00:00
preed%sigkill.com a452ca34ed Bug 204724 - ExcludeSelf doesn't work with an email containing capital letters; Patch by marcschum@web.de, r=preed/myk,a=myk 2003-05-13 05:29:28 +00:00
bugreport%peshkin.net 386a4d0179 Bug 195977: Add ability to show alias column in buglist
r=jhedlund
a=justdave
2003-05-13 04:59:35 +00:00
darin%netscape.com ca3cd020dc fixes bug 203813 "Digest auth does not work with SSL proxy" r=suresh sr=alecf a=asa 2003-05-13 04:41:07 +00:00
darin%netscape.com 3aa8a71fef fixes bug 132957 "Implement full support for Vary header [was: Content negotiation prohibits caching]" r=suresh sr=alecf a=asa 2003-05-13 04:38:25 +00:00
jaggernaut%netscape.com 8fd72dabae Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa 2003-05-13 04:25:01 +00:00
ben%netscape.com da4e0540b1 Change phoenix name for compliance, r=blake, sr=bryner 2003-05-13 00:51:43 +00:00
ben%netscape.com baa13e02e1 Add manifest file for themeable controls 2003-05-13 00:42:13 +00:00
robinf%netscape.com 2c439ed1ce updates per bug 161765; r=oeschger 2003-05-12 23:33:37 +00:00
robinf%netscape.com 1381d783f6 help content updates per bug 161765; r=oeschger 2003-05-12 23:16:30 +00:00
robinf%netscape.com 10a568f5ff updating image for help; bug 161765; r=oeschger 2003-05-12 23:06:06 +00:00
bienvenu%netscape.com d0575e9cd1 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 2003-05-12 22:51:48 +00:00
bienvenu%netscape.com 1cf4b9897e fix hang when exiting while offline with cleanup inbox turned on r/sr/a=sspitzer 204618 2003-05-12 22:50:13 +00:00
danm%netscape.com b60ee24dd1 backing out last revision. interestingly this doesn't seem to affect the fix that revision made. bug 204770 r=bryner,roc+moz a=asa 2003-05-12 22:47:46 +00:00
mkaply%us.ibm.com 790e5feb43 a=me - OS/2 srcdir bustage 2003-05-12 22:28:13 +00:00
jst%netscape.com 14b59ee3e0 Backing out part of bug 93015 until we can figure out how to fix the problem w/o causing regression bug 205236. 2003-05-12 22:28:04 +00:00
mkaply%us.ibm.com 86a242e010 OS/2 version of zoom pointers - a=me 2003-05-12 22:24:11 +00:00
jst%netscape.com 72ec343461 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 2003-05-12 22:23:52 +00:00
mkaply%us.ibm.com 148c24f654 OS/2 GCC debug build bustage 2003-05-12 22:17:20 +00:00
mkaply%us.ibm.com 4be159b5e1 No bug - corrupt icon - a=me 2003-05-12 22:16:51 +00:00
jaggernaut%netscape.com 3f57466f0c Bug 166428: "Sending request..." or "Transferring from..." reappearing after "Done" in status bar. r=darin, sr=jst, a=sspitzer 2003-05-12 22:12:51 +00:00
kestes%walrus.com 0b41915101 put in filespecs. 2003-05-12 21:55:46 +00:00
kestes%walrus.com 8004263bb1 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.
2003-05-12 21:54:38 +00:00
stephend%netscape.com b627674def 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 2003-05-12 21:52:36 +00:00
rogerl%netscape.com fbabde92ec Missed these... 2003-05-12 21:33:53 +00:00
rogerl%netscape.com 5e0f5cdf1b Fixed E3 bugs throughout. Added /Op to build for bug in numerics.cpp code
inherited from SpiderMonkey.
2003-05-12 21:33:18 +00:00
ian.mcgreer%sun.com 8720e22f4e bug 203049, move some operations outside of slot->slotLock
r=relyea
2003-05-12 21:32:38 +00:00
locka%iol.ie acbea27a7e Backout checkin for b=204879, a=kysmith@netscape.com 2003-05-12 21:27:24 +00:00
nelsonb%netscape.com ff2431f5c0 Fix bug 202270. Eliminate a potential infinite loop. 2003-05-12 21:07:01 +00:00
ben%netscape.com 8f3148c0e3 More name changes for 0.6 2003-05-12 21:00:35 +00:00
ben%netscape.com f83e078f2e Name changes for 0.6 2003-05-12 20:43:54 +00:00
wtc%netscape.com 34bce4985a Bug 205346: need to include <unistd.h> on BeOS for isatty(). Thanks to
timeless@bemail.org for the patch.
2003-05-12 19:52:44 +00:00
jake%bugzilla.org 3d37f7fe5c 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.
2003-05-12 19:31:50 +00:00
wtc%netscape.com 05536f8c3a Bug 205346: fixed a compiler warning about a zero-length format string for
sprintf.
2003-05-12 18:58:33 +00:00
kestes%walrus.com aa16f6222a chmod the new vcsim directory. 2003-05-12 17:34:37 +00:00
kestes%walrus.com 6fa26420f4 fixed the data persistance, now it appears done. 2003-05-12 17:25:23 +00:00
igor%mir2.org d0fc67bca5 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=205297 2003-05-12 16:54:41 +00:00
kestes%walrus.com d61b0ee52f begin work on saving state between calls. 2003-05-12 16:05:56 +00:00