Commit Graph

2007 Commits

Author SHA1 Message Date
cvshook%sicking.cc
ba2eb2ca0f Bug 333942. Move GetParent to nsINode and add GetNodeParent there too. There is a risk that this'll add some binary size, but hopefully not too much. r/sr=bz 2006-04-15 05:09:16 +00:00
mrbkap%gmail.com
f36ff98d32 Remove defunct assertions from debug-only code. bug 334055, r+sr=sicking 2006-04-15 00:39:35 +00:00
enndeakin%sympatico.ca
7434acd04d Bug 331689, merge two attribute setting codeblocks to ensure consistency, r+sr=bz 2006-04-12 16:31:09 +00:00
benjamin%smedbergs.us
70a0f2207b Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
dbaron%dbaron.org
e86e6e0de2 Copy observer list and hold references to observers when notifying them. b=271669 r=bzbarsky sr=jst 2006-04-11 23:44:34 +00:00
jst%mozilla.jstenback.com
f4f7012c0b Fixing bug 321299. Make sure XPConnect wrappers get properly reparented when moving nodes from document to document. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu 2006-04-11 03:49:44 +00:00
dbaron%dbaron.org
04b8c33eda Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
bzbarsky%mit.edu
25ab5fffef Create a powerless non-principal and start using it. Bug 326506, r=mrbkap,
sr=dveditz
2006-04-02 20:58:26 +00:00
peterv%propagandism.org
db7caa0c2d Fix for bug 330835 (XULContentSinkImpl::HandleProcessingInstruction should use EqualsLiteral instead of FindInReadable for the target). r/sr=bz. 2006-04-01 02:11:27 +00:00
darin%meer.net
20837f71e1 fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron 2006-03-30 18:40:56 +00:00
cvshook%sicking.cc
1995317fe0 Bug 329982: Give nsXULElement::RemoveChildAt some lovin' to make it deal better with mutationevent handlers mutating the DOM 2006-03-27 22:00:40 +00:00
enndeakin%sympatico.ca
c9f425d8df bug 330660, when constraining, skip underspecified items and do them later. This make certain more complex templates update properly. r+sr=bz 2006-03-27 13:53:27 +00:00
roc+%cs.cmu.edu
1a94b0ebf3 Bug 326501. Mark tree views as being suitable for untrusted code. r+sr=bzbarsky 2006-03-26 20:59:03 +00:00
Olli.Pettay%helsinki.fi
ee372ff167 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
Jan.Varga%gmail.com
289667093a Fix for bug 330662. isdominated check in template builder is not necessary and causes problems in some specific cases
r=enndeakin sr=bzbarsky
2006-03-25 08:07:33 +00:00
cvshook%sicking.cc
af857a00d6 Bug 331547: Get rid of nsGenericElement::WillAddOrRemove 2006-03-24 22:43:23 +00:00
enndeakin%sympatico.ca
027ce66879 bug 330663, textnodes not synchronized properly, r+sr=bz 2006-03-24 20:41:03 +00:00
cvshook%sicking.cc
1b3207b1d5 Relanding patches that (hopefully) don't affect Tdhtml 2006-03-24 00:09:50 +00:00
cvshook%sicking.cc
e26140ab7d Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364. 2006-03-23 08:21:21 +00:00
bryner%brianryner.com
7a96206e10 Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst. 2006-03-22 18:36:36 +00:00
timeless%mozdev.org
f23ddfbebf Bug 330170 crash in history tab of Side bar [@ nsXULTreeBuilder::CycleHeader]
validate arguments, label arguments, use Truncate
r=neil sr=roc
2006-03-21 06:31:37 +00:00
peterv%propagandism.org
59c12dfe1f Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification), checking in the right patch this time. r=sicking, sr=bz. 2006-03-17 14:38:57 +00:00
peterv%propagandism.org
d52a61880f Backing out to fix bustages. 2006-03-16 15:12:21 +00:00
peterv%propagandism.org
3efee8b1f4 Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification). r=sicking, sr=bz. 2006-03-16 13:47:42 +00:00
Olli.Pettay%helsinki.fi
37054f078a Bug 329512, Remove NS_XUL_CLICK r+sr=bz 2006-03-13 20:57:36 +00:00
enndeakin%sympatico.ca
d319f815e1 Bug 330167, clear lazy state when removing template-built node from document, r+sr=bz 2006-03-13 19:19:08 +00:00
mrbkap%gmail.com
b8ec1670f1 Don't crash on empty XUL files. bug 326204, r=neil, sr=bzbarsky 2006-03-09 18:48:32 +00:00
Olli.Pettay%helsinki.fi
0a10950131 Bug 329125, Remove nsMutationEvent::mTarget r+sr=bz 2006-03-09 18:14:17 +00:00
enndeakin%sympatico.ca
472ec2a4eb bug 329884, keep reference when removing builder, r+sr=bz 2006-03-09 17:13:35 +00:00
cvshook%sicking.cc
9f4b50c028 Bug 326645: Remove mRootContent from nsDocument to avoid all the pains of keeping it in sync with the childlist. Also remove mBodyContent from nsHTMLDocument for the same reason. r=bz sr=jst 2006-03-09 07:29:41 +00:00
cvshook%sicking.cc
1a8c5dae53 Bug 325730. Mutation-event handlers can cause further mutations to the DOM. We need to be more attentive to those. r=bz sr=jst 2006-03-08 21:47:32 +00:00
enndeakin%sympatico.ca
16fd9a63a3 bug 329335, unhook template builder when removing root node, r+sr=bz 2006-03-08 17:13:31 +00:00
cvshook%sicking.cc
de7a063b91 Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst 2006-03-08 05:01:16 +00:00
Olli.Pettay%helsinki.fi
f79ea0115b Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
bzbarsky%mit.edu
950c61cf37 Remove the mPresShell member of nsBoxObject, and some other cleanup. Bug
329181, r=neil, sr=jst
2006-03-07 03:20:39 +00:00
enndeakin%sympatico.ca
92a7747f74 account settings not visible; support multiple uses of the same result id, r+sr=bz 2006-03-06 15:53:43 +00:00
bzbarsky%mit.edu
189f26cded Right-click on an overflow:auto div with content smaller than the div should
not focus it.  Bug 296259, patch by moz_bug_r_a4@yahoo.com, r=aaronlev, sr=roc
2006-03-06 05:18:52 +00:00
neil%parkwaycc.co.uk
d81d4d83ac Resolve assertion by removing unnecessary code b=326875 r+sr=bz 2006-03-03 23:41:39 +00:00
bzbarsky%mit.edu
1939953a97 Make sure XUl anonymous popup groups are really anonymous. Bug 326644, patch by Mats Palmgren <mats.palmgren@bredband.net>, r+sr+branch181=bzbarsky, a=dveditz 2006-03-03 02:46:00 +00:00
dveditz%cruzio.com
981041e957 bug 328692 catch names missed in 319846, r=mrbkap, sr=bsmedberg, a=timr 2006-02-27 20:47:50 +00:00
enndeakin%sympatico.ca
b8b1062a90 Bug 328496, search results appear multiple times, r+sr=bz 2006-02-27 16:50:15 +00:00
enndeakin%sympatico.ca
65c400afcf Bugs 328464, empty template attribute issue and 327504, crash reading mail r+sr=bz 2006-02-27 16:48:55 +00:00
enndeakin%sympatico.ca
5d3d336e24 bug 326712, issues with bookmarks and templates, r+sr=bz 2006-02-23 18:53:24 +00:00
bzbarsky%mit.edu
7e74a76712 Make XULControllers wrappable from unprivileged script, but don't let such
script actually do anything with it.  Bug 326248, r=mrbkap, sr=jst
2006-02-23 03:17:11 +00:00
enndeakin%sympatico.ca
c9a1c9c5d1 Bug 327895, set value properly when checking containment properties, r=bz 2006-02-20 23:01:32 +00:00
roc+%cs.cmu.edu
a78451e5eb Bug 285631. Fix build bustage 2006-02-13 21:55:50 +00:00
enndeakin%sympatico.ca
a1c4fe691a Move collation init so layout doesn't get called recursively - fix balsa orange 2006-02-13 19:23:59 +00:00
enndeakin%sympatico.ca
b854f81d48 Bug 285631, new template builder, r+sr=bz 2006-02-13 16:02:08 +00:00
dveditz%cruzio.com
ab00870e61 bug 319846 prevent over-long attributes that choke the parser, r=mrbkap, sr=bsmedberg 2006-02-07 07:19:53 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00