Commit Graph

120502 Commits

Author SHA1 Message Date
timeless%mozdev.org
45aea6a61e Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=dwitte
2003-07-03 00:25:56 +00:00
bryner%netscape.com
c2a7bbd47b A few cleanups and fixes for gtk2's native theme code: handle ownership of the GtkTooltips object correctly, fix up the textfield drawing code to paint the background first and to paint the focus border correctly, and update to the new widget style property names for scrollbars. Bug 211488, r=blizzard. Not part of the default build (gtk2 only). 2003-07-03 00:24:53 +00:00
pschwartau%netscape.com
ae38e3c537 Initial add. Regression test for bug 210682. 2003-07-02 23:43:09 +00:00
dbaron%dbaron.org
29254c752a Remove hints from CSS property list. b=158713 r+sr=bzbarsky 2003-07-02 22:17:23 +00:00
smontagu%netscape.com
45a0ed1fed Change parsing of language tags for the Accept-Language header to accept from 2 to 8 characters in the first subtag. Bug 208277, author=d95mback@dtek.chalmers.se, r=smontagu, sr=darin. 2003-07-02 21:59:22 +00:00
locka%iol.ie
aa70b2accd NOT PART OF BUILD. Change popup menus 2003-07-02 21:53:25 +00:00
locka%iol.ie
ce2c2c6cca NOT PART OF BUILD. Implement open in new window popup, add uri listener to block popups, reduce use of ns(C)String to avoid linker issues 2003-07-02 21:52:42 +00:00
smontagu%netscape.com
7e9d3920ed Change EnumFontFamilies() to EnumFontFamiliesEx() Bug 192342, Author=jdunn, r=smontagu, sr=kin. 2003-07-02 21:42:15 +00:00
brade%netscape.com
6de261e6e1 unify contract ids (omitting platform); r=smontagu, rs=blizzard (also discussed
with pinkerton, sfraser, timeless, kaie, bryner and probably a few others), bug=211360
2003-07-02 21:38:04 +00:00
brade%netscape.com
d481595dcd add contract ids; r=kaie, sr=kin, bug=211360 2003-07-02 21:34:16 +00:00
bryner%netscape.com
9086988ba8 Don't depend on the internal format of native regions (bug 211476). r=pinkerton, sr=sfraser. 2003-07-02 21:34:15 +00:00
bienvenu%netscape.com
1a3020ea80 add message for folder in use message, r/sr=sspitzer, 166617 2003-07-02 21:33:12 +00:00
darin%netscape.com
ca48f5672f fixes bug 163988 'Crashes at www.macgamer.com (HREF="&#)' patch=waltershen@netscape.com r=dbaron sr=jag 2003-07-02 21:20:14 +00:00
bzbarsky%mit.edu
b899c29851 Remove some unused code. Bug 211020, patch by kjh-4275@attbi.com (Kenneth
Herron), r=bzbarsky, sr=alecf
2003-07-02 21:14:24 +00:00
igor%mir2.org
c922b2359b Added public FunctionObject.getMethodOrConstructor() to resolve
http://bugzilla.mozilla.org/show_bug.cgi?id=108719
2003-07-02 21:07:44 +00:00
dbaron%dbaron.org
b10e90f02b Remove remaining user of CSS-property-based style hints. b=158713 r+sr=bzbarsky 2003-07-02 21:05:09 +00:00
bienvenu%netscape.com
6f90413097 fix 210800 problem parsing imap headers/messages with mal-formatted line terminators (CRCRLF) on windows r/sr=sspitzer 2003-07-02 21:03:30 +00:00
bienvenu%netscape.com
fc63cdfcea fix problem displaying pop3 password failed error message, patch by ch.ey@gmx.net, r=bienvenu, sr=sspitzer 211479 2003-07-02 20:59:05 +00:00
dougt%meer.net
393c7500da missed this line from the previous check in. 2003-07-02 20:57:43 +00:00
igor%mir2.org
b5dd8750a1 Do not store dynamic scope flag in the object. Instead when checking thisObj against Java this type use scope != getParentScope() to detect such usage. 2003-07-02 19:41:48 +00:00
dwitte%stanford.edu
2d360fcd0c bug 210713: [gtk2] leaks in nsWindow and nsAppShell.
r+sr=blizzard.
2003-07-02 19:27:38 +00:00
dwitte%stanford.edu
bfc281cacf bug 210727: [xft] leak in nsFontMetricsXft::PrepareToDraw.
r+sr=blizzard.
2003-07-02 19:26:32 +00:00
jake%bugzilla.org
602fad713e Refix bug 201955 - Forgot to edit one of the introductory paragraphs and fixed a couple other minor errors. 2003-07-02 19:07:01 +00:00
jake%bugzilla.org
57023f6570 Bug 211126 - As a part of fixing bug 180642 the directions for using LDAP authentication has changed. 2003-07-02 18:58:37 +00:00
bzbarsky%mit.edu
dda2125d4c Fixing build bustage in camino, followup to bug 211181 2003-07-02 16:43:25 +00:00
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