mats.palmgren%bredband.net
201de18c1d
Crash if JavaScript close() is executed from onchange handler. b=308025 r+sr=bzbarsky
2005-09-14 05:03:20 +00:00
scootermorris%comcast.net
31c2f50383
Bug 294517 -- implement SVG Patterns
...
r=tor
2005-09-13 22:38:36 +00:00
Olli.Pettay%helsinki.fi
74b4cd1e91
Bug 305678, Cleaning up element implementations. Removing nsXULElement::InsertChildAt and nsXULElement::AppendChildTo. r=bz, sr=jst
2005-09-13 20:01:45 +00:00
gerv%gerv.net
35149ea17d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
Olli.Pettay%helsinki.fi
40bb760a55
Bug 202764, nsXULDocument::HandleDOMEvent can go away. r=jst, sr=bz
2005-09-13 16:18:23 +00:00
tor%cs.brown.edu
fe08f4a1e0
Bug 308180 - feComponentTransfer type discrete not stepping properly.
...
r=scooter
2005-09-12 23:08:09 +00:00
bzbarsky%mit.edu
818aafcc15
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-09-12 18:41:15 +00:00
tor%cs.brown.edu
2785cbaf00
Bug 307565 - crash when filtering nothing, or <feMerge> with no children.
...
r=scootermorris
2005-09-12 16:16:37 +00:00
bzbarsky%mit.edu
1e583ff98f
Fix bug 307600 for XTF and XUL too. r+sr=peterv
2005-09-12 14:48:57 +00:00
peterv%propagandism.org
6a14cffd01
Trying to fix for balsa orange (from the fix for bug 251025). Patch by bz, r/sr=peterv.
2005-09-12 09:18:48 +00:00
peterv%propagandism.org
8bcf86354a
Follow-up to fix for bug 251025, make Clone/CloneContent const again.
2005-09-12 07:34:25 +00:00
bzbarsky%mit.edu
84999b62be
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
...
<vhaarr+bmo@gmail.com>, r+sr=bzbarsky
2005-09-12 01:28:51 +00:00
bzbarsky%mit.edu
fa885dfb79
Forgot file. Bug 307600
2005-09-11 19:37:04 +00:00
bzbarsky%mit.edu
81a57e27f2
Implement an AttrValueIs method on nsIContent which can be used to quickly
...
check whether a given attribute has a given value. Use it in
nsContentList::NamedItem. Bug 307600, r+sr=jst
2005-09-11 19:20:08 +00:00
peterv%propagandism.org
a1fc672126
Remove obselete include (bad merge).
2005-09-11 18:28:14 +00:00
peterv%propagandism.org
2aa12ff13b
Make nsGenericDOMDataNode::Clone pure virtual, suggestion by biesi.
2005-09-11 18:24:30 +00:00
peterv%propagandism.org
dabf32c2b6
Remove duplicate function (bad merge).
2005-09-11 18:22:06 +00:00
peterv%propagandism.org
85b8cff6bc
Fix for bug 251025 (document.importNode does not set the right owner document.). r=jst, sr=bz.
2005-09-11 17:15:08 +00:00
peterv%propagandism.org
efa08d1916
Back out fix for bug 251025 to fix bustage.
2005-09-11 15:42:31 +00:00
peterv%propagandism.org
86ca4e41cc
Fix for bug 251025 (document.importNode does not set the right owner document.). r=jst, sr=bz.
2005-09-11 15:05:31 +00:00
peterv%propagandism.org
28e03d4aa6
Fix for bug 106796 (Improve GetNameSpaceID() performance). r/sr=jst.
2005-09-11 11:24:16 +00:00
peterv%propagandism.org
1fd27aa751
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
2005-09-11 10:08:43 +00:00
mats.palmgren%bredband.net
1d37c1a0e6
Make nsHTMLFormatConverter deal with an empty source string. Don't add an URL dataflavor if the source URI is empty. b=303818 r+sr=bzbarsky
2005-09-10 11:39:32 +00:00
mats.palmgren%bredband.net
4360d3062d
Don't process events for -moz-user-input:none/disabled also when element is replaced by ALT content. b=307756 r+sr=bzbarsky
2005-09-10 11:02:14 +00:00
mrbkap%gmail.com
973abde5a4
bug 272702: Remove skipped content. This simplifies the code handling <script>, <style> and related tags and makes the nsIHTMLContentSink interface just that much easier to implement. This also allows <object> tags to appear in the head with children. r=sicking sr=jst
2005-09-09 18:03:47 +00:00
bzbarsky%mit.edu
c9d366094c
Fix brendan's nit for bug 299689, r+sr=brendan
2005-09-08 18:39:12 +00:00
bryner%brianryner.com
03adfcb744
Supply a scriptable interface for accessing the nsIEditor (and therefore the anonymous div) an HTML input or textarea. Bug 303727, r+sr=jst
2005-09-07 18:19:26 +00:00
bzbarsky%mit.edu
811b4e530c
Once we've had enough ID lookup misses, make the ID table completely live. Bug
...
299689, r+sr=jst
2005-09-07 17:04:34 +00:00
tor%cs.brown.edu
36c76bbadd
Bug 301234 - implement subset of SVG filters. r=scooter
2005-09-06 22:30:40 +00:00
aaronleventhal%moonset.net
4e2b2e9ee4
Bug 305032. Fix various situation where focus is confused and commands get disabled/grayed out. r+sr=bryner
2005-09-06 22:27:41 +00:00
aaronleventhal%moonset.net
e03346aeb1
Bug 307153. Follow up to last checkin with the correct null checks added. r+sr=bryner
2005-09-06 19:54:55 +00:00
aaronleventhal%moonset.net
9c760049a1
Bug 307153. Focus lost after dialogs closed. r+sr=bryner, a=schrep
2005-09-06 19:41:31 +00:00
brendan%mozilla.org
b03abf03d2
Add JS1.6 support, moving E4X and Array extras there (306664, r/sr=mrbkap/shaver).
2005-09-06 17:43:36 +00:00
jwatt%jwatt.org
db8d96505a
Fixing bug 282217. SVG <title> doesn't have the same effect as <html:title>. r+sr=bzbarsky@mit.edu
2005-09-06 02:17:22 +00:00
bzbarsky%mit.edu
0cfd6a71ca
Make addition or removal of frames in a frameset actually change the
...
rendering. Bug 306660, r=jst, sr=roc
2005-09-06 02:14:36 +00:00
jwatt%jwatt.org
5611f69855
Fixing bug 293224. Matrix from getScreenCTM should be to initial viewport space. r+sr=tor@acm.org
2005-09-06 00:08:10 +00:00
tor%cs.brown.edu
b69ab62c9b
Bug 294519 - should behave the same when SVG not built, SVG pref
...
disabled, or no SVG renderer present. r=dbaron, a=asa
2005-09-05 20:41:57 +00:00
roc+%cs.cmu.edu
60903ce73c
Bug 306222. Make nsIFrame::GetContentAndOffsetsFromPoint, and nsIFrameSelection::HandleDrag, take coordinates relative to the current frame, not some random view. r+sr=roc,patch by Eli Friedman
2005-09-04 20:04:23 +00:00
bob%bclary.com
b9949fcef0
Bug 303502 - make DOM Don't call me! asserts more meaningful, r=peterv,sr=jst
2005-09-04 18:16:58 +00:00
vladimir%pobox.com
83a13e3c79
b=306088, followup check for partial parse of a number, a=brendan
2005-09-02 23:32:36 +00:00
scott%scott-macgregor.org
5a0b7f2d3c
Bug #285076 --> XUL Template Builder isn't working with Dynamic overlays
...
nsXULContentBuilder::CreateContents should fire content appended notifications.
sr=bz
2005-09-02 21:30:20 +00:00
vladimir%pobox.com
91290f814b
b=306881, fix canvas pattern repeat, r=stuart
2005-09-02 21:16:22 +00:00
vladimir%pobox.com
1aed554cfa
b=306088, simplify nssvgtransformlist::setvaluestring, r=tor
2005-09-02 20:24:24 +00:00
peterv%propagandism.org
c9af0fc826
Fix for bug 298064 (nsContentUtils::GetDocumentFromCaller() is broken.). r=jst, sr=brendan.
2005-09-02 18:02:51 +00:00
neil%parkwaycc.co.uk
fda95dd5cf
Bug 306686 Make / start FAYT even when it's Shift+7 also make menus and xbl agree on the legal modifier token delimiters p=dainis_jonitis@swh-t.lv r=bz sr=me
2005-09-02 15:54:27 +00:00
bzbarsky%mit.edu
a3127c2331
Restore disabled state for all form controls. Bug 306616, r+sr=peterv
2005-09-01 18:58:31 +00:00
aaronleventhal%moonset.net
912a94a7dc
Bug 305833. Context menu on bookmark right click is dead. r=mats, sr=bryner
2005-09-01 18:18:08 +00:00
allan%beaufour.dk
bd4e008345
Ooops, part of bug 306620 sneaked in together with the checkin for bug 306614
2005-09-01 17:07:12 +00:00
allan%beaufour.dk
e6f47c8c67
fieldset should not match :enabled/:disabled. Bug 306614, r+sr=bzbarsky
2005-09-01 16:49:36 +00:00
bryner%brianryner.com
1194334ac1
Fix for crashes in document.addBinding():
...
- Don't allow the old binding to go away as we insert the new binding into the chain.
- When swapping the nsXBLInsertionPoint array for a content node, remove any entries from the old list that are also in the new list, so that we don't delete them.
Bug 296375, r+sr=bzbarsky.
2005-09-01 04:38:29 +00:00