Commit Graph

120427 Commits

Author SHA1 Message Date
igor%mir2.org
df5af91220 Updating exception debugging to reflect changes due to http://bugzilla.mozilla.org/show_bug.cgi?id=210605 . 2003-07-02 16:37:29 +00:00
igor%mir2.org
10e5abd5a1 Reorganization of Java and JavaScript exception iteraction. See http://bugzilla.mozilla.org/show_bug.cgi?id=210605 for details. 2003-07-02 16:35:51 +00:00
igor%mir2.org
50093185e7 1. Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=102093 :
In NativeCall constructor adds argument object only if there is no parameters with this name and similarly do not set arguments to undefined if the function has "var arguments".

2. Split NativeCall into NativeCall and NativeCallPrototype to allow for smaller activation objects with faster property access.
2003-07-02 16:31:54 +00:00
dougt%meer.net
7661770e41 bug 209972. removes CWD and PWD from state machine. General code clean up. r=bbaetz, sr=darin 2003-07-02 15:03:58 +00:00
timeless%mozdev.org
6ebcae8784 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=sspitzer
2003-07-02 14:30:36 +00:00
timeless%mozdev.org
6cd606f046 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=brade
2003-07-02 14:30:15 +00:00
timeless%mozdev.org
8e8419bee9 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=rginda
2003-07-02 14:30:02 +00:00
timeless%mozdev.org
a35730ae9a Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2003-07-02 14:29:47 +00:00
roc+%cs.cmu.edu
e324543a75 Ongoing deCOMtamination. r+sr=dbaron 2003-07-02 10:30:00 +00:00
dwitte%stanford.edu
fcdbfdbca9 clean up p3p a little, by making it not observe nsIHttpNotify notifications. cookies pushes a channel to the p3pservice, so there's no point wasting cycles doing the same work twice.
b=210491, r=harishd, sr=darin.
2003-07-02 07:30:50 +00:00
bzbarsky%mit.edu
fbca1ac9e1 Rmove declarations of functions that are no longer implemented. This should
have been checked in as part of bug 167236.  At this point, it's just dead code
removal.
2003-07-02 06:40:09 +00:00
bzbarsky%mit.edu
2453e3923f Fixing camino bustage. Follow-up to bug 211169 2003-07-02 04:57:48 +00:00
scott%scott-macgregor.org
a04ea40a5a Thunderbird only change. Does not effect trunk builds.
When rendering a mail message, check to see if the message has been marked as junk.
If it has, sanitize the HTML, stripping it of any images, remote connection requests, tables, js, cookies, etc.
2003-07-02 03:24:58 +00:00
scott%scott-macgregor.org
0feaf16125 Create more space in the general pref panel so we don't cut off content 2003-07-02 03:16:35 +00:00
bzbarsky%mit.edu
f06faf1267 Make URI fixup work with UTF8 strings, mostly... Bug 211181, r=adamlock, sr=darin 2003-07-02 00:39:51 +00:00
bzbarsky%mit.edu
ff56070f4a random array cleanup. Bug 211193, r=biesi, sr=alecf 2003-07-02 00:29:26 +00:00
scott%scott-macgregor.org
05ca30b3cf reload the message pane whenever we toggle a message as junk or not junk. 2003-07-02 00:17:15 +00:00
bryner%netscape.com
c1dedd6e7f Fix crash when a new page loads while the previous page's context menu is active, and Customize is in the toolbar (bug 168051). r=pinkerton. 2003-07-02 00:13:40 +00:00
scott%scott-macgregor.org
d6eeed9f2a Add context menu items for adding selected contacts to the to/cc/bcc fields of the compose window.
Pick up some trunk fixes
2003-07-01 23:56:33 +00:00
bzbarsky%mit.edu
76858d0dcb Adjust hack dealing with the root scrollable frame to only map <body> to it in
quirks mode and to map <html> to it in both quirks and standards mode.  This is
more or less compatible with what IE6/Windows does.  Bug 211030, r+sr=jst
2003-07-01 23:47:27 +00:00
bzbarsky%mit.edu
648fe5ca55 Make it possible to set attrs in a non-null namespace on (X)HTML elements. Bug
211296, r+sr=jst
2003-07-01 23:32:18 +00:00
bryner%netscape.com
dfd3c1dd7a Fix some issues related to focus changes in onfocus and onblur handlers:
- Abort firing blur events on the document and/or window if one of the blur handlers focuses something else.  This ensures that the caret doesn't get confused about whether it should be active.
  - Release any mouse or key grab when the view manager sees a deactivate event; this fixes event targeting when a mousedown handler opens a modal dialog.
  - Make sure the editor element is actually focused before activating the caret. Just receiving a focus event isn't good enough, since a focus change does not cancel propagation of the original event.

Bug 53579, r=jkeiser, sr=roc.
2003-07-01 22:46:55 +00:00
scott%scott-macgregor.org
422c22283c if we are sanitizing the html in junk mail, then reload the message if the user marks the message as NOT JUNK. This will
allow the user to see the message without any sanitized html / blocked images, etc.
2003-07-01 22:24:03 +00:00
harishd%netscape.com
6e8656a57a Initialize userdefined element. b=176709, r=nisheeth@netscape.com, sr=jst@netscape.com 2003-07-01 22:21:20 +00:00
timeless%mozdev.org
c9ddcd96e5 Bug 211116 plugins leak an acrobat hkey
r=peterl sr=roc+moz
2003-07-01 21:40:29 +00:00
timeless%mozdev.org
8cd4375f12 Bug 211265 Log doesn't check the return value of PL_DHashTableInit
r=darin sr=darin
2003-07-01 21:38:07 +00:00
cbiesinger%web.de
d86a9ff5b7 211169 r=bzbarsky sr=darin nsIHelperAppLauncherDialog::ShowProgressDialog unused, this means that nsProgressDlg.* is also unused 2003-07-01 20:21:57 +00:00
cbiesinger%web.de
02dd545de1 205440 patch by kd-moz@tprac.de r=shliang sr=jag JavaScript error in internetresults.xul/.js 2003-07-01 20:04:30 +00:00
darin%netscape.com
c4c528ea38 cvs removing uncompiled/dead files 2003-07-01 19:28:40 +00:00
harishd%netscape.com
82e0d59f96 Should have been a part of my previous checkin. This change was requested by jst@netscape.com 2003-07-01 19:03:46 +00:00
harishd%netscape.com
da49627bbe Override same origin check for public services listed in the master service list. b=203371, r=darin@netscape.com sr=jst@netscape.com 2003-07-01 18:51:59 +00:00
timeless%mozdev.org
7146549efc Bug 211281 optimization for 'rare' oom check
r=bz sr=bz
2003-07-01 18:41:39 +00:00
seawood%netscape.com
8fdbbdff1d Make user-specific application directory name configurable using --with-user-appdir.
Thanks to Ben Bucksch <ben.bucksch@beonex.com> for the original patch.
Bug #58327 r=dougt
2003-07-01 18:32:49 +00:00
timeless%mozdev.org
19f163f414 Bug 211183 Infinite loop in nsBlockFrame::DoRemoveFrame
r=dbaron sr=dbaron
2003-07-01 18:28:30 +00:00
bzbarsky%mit.edu
e03846f19f removing unused string var 2003-07-01 14:59:12 +00:00
cbiesinger%web.de
357ae264d9 remove unused progress dialog files. bug 67216 r=jag sr=bzbarsky 2003-07-01 14:28:57 +00:00
cbiesinger%web.de
c4641b8725 188058 r=bzbarsky sr=darin When saving a .zip file "as...," Moz appends a .x after the .zip extension. 2003-07-01 14:16:06 +00:00
neil%parkwaycc.co.uk
700dc2fe07 Bustage fix patch changed intent of checkin for bug 208093 2003-07-01 13:16:55 +00:00
locka%iol.ie
01619ad519 Build bustage fix. Remove duplicate variable declarations and assignments. b=208093 2003-07-01 12:02:15 +00:00
neil%parkwaycc.co.uk
dac62db26c Bug 208093 Make tree body frame cache row count r=varga sr=jag 2003-07-01 11:03:53 +00:00
neil%parkwaycc.co.uk
007101035b Bug 208093 Make tree body frame cache row count r=varga sr=jag 2003-07-01 10:38:50 +00:00
scott%scott-macgregor.org
0f129d3a4a Land first cut at a junk mail dialog re-design. See the spec for more details:
http://www.mozilla.org/projects/thunderbird/specs/junkmail/junkmail.html


add a new default pref for forcing HTML junk mail to be displayed using sanitized HTML.
Defaults to true and is controlled via the Settings tab in the junk mail controls dialog.
2003-07-01 07:42:21 +00:00
scott%scott-macgregor.org
cd40e875b0 add a new default pref for forcing HTML junk mail to be displayed using sanitized HTML. 2003-07-01 07:39:48 +00:00
igor%mir2.org
e168d3f93a Cosmetics: end-of-line junk space removal 2003-07-01 07:18:07 +00:00
scott%scott-macgregor.org
f142d85931 Implement a content policy class for thunderbird.
Block the loading of remote images if the preference is set. Register ourselves as a pref observer
so we know when this pref changes.

Has no effect on the seamonkey build. CVS: ----------------------------------------------------------------------
2003-07-01 05:30:17 +00:00
scott%scott-macgregor.org
abb907c6f9 Implement a content policy class for thunderbird.
Block the loading of remote images if the preference is set. Register ourselves as a pref observer
so we know when this pref changes.

Has no effect on the seamonkey build.
2003-07-01 05:29:53 +00:00
scott%scott-macgregor.org
965f067d4e Add a pref option for blocking remote images and for enabling JS in the message pane to the advanced prefs panel
under 'privacy'.

Make the background of the advanced prefs panel be a moz-Field because kerz likes it that way and I can't say no
to kerz!
2003-07-01 05:28:40 +00:00
jst%netscape.com
a5c2555ac1 Checking in patch from tenthumbs@cybernex.net to fix bug 202543. Eliminating useless assertions and speeding things up a bit. r=bzbarsky@mit.edu, sr=jst@netscape.com. 2003-07-01 05:11:46 +00:00
seawood%netscape.com
4fbdfa6f20 Fixing X-on-X bustage 2003-07-01 03:57:47 +00:00
bzbarsky%mit.edu
fd57f310f1 Change GetHrefUTF8 to GetHrefURI to make sure that we don't lose track of the
origin charset.  Bug 166996, r=dbaron,darin sr=jst
2003-07-01 02:59:54 +00:00