cbiesinger%web.de
|
3fcddd0dfd
|
Bug 343604 make <applet> and <embed> handling consistent when there is no
src/code attribute, aka instantiate java even for <applet/>
r+sr=bz
|
2006-07-20 22:19:15 +00:00 |
|
mark%moxienet.com
|
a8750b5d4b
|
319078 Handle smooth mousewheel (and two-finger touchpad) scrolling. r=josh sr=darin r,sr=roc
|
2006-07-20 15:38:43 +00:00 |
|
mats.palmgren%bredband.net
|
72e3b47df0
|
<xul:observes/> with no attributes triggers assertion. b=344215 r+sr=sicking
|
2006-07-20 08:11:05 +00:00 |
|
mats.palmgren%bredband.net
|
0af413af2d
|
Don't assume DOM range start/end node QI's to nsIContent. b=345155 r+sr=bzbarsky
|
2006-07-20 05:25:20 +00:00 |
|
bzbarsky%mit.edu
|
a47feb1031
|
Fix some getElementsByTagNameNS issues, both regressions and long-standing
bugs. Bug 343307, r+sr=sicking
|
2006-07-20 03:25:39 +00:00 |
|
martijn.martijn%gmail.com
|
62fc304035
|
Bug 337955 - XUL splitter frames can only collapse in one direction. Patch by Andrew Miller, r=enndeakin, sr=neil
|
2006-07-19 22:30:33 +00:00 |
|
vladimir%pobox.com
|
4acc9c866f
|
b=344914, more canvas getImageData GC rooting fun, r=mrbkap
|
2006-07-19 18:40:37 +00:00 |
|
tor%cs.brown.edu
|
131e7f2291
|
Bug 327764 - make svg patterns live. r+sr=sicking
|
2006-07-19 15:31:40 +00:00 |
|
neil%parkwaycc.co.uk
|
3ac97e1f23
|
rev the uuid because uri forgot to in bug 344226 r=timeless
|
2006-07-19 11:48:28 +00:00 |
|
cvshook%sicking.cc
|
3a9a287253
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
|
mats.palmgren%bredband.net
|
137b51b04a
|
Null-check mRootContent before using it. b=303260 r+sr=bzbarsky
|
2006-07-19 03:53:12 +00:00 |
|
bzbarsky%mit.edu
|
4a9b91c73b
|
Use const char[], not const char*. Bug 114997, suggestion by biesi, r+sr=bzbarsky
|
2006-07-18 19:32:00 +00:00 |
|
vladimir%pobox.com
|
5e966bd8aa
|
b=344914, potential crash caused by GetImageData, unrooted GC object used; r=mrbkap,sr=vlad, patch from bugzilla.20.scyt@spamgourmet.com
|
2006-07-18 19:13:17 +00:00 |
|
gavin%gavinsharp.com
|
f3fc1fbda9
|
Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc
|
2006-07-18 17:01:40 +00:00 |
|
tor%cs.brown.edu
|
8db0ed48da
|
Bug 344378 - Implement nsSVGPathElement::GetPointAtLength.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
|
2006-07-18 16:16:09 +00:00 |
|
peterv%propagandism.org
|
37844fba4b
|
Fix for bug 344362 (xsl:output omit-xml-declaration="no" does not create an XML declaration). r/sr=sicking.
|
2006-07-18 11:44:31 +00:00 |
|
peterv%propagandism.org
|
869bdd8ccf
|
Fix for bug 343954 (Patch from bug 332239 didn't change IID of nsIContentSerializer).
|
2006-07-18 11:32:24 +00:00 |
|
uriber%gmail.com
|
d5ca8e945a
|
Add bindings for option-delete to delete next word. bug=285529 r=aaronlev sr=bzbarsky
|
2006-07-18 07:39:03 +00:00 |
|
uriber%gmail.com
|
3bef115769
|
Fix bidi behavior of ctrl+backspace and ctrl+del. bug=344226 r=smontagu sr=roc
|
2006-07-18 07:28:38 +00:00 |
|
cvshook%sicking.cc
|
4e266c0a89
|
Bug 344453: AttributeChanged events sent out twice. Also make CharacterDataChanged notifications go out even for orphaned nodes. r/sr=jst
|
2006-07-18 01:26:33 +00:00 |
|
cvshook%sicking.cc
|
75d0a67e4e
|
Bug 344895: Speed up (and clean up) range code to make inline spellcheck faster. r/sr=bz
|
2006-07-18 01:23:30 +00:00 |
|
mhammond%skippinet.com.au
|
64e71f21fa
|
Fix bug 342025: crash [@ nsXULDocument::ExecuteScript] when switching between builds
r/sr=bz
|
2006-07-18 00:36:35 +00:00 |
|
bzbarsky%mit.edu
|
60b1e59483
|
QI instead of casting so JS-implemented results work right. Bug 344939, patch
by Pawel Chmielowski <prefiks@aviary.pl>, r=enndeakin, sr=bzbarsky
|
2006-07-18 00:21:00 +00:00 |
|
rob_strong%exchangecode.com
|
9aab7b5b89
|
Bug 343182 - Password Manager asks multiple times to save a password. patch=mwu, r=jst, sr=bzbarsky
|
2006-07-18 00:18:32 +00:00 |
|
bzbarsky%mit.edu
|
063e887ba0
|
Go back to creating an inconsistent DOM and add a null-check elsewhere, because
the little mind of the focus code is blown by having no documentElement,
apparently. Bug 341730, r+sr=sicking
|
2006-07-18 00:18:19 +00:00 |
|
neil%parkwaycc.co.uk
|
a5dc748144
|
fixing wrong line endings used in original checkin for bug 335122
|
2006-07-17 14:19:37 +00:00 |
|
Olli.Pettay%helsinki.fi
|
83ae878c3e
|
Bug 343303, onblur fires before onchange for comboboxes, r+sr=bz
|
2006-07-17 11:50:19 +00:00 |
|
Olli.Pettay%helsinki.fi
|
61792b273c
|
Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc
|
2006-07-14 07:55:51 +00:00 |
|
enndeakin%sympatico.ca
|
1f3797eb6a
|
bug 335122, rework XUL sort service, r=jan, sr=sicking
|
2006-07-13 15:08:55 +00:00 |
|
peterv%propagandism.org
|
a9c63c4a75
|
Fix for bug 278981 (Extension mechanism for XPath extension functions). r=sicking, sr=jst.
|
2006-07-13 14:21:53 +00:00 |
|
gavin%gavinsharp.com
|
b92278dce3
|
Bug 340902: Split ui.key.generalAccessKey into prefs for content and chrome, patch by Simon B�nzli <zeniko@gmail.com>, r=mats.palmgren, sr=roc
|
2006-07-13 10:18:12 +00:00 |
|
martijn.martijn%gmail.com
|
69a13bf0db
|
Bug 303730 - <textarea>s in other tabs mess up focus in current 'tab', patch by chpe(at)gnome.org, r=jst, sr=bryner
|
2006-07-13 09:14:56 +00:00 |
|
martijn.martijn%gmail.com
|
4fc627517a
|
Bug 343621 - Cannot use UniversalXPConnect privilege for caret movement in textarea, r=Olli.Pettay, sr=roc
|
2006-07-13 09:04:52 +00:00 |
|
Olli.Pettay%helsinki.fi
|
375bcc004f
|
Bug 341245, Remove some unused box object related interfaces, r+sr=roc
|
2006-07-13 09:02:05 +00:00 |
|
Olli.Pettay%helsinki.fi
|
0a6715fc94
|
Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst
|
2006-07-13 07:51:54 +00:00 |
|
Olli.Pettay%helsinki.fi
|
1b31151599
|
Bug 335251, prevent load events to propagate to window, r=bz, sr=jst
|
2006-07-12 17:59:16 +00:00 |
|
masayuki%d-toybox.com
|
bdeb521557
|
Bug 312831 scroll wheel scrolls page after reaching end of a <select> box r=mats, sr=roc
|
2006-07-12 04:15:42 +00:00 |
|
tor%cs.brown.edu
|
0f02c32e3b
|
Bug 343900 - Switch <use> from nsIDOMMutationListener to nsIMutationObserver.
r+sr=sicking
|
2006-07-11 19:41:11 +00:00 |
|
tor%cs.brown.edu
|
b4a3da9a05
|
Bug 340859 - Implement pathLength attribute.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
|
2006-07-11 15:52:15 +00:00 |
|
Olli.Pettay%helsinki.fi
|
a5de9d9c0f
|
Bug 278443, Use an Arena for NodeInfos, r+sr=sicking
|
2006-07-11 09:26:13 +00:00 |
|
aaronr%us.ibm.com
|
0560c3e1af
|
move nsIXFormsUtilityService interface into core for accessibility to use. Bug 342638, patch by surkov, r=aaronr, sr=sicking
|
2006-07-10 22:02:08 +00:00 |
|
cvshook%sicking.cc
|
7f422ba105
|
Bug 343288: Move IsInDoc() and GetCurrentDoc() to nsINode. r/sr=jst
|
2006-07-09 07:37:41 +00:00 |
|
cvshook%sicking.cc
|
afe85d0237
|
Bug 343288: Move IsInDoc() and GetCurrentDoc() to nsINode. r/sr=jst
|
2006-07-08 00:30:19 +00:00 |
|
tor%cs.brown.edu
|
49642118a1
|
Bug 342570 - Optimize Gaussian Blur filter.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
|
2006-07-07 20:47:24 +00:00 |
|
tor%cs.brown.edu
|
551f6ffa15
|
Bug 307622 - crash with feGaussianBlur when stdDeviation="0".
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
|
2006-07-07 19:30:32 +00:00 |
|
enndeakin%sympatico.ca
|
dc6a3d0de7
|
Bug 201499, support editable tree cells, r=jan, sr=neil
|
2006-07-07 13:59:01 +00:00 |
|
cvshook%sicking.cc
|
18d1b545da
|
Fix the reviewcomments from bug 342274, r/sr=peterv
|
2006-07-07 05:50:20 +00:00 |
|
jst%mozilla.jstenback.com
|
966a1c7a4b
|
Fixing bug 170477. Make XMLHttpRequest send the calling code's URI as the http referrer. r=bugmail@sicking.cc, sr=darin@meer.net
|
2006-07-06 22:10:04 +00:00 |
|
cvshook%sicking.cc
|
d6fc93d5fd
|
Bug 342274: Add ability to turn off loading of external documents during xslt transformation. r/sr=peterv (parts by myk, r/sr=me)
|
2006-07-06 00:33:24 +00:00 |
|
mrbkap%gmail.com
|
e8d57c714c
|
Always report uncaught exceptions to avoid bad interactions with the JS interpreter. bug 343596, r+sr=jst
|
2006-07-05 21:43:46 +00:00 |
|