Commit Graph

10572 Commits

Author SHA1 Message Date
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
bryner%brianryner.com
4cd1e2b280 Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin. 2006-03-15 04:59:42 +00:00
Olli.Pettay%helsinki.fi
9774964f6e Bug 330428, nsDOMEvent::InitEvent doesn't clear the target r+sr=bz 2006-03-14 21:51:56 +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
bzbarsky%mit.edu
b8488d8978 Fix arrow keys in editors. Bug 330133, r=timeless, sr=neil 2006-03-14 16:58:22 +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
Olli.Pettay%helsinki.fi
3efe2532d5 Bug 329435, Fix EventTargetIn (in nsHTMLLabelElement.cpp) to get the target from the event. r+sr 2006-03-12 19:57:14 +00:00
timeless%mozdev.org
a38de4047a Bug 309316 WARNING: GetCharCode used for wrong key event; should use onkeypress., file ../../../../../mozilla/content/events/src/nsDOMKeyboardEvent.cpp, line 108
r=bz sr=bz
2006-03-10 01:54:41 +00:00
cvshook%sicking.cc
e9857521f9 Kill leftover declaration from bug 326645. r/sr=bz 2006-03-09 18:56:30 +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
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
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
32e600a440 Attempt to fix startup bustage 2006-03-09 08:36:19 +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
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
cst%andrew.cmu.edu
f5378d061c Bug 197263 The automatic image resizing pref should toggle the default zoomed state of images, and not disable zooming entirely
r+sr=jst
2006-03-07 01:44:44 +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
jwatt%jwatt.org
bb65c9ead6 Fixing bug 329115. Replace Truncate/Append by Assign where possible in svg/content. Patched by Robert Longson <longsonr@gmail.com>. r=me, sr=roc@ocallahan.org 2006-03-03 12:57:14 +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
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
cvshook%sicking.cc
4268fdb2d6 Reland bug 324918 with fixes for regressions. r/sr=bz for the additional fixes 2006-03-02 21:30:23 +00:00
tor%cs.brown.edu
bdeee1c1ae Bug 301628 - first pass at removal of svg observer mechanism.
r=scooter/jwatt, sr=roc
2006-03-02 20:22:19 +00:00
jwatt%jwatt.org
47f1ce58a9 Fixing bug 328439. Use EqualsLiteral and AppendLiteral where appropriate in svg/content. Patched by Robert Longson <longsonr@gmail.com>. r=me, sr=roc@ocallahan.org 2006-03-02 19:00:21 +00:00
roc+%cs.cmu.edu
3e3e700faf Bug 293244. Secure <canvas> against cross-domain image stealing. r=vlad,sr=bzbarsky 2006-03-02 00:44:01 +00:00
roc+%cs.cmu.edu
83be2170b7 Backing out fix for bug 324918 so that <select> actually works again. 2006-03-02 00:21:20 +00:00
jwatt%jwatt.org
a52dc3e2fb Fixing bug 328571. Change the type of PRBool SVG classes members to PRPackedBool. r+sr=roc@ocallahan.org 2006-03-01 10:59:36 +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
cvshook%sicking.cc
6eb082c936 Bug 324918: Make nsHTMLSelectElement deal better with options in unknown children. r=bz sr=jst 2006-03-01 01:10:20 +00:00
cvshook%sicking.cc
003a14761a Bug 327969: Smarter IndexOfChild cache implementation. r/sr=bz 2006-02-28 22:17:23 +00:00
cvshook%sicking.cc
4c25054cc3 Bug 327969: Smarter IndexOfChild cache implementation. r/sr=bz 2006-02-28 22:16:06 +00:00
Olli.Pettay%helsinki.fi
30edc27d11 Bug 328566, r+sr=bz 2006-02-28 16:41:31 +00:00
ginn.chen%sun.com
c06a4cd5f7 Bug 144000 caret browsing - bad initial position
r=aaronleventhal sr=bzbarsky
2006-02-28 10:23:38 +00:00
bzbarsky%mit.edu
9345ddf89b Fixing comment. No bug. 2006-02-28 05:21:17 +00:00
roc+%cs.cmu.edu
d86762b63e Bug 328541. Flush content and layout changes before drawWindow'ing a document. r+sr=bzbarsky 2006-02-27 21:14:29 +00:00