126975 Commits

Author SHA1 Message Date
pinkerton%aol.net
940edc0511 use mime mapper to correctly interpret RFC2231/2047 encoded filenames in
download (bug 233798)
2004-02-16 23:05:43 +00:00
bryner%brianryner.com
47971bbf13 Null-check the document to protect against blur events generated during document teardown. Bug 225889. 2004-02-16 22:58:20 +00:00
pinkerton%aol.net
f698146b19 fix leak on horiz scrollbar (bug 234278, r=sfraser/pink, sr=bryner) 2004-02-16 22:54:23 +00:00
dbaron%dbaron.org
17476ee5b2 Make this work with an objdir. 2004-02-16 22:53:17 +00:00
pinkerton%aol.net
3039c860bf differentiate "view source" tabs and windows (bug 156606) 2004-02-16 22:37:46 +00:00
scott%scott-macgregor.org
575f0873d1 Fix thunderbird bustage. add back lines that were accidentally removed 2004-02-16 21:45:01 +00:00
timeless%mozdev.org
47c51cce71 Bug 233335 XP_PC still referenced in jssh.c
Use defined()
2004-02-16 18:27:06 +00:00
brendan%mozilla.org
5632fed18a s/this/v/g in getValue. 2004-02-16 16:55:40 +00:00
bryner%brianryner.com
f716580bdc fixing firefox objdir build bustage 2004-02-16 10:38:52 +00:00
blakeross%telocity.com
9ba916a3ab Add makefile, fix bustage. 2004-02-16 09:21:38 +00:00
bryner%brianryner.com
aad9f258c7 Make script-created DOM events get dispatched to the system event group just like user events. This fixes firing keypress events at a form input, since editor listens for keypresses using the system event group. Bug 213144, r+sr=bzbarsky, a=chofmann. 2004-02-16 08:50:56 +00:00
blakeross%telocity.com
57bf873b61 Fixing Firefox clobber build. 2004-02-16 08:44:50 +00:00
blakeross%telocity.com
41ebdd0573 Fix 233918 - Firefox user agent string still says Firebird. 2004-02-16 07:49:28 +00:00
bzbarsky%mit.edu
c89567eee6 Final touches for bug 230598. Patch by Roland Mainz <roland.mainz@nrubsig.org>,
r=bsmedberg, a=chofmann
2004-02-16 05:56:00 +00:00
bzbarsky%mit.edu
d012f44916 Fix bug 231280 (printing not honoring OS date format). Patch by Constantine
A. Murenin <cnst.bmo@bugmail.mojo.ru>, r=jshin, sr=roc, a=chofmann
2004-02-16 05:31:25 +00:00
timeless%mozdev.org
16b940a99e Bug 233299 nsIFilePicker.show is not reentrant - beos and os/2
r=neil sr=bz a=dveditz
2004-02-16 05:31:11 +00:00
blakeross%telocity.com
d7c7fadeee Fix 216432 - Firefox shouldn't steal so many file associations. Also prevent Firefox from stealing the "edit" association of html files. 2004-02-16 04:48:22 +00:00
blakeross%telocity.com
a4121cd8a5 Fix 216432 - Firefox shouldn't steal so many file associations. Also prevent Firefox from stealing the "edit" association of html files. 2004-02-16 04:23:56 +00:00
blakeross%telocity.com
87186d9489 ifdef out some turbo stuff in Firefox. r=bryner sr=ben 2004-02-16 04:13:17 +00:00
blakeross%telocity.com
ad32baf4be Doh...actually USE the new dialog! 2004-02-16 04:10:37 +00:00
blakeross%telocity.com
5ecf903f0a Rip out some turbo garbage. 2004-02-16 03:54:56 +00:00
brendan%mozilla.org
3ddaa18b05 - Add source and cursor properties to SyntaxError exceptions.
- Rework labeled statements to fix chicken-and-egg problem with BREAK to label
  completion type targeting.
- Unify next-statement non-expression token cases and default: in Expression.
2004-02-16 02:38:19 +00:00
brendan%mozilla.org
42c4aff0a0 - Fix global.String to convert its argument to string type when called as
a function.
- Rework labeled statements to fix chicken-and-egg problem with BREAK to label
  completion type targeting.
- Avoid defining Function.prototype.__call__, __construct__, and
  __hasInstance__ once they're set, to avoid storing host-uninterpretable
  target function objects in those properties.
- Fix evaluate to throw a host exception if returning to the host interpreter.
2004-02-16 02:15:27 +00:00
bienvenu%nventure.com
19bb57f083 fix saving as draft when imap drafts folder is empty and has just been compacted, sr=mscott, a=dveditz 98576 2004-02-16 01:43:47 +00:00
blakeross%telocity.com
07966251b6 Add monitor file. 2004-02-16 00:15:06 +00:00
blakeross%telocity.com
a2460182d6 Fix Linux. 2004-02-16 00:06:58 +00:00
blakeross%telocity.com
5283ed5784 Build changes to fix firefox bug 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. r=bryner 2004-02-15 23:51:58 +00:00
blakeross%telocity.com
576c6dac3f Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:51:10 +00:00
blakeross%telocity.com
4da8531232 Build changes to fix firefox bug 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. r=bryner 2004-02-15 23:49:38 +00:00
blakeross%telocity.com
e7b7a9aa60 Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:41:56 +00:00
bzbarsky%mit.edu
58257cdafc Change the refcounting model for XBL stuff as follows:
1)  nsXLBDocumentInfo owns all prototype bindings and deletes them in its
    destructor
2)  Everyone else just has weak refs to prototype bindings
3)  nsXBLBinding holds a weak ref to the proto binding and a strong ref to
    the document info
4)  The document info is what's stored in the chrome cache.

to prevent crashes.  Bug 226692, r=timeless, sr=bryner, a=brendan
2004-02-15 19:24:42 +00:00
ian%hixie.ch
001a4c888a More documentation: Link from README to INSTALL, and add more help for channelKeys. 2004-02-15 18:28:11 +00:00
bienvenu%nventure.com
804df37bb7 fix build bustage in nsLDAPChannel for port platforms that define MOZ_LDAP_XPCOM_EXPERIMENTAL, not part of default build, 198168 2004-02-15 16:58:01 +00:00
scott%scott-macgregor.org
a5230d88e2 Bug #234270 --> Limit Theme File Picker to .jar files
Patch by Robert Accettura
2004-02-15 08:00:05 +00:00
blakeross%telocity.com
ce6c0a408a add file 2004-02-15 07:26:19 +00:00
bzbarsky%mit.edu
9513d305ed Make sure to retarget events when they leave native anonymous content. Also
make sure that native anonymous content is marked so (this way clicking on a
url()-created image in :before won't have an <img> node as a target).  Bug
233286, r+sr=bryner, a=dveditz
2004-02-15 04:45:18 +00:00
rlk%trfenv.com
2aa5e0ea7c Backing out earlier changes. Didn't realize the trunk is frozen ;). 2004-02-15 02:34:58 +00:00
ben%bengoodger.com
1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
ben%bengoodger.com
1c6bf4af45 Bring migration branch to trunk. This is not turned on yet! 2004-02-15 00:54:42 +00:00
brendan%mozilla.org
02939f0679 Fully bootstrapped, but host still can't apply target functions. 2004-02-14 21:58:10 +00:00
brendan%mozilla.org
76d7770850 Fix Expression to work with Statement's automatic semicolon insertion logic. 2004-02-14 21:56:41 +00:00
dbaron%dbaron.org
d97dedc812 Back out bug 20022. a=chofmann 2004-02-14 20:29:19 +00:00
mvl%exedo.nl
20faa7f7e1 make clearer warning to users deleting old Mozilla installations
Bug 69153, patch by opi@gmx.net, r/sr=dveditz, a=chofmann
2004-02-14 19:09:41 +00:00
rlk%trfenv.com
0d0404f9cb recheckin of Bug 231835 - It's now "Bookmarks File" (plural), update help documentation. Patch by Joe Infla <mail124@bellsouth.net>. r=stolenclover@yahoo.com.tw 2004-02-14 16:33:56 +00:00
rlk%trfenv.com
6b6e81ae62 Bug 232299 - correct the "Personal Toolbar Bookmark Folders" phrase in help. Patch by Joe Infla <mail124@bellsouth.net>. r=rlk@trfenv.com 2004-02-14 16:28:54 +00:00
rlk%trfenv.com
ab94c471e1 Bug 231533 - Checkin Firebird Help 1.0.1 to the Firebird tree. r=ben@mozilla.org 2004-02-14 14:43:26 +00:00
jocuri%softhome.net
a5304904cd Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave. 2004-02-14 10:54:51 +00:00
scott%scott-macgregor.org
74ba329303 Bug #234253 --> Limit Extensions File Picker to .xpi files
Patch by Robert Accettura
2004-02-14 04:53:44 +00:00
bienvenu%nventure.com
b0c70528a7 support ldap v3, patch by dmose, r/sr=sspitzer 198168 a=chofmann 2004-02-14 02:34:50 +00:00
bienvenu%nventure.com
6ab5689440 support ldap v3, patch by dmose, r/sr=sspitzer 198168 2004-02-14 02:10:45 +00:00