Commit Graph

92140 Commits

Author SHA1 Message Date
ben%netscape.com
8dc2e60f16 Adding Download Manager component & initial interface, datasource, etc.
not part of build
2001-11-12 08:57:42 +00:00
hyatt%netscape.com
d6f8a36508 Fix to convert property to field. 106153. r=hixie, sr=hewitt 2001-11-12 07:28:30 +00:00
bbaetz%cs.mcgill.ca
963817d4d2 Oops. Bug 109690 again, r=justdave, gerv 2001-11-12 05:47:24 +00:00
bbaetz%cs.mcgill.ca
67fff67155 Bug 109690: Check $bug before using it.
r=justdave,gerv
2001-11-12 05:39:14 +00:00
kaie%netscape.com
a4327e69de b=103198 Make sure master preferences panel fits.
r=kaie sr=blizzard
2001-11-12 05:07:23 +00:00
kaie%netscape.com
f243ba77d1 b=108625 Fix regression / XUL value attribute assignment
r=ddrinan sr=blizzard
2001-11-12 04:57:53 +00:00
rweltman%netscape.com
265c78d56a Use explicit imports 2001-11-12 01:32:07 +00:00
rweltman%netscape.com
2141b2dd70 Use real javax.security.sasl package instead of Sun preview 2001-11-12 01:31:41 +00:00
rweltman%netscape.com
6daccb2bcc Added sasl.jar and jnet.jar to the build CLASSPATH 2001-11-12 01:29:33 +00:00
peterv%netscape.com
bcd18a1996 Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead. Not part of the build. r=jag, rs=scc. 2001-11-12 01:22:31 +00:00
rweltman%netscape.com
2367e3f525 November 11, 2001 implementation of javax.security.sasl 2001-11-12 00:58:53 +00:00
bzbarsky%mit.edu
8f0641cd69 Fix pasting into password boxes with middle-mouse paste. Bug 109520,
r=fabian, sr=jst
2001-11-11 22:52:18 +00:00
seawood%netscape.com
2b1b53a53d Add xpcom/glue 2001-11-11 22:46:29 +00:00
brendan%mozilla.org
8b9fb46499 Avoid ClaimScope (lock-free to -full transition) in JS_GetClass and js_FinalizeObject called from the GC (109183, r=shaver, sr=jband). 2001-11-11 21:25:13 +00:00
dbaron%fas.harvard.edu
88158430a4 Attempt to fix HP runtime bustage. b=83836 2001-11-11 20:46:42 +00:00
peterv%netscape.com
783b508bc9 Adding namespaces and tbodies. Testcase, not part of the build. r=sicking. 2001-11-11 20:40:56 +00:00
dbaron%fas.harvard.edu
d22a753dd3 Fix nsDependentString assertions when using history window, part 2. b=109172 r=jag sr=alecf 2001-11-11 20:37:53 +00:00
jband%netscape.com
e445180e90 fix bug 106122. build xpt file search path based on NS_XPCOM_COMPONENTS_DIR *and* NS_APP_PLUGINS_DIR_LIST. Also, correctly detect that search path has changed - even when the change is just appended items. r=ccarlen sr=jst. 2001-11-11 19:01:00 +00:00
sicking%bigfoot.com
91cba3e42d [Not part of build]
Make standalone TransforMiiX build again. Fix merge-conflict resolved the wrong way.

No bug. r=hwaara.
2001-11-11 17:40:44 +00:00
ian%hixie.ch
305453a450 Some very primitive default HTML output files for login.accessDenied and login.detailsSent. 2001-11-11 15:37:48 +00:00
ian%hixie.ch
c1fbe83087 We should be able to access strings with uppercase letters -- oops. Changing regexp to include 'A-Z' as well as 'a-z'. Also adding a dump statement in the failure case to help when analysing the log looking for a bug. 2001-11-11 15:33:59 +00:00
ian%hixie.ch
a98c451be4 Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. Also took the opportunity to add a call to setupProgress. 2001-11-11 11:54:06 +00:00
ian%hixie.ch
c2b7af4e48 Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. 2001-11-11 11:48:14 +00:00
ian%hixie.ch
333b70e6e1 Should have been checking for a defined value, not a true value -- there is nothing to stop a failure from being '0', for instance. (The important thing is to be consistent with the SelectingServiceList code, really, and it uses defined().) 2001-11-11 11:47:02 +00:00
seawood%netscape.com
7c7a61f1e2 more beos bustage fixing 2001-11-11 09:43:48 +00:00
ian%hixie.ch
538669aedd Implement a module to give the main application the ability to add rights and do other configuration related stuff. 2001-11-11 09:36:02 +00:00
mcafee%netscape.com
c36586eccb Switching to arg form of system call to avoid security hole (76109) 2001-11-11 09:08:56 +00:00
mcafee%netscape.com
be9eedb5d2 typo! fixes bug 2001-11-11 08:30:21 +00:00
morse%netscape.com
8252ae986f bug 109411, prevent malloc of 0, c=pedemonte, r=morse, sr=alecf 2001-11-11 08:27:05 +00:00
seawood%netscape.com
febe8156ad Fixing beos bustage. who needs the lxr lesson? 2001-11-11 08:26:18 +00:00
ian%hixie.ch
ebf177c5db Mute the Net::AIM warnings and add some null-checking code to the close() method. 2001-11-11 08:08:26 +00:00
blakeross%telocity.com
96c5a21fdd changing timeout to 0, r/sr=hyatt 2001-11-11 04:41:48 +00:00
blakeross%telocity.com
43873c78c9 73748 - Stop loading nsJSSupportsUtils.js and nsJSComponentManager.js on startup. r=hewitt sr=ben 2001-11-11 04:20:01 +00:00
ian%hixie.ch
c9fdcfec0f First stab at primitive AIM output support as an alternative to e-mail. 2001-11-11 04:18:09 +00:00
bzbarsky%mit.edu
fbe8c76d57 Fixing bogus indentation that I missed (checked in old version of
patch). bug 84599 reprise, r=glazou, sr=attinasi (still).
2001-11-11 03:56:49 +00:00
bryner%netscape.com
b890a77bd9 Fixing startup crash. sr=hyatt. 2001-11-11 02:48:05 +00:00
dbaron%fas.harvard.edu
c2e6f13707 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=jag, rs=scc 2001-11-11 01:57:33 +00:00
dbaron%fas.harvard.edu
f786e3dbca Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=jag, rs=scc 2001-11-11 01:52:04 +00:00
dbaron%fas.harvard.edu
51d3687cb4 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=jag, rs=scc 2001-11-11 01:42:10 +00:00
dbaron%fas.harvard.edu
147c28fd22 Avoid applying all default rendering of HTML's table element to anonymous table objects. b=72358 r=hixie sr=attinasi 2001-11-11 01:35:25 +00:00
dbaron%fas.harvard.edu
613f237681 Fix nsDependentString assertions when using history window. b=109172 r=jag rs=scc 2001-11-11 01:27:30 +00:00
bryner%netscape.com
d300dbe084 added files: mozilla/content/xbl/src/nsXBLPrototypeResources.cpp, mozilla/content/xbl/src/nsXBLResourceLoader.cpp 2001-11-11 01:21:33 +00:00
waterson%netscape.com
f94e8a698e Bug 109143. Search datasource should return a valid result set from GetTargets now that we're suppressing re-entrant content builds. r=rjc, sr=hyatt 2001-11-11 01:16:08 +00:00
hyatt%netscape.com
119814d3a5 Fix for 106153, dont build a content model for XBL <resources>, r=bryner, sr=jst 2001-11-11 01:15:22 +00:00
ian%hixie.ch
fb9e84ff2d Fix typo (PLIFF->PLIF) 2001-11-11 00:58:48 +00:00
pete%alphanumerica.com
70156fa98e b=53596, r=dougt, sr=brendan
nsLocalFileUnix fix for ::GetLeafName not working on relative paths

--pete
2001-11-11 00:15:28 +00:00
ian%hixie.ch
a538c2a0cd Fix the DESTROY method to actually call the close() method like it was supposed to. 2001-11-11 00:14:07 +00:00
dbaron%fas.harvard.edu
e83f9f183f Fix bustage. b=109165 2001-11-10 23:55:36 +00:00
dbaron%fas.harvard.edu
c25fe11d0f Pull computation of loop invariants for rule matching out of outer loop (over rule processors) as well, from SelectorMatchesData in nsCSSStyleSheet to RuleProcessorData in nsStyleSet. Use the RuleProcessorData structure in nsHTMLStyleSheet as well. Simplify matching of :-moz-bound-element pseudo-class. b=83836 r=waterson, pierre sr=hyatt 2001-11-10 23:51:45 +00:00
dbaron%fas.harvard.edu
0c93d110f3 Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard 2001-11-10 23:30:13 +00:00