Commit Graph

421 Commits

Author SHA1 Message Date
brade%netscape.com
fa79468965 remove unused static kParserCID for gain of 16 bytes (bug 117927; r/sr=jst,darin) 2002-01-10 14:10:08 +00:00
brade%netscape.com
409aaee398 remove unused statics kNameSpaceManagerCID, kXMLDocumentCID and kParserCID for gain of 48 bytes (bug 117927; r/sr=jst,darin) 2002-01-10 14:09:09 +00:00
jaggernaut%netscape.com
465eef0294 Bug 119109: Accelerator keybindings are screwed up. Fixing today's wannabe blocker (simple typo in harish's ports bustage fix), r=peterv. 2002-01-10 13:34:03 +00:00
danm%netscape.com
91b9b1865f update to match nsIExpatSink.idl rev 1.2. this was causing xbl content sinks to not be properly initialized and causing lots of crashes on startup. r=harishd 2002-01-09 23:32:12 +00:00
harishd%netscape.com
b01e7e3a27 Fixing ports bustage. b=105137. r=dbaron, sr=jag 2002-01-09 21:50:08 +00:00
dbaron%fas.harvard.edu
9a039b7c3a Fix AIX and OS/2 bustage by using normal |const|-ness conventions. r=harishd 2002-01-09 18:15:36 +00:00
bryner%netscape.com
cbd2fb8afd Bug 118859 - allow hooking up an XBL handler for a custom DOM event. r=hewitt, sr=hyatt. 2002-01-09 02:16:17 +00:00
harishd%netscape.com
7c522efd05 105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst 2002-01-09 01:37:50 +00:00
hyatt%netscape.com
e3f61bf44f Checking in 115757, enabling of Windows XP Theme Support under Classic skin.,r=bryner,sr=hewitt 2002-01-04 00:28:01 +00:00
mcafee%netscape.com
e47b64c3d3 Ignore generated files. 2001-12-29 04:19:36 +00:00
seawood%netscape.com
45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mjudge%netscape.com
d7c892374e wrong name for module name. needed webbrwsr not webBrowser_core 2001-12-18 02:06:04 +00:00
mjudge%netscape.com
2ecc969e5b bs=7868 r=saari Adding in new api to bake on trunk before going to branch. this adds nsISelectionDisplay to nsISelectionController. SetDisplayFlags are how we now set if you want images selected or not 2001-12-18 01:29:49 +00:00
hyatt%netscape.com
0ec3f045d8 Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson 2001-12-17 22:51:39 +00:00
jaggernaut%netscape.com
e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
timeless%mac.com
9cd5e2d3fe Bugzilla Bug 115124 ###!!! ASSERTION: Can't use |Truncate()| to make a string longer.: 'aNewLength <= this->Length()'
r=pink, sr=alecf,  a=brendan
Bugzilla Bug 115105 crash dereferencing null for bad xbl
r=bryner, sr=alecf, a=brendan
2001-12-14 05:04:05 +00:00
leaf%mozilla.org
8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
hewitt%netscape.com
91ae0b8bc3 97253 - XBL Default Content Bug in LocateInstance, r=jag, sr=hyatt 2001-12-01 00:32:07 +00:00
dbaron%fas.harvard.edu
026075a4bd Fix leak when attempting to synchronously load a nonexistant XBL file. b=111356 r=brendan sr=hyatt 2001-11-28 05:00:29 +00:00
jst%netscape.com
e89c147731 Fixing part of bug 111213. Make nsIScriptContext::SetScriptsEnabled() 'restart' scripts if they were turned off earlier in this context (print preview relies on this). r=jkeiser@iname.com, sr=jband@netscape.com 2001-11-27 09:18:28 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
joki%netscape.com
29476f3798 Fix for 108104, prevent key/mouse events from untrusted scripts to spoof UI into thinking it got real native events. r:saari,sr:jst 2001-11-20 08:40:54 +00:00
dbaron%fas.harvard.edu
5e289d22b7 Reduce bloat by eliminating nsString member variable (size of nsString and double-on-fault growth). r=jag sr=hyatt b=109963 2001-11-16 02:17:04 +00:00
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
dbaron%fas.harvard.edu
5482728d2b Fix assertions that I caused with my previous checkin. sr=hyatt 2001-11-14 08:17:19 +00:00
dbaron%fas.harvard.edu
13607df03b Reduce string copying by using |operator+| to form dependent concatenations. b=106153 r=jag sr=hyatt 2001-11-14 01:38:55 +00:00
dbaron%fas.harvard.edu
fd2c031d30 Reduce allocations by using the buffering in nsXMLContentSink. b=106153 r=jag sr=hyatt 2001-11-14 01:37:43 +00:00
dbaron%fas.harvard.edu
5b2e4b8d7e Adding newline to end of file to fix HP bustage. 2001-11-13 07:59:24 +00:00
hyatt%netscape.com
7e7ace4abb Fix for 106153, don't build a content model for XBL's implementation. r=bryner, sr=ben 2001-11-13 04:09:56 +00:00
bryner%netscape.com
b890a77bd9 Fixing startup crash. sr=hyatt. 2001-11-11 02:48:05 +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
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
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
hyatt%netscape.com
34f94450e0 Fix for 108389. r=jkeiser, sr=jst 2001-11-05 06:45:04 +00:00
hyatt%netscape.com
1036442dc1 Fix linux bustage. 2001-11-03 11:49:08 +00:00
hyatt%netscape.com
8c2c4e7079 Fix linux bustage 2001-11-03 10:52:14 +00:00
hyatt%netscape.com
ed5580ac76 One more glitch fixed. 2001-11-03 10:46:54 +00:00
hyatt%netscape.com
a8ef17fc1a Oops. Missed a spot. 2001-11-03 10:20:30 +00:00
hyatt%netscape.com
0d3a2fa6bf Fix for 80147, use XUL prototype elements in anonymous content of XBL. r=dbaron, sr=jst 2001-11-03 10:12:20 +00:00
blakeross%telocity.com
6c769e76e9 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:17:02 +00:00
hyatt%netscape.com
49753f55e1 Fix whitespace handling in XBL. Bad regression. r=bryner, sr=jst 2001-11-02 09:29:33 +00:00
hyatt%netscape.com
19490453c9 Fix for 106153, avoid building a content model for XBL event handlers, r=bryner, sr=waterson 2001-11-02 01:53:13 +00:00
jaggernaut%netscape.com
cad0dc7095 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 06:44:19 +00:00
dbaron%fas.harvard.edu
d925a84d2e Properly initialize out parameters to prevent the frame constructor from thinking it has to handle insertion points when it really doesn't. r=bryner sr=hyatt b=106802 2001-10-26 00:24:49 +00:00
dougt%netscape.com
8e3200f084 Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com 2001-10-26 00:09:22 +00:00
seawood%netscape.com
0f535e7061 Land the simple OSX Mach-O build changes.
Bug #75653 r=cls
2001-10-25 08:55:53 +00:00
hyatt%netscape.com
0f2fca64d1 Fix for 106212, make ContentAppended work right with XBL insertion points. r=brendan, sr=waterson 2001-10-25 07:31:18 +00:00