Граф коммитов

11140 Коммитов

Автор SHA1 Сообщение Дата
cvshook%sicking.cc fb232b36e6 Bug 338649. Only honor honor options that only have opgroup ancestors. r/sr=bz 2006-07-27 21:06:27 +00:00
brettw%gmail.com d15c579c18 Bug 345099 r=uriber sr=bryner Sort ranges in selection for faster comparison. 2006-07-27 17:57:15 +00:00
benjamin%smedbergs.us c5818996b1 Bug 337365 - nsIDocument/nsINode methods aren't usable from strict-linkage code, r=sicking 2006-07-27 17:54:38 +00:00
longsonr%gmail.com a02e3de739 Temporary Bustage fix 2006-07-27 12:55:40 +00:00
longsonr%gmail.com 944e48d06a Bustage fix 2006-07-27 12:41:38 +00:00
longsonr%gmail.com 674de4d947 Bug 329848 - Replace invalid transform-attribute parse error assertion by Error Console log r=bzbarsky,sr=tor 2006-07-27 11:58:05 +00:00
dbaron%dbaron.org 3b553e968e Make document fragments QueryInterface to nsIDOMGCParticipant. b=344699 r+sr=jst 2006-07-26 22:28:38 +00:00
jwalden%mit.edu 11c26bae9c Bug 345666 - Node.normalize() doesn't remove empty Text nodes. r+sr=jst 2006-07-26 18:30:50 +00:00
longsonr%gmail.com 8297eb898c Bug 334950 - bogus assertion when no viewbox specified for marker. r=tor,sr=roc 2006-07-26 12:33:24 +00:00
tor%cs.brown.edu fff1063b0d Bug 345445 - prevent duplicate observers from being added. r=jwatt, sr=roc 2006-07-25 15:31:09 +00:00
dveditz%cruzio.com e232355f79 Bug 343473: UniversalXPConnect privs should allow access to chrome DOM nodes
(regression from bug 340107). r=bzbarsky, sr=sicking, a=mconnor
2006-07-25 01:04:33 +00:00
bzbarsky%mit.edu d19ab79a97 Set the chromehidden attribute earlier, so we don't have to reresolve style and
redo layout on the whole window.  Bug 345560, r=sicking, sr=neil.
2006-07-25 00:20:33 +00:00
mozilla%weilbacher.org 42378d3c40 [OS/2] Bug 342644: Get SVG/Canvas working again on OS/2, r=tor, sr=mkaply 2006-07-24 23:28:29 +00:00
mats.palmgren%bredband.net 5ddc7604b1 Null check current doc before using it. b=344787 r+sr=bzbarsky 2006-07-22 11:07:29 +00:00
benjamin%smedbergs.us c9125873ca Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin 2006-07-21 16:28:51 +00:00
bzbarsky%mit.edu 4a5022a00d Make some props absolute URIs resolved relative to other props (eg. codebase).
Bug 213701, patch by Florian Qu�ze <f.qu@queze.net>, r+sr=bzbarsky
2006-07-20 23:42:51 +00:00
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