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

11133 Коммитов

Автор SHA1 Сообщение Дата
longsonr%gmail.com f01f277110 Temporary Bustage fix 2006-07-27 12:55:40 +00:00
longsonr%gmail.com f86dddda7e Bustage fix 2006-07-27 12:41:38 +00:00
longsonr%gmail.com 3f5de05b7a 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 ce0c3160a6 Make document fragments QueryInterface to nsIDOMGCParticipant. b=344699 r+sr=jst 2006-07-26 22:28:38 +00:00
jwalden%mit.edu 01506ca5be Bug 345666 - Node.normalize() doesn't remove empty Text nodes. r+sr=jst 2006-07-26 18:30:50 +00:00
longsonr%gmail.com 05e25abc44 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 908ba8a1a7 Bug 345445 - prevent duplicate observers from being added. r=jwatt, sr=roc 2006-07-25 15:31:09 +00:00
dveditz%cruzio.com 037d17aeec 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 ada7c7aa95 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 6ce01c889f [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 09c15a3ac7 Null check current doc before using it. b=344787 r+sr=bzbarsky 2006-07-22 11:07:29 +00:00
benjamin%smedbergs.us f4fa701ec6 Bug 339144 - Expose a custom factory type for simple nsIUnicharInputStream instances, r=darin 2006-07-21 16:28:51 +00:00
bzbarsky%mit.edu 1f454f5c02 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 323dbdcaf4 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 a844b938c3 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 9f43c88cdf <xul:observes/> with no attributes triggers assertion. b=344215 r+sr=sicking 2006-07-20 08:11:05 +00:00
mats.palmgren%bredband.net f42f35a286 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 9fceade161 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 60263b7dd7 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 3d8fb79801 b=344914, more canvas getImageData GC rooting fun, r=mrbkap 2006-07-19 18:40:37 +00:00
tor%cs.brown.edu 7927366ad7 Bug 327764 - make svg patterns live. r+sr=sicking 2006-07-19 15:31:40 +00:00
neil%parkwaycc.co.uk cc1d221a58 rev the uuid because uri forgot to in bug 344226 r=timeless 2006-07-19 11:48:28 +00:00
cvshook%sicking.cc c7936e48f6 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 cb250607a1 Null-check mRootContent before using it. b=303260 r+sr=bzbarsky 2006-07-19 03:53:12 +00:00
bzbarsky%mit.edu 68446c5674 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 6777821657 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 b3d292772f 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 445dd38d31 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 9cb69d14f0 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 87340ba191 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 7d3f8950be 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 725062f912 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 1568d2ddfb 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 698bea3cf5 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 85d048cc14 Fix bug 342025: crash [@ nsXULDocument::ExecuteScript] when switching between builds
r/sr=bz
2006-07-18 00:36:35 +00:00
bzbarsky%mit.edu d93577cdd7 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 855772d46f 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 70d33f2f71 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 1c93223db0 fixing wrong line endings used in original checkin for bug 335122 2006-07-17 14:19:37 +00:00
Olli.Pettay%helsinki.fi 4911a89ce7 Bug 343303, onblur fires before onchange for comboboxes, r+sr=bz 2006-07-17 11:50:19 +00:00
Olli.Pettay%helsinki.fi f177a1bd67 Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc 2006-07-14 07:55:51 +00:00
enndeakin%sympatico.ca 7dad4afe63 bug 335122, rework XUL sort service, r=jan, sr=sicking 2006-07-13 15:08:55 +00:00
peterv%propagandism.org 850550bee6 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 f32bd1cc35 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 03ed60c2d0 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 b97ecc9b49 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 b457858979 Bug 341245, Remove some unused box object related interfaces, r+sr=roc 2006-07-13 09:02:05 +00:00
Olli.Pettay%helsinki.fi 324417e9aa Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst 2006-07-13 07:51:54 +00:00
Olli.Pettay%helsinki.fi c1d64b100a 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 9b29767dbd 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