130530 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
8792be5aaa Bug 245325 Fix addressbook's abuse of menulists r/sr=mscott 2004-06-03 16:52:06 +00:00
scott%scott-macgregor.org
9fa6f67864 Remove ucnative.xpt from the packaging manifests
Patch by Stephen Walker
2004-06-03 16:49:02 +00:00
mconnor%myrealbox.com
07f2dcf5ab oops 2004-06-03 16:46:36 +00:00
scott%scott-macgregor.org
e76c5c8df7 Remove reference to an obsolete grippy.
Patch by Stephen Walker.
2004-06-03 16:45:22 +00:00
pedemont%us.ibm.com
291d112a57 Bug 195022 - Fix Camino bustage 2004-06-03 14:40:17 +00:00
edburns%acm.org
5485cd3d05 This change-bundle applies Darin Fisher's astute observation that CVS
version 1.9 of InputStreamShim.cpp didn't correctly implement
QueryInterface.  Fixing that allowed me to discover that the system
wants to call ::ReadSegments, so I had to implement that.  Now the
RandomHTMLInputStream case works, but the garden variety FileInputStream
case does not.  Since the FileInputStream case is generally easier to
debug, I'll check in what I have now and continue with this last case
tomorrow.

M src_moz/InputStreamShim.cpp
M src_moz/InputStreamShim.h

- made this correctly implement nsIAsyncInputStream.

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

- comment out the FileInputStream case.
2004-06-03 14:28:41 +00:00
mostafah%oeone.com
73f1365dfb Updated translation 2004-06-03 13:06:42 +00:00
ben%bengoodger.com
cc2e4074ea fix installer not showing progress bug once 2004-06-03 10:05:34 +00:00
scott%scott-macgregor.org
b1b2f1811e Bug #243733 --> Port Thunderbird's fix for handling the opening of vCard attachments internally instead of
opening up a helper app to the trunk.

sr=bienvenu
2004-06-03 04:25:57 +00:00
nelsonb%netscape.com
6edf60ce5c Make crmftest compile and run with NSS 3.10 shared libraries.
Enhance the command line parsing to permit portions of the tests
to be individually selected.  The code still doesn't all run
to completion without errors, but it gets MUCH farther than before.
Bug 244329.
2004-06-03 03:56:48 +00:00
nelsonb%netscape.com
45fbe7addd Fix an erroneous assertion. Clean up some other code. Bug 244929.
r= jpierre, wtc.
2004-06-03 03:41:07 +00:00
scott%scott-macgregor.org
652c409f6e Bug #245196 --> add color borders to quoted message parts. 2004-06-03 01:58:44 +00:00
cbiesinger%web.de
0b4d9d9ec5 forgot to check this in as part of bug 245009 2004-06-02 23:25:32 +00:00
neil%parkwaycc.co.uk
93e990ff0c Bug 90984 Prefer "website" to "web site" p=tmeader@gmail.com r=me sr=jag 2004-06-02 22:59:39 +00:00
nelsonb%netscape.com
4bc475a605 Export symbols needed for crmftest. r=relyea. bug 244329. 2004-06-02 22:19:33 +00:00
ben%bengoodger.com
0bbe0b0cd7 245051 - problems with javascript - related to adding web panel sidebars... remove some unused code that is causing js errors due to files that cannot be found 2004-06-02 22:02:17 +00:00
mostafah%oeone.com
e5b6b5afe9 Checking in patch for bug 224230 2004-06-02 21:51:21 +00:00
brendan%mozilla.org
617f36e783 ECMA fix: Date.prototype instanceof Date should be false (245113, r=shaver). 2004-06-02 21:24:17 +00:00
brendan%mozilla.org
cc77ff0011 Fix [null].toSource() to produce [null], not [] (245148, r=shaver). 2004-06-02 21:10:00 +00:00
scott%scott-macgregor.org
e39d02b101 Bug #244457 --> Don't show vCards as external attachments if viewing messages as simple HTML
or plain text.
2004-06-02 21:06:03 +00:00
cbiesinger%web.de
36e289f4a9 Bug 219622 SpellChecker component has no disk size
patch by Andreas Kunz <durbacher@gmx.de> r=ssu sr=dougt
2004-06-02 20:59:58 +00:00
danm-moz%comcast.net
9be3d5e726 removing extraneous carriage returns added in rev 1.3. they break my build. i can't be the only one. 2004-06-02 20:12:23 +00:00
cltbld%netscape.com
8128dc1c65 Automated update from host egg 2004-06-02 18:13:49 +00:00
mvl%exedo.nl
c097fcd9d9 use MOZ_SUNBIRD to build sunbird.
bug 245189, r=bsmedberg, approved by mostafah
2004-06-02 18:06:03 +00:00
bienvenu%nventure.com
87aaa08996 fix start end batch bug when marking messages as junk, r=neil.parkwaycc.co.uk, sr=bienvenu, patch by eyalroz@technion.ac.il 2004-06-02 17:53:36 +00:00
cbiesinger%web.de
e2b19898bb removing C++ urlbarhistory impl
bug 245009 r=bsmedberg sr=alecf
2004-06-02 17:47:39 +00:00
edburns%acm.org
67db434000 This checkin demonstrates that navigation.loadFromStream() works, at
least in the case of a FileInputStream.  I still can't get the
RandomHTMLInputStream to work.  I'm still waiting on a response from
Darin Fisher on that one.

M build-tests.xml

- comment in all tests

M classes_spec/org/mozilla/webclient/Navigation2.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java

- add loadFromStreamBlocking, until we have DocumentLoadListener working

M src_moz/InputStreamShim.cpp
M src_moz/InputStreamShim.h

- rollback the nsIAsyncInputStream changes.

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

- test from a FileInputStream

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

- Allow notification when read completes.
2004-06-02 17:26:49 +00:00
scott%scott-macgregor.org
94e3b55fe4 Bug #244722 --> Message truncated in headers stops mail from automatically moving all junk messages
Patch by Lorenzo Colitti

sr=mscott
2004-06-02 17:22:48 +00:00
mkaply%us.ibm.com
2322a772da #245274
r/sr = jst
Make quirks mode not validate createElement's tagName argument to preserve 1.4 compat
2004-06-02 16:21:22 +00:00
pedemont%us.ibm.com
80a8259284 Bug 195022 - Workaround fix for scaling images with a 1-bit mask. r=sfraser,sr=tor 2004-06-02 16:00:29 +00:00
mostafah%oeone.com
31003f67cc Checking in parts of patch 149827 for bug 122656 2004-06-02 15:30:43 +00:00
igor%mir2.org
633428122c Code to create references to manipulate with __proto__ and __parent__ is moved to ScriptRuntime.specialReference not to expose too much implementation details 2004-06-02 14:56:25 +00:00
edburns%acm.org
c452a9072e M build-tests.xml
- comment in all tests

M classes_spec/org/mozilla/webclient/Navigation2.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java

- add loadFromStreamBlocking, until we have DocumentLoadListener working

M src_moz/InputStreamShim.cpp
M src_moz/InputStreamShim.h

- rollback the nsIAsyncInputStream changes.

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

- test from a FileInputStream

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

- Allow notification when read completes.
2004-06-02 14:31:24 +00:00
bienvenu%nventure.com
37b62cc2b0 fix 245098 pop3 messages deleted locally deleted from server, r/sr=mscott 2004-06-02 14:22:56 +00:00
amardare%qnx.com
3e4ca134bf Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
Removed a old comment for the photon specific PhRemoteClient.cpp.
2004-06-02 14:19:05 +00:00
amardare%qnx.com
be288667d6 Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
The height of characters was calculated incorrectly in nsFontMetricsPh, leading to an error
in the email composition window ( non html composing, moving the cursor with keyboard will make the cursor
jump at the end of lines ).
2004-06-02 14:15:03 +00:00
mkaply%us.ibm.com
9c21f95baa #244951
r=pedemont, sr=blizzard (platform specific)
OS/2 only - hang in some cases tiling bitmaps while printing
2004-06-02 13:45:23 +00:00
bsmedberg%covad.net
9bf505bc5f Bug 244965 - untrusted web content can use the "chrome" flag to window.open() r=danm sr=jst 2004-06-02 12:36:51 +00:00
igor%mir2.org
20af7b885d Changing Refrence.set(Object) to return Object to return the real stored value. 2004-06-02 11:33:09 +00:00
igor%mir2.org
1a9a123c14 Pass __proto__ and __parent__ special properties to code generation as strings to allow to support application-specific special properties without altering code generation. 2004-06-02 09:13:12 +00:00
neil%parkwaycc.co.uk
4488f9fd12 Bug 245009 pref-history.xul should hit URLBar history through RDF instead of using the urlbarhistory component r=pike sr=alecf 2004-06-02 08:26:50 +00:00
neil%parkwaycc.co.uk
f3b448e4ef Bug 156422 Win32's nsILocalFile.reveal() doesn't select file p=dean_tessman r=law (tweaked by brofield@jellycan.com r=me) sr=alecf 2004-06-02 08:19:42 +00:00
aaronleventhal%moonset.net
f7bc60ff82 Fixing bustage 2004-06-02 05:32:45 +00:00
aaronleventhal%moonset.net
1e2d015834 Attempting to fix bustage on redwood 2004-06-02 05:06:39 +00:00
aaronleventhal%moonset.net
8eb8cdd6d0 Bug 244624. Expose XUL textbox and menulist properly. r=neil, sr=alecf 2004-06-02 04:06:28 +00:00
pinkerton%aol.net
1ed79fde6f fix typo 2004-06-02 02:45:30 +00:00
pinkerton%aol.net
a582a80601 allow tabbing from url bar to search field then into content area, part
of bug 198153
2004-06-02 02:42:37 +00:00
roc+%cs.cmu.edu
e671fd534b Bug 240903. Add image input to the list of elements that can't be dragged. r+sr=roc, patch by Serge Gautherie 2004-06-02 02:25:18 +00:00
jpierre%netscape.com
8f86eb3572 Fix for 244915 . resolve issues from previous patch 2004-06-02 01:56:43 +00:00
bzbarsky%mit.edu
9e87abeb8a Fix regression bug 244926. Only use the "blocked protocol" handler for
protocols that are actually blocked.  r=biesi, sr=darin
2004-06-02 01:52:28 +00:00