Граф коммитов

127164 Коммитов

Автор SHA1 Сообщение Дата
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
dbaron%dbaron.org 7688607e90 Add post-mozilla.pl being used on comet. 2004-02-14 01:56:34 +00:00
leaf%mozilla.org 2bd6af2e37 bug 226380. backout code that breaks ActiveX plugin properties, a=chofmann 2004-02-14 01:01:08 +00:00
jshin%mailaps.org f6310cfd79 bug 208095: crashes when ASCII characters are entered before any characters that go through an XIM server. patch by smontagu, r=katakai, sr=sfraser, a=choffman 2004-02-14 00:22:15 +00:00
timeless%mozdev.org 4b56a45a39 1.148 <jst@mozilla.jstenback.com> 09 Jan 2004 15:54
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission.
Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
Fix MOZ_TIMELINE r+sr=bz
Not part of the build
2004-02-13 22:19:50 +00:00
dbaron%dbaron.org 2e4694b610 Fix previous checkin. 2004-02-13 22:15:55 +00:00
dbaron%dbaron.org da55da933c Use - arg in --enable-image-decoders to avoid icon issue. r=mscott 2004-02-13 21:55:18 +00:00
gerv%gerv.net 79a5ebfb26 Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave. 2004-02-13 20:24:51 +00:00
neil%parkwaycc.co.uk 0715ca1d24 Bug 234193 QA/Bugs Filed Today should use new bugzilla syntax r=varga sr=tor a=dveditz 2004-02-13 20:03:36 +00:00
mostafah%oeone.com bf848dbc2f Fixing bug 227730 again since bug 228597 changed the number of arguments
to SendMsg again.
2004-02-13 19:23:17 +00:00
bryner%brianryner.com ac9cbd3e87 Backing out nsHashtable dtor change (bug 229875) - this needs to be virtual. Thanks to bienvenu for pointing out the problem. 2004-02-13 19:04:38 +00:00
igor%mir2.org 8f085f363e Preparations for 15R5 release. 2004-02-13 18:50:51 +00:00