Commit Graph

2856 Commits

Author SHA1 Message Date
warren%netscape.com
ca56050d0c Improving debug messages for contents.rdf. 2000-09-18 02:07:06 +00:00
Peter.VanderBeken%pandora.be
42e80d8d81 Enabling XSLT hooks in layout in default build. Bug #42228. r=axel@pike.org, a=waterson@mozilla.org. 2000-09-16 20:53:08 +00:00
jdunn%netscape.com
9b76ecf59a fixing AIX Tinderbox bustage:
PRBool's need PR_TRUE's or PR_FALSE's not 'false'
2000-09-15 12:23:15 +00:00
kandrot%netscape.com
dfd2a6cf08 Missed a file for the bloat fix. 2000-09-15 07:11:03 +00:00
kandrot%netscape.com
80cea30a82 Fix for 370k of bloat.
r=waterson
2000-09-15 06:52:17 +00:00
alecf%netscape.com
a8a428bf1f rdf side of fix for #52644 r=waterson
generate contractIDs appropriately for delegate factories
2000-09-15 06:43:40 +00:00
sfraser%netscape.com
199f27a574 Adding file to RDF project for kandrot. 2000-09-15 06:42:42 +00:00
hyatt%netscape.com
c7c8ee0155 Fix for bad contractid. r=rayw 2000-09-15 06:39:29 +00:00
saari%netscape.com
8c69e9f876 fix for 49975. r=pinkerton and hyatt 2000-09-15 06:28:26 +00:00
kandrot%netscape.com
c3fa1f92e7 Added to remove around 370k of bloat.
r=waterson
2000-09-15 06:25:54 +00:00
rayw%netscape.com
3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
waterson%netscape.com
aa07e7a254 Tune arena sizes, per news://news.mozilla.org/39BEC105.5090206%40netscape.com. 2000-09-14 23:11:40 +00:00
waterson%netscape.com
ef371ea288 Fix 'const' bustage. 2000-09-14 23:10:37 +00:00
pnunn%netscape.com
9979eb5cde bug#51249: add chrome to FlushCache. pnunn r:syd. 2000-09-14 23:10:30 +00:00
waterson%netscape.com
ec2a45d34d Bug 51813. The change in r1.194 made it so that we respect a XUL element's lazy state. Because of this, we no longer need to check for 'new' matches in InstantiationNode::Propogate() -- *all* matches should be returned. Re-constify methods that should be const, and add NS_CONST_CAST() to call out where we're doing naughty things. r=rjc 2000-09-14 23:07:29 +00:00
hyatt%netscape.com
4884379265 New smarter chrome registry. r=warren 2000-09-14 19:25:13 +00:00
mjudge%netscape.com
e2be918716 small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575 2000-09-14 11:45:01 +00:00
warren%netscape.com
5a9655aa8a Fixed to not delete installed-chrome.txt -- checks mod dates instead. 2000-09-14 08:50:14 +00:00
jst%netscape.com
aa961f07d3 Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com 2000-09-14 05:36:52 +00:00
jst%netscape.com
347b9460b5 Fixing nsbeta3+ bug 52572. Updating the DOM intefaces in mozilla to match the current DOM Level 2 PR. r=kandrot@netscape.com 2000-09-14 05:19:00 +00:00
waterson%netscape.com
713b804df2 Bug 46134, redux. Fix another piece o' code affected by the '^' character. r=rjc 2000-09-14 04:39:59 +00:00
rayw%netscape.com
4fe0380d5d *** empty log message *** 2000-09-14 03:42:35 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com
7312330f97 Specify that the base class is indeed 'public' since some compilers (AIX)
assumes 'private'.  I ok'd each of these with the appropriate module
owners (see bug)

r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
scc%mozilla.org
70ad30814f if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 04:50:55 +00:00
hyatt%netscape.com
5e581a0556 Backing out chrome registry changes. a=brendan 2000-09-13 03:07:26 +00:00
waterson%netscape.com
083b26da8d Bugs 46134. Use caret ('^') character to concatenate text. Fix nsPromiseSubstring usage. r=rjc. Bug 46686. Update container attrs *before* we nuke the bestmatch. r=rjc 2000-09-12 23:12:40 +00:00
blizzard%redhat.com
2e743c0f75 fix for bug #51778. Hand a provider to the directory service. This should get regchrome working again. r=dougt a=brendan 2000-09-11 19:13:27 +00:00
hyatt%netscape.com
87650f51b9 r=ben, same as prev checkin 2000-09-08 10:02:00 +00:00
dbaron%fas.harvard.edu
3ae3b5bf23 Make idlc run correctly in an objdir build. This taints the srcdir, but that's the way idlc is supposed to work.
Make idlc-generated files not be made executable.
r=jst,cls
Not part of the build (used only by people making DOM idl changes)
2000-09-08 01:59:22 +00:00
sfraser%netscape.com
7e6c98de52 Removed an nsIAtom* that was never initialized or used, but NS_RELEASED. Found in the build warnings. r=jag. 2000-09-08 01:25:10 +00:00
pinkerton%netscape.com
1f5bbf0ea1 use NS_LITERAL_STRING 2000-09-07 23:18:38 +00:00
pinkerton%netscape.com
5cbffb2b65 using NS_LITERAL_STRING 2000-09-07 23:12:41 +00:00
ccarlen%netscape.com
b77e163d2c Use nsIDirectoryService instead of nsIFileLocations - bug #38626 r=hyatt 2000-09-07 13:06:28 +00:00
dveditz%netscape.com
2ff9437de0 Turning on JS strict option in debug builds, a/r=brendan, bug 50645 2000-09-07 10:51:59 +00:00
hyatt%netscape.com
4677305721 Ensuring that column header cells don't also persist accidentally (along with the columns themselves. r=ben 2000-09-07 08:42:49 +00:00
hyatt%netscape.com
abc29e3936 Fix for 51263. r=ben 2000-09-07 08:26:03 +00:00
hyatt%netscape.com
9d8e03414c C++ fixes for 51263, r=joki 2000-09-07 08:18:11 +00:00
bryner%uiuc.edu
e29926f20a Fixing 42109 (again) - I missed a case on my first attempt. r=disttsc@bart.nl. 2000-09-07 05:49:04 +00:00
disttsc%bart.nl
3c25610d65 Make nsXULElement inherit directly from nsXMLElement and remove dead internal code ((Get|Set)NameSpacePrefix from nsIXMLContent.h, nsIXULContent.h, nsXMLElement.h, nsGenericXMLElement.(h|cpp) and nsXULElement.(h|cpp). Hints & tips by jst (thanks!), r=jst, a=brendan. 2000-09-06 20:39:29 +00:00
dbaron%fas.harvard.edu
cfceba7dca Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
rjc%netscape.com
a8c526ae23 Fix bug # 45966 and bug # 51324: need to escape file URLs. r=me 2000-09-06 01:33:01 +00:00
jband%netscape.com
f9a5b20560 commenting out dead code that was giving us a useless warning 2000-09-05 20:20:34 +00:00
hyatt%netscape.com
1bb5fdc4fc loadBindingdoc, r=ben 2000-09-05 07:29:01 +00:00
bryner%uiuc.edu
30b37c9413 Making it so everyone doesn't get my debugging output spam. 2000-09-05 04:05:06 +00:00
rjc%netscape.com
85a442b4d8 Have FSDS tell nsIFile's to be less eager... shouldn't resolve aliases on Mac, for example. Preparation for additional work by ccarlsen. r=me 2000-09-05 00:15:22 +00:00
scc%mozilla.org
2217def002 fixing up comparison ambiguities for old gcc 2000-09-03 22:45:50 +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
scc%mozilla.org
256fb2fdda fixing code that relied on implicit string construction 2000-09-02 05:30:35 +00:00