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

131158 Коммитов

Автор SHA1 Сообщение Дата
peterv%propagandism.org a5c45f8f38 Fix for bug 248172 (XMLSerializer corrupts namespace prefixes when XHTML namespace is used). r=sicking, sr=jst. 2004-06-24 19:38:03 +00:00
bienvenu%nventure.com a32e8e364a fix 189344 use mapi recip display name as address if no address specified sr=mscott 2004-06-24 17:28:32 +00:00
bsmedberg%covad.net 711f1807df Bug 247377 - can't migrate old tbird profiles when the OS username contains non-ASCII characters... I mis-reverse-engineered the old profile registry code. r=jshin 2004-06-24 17:07:17 +00:00
edburns%acm.org 588c335a00 Ok after this checkin we now have all the functionality of Sun's JDIC
WebBrowser
<https://jdic.dev.java.net/nonav/documentation/javadoc/jdic/org/jdesktop/jdic/browser/WebBrowser.html>, with the following exceptions:

- we're based on mozilla 1.6

- it only works on windows

- we don't have mouse event support

- we only support mozilla, not IE

So, webclient still has a ways to go until we reach its former glory.
However, I'm going to get together a 2.0 alpha release, including build
instructions, from what we have now.

I'd love it if someone could get the unit tests working on GNU/Linux
again.  I think the problem has to do with our old friend GDKSUPERWIN.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java
M webclient/src_moz/NavigationImpl.cpp

- re-enable POST

M webclient/src_moz/EmbedWindow.cpp
M webclient/src_moz/EmbedWindow.h

- expose DocShell post method.

M webclient/test/automated/src/classes/org/mozilla/util/THTTPD.java
M webclient/test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- test code for POST
2004-06-24 16:23:42 +00:00
pinkerton%aol.net 22067fe79d copy libmozz.dylib into app bundle 2004-06-24 16:22:03 +00:00
pinkerton%aol.net e0f06cd117 use user-chosen save name as displayed download name (bug 247968) 2004-06-24 15:04:12 +00:00
bienvenu%nventure.com 3886a4e42f attempt to fix mac os x build bustage 2004-06-24 14:41:28 +00:00
bienvenu%nventure.com d78bb30101 fix searching for non 7bit ascii characters with imap 243625 sr=mscott 2004-06-24 14:14:49 +00:00
timeless%mozdev.org deb1a2db69 Bug 228542 Divide by zero bug in Universal charset detecter
patch by vladimir@lukianov.name r=smontagu sr=roc
2004-06-24 11:53:10 +00:00
timeless%mozdev.org 27cb8450cd Bug 228545 Bug "FilterWith..." in universal charset detector
patch by vladimir@lukianov.name r=smontagu sr=roc
2004-06-24 11:49:08 +00:00
nelsonb%netscape.com 2f2d7ae1b1 Follow the SSL2 specification more closely in accepting and rejecting
SSL messages.  Previously NSS would reject some it should accept
and vice versa.  Bugscape bug 57121. r=wtc,julien
2004-06-24 02:02:39 +00:00
christophe.ravel.bugs%sun.com 1dc2c7cb4d 238319: Sun packages changes. 2004-06-24 01:18:12 +00:00
jst%mozilla.jstenback.com e770a45812 Fixing firefox topcrash bug 248071. Make sure to hold on to observers during calls on the observers to prevent crashes in cases where the observers remove themselves during a notification call. r=dbaron@dbaron.org, sr=brendan@mozilla.org 2004-06-24 00:31:04 +00:00
darin%meer.net d169af1caf Bad array addressing in GetIIDForMethodParam when passed a nsXPTCVariant
array.  Thanks to Javier Pedemonte for discovering this bug.

Not part of the default build.
2004-06-23 23:22:56 +00:00
jruderman%hmc.edu a7da35e3fe 246719 - Make link modifiers work consistently throughout Firefox. This fixes 202819, 214816, 224132, and 236864. Also makes middlemouse.contentLoadURL work on Windows by porting the fix for 217090. r=bryner. 2004-06-23 22:54:12 +00:00
nelsonb%netscape.com 20fa84590f Fix certutil's ability to read PQG files. Make certutil able to read
the files produced by the command "makepqg -a".  Plug some memory leaks.
r=relyea,vipul  Bug 247739
2004-06-23 22:23:00 +00:00
ben%bengoodger.com 1aabd92ccf more EM bulletproofing 2004-06-23 22:13:35 +00:00
brendan%mozilla.org f5d505c128 NARCISSUS-only fix from Frierich Munch <colsebas@hotmail.com>. 2004-06-23 21:25:55 +00:00
ben%bengoodger.com a54271d5d0 fix a bug in EM compatibility checking code so that incompatible item details are shown. Before, a bad piece of control flow made sure that incompatible extension data was written into the datasource anyway, causing subsequent startup woes. 2004-06-23 21:08:52 +00:00
pinkerton%aol.net d8a2759175 use libmozz 1.2 instead of system zlib 2004-06-23 21:05:36 +00:00
edburns%acm.org f230524ab5 Next really will be to get POST working.
A test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerImpl.java

- Forgot to add this.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/HistoryImpl.java
M src_moz/HistoryImpl.cpp

- push through can{back,forward}(), forward().

M test/automated/src/classes/org/mozilla/webclient/HistoryTest.java

- exercise new methods.
2004-06-23 19:58:12 +00:00
timeless%mozdev.org 14ed3630a3 Bug 248307 lack of {} in mozilla\extensions\universalchardet\src\nsEUCJPProber.cpp:80
patch by vladimir@lukianov.name r=roc sr=roc
2004-06-23 19:54:02 +00:00
aaronleventhal%moonset.net ec9f3a5375 Bug 246063. Fire accessible state changes when tree item expands/collapses. r=neil, sr=jst 2004-06-23 19:44:43 +00:00
edburns%acm.org 0b089bb85a Got "back()" working. Next will be to get forward(), and can{Back,Forward}.
A test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerImpl.java
A test/automated/src/classes/org/mozilla/webclient/HistoryTest.java
A test/automated/src/test/HistoryTest0.html
A test/automated/src/test/HistoryTest1.html
A test/automated/src/test/HistoryTest2.html
A test/automated/src/test/HistoryTest3.html

- new test content.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/HistoryImpl.java
M src_moz/HistoryImpl.cpp

- expose back() method
M src_moz/Makefile.in

M test/automated/src/classes/org/mozilla/util/THTTPD.java

- added way for the server to return the content type of the document

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- pulled out DocumentLoadListener into a separate class.
2004-06-23 19:21:07 +00:00
neil%parkwaycc.co.uk 970a4df3dd Bug 248193 Better Attach Web Page dialog r=sspitzer sr=bienvenu 2004-06-23 19:12:31 +00:00
tor%cs.brown.edu 02b09ac411 Bug 246857 - implement <svg:defs>. r=afri. Not in default build. 2004-06-23 18:14:04 +00:00
darin%meer.net 7a96cb68e8 Fixes a major bug that occurs when passing a remote object to a method call
on another remote object.  We now unwrap the local DConnectStub and send
the address of the remote object instead, which avoids the creation of an
unnecessary DConnectStub on the remote side.  Thanks to Frank Wiegerinck
for finding this bug.

This patch also makes it so that all of the IPC tests depend on no more
than XPCOM.  That way it is possible to build IPCDC and XPCOM standalone
without needing disable tests.

These changes do not affect the default build.
2004-06-23 18:10:11 +00:00
bienvenu%nventure.com fe8e4e2d2d handle case of special folders (e.g., sent, drafts, etc) being in INBOX on servers which have INBOX as personal namespace, 248080 sr=mscott 2004-06-23 17:54:43 +00:00
pkw%us.ibm.com c769502ca2 Bug 126066 - Changing caret (cursor) color.
r=tor@acm.org, sr=dbaron@dbaron.org
2004-06-23 17:49:48 +00:00
jst%mozilla.jstenback.com 779b03c6b4 Fixing regression bug 246923. Bring back to life the fix for bug 13871, and improve on the fix for bug 246448. r=dveditz@cruzio.com, sr=darin@meer.net 2004-06-23 17:48:36 +00:00
jst%mozilla.jstenback.com 34eb60a8d1 Fixing regression bug 246923. Bring back to life the fix for bug 13871, and improve on the fix for bug 246448. r=dveditz@cruzio.com, sr=darin@meer.net 2004-06-23 17:42:31 +00:00
dbaron%dbaron.org 0d6e63fdc4 Don't treat mouse exit and enter events as user events for purposes of content sink frequency tuning, since they're often caused by widget creation/destruction, and if the user moves the mouse we'll get real mousemove events. I'm hoping this will smooth pageload times. b=248226 r+sr=bryner 2004-06-23 17:31:29 +00:00
edburns%acm.org 37987a4b25 This enables "refresh". Next step will be to enable history next and
back.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java
M src_moz/NavigationImpl.cpp

- push thru "refresh" behavior.

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- move test HTTPD server out so it can be used by all tests in suite.

M test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java

- make getBrowserBinDir() static.
2004-06-23 17:08:23 +00:00
pkw%us.ibm.com 0ec5bbae9b Bug 248216 - Mismatched new[]/delete in nsTextFrame.cpp.
r/sr=dbaron@dbaron.org
2004-06-23 16:38:38 +00:00
bienvenu%nventure.com d80b95eac1 only pay attention to first x-mozilla-status headers when parsing mail message because spammers have been setting x-mozilla-status, r/sr=mscott 196749 2004-06-23 14:48:52 +00:00
mkaply%us.ibm.com b7516b3f44 #248102
r=ssu, sr=dveditz
Don't delete mozilla.bmp when we install over a previous installation
2004-06-23 14:26:19 +00:00
aaronleventhal%moonset.net 58253cb880 Bug 246062. No accessible name for trees and listboxes. r=neil, sr=jst 2004-06-23 14:07:49 +00:00
mostafah%oeone.com c91c66aa08 Updated translation 2004-06-23 13:28:13 +00:00
mkaply%us.ibm.com 355a91a5ce Copy image doesn't work on OS/2 2004-06-23 12:56:02 +00:00
pinkerton%aol.net 09d1dce809 use mozilla sourceid for google search 2004-06-23 12:53:40 +00:00
dbaron%dbaron.org 4a51202a02 Keep egcs happy (btek bustage). 2004-06-23 08:19:49 +00:00
pete.zha%sun.com 0a8325917f bug 241729
Preference- Advanced-Scripts and Plugins can not be locked
neil.parkwaycc.co.uk: review+
jag: superreview+
patch by brian.lu@sun.com
2004-06-23 07:55:33 +00:00
hpradhan%hotpop.com a3c257f366 bug 246783 : Support base64binary type in webservices r+sr=jst 2004-06-23 07:13:10 +00:00
hpradhan%hotpop.com d12123dda6 fix comment 2004-06-23 07:02:16 +00:00
hpradhan%hotpop.com e4c6d7f467 bug 246783: Support base64binary types in webservices r+sr=jst 2004-06-23 06:57:09 +00:00
hpradhan%hotpop.com a0433986e4 bug 246783 : Support base64binary type in webservices r+sr=jst 2004-06-23 06:55:47 +00:00
jst%mozilla.jstenback.com 3b73653c87 Fixing bug 245615. Random nsGlobalWindow cleanup. r+sr=peterv@propagandism.org 2004-06-23 01:15:42 +00:00
jst%mozilla.jstenback.com fc411345f7 Fixing bug 245615. Random nsGlobalWindow cleanup. r+sr=peterv@propagandism.org 2004-06-23 01:11:06 +00:00
jshin%mailaps.org 834bd6e504 bug 247450: Suggested file name for email/news posting is RFC2047-encoded (e.g. =?KOI8-R?B?.....?=) : patch by eaglus@yandex.ru, r=bienvenu, sr=mscott 2004-06-23 00:33:16 +00:00
ben%bengoodger.com fef2215d99 246618 - show default download folder in downloads window when in autodownload mode 2004-06-23 00:14:59 +00:00