Commit Graph

11269 Commits

Author SHA1 Message Date
cvshook%sicking.cc
9241f85443 Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst 2006-09-15 19:54:45 +00:00
tor%cs.brown.edu
757ee39a61 Bug 294137 - mozilla accepts illegal syntax on transform attribute.
Patch by wellsk@us.ibm.com, tor.  r+sr=roc
2006-09-14 13:48:36 +00:00
bzbarsky%mit.edu
5f0d68e853 Implement GetElementsByAttributeNS. Bug 239976, patch by Joerg Bornemann
<jobor@gmx.de>, r+sr=bzbarsky
2006-09-14 04:29:02 +00:00
aaronr%us.ibm.com
9b155b9f09 change nsIContent so that it can be used by extensions. Bug 350747, r+sr=bz 2006-09-12 21:19:43 +00:00
peterv%propagandism.org
25c4d90938 Fix for bug 347523 (nsXBLBinding should use importNode instead of cloneNode). r/sr=bz. 2006-09-12 12:49:04 +00:00
bzbarsky%mit.edu
60d105a0c2 Remove unneeded notification on node creation. Bug 351910, r+sr=sicking 2006-09-12 04:48:12 +00:00
vladimir%pobox.com
90229df132 b=351296,351295,348351 int overflow in canvas GetImageData/PutImageData, r=biesi 2006-09-11 21:18:31 +00:00
vladimir%pobox.com
cc89580ffb Undo accidentally commited '0 &&' clause 2006-09-11 19:14:38 +00:00
tor%cs.brown.edu
fffbf8f563 Bug 349178 - Implement getPathSegAtLength.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-09-11 15:32:28 +00:00
tor%cs.brown.edu
5f9199a263 Bug 350059 Allow cairo.h usage in nsSVGUtils.h. r+sr=roc 2006-09-11 15:26:19 +00:00
enndeakin%sympatico.ca
daae1bcfcb Bug 349895, hold strong reference to result in case it goes away 2006-09-11 13:30:31 +00:00
Olli.Pettay%helsinki.fi
302031f738 Back out Bug 344986 to fix tp regression 2006-09-10 11:53:55 +00:00
Olli.Pettay%helsinki.fi
72a64308b9 Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst 2006-09-09 17:28:57 +00:00
bzbarsky%mit.edu
01946a8fe9 Make it possible to give DOMParsers the right principals from C++. Bug 332840,
r=sicking, sr=jst
2006-09-09 04:54:03 +00:00
bzbarsky%mit.edu
fef9f193c3 Don't notify on nodes we're in the middle of creating. Bug 351732, r+sr=sicking 2006-09-09 04:45:49 +00:00
cvshook%sicking.cc
e8b54971af Bug 351886: Fix missing return. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r/sr=sicking 2006-09-09 01:15:13 +00:00
cvshook%sicking.cc
31700bfd9f Bug 324092: Allow XSLT output handlers to fail. r/sr=peterv 2006-09-08 21:09:43 +00:00
neil%parkwaycc.co.uk
391a283035 Some overlay ids getting registered twice or not at all b=351217 r=jst sr=bz 2006-09-08 18:47:34 +00:00
enndeakin%sympatico.ca
85e7987b3a Bug 333665, initialize variable rindex, r+sr=sicking 2006-09-08 14:03:45 +00:00
cst%yecc.com
2bde9ef865 Bug 47475 Need "Show(View) Image" / "Reload Image" on context menu (UI is SeaMonkey-only)
r=bz r=biesi sr=neil
2006-09-07 22:51:57 +00:00
rbs%maths.uq.edu.au
de61177a24 Consolidation of some mtable/matrix related attributes that affect the style, and make them responsive to dynamic changes via JavaScript, b=179619, r+sr=roc 2006-09-07 03:45:45 +00:00
Olli.Pettay%helsinki.fi
db7cb36c71 Bug 349530, Cannot attach popup and context menu to same XUL element, r=enndeakin, sr=sicking 2006-09-06 09:53:46 +00:00
Olli.Pettay%helsinki.fi
b7137c1ce5 Bug 343953, @ nsGenericHTMLElement::PostHandleEventForAnchors, r=bryner, sr=jst, p=mh+mozilla@glandium.org 2006-09-06 09:17:24 +00:00
Olli.Pettay%helsinki.fi
4458f7f69b Bug 350010, remove nsXULElement::mListenerManager, r=sicking, sr=jst 2006-09-06 07:47:44 +00:00
brendan%mozilla.org
251910f4d6 Fix lack of XPC.mfasl versioning via separate JS bytecode version (350787, r=mrbkap/dbaron/jst). 2006-09-05 22:53:47 +00:00
tor%cs.brown.edu
6e1f609c0d Bug 350252 - attribute change causes svg:use clone loop. r+sr=sicking 2006-09-05 16:20:01 +00:00
peterv%propagandism.org
6d09123c2b Bustage fix. 2006-09-05 10:52:18 +00:00
peterv%propagandism.org
64ec124ee5 Fix for bug 347524 (Refactor adoptNode, importNode and cloneNode to share implementation). r/sr=bz. 2006-09-05 10:22:54 +00:00
Olli.Pettay%helsinki.fi
74e899a6c4 Trying to fix creature-vm bustage 2006-09-02 15:38:17 +00:00
Olli.Pettay%helsinki.fi
9856e8851d Bug 349069, Move more things from ~nsINode to nsNodeUtils::LastRelease, r+sr=sicking 2006-09-02 13:21:05 +00:00
Olli.Pettay%helsinki.fi
64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
dbaron%dbaron.org
6c08c0d1a1 Null out hash ops after destroying table. b=350930 r+sr=sicking 2006-09-01 00:43:23 +00:00
aaronr%us.ibm.com
3015dd23c4 backing out patch, fixing nsINode bustage 2006-08-31 19:59:43 +00:00
Olli.Pettay%helsinki.fi
a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
aaronr%us.ibm.com
0fbe96df3f change nsIContent so it can be used by extensions. Bug 350747, r+sr=bzbarsky 2006-08-31 17:41:49 +00:00
bzbarsky%mit.edu
7fc60a8e53 Just make all document mutation observers get notified through the binding
manager, to resolve issues with them depending on insertion points.  Bug 348573
follow, r+sr=sicking
2006-08-31 03:17:45 +00:00
vladimir%pobox.com
0b0af5db8b b=348645, part of cocoa-cairo native theme stuff, just enough to get cairo builds working, r=me 2006-08-30 22:06:44 +00:00
tor%cs.brown.edu
ce1eb34261 Bug 339254 - Remove unused class nsSVGGenericStringValue.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-08-30 20:36:23 +00:00
timeless%mozdev.org
c1d75471fd Bug 325697 window.open() causes "ASSERTION: still loading a script when starting another load?" in nsXULDocument::LoadScript
r=bz sr=biesi
2006-08-30 16:13:32 +00:00
uriber%gmail.com
ca5218736c Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
brendan%mozilla.org
22b8d6bfd6 Fix try/catch/finally code generation (350312, r=igor/shaver). 2006-08-29 23:15:22 +00:00
benjamin%smedbergs.us
4b74339c6f Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento 2006-08-29 16:53:40 +00:00
timeless%mozdev.org
82e8b0f232 Bug 106386 Correct misspellings in source code
patch by alfred.peng@sun.com r=brade
2006-08-28 20:13:59 +00:00
timeless%mozdev.org
97d86b0df2 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
mkaply%us.ibm.com
f3204ef29e Syntax error 2006-08-25 19:40:04 +00:00
mkaply%us.ibm.com
5af3807ce4 Incomplete backout 2006-08-25 19:32:21 +00:00
bzbarsky%mit.edu
5f8947f33b Back out part of the patch for bug 329509 that accidentally landed with bug
348062. Fixes build bustage.
2006-08-25 18:37:54 +00:00
bzbarsky%mit.edu
5c72fde14f Back out part of the patch for bug 329509 that accidentally landed with bug
348062.  Fixes build bustage.
2006-08-25 18:20:00 +00:00
jst%mozilla.jstenback.com
95c7fd00f8 Fixing bug 348062. Making nsContentList hold strong references to the nodes in the list. r+sr=bzbarsky@mit.edu 2006-08-25 17:45:25 +00:00
bzbarsky%mit.edu
3514212c00 Allow nsIExpatSink implementations to control whether the expat driver logs
parse errors to the console.  Bug 342164, patch by Alex Vincent
<ajvincent@gmail.com>, r+sr=bzbarsky
2006-08-25 16:34:57 +00:00