Commit Graph

134240 Commits

Author SHA1 Message Date
bienvenu%nventure.com
dc39737bd2 don't allow user to pick local directory that's used by another account, sr=mscott 233265
git-svn-id: svn://10.0.0.236/trunk@160367 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 19:21:19 +00:00
bienvenu%nventure.com
69f1b0d846 fix 254283 must click on newly subscribed newsgroup twice to open, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@160366 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 19:17:17 +00:00
bienvenu%nventure.com
0bddb6d2ab fix 254290, create empty imap inbox when creating imap account, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@160364 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 18:58:17 +00:00
brendan%mozilla.org
65f01a3d29 Comment fixes to track bug 254067.
git-svn-id: svn://10.0.0.236/trunk@160363 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 18:40:55 +00:00
bugreport%peshkin.net
673c562fce Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave


git-svn-id: svn://10.0.0.236/trunk@160361 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 18:08:21 +00:00
brendan%mozilla.org
8a13e960a1 JSOP_SETGVAR tweak: don't store rval needlessly in the optimized case, there's no chance it has changed.
git-svn-id: svn://10.0.0.236/trunk@160360 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 18:08:17 +00:00
brendan%mozilla.org
01497fded6 Remove bogus instanceof equivalence of distinct constructor function objects
that have the same native or script internally.  We no longer need this hack,
given regexp cloning done for precompiled scripts and functions (i.e., those
not eval'd or compile-and-go executed via a JS_Evaluate* API).

Fix a script_compile bug found during the scan of JSFRAME_EVAL occasioned by
the instanceof fix.

Bug 254067, r=shaver@mozilla.org.


git-svn-id: svn://10.0.0.236/trunk@160359 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:56:31 +00:00
cbiesinger%web.de
33c4e2110a Bug 202638 make nsSocketTransport notify its observers when the
sockettransportservice initiated a detach (f.ex. because it's going offline)
r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@160357 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:43:33 +00:00
igor%mir2.org
fbc49b9ae9 Restoring ScriptRuntime.call: BSF uses it!
git-svn-id: svn://10.0.0.236/trunk@160356 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:42:56 +00:00
cbiesinger%web.de
6486659657 Bug 254278 remove some *WithConversion in layout/content
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@160355 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:33:30 +00:00
igor%mir2.org
7bd8b80ced Allow to pass JS-wrapped instances of org.apache.xmlbeans.XmlCursor and org.apache.xmlbeans.XmlObject to XML constructor to make proper XML objects from them.
git-svn-id: svn://10.0.0.236/trunk@160354 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:32:48 +00:00
igor%mir2.org
4fb4ecc8b0 Preparations for Rhino 1.6R1 RC1
git-svn-id: svn://10.0.0.236/trunk@160353 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:28:11 +00:00
darin%meer.net
fa6d098147 fixes bug 249282 "Permit mixing of \ and / in file:// URLs under Win32" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@160352 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 17:08:27 +00:00
bienvenu%nventure.com
025c6a2f53 fix initial default for special folders for imap servers to be on imap server, sr=mscott 254016
git-svn-id: svn://10.0.0.236/trunk@160351 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 16:44:01 +00:00
bugreport%peshkin.net
cd65dc04d7 Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave


git-svn-id: svn://10.0.0.236/trunk@160350 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 16:17:10 +00:00
tor%cs.brown.edu
d9d066a8a4 Bug 251381 - libpng buffer overflow vulnerabilities.
p=glennrp,tor; r=glennrp,tor; sr=tor


git-svn-id: svn://10.0.0.236/trunk@160342 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 14:02:34 +00:00
mostafah%oeone.com
14603b3de6 Removed duplicate function. ( Bug 220075 )
git-svn-id: svn://10.0.0.236/trunk@160340 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 13:10:46 +00:00
igor%mir2.org
820523d394 1. Recently introduced ScriptableObject.default(Prototype|ParentScope)() methods had problems with serialization and are removed now. XML code explicitly sets parent/prototype. To simplify that ScriptableObject now contains a special constructor taking scope and prototype arguments.
2. xml/XMLObject do not define lib() method and instead defines few abstract methods to create "with" proxies and perform addition.

3. XMLLib implementation is stored in the scope using ScriptableObject.associateValue() and does not depend on presence of proper XML object.


git-svn-id: svn://10.0.0.236/trunk@160339 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 12:54:03 +00:00
scott%scott-macgregor.org
11e41ff0d6 Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document.
This means moving nsIMimeConverter
into a scriptable interface so we can access it from JS.

Fixes several issues with the RSS extension not handling non ascii subjects.


git-svn-id: svn://10.0.0.236/trunk@160335 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 04:49:33 +00:00
scott%scott-macgregor.org
1170f4ecb3 Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.


git-svn-id: svn://10.0.0.236/trunk@160334 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 04:48:44 +00:00
bzbarsky%mit.edu
4876ea1f40 Don't throw from location.reload() if it's a POST page and the user cancels the
reload.  Bug 249405, r=darin, sr=jst


git-svn-id: svn://10.0.0.236/trunk@160333 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 03:35:39 +00:00
dbaron%dbaron.org
03b3717bb3 Give nsCSSStyleSheet a header file and rename the class in preparation for deCOMtamination. b=239008 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@160332 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 03:27:28 +00:00
dbaron%dbaron.org
f5d5060a41 Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@160331 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 03:23:37 +00:00
bzbarsky%mit.edu
dabfcb515f Make sure not to save magic _base_href attributes when saving a DOM. Bug
253507, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@160330 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 03:14:18 +00:00
bzbarsky%mit.edu
48b2ead6fc When changing selected radio button with arrow keys, prevent the default action
for the key event.  Bug 253299, r=aaronl, sr=bryner


git-svn-id: svn://10.0.0.236/trunk@160329 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 02:52:50 +00:00
brendan%mozilla.org
f17fbb8285 Whitespace cleanup.
git-svn-id: svn://10.0.0.236/trunk@160327 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-04 02:28:58 +00:00
darin%meer.net
901447e7b4 fixes bug 252118 "necko ignores settings for max-persistent-connections-per-server" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@160326 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 23:41:36 +00:00
jpierre%netscape.com
b8e901d04f Fix for 249488 - make Single-Threaded mode work
git-svn-id: svn://10.0.0.236/trunk@160324 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 23:24:37 +00:00
scott%scott-macgregor.org
c9f8f983ce Bug #216133 --> Allow remote images from senders in the white list for Thunderbird.
Enable remote image blocking by default, add pref UI under privacy for controlling the new white list settings
for blocking remote content.


git-svn-id: svn://10.0.0.236/trunk@160321 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 22:41:10 +00:00
mostafah%oeone.com
1311a2d19b Define ID_DDE_APPLICATION_NAME
git-svn-id: svn://10.0.0.236/trunk@160319 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 21:41:37 +00:00
bienvenu%nventure.com
7eb7628945 fix updating of view counts when new hdr arrives as top level msg in expanded thread, sr=mscott 231846
git-svn-id: svn://10.0.0.236/trunk@160317 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 21:28:14 +00:00
neil%parkwaycc.co.uk
993734c688 Bug 254047 Fix invalid locale assumptions and problems with commas in addresses r=mscott sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@160313 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 21:15:00 +00:00
mostafah%oeone.com
d640b2bcfa Changed "Mozilla Sunbird" to "Sunbird" to comply with firefox name usage
git-svn-id: svn://10.0.0.236/trunk@160309 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 21:07:30 +00:00
bienvenu%nventure.com
c06dc8f7cf fix undo of top level message in a thread sometimes messing up display of thread, sr=mscott 231846
git-svn-id: svn://10.0.0.236/trunk@160306 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 20:15:54 +00:00
scott%scott-macgregor.org
352b90f83a Bug #254101 --> make skipPanels=true work again for ISP provided .rdf files in the account wizard. My RSS changes broke that behavior.
git-svn-id: svn://10.0.0.236/trunk@160303 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 18:31:07 +00:00
db48x%yahoo.com
f07440e041 bug 254086: Page info -> Forms -> Form name is editable
r=timeless, sr=brendan


git-svn-id: svn://10.0.0.236/trunk@160301 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 17:51:25 +00:00
edburns%acm.org
3fd0db98ed Thanks again to Michael Klepikov for these fixes.
M dom/jni/org_mozilla_dom_NodeImpl.cpp

- code around the absence of LowerCaseEqualsLiteral in nsTAString.h.
  I'm surprised the unit tests worked for me all aloung though.

M webclient/build.xml

- make run.test.browser depend on "main"

M webclient/src_moz/EmbedProgress.cpp

- deal with null URL passed to ::OnStateChange

M webclient/src_moz/HistoryImpl.cpp

- Don't cast to PRBool* when you don't need to.

M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- don't swallow the exception from setAppData().


git-svn-id: svn://10.0.0.236/trunk@160299 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 17:16:57 +00:00
igor%mir2.org
0add72333a Preparations for 1.6R1 RC1
git-svn-id: svn://10.0.0.236/trunk@160298 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 17:13:40 +00:00
timeless%mozdev.org
9305f36f77 Bug 246392 Reloading a page containing frames goes back to top level
patch by crispin@flowerday.cx r=blizzard sr=shaver


git-svn-id: svn://10.0.0.236/trunk@160296 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 15:28:27 +00:00
timeless%mozdev.org
10fa1e44a3 Bug 246392 Reloading a page containing frames goes back to top level
patch by crispin@flowerday.cx r=blizzard sr=shaver


git-svn-id: svn://10.0.0.236/trunk@160295 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 15:22:31 +00:00
rlk%trfenv.com
654edc31a7 bug 253242 - Reduce footprint for Mozilla Suite help guide. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@160294 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 14:13:38 +00:00
steffen.wilberg%web.de
ddb2e8c0fa Bug 214968: .bmp extension should be listed in Open File-Image Files. p=bmo@aebrahim.fastmail.fm, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@160293 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 14:13:30 +00:00
bienvenu%nventure.com
7e90c18a49 fix for crash 253804 check for new mail at startup with out of date .msf file, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@160290 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 14:01:25 +00:00
mostafah%oeone.com
6b51f1ae90 Use install.rdf from now on. Also fixed version
git-svn-id: svn://10.0.0.236/trunk@160289 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 13:56:55 +00:00
rlk%trfenv.com
472d205bda adding newly optimized help images. Images by sharparrow1 <sharparrow1 at yahoo.com>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@160288 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 13:56:25 +00:00
mostafah%oeone.com
c3ed8efc04 Assigning width and height for proper viewing from firefox extension dialog
git-svn-id: svn://10.0.0.236/trunk@160287 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 13:56:09 +00:00
cbiesinger%web.de
ae1d79edde remove *WithConversion from xmlterm r+sr=roc Bug 252940
git-svn-id: svn://10.0.0.236/trunk@160286 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 13:46:52 +00:00
mostafah%oeone.com
afe3daecca Improved install.rdf
git-svn-id: svn://10.0.0.236/trunk@160285 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 13:34:55 +00:00
mostafah%oeone.com
66c4f927d8 Checked in patch for bug 243799
git-svn-id: svn://10.0.0.236/trunk@160284 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 13:00:39 +00:00
cbiesinger%web.de
906e2a08b2 bug 251446 X10-style XBM images do not render properly
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor


git-svn-id: svn://10.0.0.236/trunk@160283 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-03 12:59:56 +00:00