peterv%propagandism.org
|
2cd741e602
|
Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz.
|
2006-04-06 20:55:25 +00:00 |
peterv%propagandism.org
|
64c5f05794
|
Fix for bug 47852 (NAMESPACE_ERR not being thrown when setting Node.prefix). r/sr=sicking.
|
2006-04-06 20:54:53 +00:00 |
timeless%mozdev.org
|
56b76950e7
|
Bug 332155 nsIContent docs aren't current
r=bz sr=bz
|
2006-04-05 06:04:29 +00:00 |
bzbarsky%mit.edu
|
0fc79cb85a
|
Make sure to not double-insert anonymous kids if the DOM messes with them. Bug
330925, r+sr=sicking
|
2006-04-05 03:44:00 +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
|
3cb291fd96
|
Make sure to always have a principal for a document; fall back to a null
principal if all else fails. Bug 327246, r+sr=jst
|
2006-04-03 21:20:02 +00:00 |
bzbarsky%mit.edu
|
de6cfc8789
|
Make sure to not ever have an uncleared nodeinfo in our one-slot cache. Bug
332528, r+sr=peterv
|
2006-04-03 15:29:29 +00:00 |
bzbarsky%mit.edu
|
7128ca1c73
|
More comment tweaks; should be it for this directory.
|
2006-03-31 08:41:49 +00:00 |
bzbarsky%mit.edu
|
fcf3fc6532
|
Need shorter comments here
|
2006-03-31 08:20:34 +00:00 |
bzbarsky%mit.edu
|
0764beeffd
|
Add comments describing some more files.
|
2006-03-31 08:00:42 +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 |
bzbarsky%mit.edu
|
d44b11cf72
|
Add some comments explaining what these files do. rs=jst
|
2006-03-30 08:03:04 +00:00 |
gerv%gerv.net
|
a54a4e6372
|
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
|
2006-03-30 07:57:10 +00:00 |
dbaron%dbaron.org
|
33bf10a191
|
Fix crash when typing ISO-8859-1 and then non-ISO-8859-1 character, and some leaks too. r=sicking sr=bzbarsky
|
2006-03-30 05:54:54 +00:00 |
martijn.martijn%gmail.com
|
53b810af39
|
Bug 331848 - idl comment for containsNode is corrupt, r+sr=bzbarsky
|
2006-03-29 21:57:22 +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 |
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 |
roc+%cs.cmu.edu
|
8916588e70
|
Bug 326501. Mark tree views as being suitable for untrusted code. r+sr=bzbarsky
|
2006-03-26 20:57:53 +00:00 |
cvshook%sicking.cc
|
af857a00d6
|
Bug 331547: Get rid of nsGenericElement::WillAddOrRemove
|
2006-03-24 22:43:23 +00:00 |
cvshook%sicking.cc
|
fb64a93135
|
Fix win build bustage and update uuid
|
2006-03-24 04:54:11 +00:00 |
cvshook%sicking.cc
|
0cee8f0a09
|
Attempt to make gcc happy.
|
2006-03-24 04:02:58 +00:00 |
cvshook%sicking.cc
|
3f41c5dc25
|
Opps, didn't finish review comment before checking in.
|
2006-03-24 03:57:10 +00:00 |
cvshook%sicking.cc
|
fe78375178
|
Bug 329974: Share textdata for common textnode values. r/sr=jst
|
2006-03-24 03:39:47 +00:00 |
cvshook%sicking.cc
|
4845457d08
|
Bug 329974: Share textdata for common textnode values. r/sr=jst
|
2006-03-24 03:29:52 +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
|
3c1615117a
|
Bug 246092 nsContentPolicy caches Category list
patch by chpe@gnome.org r=bz sr=bz
|
2006-03-22 15:26:35 +00:00 |
timeless%mozdev.org
|
acf535b28d
|
Bug 246092 nsContentPolicy caches Category list
Testing a backout to see how Tp fares.
|
2006-03-22 09:13:54 +00:00 |
timeless%mozdev.org
|
ad9314828f
|
Bug 246092 nsContentPolicy caches Category list
random attempt at fixing build bustage (msvc6, w2k)
|
2006-03-21 07:42:52 +00:00 |
timeless%mozdev.org
|
fc590ed546
|
Bug 246092 nsContentPolicy caches Category list
patch by chpe@gnome.org r=bz sr=bz
|
2006-03-21 06:48:38 +00:00 |
jag%tty.nl
|
fb9313e95b
|
nsresult -> NS_IMETHODIMP on some of the nsIDOMAttr methods. r=sicking
|
2006-03-19 10:26:58 +00:00 |
neil%parkwaycc.co.uk
|
d7bd93f921
|
Ensure box objects are obtained from the correct document b=330181 r+sr=jst
|
2006-03-18 14:14:08 +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 |
cvshook%sicking.cc
|
eecb0ccf93
|
Bug 330526. Don't call Release on mContent in the middle of putting the nsDOMEventRTTearoff in the cache. r=aaronr@us.ibm.com sr=jst
|
2006-03-17 00:51:04 +00:00 |
cvshook%sicking.cc
|
6c450d021d
|
Bug 330084: Don't crash when removing an node from the tree that noone holds on to. r/sr=jst
|
2006-03-17 00:28:26 +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
|
9a528f9417
|
Bug 329437, Push DispatchClickEvent up to nsGenericElement r+sr=bz
|
2006-03-14 19:57:33 +00:00 |
bzbarsky%mit.edu
|
6e8df6adb8
|
nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24
<jlurz24@gmail.com>, r=sicking, sr=bzbarsky
|
2006-03-14 17:12:41 +00:00 |
cvshook%sicking.cc
|
e9857521f9
|
Kill leftover declaration from bug 326645. r/sr=bz
|
2006-03-09 18:56:30 +00:00 |
martijn.martijn%gmail.com
|
c6b545fb8c
|
Bug 286560 - Fix comments for focusNode in nsISelection.idl, r+sr=bzbarsky
|
2006-03-09 18:44:20 +00:00 |
Olli.Pettay%helsinki.fi
|
0a10950131
|
Bug 329125, Remove nsMutationEvent::mTarget r+sr=bz
|
2006-03-09 18:14:17 +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 |
Olli.Pettay%helsinki.fi
|
7f852eb898
|
Bug 328885, r+sr=bz
|
2006-03-08 20:22:35 +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 |
bzbarsky%mit.edu
|
6ca8715ac8
|
Fix the behavior of ranges when insertNode is called -- range should not
collapse. Bug 253609, patch by Joshua Welderson
<pythonesque+bugzilla@gmail.com>, r=peterv, sr=jst
|
2006-03-03 02:53:44 +00:00 |
bzbarsky%mit.edu
|
7bd85f5af3
|
Don't set the "exception pending" boolean on the XPCCallContext if we actually
set the exception on some other unrelated JSContext. Bug 328851, r=jst, sr=brendan
|
2006-03-01 03:54:15 +00:00 |