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

69686 Коммитов

Автор SHA1 Сообщение Дата
scc%mozilla.org e7c7c66f5b fixing code that relies on implicit string construction 2000-09-02 23:59:08 +00:00
dbaron%fas.harvard.edu 75c622b464 Fixing code in MathML that relied on implicit string conversion. r=scc (verbally) 2000-09-02 23:56:19 +00:00
mozilla.BenB%bucksch.org dabdaa2243 20862: Remove Netscape default bookmarks and use an inital Mozilla version. More tweaking needed.
Contributed by Jeremy M. Dolan <mozilla@turbogeek.org>, r=slamm, a=brendan
2000-09-02 23:50:59 +00:00
scc%mozilla.org 8ebc9641fd fixing code that relied on implicit string construction 2000-09-02 23:43:20 +00:00
scc%mozilla.org 54af9b19ec fixing code that relied on implicit string construction 2000-09-02 23:25:46 +00:00
scc%mozilla.org babe4ad896 and the include file it will need 2000-09-02 22:46:16 +00:00
scc%mozilla.org 424a53f3a8 fixing anticipated bustage from previously mentioned bad pattern 2000-09-02 22:44:59 +00:00
scc%mozilla.org 2c01b7988d it's a repeating bad pattern ... several of the compilers don't want to make the change from |nsC[Auto]String foo = NS_ConvertASCIItoUCS2(x);| to |nsC[Auto]String foo(NS_ConvertASCIItoUCS2(x);| and so we have to use |CopyASCIItoUCS2(nsLiteralCString(x), foo);| instead 2000-09-02 22:39:18 +00:00
scc%mozilla.org 6e3c3421c6 compiler is confused; giving it a more digestible meal 2000-09-02 22:18:57 +00:00
scc%mozilla.org d6e29d9b1e fixing code that relied on implicit string construction 2000-09-02 22:13:25 +00:00
scc%mozilla.org 2b7df8a0df compiler is confused, giving it a more digestible meal 2000-09-02 22:08:52 +00:00
scc%mozilla.org 798d32a8dc fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
scc%mozilla.org 44952a090c fixing code that relied on implicit string construction 2000-09-02 21:47:30 +00:00
scc%mozilla.org 6e886df8c9 fixing code that relied on implicit string construction 2000-09-02 21:32:30 +00:00
scc%mozilla.org 82a9ff94f8 fixing code that relied on implicit string construction 2000-09-02 21:26:17 +00:00
scc%mozilla.org 7ca3724d34 fixing code that relied on implicit string construction 2000-09-02 21:14:12 +00:00
scc%mozilla.org 96b9a39082 making all string construction explicit; plus (now that the DOM APIs are turned on and you can no longer build without NEW_STRING_APIS) chopping out |#ifdef|ed code 2000-09-02 20:53:31 +00:00
brendan%mozilla.org 57422a219a Support external string GC types so XPConnect and other systems can optimize away copies (50602, r=jband). 2000-09-02 20:37:37 +00:00
jband%netscape.com a1659d2bd2 fix crasher bug 51176. xpti semantics for GetParent changed sometime back and I did not find all the cases where this mattered. thanks to mang@subcarrier.org. a,r=brendan@mozilla.org 2000-09-02 20:30:56 +00:00
bryner%uiuc.edu 25f69ad484 Fixing bug 50058 - too many onSelect firings. r=hyatt. 2000-09-02 18:59:39 +00:00
Peter.VanderBeken%pandora.be d41d21ad60 Fix XSLT hooks (Preparation for bug #42228). r=jst@netscape.com, a=waterson@netscape.com. 2000-09-02 15:35:19 +00:00
Peter.VanderBeken%pandora.be 197d30c82b Fix XSLT hooks (Preparation for bug #42228). Remove GetAttributeValueAt (Fixes bug #47454). Clean up code. r=jst@netscape.com, a=waterson@netscape.com. 2000-09-02 15:34:07 +00:00
Peter.VanderBeken%pandora.be 8934df7249 Fix XSLT hooks (Preparation for bug #42228). Implement SetDOMDocument. r=jst@netscape.com, a=waterson@netscape.com. 2000-09-02 15:32:28 +00:00
bienvenu%netscape.com c91d88b4b0 fix 50722 problems renaming open imap folder r=mscott 2000-09-02 14:42:14 +00:00
morse%netscape.com e6a630beb1 bug 51145, minor wording change, wording=gemal, r=morse 2000-09-02 14:35:03 +00:00
scc%mozilla.org b67501b4c1 fixing build bustage for OS2 and AIX 2000-09-02 12:25:27 +00:00
scc%mozilla.org 76a73c1015 fix build bustage for hpux 2000-09-02 12:20:49 +00:00
beard%netscape.com 107f754a17 hooked up Leak Detector contextual menu. 2000-09-02 08:23:50 +00:00
ben%netscape.com 8edbede04d tidy up UI 2000-09-02 08:05:44 +00:00
saari%netscape.com 3b51c1dc7e Undoing what appears to be a complete brain fart of mine from a while ago. I was releasing focus information before its time. 2000-09-02 07:49:39 +00:00
beard%netscape.com 30b9358889 fixing code that relied on implicit string construction. r=scc 2000-09-02 07:39:16 +00:00
beard%netscape.com 4503140e65 fixing code that relied on implicit string construction (less than optimal temporary fix). r=scc 2000-09-02 07:21:57 +00:00
beard%netscape.com 03a1e3e87d fixing code that relied on implicit string construction. r=scc 2000-09-02 07:20:29 +00:00
mcafee%netscape.com 33f49a5690 Solaris bustage fix from scc/bruce/#mozilla 2000-09-02 07:14:59 +00:00
bruce%cubik.org b49a555caf Fixing Solaris build bustage. r=scc. Thanks to scc and beard for helping me along with this. All give praise to gcc -S. 2000-09-02 06:36:09 +00:00
sfraser%netscape.com 169a56636a Fix build bustage -- nuked a couple of ')'. r=jag 2000-09-02 06:19:48 +00:00
scc%mozilla.org 13b55a5fda time to add that specialization of |nsCharSourceTraits<PRUnichar>|, not having it is probably hosing speedracer, r=waldemar 2000-09-02 06:03:50 +00:00
beard%netscape.com 0d706a89f5 [not part of build] traceObject, markObject. 2000-09-02 05:44:48 +00:00
nelsonb%netscape.com fa26c513b0 When building on NT for X86, use new mpi_x86.asm implementation. 2000-09-02 05:41:21 +00:00
nelsonb%netscape.com 54ce559f68 Makefile.win - gmake Makefile for building MPI with MSVC on NT. 2000-09-02 05:38:51 +00:00
nelsonb%netscape.com dab570427d mpi_x86.asm - assembly language implementation of s_mpv_ functions. 2000-09-02 05:33:15 +00:00
scc%mozilla.org 256fb2fdda fixing code that relied on implicit string construction 2000-09-02 05:30:35 +00:00
ben%netscape.com 4d9cb1414d don't draw a focus rect around radio buttons when the radio group isn't focused. 2000-09-02 05:26:42 +00:00
ben%netscape.com 94f8efc148 string bundle utility XBL binding, implement correct Windows platform keyboard navigation for radio groups. 2000-09-02 05:09:59 +00:00
saari%netscape.com cbf6ecc1f7 fix for 46505, text inputs and text areas need to change their event targets when crossing the anonymous content boundry. r=hyatt 2000-09-02 04:59:44 +00:00
scc%mozilla.org c18e089b7a oops. fix windows bustage 2000-09-02 04:57:36 +00:00
valeski%netscape.com a8d7d30c54 fixing directory seperate assumption to be generic 2000-09-02 04:29:25 +00:00
sfraser%netscape.com f69bb026f7 Fix for 43119 -- pageInfo.css is no longer needed. r=ben 2000-09-02 04:27:36 +00:00
dave%intrec.com c6661d2638 Removing duplicate variable declaration from patch for bug 50698. The
sendmail deferred vs immediate delivery Param is now honored even in Perl
5.6.
2000-09-02 04:26:36 +00:00
brendan%mozilla.org 82ba1b3e36 One-line comment addition, to match surrounding paragraphs that have comments. 2000-09-02 04:19:45 +00:00