Commit Graph

5821 Commits

Author SHA1 Message Date
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
rods%netscape.com
ae28653e61 Added an assert and an if to protect from crashing and help discover what is happening
during print preview (it's ok the shell is null, but why do we get a focus event?)
Bug 109567 r=dcone sr=attinasi
2001-11-15 13:15:54 +00:00
dbaron%fas.harvard.edu
9373568714 Avoid pointless nsAutoString construction and extra copy. b=109250 r=jag sr=jst 2001-11-15 07:47:39 +00:00
hyatt%netscape.com
62e1620a29 MIssed a spot in 109261. same reviewers apply as for previous checkin of bug fix. 2001-11-15 07:31:13 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
waterson%netscape.com
c70d2dd524 Bug 101982. Fix onbroadcast handler. r=cmanske, sr=hyatt 2001-11-15 02:46:29 +00:00
cmanske%netscape.com
f8bd0c7937 Use 1000 as limit for HR size, b=102051, r=brade, sr=jst 2001-11-14 22:27:58 +00:00
rods%netscape.com
b9ecdfca41 Added image animation mode constants to imgIContainer.IDL,
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
peterv%netscape.com
cfd67ed452 Clean up project (put files in subfolders where they belong). 2001-11-14 13:50:15 +00:00
peterv%netscape.com
7d8ca8b01d Fix for bug 105452 (Annoying assert when outputing DOM to HTML source). r=cmanske, sr=kin. 2001-11-14 13:47:49 +00:00
rods%netscape.com
5200ce36d3 Rename some bools, there is now one for when PP is being created and one for when it is in PP mode.
It now can turn on/off animated gifs and calling PP toggles it on and then call it again toggles it off
Bug 2586 r=dcone sr=attinasi
2001-11-14 11:24:03 +00:00
hewitt%netscape.com
76b5876544 108757 - dispatch DOM events for mouse wheel scrolling, r=?, sr=? 2001-11-14 10:06:21 +00:00
hyatt%netscape.com
257658ac62 Inline PeekStyleData for 109261. 2001-11-14 08:29:11 +00:00
hyatt%netscape.com
cec98cc49a Perf and footprint opt. Make style re-resolution cheaper. r=glazou, sr=hewitt, bug 109261 2001-11-14 08:19:13 +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
bzbarsky%mit.edu
f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +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
98e50b9197 Fix handledomevent to work with custom eventts in XUL. r=jag, sr=hewitt, bug 109831 2001-11-13 07:00:21 +00:00
dbaron%fas.harvard.edu
59e4187fb6 Adding / removing files for hyatt. b=106153 2001-11-13 04:19:47 +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
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
dbaron%fas.harvard.edu
88158430a4 Attempt to fix HP runtime bustage. b=83836 2001-11-11 20:46:42 +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
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
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
waterson%netscape.com
cceee25d95 Bug 109505. Dumb typo. Use iterator variable when looking for template builder. 2001-11-10 18:45:02 +00:00
bzbarsky%mit.edu
c255aa1143 Fix getComputedStyle() position/size calculations. Bug 84599 and bug
94855, r=glazou, sr=attinasi
2001-11-10 17:29:04 +00:00
jst%netscape.com
ccd5349580 Checking in Jonas Sicking's <sicking@bigfoot.com> fix for bug 109154. Make this code not suck as much, don't use GetPrimaryFrame() when there's no need to. r=jkeiser@iname.com, sr=jst@netscape.com 2001-11-10 08:25:16 +00:00
jst%netscape.com
1ab806d0b3 Checking in Fabian's <hidday@geocities.com> patch for bug 105640. Add support for IE's document.compatMode property. r=sicking@bigfoot.com, sr=jst@netscape.com 2001-11-10 07:36:19 +00:00
pchen%netscape.com
3bf4af528c bug 107900, r=jag, sr=ben, add toolbarbutton and button to lazy elements
that don't have their contents built right away
2001-11-10 00:13:24 +00:00
pchen%netscape.com
cce7e7f8fe bug 107900, r=jag, sr=ben, add toolbarbutton xul atom 2001-11-10 00:10:20 +00:00
waterson%netscape.com
21a27563ba Bug 106749. Make sure template builder only tries to build content if it's the _closest_ builder to the lazy node. r=rjc, sr=shaver 2001-11-10 00:06:08 +00:00
waterson%netscape.com
fcaafcb4cd Bug 105068. Oops, I mean to remove this. 2001-11-10 00:04:47 +00:00
waterson%netscape.com
1805f78ffe Bug 108775. Don't broadcast |id|, |ref|, or |persist| attributes. Avoid re-entrancy when restoring persisted attributes. r=jag, sr=hyatt 2001-11-10 00:03:53 +00:00
sicking%bigfoot.com
2c1ee7f6bf Make checkboxes without value attribute work.
b=109122 r=bz sr=jst a=asa (for drivers)
2001-11-09 06:14:52 +00:00
dbaron%fas.harvard.edu
080cfc9fdb Add omitted NS_INIT_ISUPPORTS. b=108750 a=blizzard 2001-11-08 02:17:43 +00:00
dbaron%fas.harvard.edu
8e721c4e39 Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750 2001-11-07 07:06:31 +00:00
waterson%netscape.com
4a1f8a8889 Bug 100952, round two. This time, maintain a stack of active resources that we're currently building content for. r=tingley@sundell.net, sr=brendan 2001-11-07 06:56:39 +00:00
hyatt%netscape.com
8ca82532f6 Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt 2001-11-07 06:40:04 +00:00
joki%netscape.com
57040838f7 Fix for 71705, stop right click from triggering onclick handlers in base html content, though not in xml/xul/chrome. reviewed a while ago, lost in tree. r:saari,sr:hyatt 2001-11-07 06:29:29 +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
waterson%netscape.com
86385dc75e Bug 108736. Lurn tuh speel. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:25:41 +00:00
waterson%netscape.com
38bf272e33 Bug 103959. Maintain nsTemplateMatch::mBindingDependencies so that we don't leave dangling references in the nsConflictSet::mBindingDependencies table. r=tingley@sundell.net, sr=shaver@mozilla.org 2001-11-07 04:24:51 +00:00
hewitt%netscape.com
3dca737b81 108759 - nsDOMEvent::InitEvent is throwing away screen/client coordinates, r=hyatt, sr=jst 2001-11-07 00:54:02 +00:00
jst%netscape.com
7a0c525593 Fixing bug 108651. Don't call nsIDocument::ContentAppended() if nothing was appended (when inserting an empty document fragment). r=harishd@netscape.com, rs=vidur@netscape.com 2001-11-07 00:11:36 +00:00