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

97478 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au 6c7c1056cf [MathML only - candidate version for 0.9x] * Hooked robust support for advanced dynamic updates via JavaScript and the DOM across the entire MathML module (with particular attention to the numerous presentational attributes that MathML has). * Eliminated some functions (or folded their functionality into recently added APIs). * Reviewed the module as a whole and simplified several chunks of code owing to the benefit of hindsight now. * Added/reviewed the documentation in anticipation of the freezing of Mozilla 1.0, to improve the understanding of people that may read the archived code and learn from it under the appropriate context of this time. * Reviewed the XXX comments and addressed those that could be addressable in this timeframe. * Some renamings (e.g., ReLayout -> ReLayoutChildren to avoid ambiguities as to who does what in terms of the terminology used when referring to the frame hierarchy). 2002-02-07 04:38:08 +00:00
jband%netscape.com c56ab16f35 fix array support. NOT PART OF THE BUILD 2002-02-07 04:37:24 +00:00
jband%netscape.com 14ba0b02a9 fix windows bustage - not part of default build 2002-02-07 04:10:04 +00:00
andreww%netscape.com 5bf91273ec bugzilla 123412 r=bryner sr=hewitt - adding support for wrap attribute in multiline textboxes. 2002-02-07 04:02:48 +00:00
jband%netscape.com 320656674b update of test. NOT PART OF THE BUILD 2002-02-07 03:57:33 +00:00
jband%netscape.com 4b61cdcb14 initial checkin of test. NOT PART OF THE BUILD 2002-02-07 03:56:45 +00:00
jfrancis%netscape.com d5f3c6a9c2 fixes:
* 113691 : Composer freezes when removing multiple ol or ul tags.
    * 113290 : Freezes when deleting some formatted text.
    * 112144 : Attempt to reply to mail freezes entire Mozilla.
    * 103685 : Caret disappears after deleting a blockquote w/ paragraph style.
    * 121282 : Pressing enter causes caret to jump from end of <p> to the<h1>.
    * 117418 : rewrote some code in nsWSRunObject.cpp: fixed warnings in GetWSNodes().
    * 114911 : can't join two lists using delete key.
    * 120000 : Indent list inside table causes table to split.
r=fm;sr=kin
2002-02-07 03:56:20 +00:00
dougt%netscape.com 5eab47f3cb Backing out my file io changes to see if that fixes some of the unix orangeness. 2002-02-07 03:51:34 +00:00
syd%netscape.com e393a46a8b Miscellanous fixes for Linux installer, including 53244, 107803, 122916, 122918.
r=sgehani, sr=dveditz
2002-02-07 03:44:26 +00:00
naving%netscape.com 20569a4c78 105266 r/sr=bienvenu. Increase the size of buffer when msg lines are very
long > 16384 chars. this will enable us to move/copy such messages between
local folders and from local to imap.
2002-02-07 03:23:56 +00:00
law%netscape.com 9b73785764 Updates to new progress dialog code; NOT PART OF THE BUILD 2002-02-07 03:22:27 +00:00
bbaetz%student.usyd.edu.au 4f55ee0c0f Fix typo in TestUpload.cpp, and add it to the Makefile.in (removing a
duplicate entry at the same time)

r=dougt, tests only
2002-02-07 03:13:30 +00:00
wtc%netscape.com fcd0c830b9 Bugzilla bug 117479: define the PR_ABS macro only if it is not defined.
The patch is contributed by Roland.Mainz@informatik.med.uni-giessen.de.
r=wtc. sr=brendan.
2002-02-07 03:08:39 +00:00
rayw%netscape.com 9db9d11f19 Added code to properly decode multi-dimensional arrays as nested arrays
in XPCOM.  Unfortunately, there is no way to test this because Apache
SOAP servers do not seem to produce them in any simple configuration
because Java does not support multidimensional arrays.  I will be writing
code to test this later as I add support for encoding multi-dimensional
arrays, as specified by a schema type, which I can then decode without
actually sending / receiving a message, but I need to put this fix back
now.  At least I didn't break decoding of single-dimensional arrays.

SOAP is not part of default build.
2002-02-07 03:02:59 +00:00
darin%netscape.com 9bc075c94c 2nd attempt at fixing bug 86917 "socket transport should try all ip addresses
returned by DNS service" r=gordon sr=rpotts
2002-02-07 02:26:46 +00:00
rbs%maths.uq.edu.au 9063863332 Add a flag to distinguish a real infix operator from its 'isolated' form, e.g., as in x^{+} 2002-02-07 02:12:46 +00:00
wtc%netscape.com 3bfefc2636 Bugzilla bug 119376: initialize a local variable to eliminate a compiler
warning.
2002-02-07 01:57:48 +00:00
darin%netscape.com 108b6206b4 fixes pending XP_WIN bustage 2002-02-07 01:18:48 +00:00
darin%netscape.com 349f2c5caf fixes pending XP_UNIX bustage 2002-02-07 01:17:38 +00:00
stephend%netscape.com b31e964844 Bug 123915. Properties textfield for folders/newsgroups is too small. r=jglick@netscape.com/sr=bienvenu@netscape.com 2002-02-07 01:09:14 +00:00
wtc%netscape.com 4f95c4463a Bugzilla bug 119376: fixed the uninitialized variable 'rv' in
rsa_PrivateKeyOp.
2002-02-07 01:00:31 +00:00
rginda%netscape.com 7fccaa5b34 bug 121039, "Need a way to unwrap jsdIValues", r=jband, sr=jst
adds jsdIValue::getWrappedValue() and jsdIService::wrapValue() methods to provid
e js scripts a way to convert between jsdIValues and "real" js values.
Also includes fix to not call breakpoint hook while paused, and changes jsdIFilt
er::glob attribute to jsdIFilter::globalObject, to match jsdIContext::globalObject
2002-02-07 00:59:55 +00:00
relyea%netscape.com 9c46c55eb3 Identify certs that have no trust as CA's if they have the right settings 2002-02-07 00:50:47 +00:00
ducarroz%netscape.com b5fac2e49a Fix for bug 122815. We should truncate correctly long file name. And we should set the mac type/creator base on the content-type while saving an attachment. R=sfraser, SR=mscott 2002-02-07 00:42:09 +00:00
sgehani%netscape.com 4fc883e76e Resurrect stop button in tabs.
b=77738; r=morse; sr=alecf
2002-02-07 00:29:46 +00:00
heikki%netscape.com 0d8a8bd2cc Bug 98788, document.load() needs to do better reset on the document before starting to load new content. Also fixed a couple of bogus comments and unneeded document reset in document creation. r=mstoltz, sr=jst. 2002-02-07 00:24:09 +00:00
heikki%netscape.com e59df780c2 Bug 123499, enable arbitrary HTTP commands via XMLHttpRequest. Patch from matthew@mjwilson.demon.co.uk, r=heikki, sr=darin. 2002-02-07 00:19:04 +00:00
sfraser%netscape.com 803a239462 Fix #include file case so that Mac builds on UFS volumes work. Bug 116709. r=tigger. 2002-02-07 00:03:06 +00:00
sfraser%netscape.com f08b6dc7da Fix #include file case, so that Mac builds on UFS volumes work. r=gracie 2002-02-07 00:01:43 +00:00
yokoyama%netscape.com 9911eb9542 Bug 112767
Performance: Check Profile name for ASCII before
calling the unicode converter.
r=ccarlen;/sr=brendan
2002-02-06 23:58:10 +00:00
ian.mcgreer%sun.com 6b3e8a8041 another misused arena 2002-02-06 23:11:08 +00:00
alecf%netscape.com a6c44d0c44 dependency update 2002-02-06 22:52:53 +00:00
sspitzer%netscape.com 3f87e27916 fix for #83091 (show LDAP autocomplete directories in addressbook).
and some code cleanup, and code bloat removal (see nsAbUtils.cpp)
r=dmose, sr=bienvenu
2002-02-06 22:50:26 +00:00
dougt%netscape.com 2d65ebf882 fixing bustage. 2002-02-06 22:49:00 +00:00
alecf%netscape.com fe8bbbd587 dependency update 2002-02-06 22:19:07 +00:00
radha%netscape.com ac83611671 Fix for bug 119914. nsDocShell::LoadURi() does not properly map certain load flags in nsIWebNavigation. r= adamlock. sr=rpotts. 2002-02-06 22:16:31 +00:00
vidur%netscape.com 80e9ee5924 More feedback during test. This is not part of the default build. 2002-02-06 22:10:39 +00:00
vidur%netscape.com 8171a995e8 Support for both schema namespaces. This is not part of the default build. 2002-02-06 22:09:22 +00:00
vidur%netscape.com a2b08c6365 Support for string and wstring types. Array handling fixes and simplification. This is not part of the default build. 2002-02-06 22:07:53 +00:00
vidur%netscape.com dc28f6c7ab Sharing of builtin types across loaders. Complex types now know when they are array and expose their array type and dimension. This is not part of the default build. 2002-02-06 22:06:10 +00:00
morse%netscape.com 36e3b822b2 bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf 2002-02-06 21:55:16 +00:00
law%netscape.com 5daec863cb New files for proper progress dialog component; needed for fix for bugs 27609, et al. NOT BUILT YET 2002-02-06 21:53:30 +00:00
blakeross%telocity.com 4a9f3070a4 95894 - turbo icon is horked. r=law sr=hewitt 2002-02-06 21:38:54 +00:00
cavin%netscape.com a6e3c423ee Fix for bugscape #3867. Added code to use xaol-move cmd, instead of copy and store (flag) cmds, for "delete msg" operations on webmail servers. r=naving, sr=bienvenu. 2002-02-06 21:12:21 +00:00
bzbarsky%mit.edu c73ef95dda Ditch the history dropdown (which is nearly useless) in the XP
filepicker.  Convert it to an ancestor list instead.  Big 121354,
r=bryner, sr=jag
2002-02-06 21:10:01 +00:00
bzbarsky%mit.edu 827b9fbcae Make image/x-icon show ICON in title bar, not X-ICON. Bug 42093,
r=sicking, sr=jag
2002-02-06 21:05:52 +00:00
cavin%netscape.com da86d56a36 Fix for #82276. Allow Eudora cards with no email address to be imported. Also allow import of additional address fields. r=ducarroz, sr=mscott. 2002-02-06 21:01:21 +00:00
rbs%maths.uq.edu.au 19be27a26f Add a helper function to lookup all the forms under which an operator is listed in the Operator Dictionary 2002-02-06 20:48:35 +00:00
dougt%netscape.com 3a76d52712 Fix for 103518. Call module destructor function *after* destroying factories. submitted by Henry.Jia@sun.com, r=dp/dougt, sr=alecf 2002-02-06 20:47:37 +00:00
dougt%netscape.com e27f1817ae backing out. not part of 122523 bug fix 2002-02-06 20:42:02 +00:00