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

112175 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 97c3852a16 Fix for bug 179082. We need to insert a decoder even when we edit an encrypted message. R=kaie, SR=sspitzer 2002-11-12 19:22:37 +00:00
bienvenu%netscape.com c0dc750492 ignore tabs in reference headers, fixes threading when folded headers have tabs, r/sr=sspitzer, 179736 thx to jmuto for diagnosing the problem, also, whitespace cleanup 2002-11-12 19:22:09 +00:00
nhotta%netscape.com 4f0554621a Adding phonetic name fields to addressbook (default to be disabled),
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:21:28 +00:00
ducarroz%netscape.com 5587af2ed5 Fix for bug 167131. Not not display remote image in message compose when setting is on. R=morse, SR=sspitzer 2002-11-12 19:18:04 +00:00
bzbarsky%mit.edu d33d3708fe Align text inputs, buttons, comboboxes to baseline with respect to the
text around them (bug 167236).  Fix width sizing issues for <input
type="button/reset/submit"> (bugs 79927, 36364).  Fix nonuniform heights
of form controls (bug 70251).  Patch is on bug 167236, r=jkeiser,
sr=roc+moz, moa=rods
2002-11-12 19:17:51 +00:00
nhotta%netscape.com 2035538e9c Chagned to make search date format localizable,
bug 98144, r=ducarroz, sr=sspitzer
2002-11-12 19:11:22 +00:00
blizzard%redhat.com e3697a4c8e Remove freetype, xft and expat locally since it's not needed anymore. r=cls 2002-11-12 19:11:14 +00:00
danm%netscape.com c8a05c5cd1 always constrain new windows fully onscreen. bug 162029 and effectively part of bug 162090. r=hyatt,jag 2002-11-12 19:09:02 +00:00
nhotta%netscape.com 093b943e40 Separated the menu charset code from the charset initialization function,
to avoid the mail font code calling the init function and reset the menu charset,
bug 150530, r=ducarroz, sr=bienvenu.
2002-11-12 19:08:23 +00:00
danm%netscape.com d0f35d5727 hook up _parent target in window.open. it wasn't. bug 168807 code=keeda@hotpop.com r=jkeiser,jst,me 2002-11-12 19:05:17 +00:00
nhotta%netscape.com f9844beb5c Adding pref for phonetic fields, search date format option,
bug 98144, r=ducarroz, sr=sspitzer
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:03:14 +00:00
pschwartau%netscape.com df3d9676c2 Comment fix. 2002-11-12 19:02:18 +00:00
pschwartau%netscape.com 302d45cc44 str.match() CAN take a 2nd parameter, if the 1st one is a string instead of a RegExp object. Added cases to cover that. 2002-11-12 18:33:39 +00:00
rogerl%netscape.com 773dae15da Slot ops. 2002-11-12 17:52:42 +00:00
karnaze%netscape.com f2e25ec04e bug 119786 - don't consider a caption and row group frame to be siblings (caption and row group content are siblings). sr=kin, r=bernd. 2002-11-12 15:55:39 +00:00
dbaron%fas.harvard.edu dc83a84103 Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin 2002-11-12 15:17:07 +00:00
locka%iol.ie f623bad311 NOT PART OF BUILD. Fire events to nsIScriptEventManager targets. Add some #ifdefs around some code to fix breakage in other configurations. Comment out a debug macro. b=174404 sr=rpotts@netscape.com 2002-11-12 13:15:05 +00:00
dbaron%fas.harvard.edu 2a7ed19e4e Move the body background repainting hack from the reflow case to the framechange case, since roc's style hint processing changes make it no longer needed in the reflow case, but it's always been needed for the framechange case. b=175131 r=roc sr=kin 2002-11-12 11:17:55 +00:00
dbradley%netscape.com 7af59e4deb NOT PART OF BUILD. Corrected scriptability tests. 2002-11-12 10:38:17 +00:00
igor%mir2.org efd9f298ab Call NativeArray.getLength() instead of deprecated NativeArray.jsGet_length() 2002-11-12 09:41:09 +00:00
igor%mir2.org 6e859f553a Cosmetics: use consistent naming and layout for internal methods providing JS library implementation. 2002-11-12 09:37:43 +00:00
igor%mir2.org 8cd90d6557 1. Deprecation jsGet_length in favour of getLength
2. Cosmetics: use consistent naming and layout for internal methods providing JS library implementation.
2002-11-12 09:36:40 +00:00
igor%mir2.org 594696279f 1. In js_concat determine the the size of the resulting string to avoid reallocations in StringBuffer .
2. Cosmetics: use consistent naming and layout for internal methods providing JS library implementation.
2002-11-12 09:33:48 +00:00
igor%mir2.org 82ea401577 Cosmetics: use consistent naming and layout for internal methods providing JS library implementation 2002-11-12 09:29:57 +00:00
igor%mir2.org 99c0da59df Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=179068
Allow to use char sequences exceeding 64K when storing source for decompilation

The current 64K limit for string literals comes from omj/Parser.java where it constructs the internal script presentation for future decompilation. The patch extends this form to allow string sequences with more then 64K characters and modifes decompilation code in omj/NativeFunction.java accordingly.
2002-11-12 09:24:54 +00:00
igor%mir2.org f8386f2604 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=179366
Assume --> after a possible whitespace after line start means comments to end-of-line. The change follows the SpiderMonkey solution.
2002-11-12 09:20:09 +00:00
leaf%mozilla.org ab08a09e19 Automated update 2002-11-12 08:45:08 +00:00
seawood%netscape.com 5018be0bd3 Fix win32 checks for directories that are at the end of the patch.
Thanks to parish@ntlworld.com for the patch.
Bug #164646 r=cls
2002-11-12 08:41:08 +00:00
dbradley%netscape.com 64676a5373 Bug 173146 - Add support to XPConnect for IDispatch interface. Second round of changes. r=adamlock, sr=jst. Most changes are not part of build. 2002-11-12 08:22:35 +00:00
mkaply%us.ibm.com fe881b976d #178280
r=mkaply, sr=blizzard (platform specific code)
OS/2 only - rework how we decide what font names to put in the font list
2002-11-12 05:53:16 +00:00
bzbarsky%mit.edu 211e73f706 Make attribute value testing smarter (using regexps). Bug 177047,
patch by db48x@yahoo.com (Daniel Brooks), r=timeless, sr=jag
2002-11-12 05:02:36 +00:00
bzbarsky%mit.edu db47d25a00 Fix ScrollFrameIntoView if we have nested views with the child bigger
than the parent.  Bug 143815, r=roc+moz, sr=jst
2002-11-12 04:38:28 +00:00
bzbarsky%mit.edu 6b91dfe5ce ApplyRenderingChangeToTree should walk {ib} "special siblings". Bug
146409, r=dbaron, sr=roc+moz
2002-11-12 04:21:33 +00:00
bzbarsky%mit.edu 92d1146ffc Fix ReplaceChild() on positioned inlines to delegate to
nsAbsoluteContainingBlock.h.  Bug 176915, r=dbaron, sr=rbs
2002-11-12 03:30:13 +00:00
bienvenu%netscape.com 6181c9aea0 turn on fix for flush on unix as well, r=dmose, sr=sspitzer 142196 2002-11-12 02:55:08 +00:00
edburns%acm.org 253a75cdfd Checkpoint. Copy binary artifacts in a cross platform manner. 2002-11-12 02:52:18 +00:00
blakeross%telocity.com bcf006232a Fix a typo. 2002-11-12 02:24:07 +00:00
blakeross%telocity.com b991a20644 179316 - date literals aren't serialized properly. r=rjc sr=ben 2002-11-12 02:12:02 +00:00
bbaetz%student.usyd.edu.au b9595e506f Bug 179302 - 'anyexact' isn't an option for boolean charts
r=joel, a=justdave
2002-11-12 02:07:46 +00:00
bugreport%peshkin.net c5df58fbc6 Bug 179491 Searchs of attachments containing a string do not enforce attchment privacy
r=bbaetz
a=justdave
2002-11-12 01:58:02 +00:00
jrgm%netscape.com d6ffa19b30 Fix bug 158690, 'textbox .readonly property not implemented correctly'. Fix by djudd@seachange.com (David Judd), r=caillon, sr=blake. 2002-11-12 01:55:58 +00:00
pschwartau%netscape.com 26a248a84f Initial add. Regression test for bug 179524. 2002-11-12 01:52:25 +00:00
dougt%netscape.com d8fe35c979 Moving nsIIOService to SDK. 179610. r=me 2002-11-12 01:42:33 +00:00
darin%netscape.com 92160369ad cleaning up ipcCommandModule 2002-11-12 01:13:51 +00:00
locka%iol.ie 484631ec73 NOT PART OF BUILD. Restore file that breaks LiveConnect build of plugin 2002-11-12 01:04:26 +00:00
bienvenu%netscape.com 0f49f4a5ec fix copying multiple imap messages on servers with non-canonical hierarchy delimiter (e.g., cyrus servers), also whitespace cleanup, r=cavin, sr=sspitzer 2002-11-12 01:00:17 +00:00
bienvenu%netscape.com bc1d071781 fix problem with summary files on network drives getting out of date, r=cavin, sr=sspitzer, 142196 (make nsIOFileStream::flush really flush) 2002-11-12 00:59:10 +00:00
bienvenu%netscape.com 39cfc9c8ff fix copying of messages to local folders leaving the db in an invalid state, r=naving, sr=sspitzer, 178641 2002-11-12 00:58:03 +00:00
blakeross%telocity.com f422be5a13 Remove the unnecessary indentation on non-Windows platforms. 2002-11-12 00:49:00 +00:00
bugreport%peshkin.net 10a7360235 Second installment of Bug 179260 Unknown table 'map_assigned_to' in order clause at globals.pl line 242
r=bbaetz
a=justdave
2002-11-12 00:43:34 +00:00