peterv%propagandism.org
5f834d6c84
Try to fix bustage, it's all sicking's fault\!
2006-11-16 22:40:34 +00:00
peterv%propagandism.org
29f6eab17a
Fix for bug 193678 (support exslt:common - exslt:common functions implementation). r/sr=sicking.
2006-11-16 21:42:25 +00:00
Olli.Pettay%helsinki.fi
8b6f4c022e
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
2006-11-16 21:35:39 +00:00
benjamin%smedbergs.us
62c212952b
Backout xptcall because linux tboxes are stupid, I think.
2006-11-16 20:17:24 +00:00
benjamin%smedbergs.us
f618238f02
Bug 349002 - Refactor xptcall into a frozen API, r=timeless. Includes OS/2 fixup by Peter Weilbacher
2006-11-16 18:29:33 +00:00
tor%cs.brown.edu
48d0be5acd
Bug 360836 - fix svg static accessors. r=bsmedberg
2006-11-16 18:07:12 +00:00
bzbarsky%mit.edu
4922791b84
Improve docs. Bug 350252, r+sr=sicking
2006-11-16 17:57:18 +00:00
Olli.Pettay%helsinki.fi
98aa97e3b7
Bug 359494, Make nsXBLWindowHandler to use nsISupportsWeakReference, not nsIBoxObject, r+sr=bz
2006-11-15 06:11:42 +00:00
peterv%propagandism.org
d9a9f1a614
Try to fix ports bustage.
2006-11-15 01:38:31 +00:00
peterv%propagandism.org
3a07404f49
Try to uninline constructor and destructor again to reduce codesize increase.
2006-11-15 00:31:52 +00:00
peterv%propagandism.org
98f37d67cb
Part of the fix for bug 193678 (support exslt:common - allow txXPathNode to hold a strong ref to its root). r/sr=sicking.
2006-11-14 23:23:20 +00:00
benjamin%smedbergs.us
ea3df14d53
Fix extraneous semicolon
2006-11-14 22:18:51 +00:00
bzbarsky%mit.edu
5a8b3013c7
Fix leaks in thebes and canvas code due to nsIWidget and nsIRenderingContext
...
being badly documented and not using already_AddRefed when they should. Bug
359341, r=pavlov, sr=roc
2006-11-13 21:31:53 +00:00
tor%cs.brown.edu
b90cc75520
Bug 359428 - use cairo to implement feMerge instead of doing it by hand.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-11-13 20:59:18 +00:00
Olli.Pettay%helsinki.fi
60fe408c1b
Bug 360058, trying to make sure that document's propertytable doesn't have pointers to deleted nsINodes, r+sr=bz
2006-11-12 21:31:11 +00:00
bzbarsky%mit.edu
cea7c0e8fc
Create DOM nodes for processing instructions in XUL, take 2. Still bug 319654, patch by
...
Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky.
2006-11-11 22:27:00 +00:00
cvshook%sicking.cc
150f388d26
Fix orange by properly refcounting
2006-11-11 01:43:11 +00:00
peterv%propagandism.org
e93045c482
Additional fix for bug 352601 (XSLT forwards compatible processing enabled when it shouldn't). rs=sicking.
2006-11-11 00:49:10 +00:00
cvshook%sicking.cc
31fa1eb020
Make nodes supports weak references. b=360291 r/sr=jst
2006-11-11 00:36:03 +00:00
cvshook%sicking.cc
41a1fdfa82
Kill nsAttributeChildList and use nsChildContentList instead. b=360319 r/sr=jst
2006-11-11 00:28:20 +00:00
bzbarsky%mit.edu
cf37d835ae
Fix order of mutation event firing for attribute removals. Bug 339494, r+sr=sicking
2006-11-11 00:04:46 +00:00
bzbarsky%mit.edu
0a3a624149
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
cvshook%sicking.cc
227e152298
Fix inconsistencies in colon at end of macro. rs=peterv. No bug
2006-11-10 23:29:55 +00:00
cvshook%sicking.cc
9685ef5f0f
fix bustage
2006-11-10 22:33:56 +00:00
cvshook%sicking.cc
bb6e355a90
fix bustage
2006-11-10 21:47:13 +00:00
cvshook%sicking.cc
3b5bce9809
fix bustage
2006-11-10 20:52:59 +00:00
cvshook%sicking.cc
da07fc2622
Bug 357345: Add more optimizations to the XPath optimizer. r/sr=peterv
2006-11-10 20:44:08 +00:00
cvshook%sicking.cc
1db17877e6
Bug 357345: Add more optimizations to the XPath optimizer. r/sr=peterv
2006-11-10 20:31:59 +00:00
mats.palmgren%bredband.net
ec8d1d8cb7
XBL needs simple defense against infinite recursion. b=55070 r+sr=bzbarsky
2006-11-09 01:58:12 +00:00
cvshook%sicking.cc
cefc7502df
Fix svg:script and only flag inline scripts as executed once they contain non-empty script content. b=359598 r/sr=bz
2006-11-09 00:02:21 +00:00
sayrer%gmail.com
8372e94e34
Bug 348447. feed sanitizer whitelist accessibility and i18n.
2006-11-08 18:20:55 +00:00
gavin%gavinsharp.com
437edbadb5
Try backing out the patch for bug 319654 to see if it fixes the Mac orange
2006-11-08 17:52:58 +00:00
Olli.Pettay%helsinki.fi
7be259f51c
Bug 359242, remove nsXBLWindowDragHandler, r=sicking, sr=neil
2006-11-08 11:03:13 +00:00
bzbarsky%mit.edu
ca62f619bb
Create DOM nodes for processing instructions in XUL. Bug 319654, patch by
...
Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky.
2006-11-08 02:25:37 +00:00
ginn.chen%sun.com
20875be5d3
backing out Bug 144000 caret browsing - bad initial position
...
due to regressions
2006-11-07 03:48:48 +00:00
bzbarsky%mit.edu
74ff185421
Fix build bustage in --disable-xul builds. Bug 357453 followup, patch by
...
romaxa <romaxa@gmail.com>, r=bsmedberg
2006-11-07 03:13:49 +00:00
cvshook%sicking.cc
e2a50bac16
Bug 359657: Fix crash due to wrong signature in overload. Patch by bz. r/sr=sicking
2006-11-07 01:05:15 +00:00
cvshook%sicking.cc
bd9282deba
Add some more assertions to DoSetRange. r/sr=jst b=358106
2006-11-06 23:52:30 +00:00
cvshook%sicking.cc
6152b2cf4d
Bug 359490: Put BeginUpdate call before FlushText call in FlushTags. r/sr=bz
2006-11-06 23:50:33 +00:00
gavin%gavinsharp.com
2cb00ac91c
Bug 333704: fix leak of key in txNodeSorter::addSortElement, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=sicking
2006-11-06 14:54:01 +00:00
aaronleventhal%moonset.net
e2a2857cdf
Bug 354728. Support nsIAccessibleText/nsIAccessibleEditableText for xforms controls. Patch by Alexander Surkov. r=aaronlev, r=aaronr, sr=neil
2006-11-06 02:50:37 +00:00
gavin%gavinsharp.com
6a3cd1d6c5
Fix typo in a comment
2006-11-05 02:45:32 +00:00
Olli.Pettay%helsinki.fi
437d16e63e
make DEBUG_smaug compile
2006-11-04 19:20:35 +00:00
Olli.Pettay%helsinki.fi
1d9f4e0046
Bug 292833, crash if i press any function key after i removed a parent of an xbl binding, where the binding has a keyset. r+sr=bz
2006-11-04 09:15:32 +00:00
cvshook%sicking.cc
17ded5692c
Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz
2006-11-04 05:45:02 +00:00
cvshook%sicking.cc
877b6c75ab
Kill unneeded #includes since the last checkin. rs=jst
2006-11-03 23:36:50 +00:00
cvshook%sicking.cc
f5194fd473
Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst
2006-11-03 21:51:01 +00:00
cvshook%sicking.cc
b598598899
Fix warnings introduced in previous patch for bug 357445. r/sr=bz
2006-11-03 02:10:18 +00:00
cvshook%sicking.cc
480afae792
Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin
2006-11-02 19:33:10 +00:00
cvshook%sicking.cc
6b452fb908
Make IsPointInRange and ComparePoint on nsIDOMNSRange throw if the given point is in a different document. Patch by Alex Vincent. b=359046 r/sr=sicking
2006-11-02 19:07:56 +00:00
Olli.Pettay%helsinki.fi
a40636914f
Bug 358139, Make sure that namespaced attributes aren't handled by nsIXTFElement objects, r+sr=jst
2006-11-02 17:38:29 +00:00
Olli.Pettay%helsinki.fi
2866a5c4e8
Bug 359040, Remove kungFuDeathGrip from nsEventListenerManager::HandleEvent, r+sr=jst
2006-11-02 17:28:45 +00:00
tor%cs.brown.edu
38a296c7ab
Bug 355249 - implement feMorphology.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-11-02 16:30:20 +00:00
cvshook%sicking.cc
974b52ca30
Back out changes that were part of a different patch.
2006-11-02 08:22:08 +00:00
cvshook%sicking.cc
f3a3af9cca
Make nsRange::ToString and nsContentIterator deal with ranges with endpoint containers being the document. Patch by bz. r/sr=sicking b=358660
2006-11-02 07:41:45 +00:00
cvshook%sicking.cc
8da53b5fb1
Bug 359121: Fix regression in editor from previous range checkins. nSDetach wasn't the same as Detach after all. r/sr=jst
2006-11-02 02:14:57 +00:00
masayuki%d-toybox.com
d42d69a82c
Bug 301149 :hover is processed in Print Preview mode r+sr=roc
2006-11-01 13:56:48 +00:00
peterv%propagandism.org
bd97030a46
Fix for bug 357453 (ASSERTION: Already have a document. Unbind first!: "!GetCurrentDoc() && !IsInDoc()", file m:/trunk/mozilla/content/base/src/nsGenericDOMDataNode.cpp, line 588). r/sr=bz.
2006-10-31 13:25:40 +00:00
peterv%propagandism.org
edcf5b1891
Fix for bug 351695.
2006-10-31 09:54:14 +00:00
cvshook%sicking.cc
ab9eb703d2
Bug 330872: Make nsGenericDOMDataNode::AppendData send out proper notifications and add nsIContent::AppendText to allow appending text without sending out notifications. r/sr=bz
2006-10-28 01:22:53 +00:00
cst%yecc.com
a57aad3493
Bug 351969 nsImageDocument image scaling should never scale a dimension to 0px
...
r=biesi sr=jst
2006-10-26 01:49:38 +00:00
cvshook%sicking.cc
bf4a8ea3af
bug 358073: Kill useless/redundant functions on nsIDOMNSRange. r/sr=jst
2006-10-25 21:53:03 +00:00
cvshook%sicking.cc
55d0c600fa
Kill nsGeneratedContentIterator and related classes and code since it's not used. r/sr=dbaron b=357957
2006-10-25 20:24:00 +00:00
bzbarsky%mit.edu
0ce72c77cd
Make nsIStreamLoader and nsIUnicharStreamLoader be stream listeners. Bug
...
281153, patch by Son Le <son.le0@gmail.com>, r=biesi, sr=darin
2006-10-24 21:47:40 +00:00
cvshook%sicking.cc
58eb4f6876
Bug 357509: Don't throw if new start is after end (or the other way around) but rather collapse. Patch by Alex Vincent <ajvincent@gmail.com>. r/sr=sicking
2006-10-22 04:46:19 +00:00
cvshook%sicking.cc
1a873deee2
forgot to fix review comment in previous checkin. bug 357445 r/sr=jst
2006-10-21 02:05:10 +00:00
cvshook%sicking.cc
5a6d9399ce
Bug 357445: Some cleanup of range code. r/sr=jst
2006-10-21 01:30:54 +00:00
ted.mielczarek%gmail.com
a4d21b8021
bug 296237, remove assert in getElementById, use the console service to provide feedback, make the message localizable, v1.1 patch. patch by asqueella@gmail.com, r+sr=jst
2006-10-20 19:15:00 +00:00
tor%cs.brown.edu
fcb360ce7f
Bug 355844 - fix marker positioning and clipping when viewBox specified.
...
r=amenzie, sr=roc
2006-10-19 23:51:41 +00:00
tor%cs.brown.edu
9cde23e805
Bug 355845 - fill in missing display attribute mappings. r=jwatt, sr=roc
2006-10-19 23:48:12 +00:00
roc+%cs.cmu.edu
3dce821451
Bug 354089. Tell the focus manager immediately when nothing is focused. r+sr=mats
2006-10-19 01:59:00 +00:00
roc+%cs.cmu.edu
899128e82a
Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron
2006-10-19 01:47:47 +00:00
cvshook%sicking.cc
b31519be79
Bug 355754: Add nsTPtrArray. r=darin sr=bz
2006-10-17 21:40:07 +00:00
bzbarsky%mit.edu
9468056c63
Make javascript: URI execution asynchronous. Bug 351633, r=jst, sr=biesi
2006-10-17 00:55:14 +00:00
cvshook%sicking.cc
98353dbc64
Fix assertion from bug 355451 rs=jst
2006-10-16 21:43:08 +00:00
timeless%mozdev.org
716c565b11
Bug 352219 potential crash [@ nsDocument::AdoptNode] dereferencing oldDocument
...
r=peterv sr=peterv
2006-10-16 07:56:32 +00:00
ted.mielczarek%gmail.com
6cbab69a1c
bug 329593, canvas returned .fillStyle string doesn't follow the spec when it's in rgba notation. Patch by asqueella@gmail.com, r+sr=vlad
2006-10-14 19:37:59 +00:00
ted.mielczarek%gmail.com
d7ff061324
bug 308928, Invalid input for the canvas fillStyle/strokeStyle throws an exception but should be ignored. Patch by asqueella@gmail.com, r+sr=vlad
2006-10-14 19:28:20 +00:00
ted.mielczarek%gmail.com
4d389ef1ef
bug 296237, remove assert in getElementById, use the console service to provide feedback. patch by asqueella@gmail.com, r+sr=jst
2006-10-14 19:14:24 +00:00
cvshook%sicking.cc
f7d4a5a20e
Bug 355451: Be more efficient when creating HTML elements. r/sr=jst
2006-10-13 22:54:12 +00:00
cvshook%sicking.cc
0aa00ad601
backout of previous patch due to redness and warnings
2006-10-12 19:08:45 +00:00
cvshook%sicking.cc
f16f92f4ff
Bug 355754: Add nsTPtrArray and nsTConstPtrArray. r=darin/bz sr=bz
2006-10-12 18:35:12 +00:00
martijn.martijn%gmail.com
9a434cde5d
Bug 339824 - use nsContentUtils priv checks in canvas, r=vladimir, sr=roc
2006-10-12 14:38:35 +00:00
ginn.chen%sun.com
ce8a3c3940
Bug 335900 add a null check for previous selected radio
...
r=neil
2006-10-12 13:30:07 +00:00
ajschult%verizon.net
dfe56957ea
Bug 355869: Make a copy to avoid accessing memory freed by AppendElement, r=vlad, sr=roc
2006-10-12 05:25:00 +00:00
Olli.Pettay%helsinki.fi
466172cf22
Additional patch for Bug 344986, trying to reduce codesize, r+sr=dbaron
2006-10-10 05:50:29 +00:00
bzbarsky%mit.edu
c1ea034443
Remove nsIHTMLDocument::WasDomainSet. Use the principal instead, Luke! Bug
...
355948, r+sr=sicking
2006-10-10 01:07:45 +00:00
Olli.Pettay%helsinki.fi
73828424ae
Bug 352723, e4x parameter is inverted in <xul:script>, p=asqueella@gmail.com, r+sr=brendan
2006-10-08 18:06:03 +00:00
Olli.Pettay%helsinki.fi
b5f0773c5a
Bug 355100, Remove XTF visuals (still 2 files to remove)
2006-10-08 17:32:34 +00:00
Olli.Pettay%helsinki.fi
ae83752913
Bug 355100, Remove XTF visuals (part II/II, removing files)
2006-10-08 15:41:46 +00:00
Olli.Pettay%helsinki.fi
8f8a844353
Bug 355100, Remove XTF visuals (part I/II, not removing files), r=alex,bryner,aaronr,doronr sr=bz
2006-10-08 14:15:02 +00:00
mats.palmgren%bredband.net
eb0a8a1381
Detect and refuse to load some forms of recursive XBL bindings. b=350754 r+sr=bzbarsky
2006-10-08 10:18:41 +00:00
peterv%propagandism.org
1c221a6a94
Checking in fix for bug 349465 again since it didn't affect Ts/Tp.
2006-10-07 10:27:45 +00:00
peterv%propagandism.org
95ef08a41b
Backing out fix for bug 349465 to see if it affects Ts/Tp (for bug 355457).
2006-10-06 15:55:30 +00:00
Olli.Pettay%helsinki.fi
9420558128
Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding)
2006-10-06 05:24:02 +00:00
cvshook%sicking.cc
f5312f3542
Bug 355433: Add an array of cached nodeinfos to the html content sinks. r/sr=jst
2006-10-04 22:02:17 +00:00
peterv%propagandism.org
30e25afde3
Fix for bug 349465 (Adopting a node should change the cx of all its event handlers). r=smaug, sr=sicking.
2006-10-04 12:23:27 +00:00
Olli.Pettay%helsinki.fi
e570a5020d
Bug 328907, Remove selectHas(No)Groups events, r+sr=sicking
2006-10-03 20:16:51 +00:00
vladimir%pobox.com
9670e36ea9
b=355216, signs of int overflow in GetImageData, r=mscott,jonas;a=schrep
2006-10-03 19:29:10 +00:00
peterv%propagandism.org
2b90252854
Fix for bug 355246 (Crash loading testcase from bug 197956). r/sr=sicking.
2006-10-03 18:17:59 +00:00
Olli.Pettay%helsinki.fi
139e93999d
Bug 355221, All firefox windows closes suddenly if I load the page. r+sr=bz
2006-10-03 17:52:22 +00:00
jwatt%jwatt.org
f857fd075b
Fixing bug 354735. Optimize the rx/ry-less rect case. r+sr=tor@acm.org
2006-10-03 10:51:23 +00:00
cvshook%sicking.cc
bca0306cae
fix bustage for non-svg builds
2006-10-03 02:56:37 +00:00
cvshook%sicking.cc
38126837d0
Bug 221335: Speed up output by using internal methods and interfaces rather than nsIDOMNode and friends. r/sr=peterv
2006-10-03 02:22:22 +00:00
cvshook%sicking.cc
6db0c7b78b
Bug 354405: Merge mContent and mDocument into mNode
2006-10-02 21:50:44 +00:00
Olli.Pettay%helsinki.fi
aacae96b42
Bug 354711, Crash when accessing images.length, r+sr=bz+sicking
2006-09-30 15:12:47 +00:00
mozilla%weilbacher.org
2547539439
[OS/2] Bug 351986: 2D canvases appear upside down on OS/2, r=vladimir, sr=roc
2006-09-30 09:02:57 +00:00
dbaron%dbaron.org
9c06bcb5b2
Null out mListenerManager before we call ResetToURI and restore it, so ResetToURI doesn't Disconnect it. b=354865 r+sr=bzbarsky
2006-09-30 01:53:47 +00:00
dveditz%cruzio.com
578219f4b6
Get out as early as possible if we know we're unconditionally setting writeOnly (bug 354127) r/sr=vlad, a=schrep
2006-09-27 08:43:25 +00:00
cvshook%sicking.cc
e6876c667f
Bug 333098: Support XPath and XSLT on orphaned subtrees
2006-09-26 00:04:14 +00:00
bzbarsky%mit.edu
4b515748d8
Disconnect the ELM on reset (e.g. on document.write). Bug 354071, r+sr=jst
2006-09-25 22:50:01 +00:00
tor%cs.brown.edu
cdbc54905e
Bug 353827 - Remove nsISVGRendererSurface from filter code. r=amenzie, sr=roc
2006-09-25 16:46:22 +00:00
aaronleventhal%moonset.net
cbd3fb6983
Bug 350186. Accessible objects for xforms input controls. Patch by surkov. r=aaronlev, r=aaronr, sr=neil
2006-09-25 15:22:05 +00:00
Olli.Pettay%helsinki.fi
e51f288321
Bug 353881, crash on quit [@ nsAttrAndChildArray::~nsAttrAndChildArray], r=bz,sr=brendan
2006-09-24 21:13:36 +00:00
peterv%propagandism.org
b45899b2c6
Fix for bug 352601 (XSLT forwards compatible processing enabled when it shouldn't). r/sr=sicking.
2006-09-22 13:39:46 +00:00
db48x%yahoo.com
6f6d86a660
bug 353601: Remove style from nsIDOMXULElement
...
patch by Alex Vincent <ajvincent@gmail.com>, r+sr=sicking
2006-09-22 06:19:14 +00:00
tor%cs.brown.edu
328440a695
Bug 353551 - trailing space on transform list causing parse error.
...
r=longsonr, sr=roc
2006-09-21 21:11:36 +00:00
enndeakin%sympatico.ca
579741a30e
Bug 333668, fix uninitialized lastnode, r+sr=sicking
2006-09-21 14:05:22 +00:00
bzbarsky%mit.edu
2af8e92994
Make XUL elements implement nsIDOMElementCSSInlineStyle. Bug 336096, patch by
...
Alex Vincent <ajvincent@gmail.com>, r+sr=sicking
2006-09-21 03:35:50 +00:00
bzbarsky%mit.edu
fa235adf49
Fix use of uninitialized rv in failure conditions. Bug 353285, patch by Ryan
...
Jones <sciguyryan+bugzilla@gmail.com>, r+sr=bzbarsky
2006-09-20 17:21:11 +00:00
bzbarsky%mit.edu
62ef189721
Use nsIMutationObserver, not DOM mutation listeners, for nsAttributeTextNode.
...
Bug 351586, r+sr=sicking
2006-09-20 03:17:11 +00:00
dbaron%dbaron.org
6ab569a8bf
Call JS_ClearScope up the global object's prototype chain to fix leaks. Consolidate the cleanup of non-fastback-cached inner windows currently spread throughout SetNewDocument into a pair of calls to FreeInnerObjects, and various other cleanup. b=353090 r=jst sr=bzbarsky
2006-09-20 01:13:59 +00:00
roc+%cs.cmu.edu
c5f6e4e0b1
Bug 241796. Use a row cursor to speed up painting and event handling in large tables, similar to what we do for large blocks already. r+sr=bzbarsky
2006-09-19 21:39:33 +00:00
hwaara%gmail.com
329183e862
implement accessible object for xforms:range. Patch by Alexander Surkov (surkov.alexander@gmail.com). r=aaronr, sr=neil, b=351027
2006-09-19 10:37:27 +00:00
Olli.Pettay%helsinki.fi
3be921f2d7
Bug 350030, Change insertion point lists from nsVoidArray to something which is not manually refcounted, r=jst, sr=bz
2006-09-18 21:35:21 +00:00
tor%cs.brown.edu
09a526959b
Bug 341564 - Consolidate repeated code in nsSVGFilters.cpp.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc.
2006-09-18 20:19:56 +00:00
cvshook%sicking.cc
75e13e1fcc
Bug 352583: Unregress XSLT from previous checkin. r/sr=jst
2006-09-18 19:07:34 +00:00
bzbarsky%mit.edu
3070ad4f2c
Create a faster, less COMy internal method for accessing the sorted list of
...
form control elements. Bug 347165, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-09-18 04:53:54 +00:00
timeless%mozdev.org
664b6df306
Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
...
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
peterv%propagandism.org
88c9a50cca
Fix for bug 351823 (Consider copying more properties when changing ownerDocument). r/sr=bz.
2006-09-16 17:15:38 +00:00
cvshook%sicking.cc
9241f85443
Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst
2006-09-15 19:54:45 +00:00
tor%cs.brown.edu
757ee39a61
Bug 294137 - mozilla accepts illegal syntax on transform attribute.
...
Patch by wellsk@us.ibm.com , tor. r+sr=roc
2006-09-14 13:48:36 +00:00
bzbarsky%mit.edu
5f0d68e853
Implement GetElementsByAttributeNS. Bug 239976, patch by Joerg Bornemann
...
<jobor@gmx.de>, r+sr=bzbarsky
2006-09-14 04:29:02 +00:00
aaronr%us.ibm.com
9b155b9f09
change nsIContent so that it can be used by extensions. Bug 350747, r+sr=bz
2006-09-12 21:19:43 +00:00
peterv%propagandism.org
25c4d90938
Fix for bug 347523 (nsXBLBinding should use importNode instead of cloneNode). r/sr=bz.
2006-09-12 12:49:04 +00:00
bzbarsky%mit.edu
60d105a0c2
Remove unneeded notification on node creation. Bug 351910, r+sr=sicking
2006-09-12 04:48:12 +00:00
vladimir%pobox.com
90229df132
b=351296,351295,348351 int overflow in canvas GetImageData/PutImageData, r=biesi
2006-09-11 21:18:31 +00:00
vladimir%pobox.com
cc89580ffb
Undo accidentally commited '0 &&' clause
2006-09-11 19:14:38 +00:00
tor%cs.brown.edu
fffbf8f563
Bug 349178 - Implement getPathSegAtLength.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-09-11 15:32:28 +00:00
tor%cs.brown.edu
5f9199a263
Bug 350059 Allow cairo.h usage in nsSVGUtils.h. r+sr=roc
2006-09-11 15:26:19 +00:00
enndeakin%sympatico.ca
daae1bcfcb
Bug 349895, hold strong reference to result in case it goes away
2006-09-11 13:30:31 +00:00
Olli.Pettay%helsinki.fi
302031f738
Back out Bug 344986 to fix tp regression
2006-09-10 11:53:55 +00:00
Olli.Pettay%helsinki.fi
72a64308b9
Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst
2006-09-09 17:28:57 +00:00
bzbarsky%mit.edu
01946a8fe9
Make it possible to give DOMParsers the right principals from C++. Bug 332840,
...
r=sicking, sr=jst
2006-09-09 04:54:03 +00:00
bzbarsky%mit.edu
fef9f193c3
Don't notify on nodes we're in the middle of creating. Bug 351732, r+sr=sicking
2006-09-09 04:45:49 +00:00
cvshook%sicking.cc
e8b54971af
Bug 351886: Fix missing return. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r/sr=sicking
2006-09-09 01:15:13 +00:00
cvshook%sicking.cc
31700bfd9f
Bug 324092: Allow XSLT output handlers to fail. r/sr=peterv
2006-09-08 21:09:43 +00:00
neil%parkwaycc.co.uk
391a283035
Some overlay ids getting registered twice or not at all b=351217 r=jst sr=bz
2006-09-08 18:47:34 +00:00
enndeakin%sympatico.ca
85e7987b3a
Bug 333665, initialize variable rindex, r+sr=sicking
2006-09-08 14:03:45 +00:00
cst%yecc.com
2bde9ef865
Bug 47475 Need "Show(View) Image" / "Reload Image" on context menu (UI is SeaMonkey-only)
...
r=bz r=biesi sr=neil
2006-09-07 22:51:57 +00:00
rbs%maths.uq.edu.au
de61177a24
Consolidation of some mtable/matrix related attributes that affect the style, and make them responsive to dynamic changes via JavaScript, b=179619, r+sr=roc
2006-09-07 03:45:45 +00:00
Olli.Pettay%helsinki.fi
db7cb36c71
Bug 349530, Cannot attach popup and context menu to same XUL element, r=enndeakin, sr=sicking
2006-09-06 09:53:46 +00:00
Olli.Pettay%helsinki.fi
b7137c1ce5
Bug 343953, @ nsGenericHTMLElement::PostHandleEventForAnchors, r=bryner, sr=jst, p=mh+mozilla@glandium.org
2006-09-06 09:17:24 +00:00
Olli.Pettay%helsinki.fi
4458f7f69b
Bug 350010, remove nsXULElement::mListenerManager, r=sicking, sr=jst
2006-09-06 07:47:44 +00:00
brendan%mozilla.org
251910f4d6
Fix lack of XPC.mfasl versioning via separate JS bytecode version (350787, r=mrbkap/dbaron/jst).
2006-09-05 22:53:47 +00:00
tor%cs.brown.edu
6e1f609c0d
Bug 350252 - attribute change causes svg:use clone loop. r+sr=sicking
2006-09-05 16:20:01 +00:00
peterv%propagandism.org
6d09123c2b
Bustage fix.
2006-09-05 10:52:18 +00:00
peterv%propagandism.org
64ec124ee5
Fix for bug 347524 (Refactor adoptNode, importNode and cloneNode to share implementation). r/sr=bz.
2006-09-05 10:22:54 +00:00
Olli.Pettay%helsinki.fi
74e899a6c4
Trying to fix creature-vm bustage
2006-09-02 15:38:17 +00:00
Olli.Pettay%helsinki.fi
9856e8851d
Bug 349069, Move more things from ~nsINode to nsNodeUtils::LastRelease, r+sr=sicking
2006-09-02 13:21:05 +00:00
Olli.Pettay%helsinki.fi
64e491c833
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
2006-09-02 10:00:26 +00:00
dbaron%dbaron.org
6c08c0d1a1
Null out hash ops after destroying table. b=350930 r+sr=sicking
2006-09-01 00:43:23 +00:00
aaronr%us.ibm.com
3015dd23c4
backing out patch, fixing nsINode bustage
2006-08-31 19:59:43 +00:00
Olli.Pettay%helsinki.fi
a42613e4f6
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
2006-08-31 19:33:01 +00:00
aaronr%us.ibm.com
0fbe96df3f
change nsIContent so it can be used by extensions. Bug 350747, r+sr=bzbarsky
2006-08-31 17:41:49 +00:00
bzbarsky%mit.edu
7fc60a8e53
Just make all document mutation observers get notified through the binding
...
manager, to resolve issues with them depending on insertion points. Bug 348573
follow, r+sr=sicking
2006-08-31 03:17:45 +00:00
vladimir%pobox.com
0b0af5db8b
b=348645, part of cocoa-cairo native theme stuff, just enough to get cairo builds working, r=me
2006-08-30 22:06:44 +00:00
tor%cs.brown.edu
ce1eb34261
Bug 339254 - Remove unused class nsSVGGenericStringValue.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-08-30 20:36:23 +00:00
timeless%mozdev.org
c1d75471fd
Bug 325697 window.open() causes "ASSERTION: still loading a script when starting another load?" in nsXULDocument::LoadScript
...
r=bz sr=biesi
2006-08-30 16:13:32 +00:00
uriber%gmail.com
ca5218736c
Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc
2006-08-30 13:38:16 +00:00
brendan%mozilla.org
22b8d6bfd6
Fix try/catch/finally code generation (350312, r=igor/shaver).
2006-08-29 23:15:22 +00:00
benjamin%smedbergs.us
4b74339c6f
Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento
2006-08-29 16:53:40 +00:00
timeless%mozdev.org
82e8b0f232
Bug 106386 Correct misspellings in source code
...
patch by alfred.peng@sun.com r=brade
2006-08-28 20:13:59 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
mkaply%us.ibm.com
f3204ef29e
Syntax error
2006-08-25 19:40:04 +00:00
mkaply%us.ibm.com
5af3807ce4
Incomplete backout
2006-08-25 19:32:21 +00:00
bzbarsky%mit.edu
5f8947f33b
Back out part of the patch for bug 329509 that accidentally landed with bug
...
348062. Fixes build bustage.
2006-08-25 18:37:54 +00:00
bzbarsky%mit.edu
5c72fde14f
Back out part of the patch for bug 329509 that accidentally landed with bug
...
348062. Fixes build bustage.
2006-08-25 18:20:00 +00:00
jst%mozilla.jstenback.com
95c7fd00f8
Fixing bug 348062. Making nsContentList hold strong references to the nodes in the list. r+sr=bzbarsky@mit.edu
2006-08-25 17:45:25 +00:00
bzbarsky%mit.edu
3514212c00
Allow nsIExpatSink implementations to control whether the expat driver logs
...
parse errors to the console. Bug 342164, patch by Alex Vincent
<ajvincent@gmail.com>, r+sr=bzbarsky
2006-08-25 16:34:57 +00:00
Olli.Pettay%helsinki.fi
7472412a7c
back out 349069 to see if it caused xserve02 orange
2006-08-25 10:06:20 +00:00
Olli.Pettay%helsinki.fi
c5b04de8c7
back out 349069 to see if it caused xserve02 orange
2006-08-25 10:00:11 +00:00
pkasting%google.com
581157178e
Bug 346373: Resync children when parent spellcheck attribute changes.
...
r=bzbarsky
sr=sicking
2006-08-25 00:15:14 +00:00
aaronr%us.ibm.com
0e68307f08
add initial support for accessible objects for xforms. Bug 337690, patch by surkov r=aaronleventhal+aaronr, sr=neil
2006-08-24 21:14:44 +00:00
Olli.Pettay%helsinki.fi
9c434eeeee
Bug 205735, Browser freeze/crash on this page after few clicks, xbl implementation issue - M17x FF10 [@ nsXBLPrototypeHandler::GetEventName] [@ nsXBLInsertionPoint::GetDefaultContent], r=jst, sr=sicking
2006-08-24 07:43:44 +00:00
mats.palmgren%bredband.net
acfdb8a613
Make bordercolor attribute imply border-style:solid (for compat reasons). b=349655 r+sr=bzbarsky
2006-08-23 22:37:51 +00:00
Olli.Pettay%helsinki.fi
3fcf8a02d8
Bug 349069, Move more things from ~nsINode to nsNodeUtils::LastRelease, r+sr=sicking
2006-08-23 10:00:11 +00:00
bzbarsky%mit.edu
ce07b58281
Only inherit the principal into the child if it's got a docshell of the same
...
type. Bug 349769, r+sr=jst
2006-08-23 04:07:52 +00:00
Olli.Pettay%helsinki.fi
cfaa6b44e6
Bug 349201, r=enndeakin, sr=bz
2006-08-21 06:53:40 +00:00
bzbarsky%mit.edu
4615137f49
Remove special-case for setting the "src" of a chrome <iframe> or <browser>.
...
Treat it like we would any other subframe load -- use the chrome as the owner.
Bug 348672, r+sr=jst
2006-08-19 02:43:00 +00:00
mrbkap%gmail.com
5af6f60d13
Enforce a semicolon after ASSERT_IN_SYNC in builds without DEBUG_CONTENT_LIST defined. NPTOB, idea from bz (bug 348062)
2006-08-18 23:25:35 +00:00
vladimir%pobox.com
daaf1fde19
b=338786, canvas broken on mac on trunk, r=pavlov
2006-08-18 19:29:06 +00:00
pkasting%google.com
439b7f4033
Bug 348981: Crash toggling designMode.
...
This reverts the patch from bug 347200 and instead fixes that problem a
different way to avoid exposing crashes.
r+sr=bzbarsky
2006-08-18 02:38:40 +00:00
longsonr%gmail.com
7780335762
Bug 296018 - Images in SVG fail to display when image elements replaced using replaceChild. r=tor,sr=bzbarsky
2006-08-17 08:45:07 +00:00
Olli.Pettay%helsinki.fi
a4eba47b40
Fix problem with AddRef
2006-08-16 09:19:07 +00:00
Olli.Pettay%helsinki.fi
2b6e6ee76e
Bug 286619, registered event listeners are lost (not firing) after moving XUL elements using DOM appendChild/removeChild methods, r=sicking, sr=bz
2006-08-16 08:44:45 +00:00
bzbarsky%mit.edu
acafb95d8a
Fix build bustage. Bug 302186.
2006-08-16 05:21:44 +00:00
brendan%mozilla.org
02f6c7133c
Change catch clauses to use lexical scope, etc. (336379, r=mrbkap).
2006-08-16 05:01:14 +00:00
bzbarsky%mit.edu
a3a40f6eb5
Implement the :default CSS3 pseudo-class. Bug 302186, patch by Allan Beaufour
...
<allan@beaufour.dk> and jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-08-16 03:20:19 +00:00
brendan%mozilla.org
27e3eb7623
Use JSCLASS_GLOBAL_FLAGS for other global classes, and fix JS standard class init API to init the Block class (348786, r=mrbkap).
2006-08-15 23:56:08 +00:00
bzbarsky%mit.edu
1a3d59e096
Make it possible for document observers who need to worry about XBL to observe
...
the binding manager and make presshell do that. Bug 348573, r+sr=sicking
2006-08-15 22:41:58 +00:00
bzbarsky%mit.edu
e9379f3679
Remove special-casing of about:blank for security purposes; give about:blank
...
pages the principal of whoever is responsible for loading them, when possible.
Bug 332182, r=mrbkap, sr=jst
2006-08-15 17:31:16 +00:00
enndeakin%sympatico.ca
6baf69f71f
Fix Windows issue with bug 345896
2006-08-15 16:59:09 +00:00
enndeakin%sympatico.ca
86fcccd3bc
Bug 345896, menus don't find menupopups in XBL, r+sr=roc
2006-08-15 15:55:45 +00:00
uriber%gmail.com
5da1c164f2
Added bindings for shift-PgUp/Dn, removed bindings for [shift-]option-up/down. bug=299565 r=sfraser sr=bzbarsky
2006-08-15 15:26:47 +00:00
brendan%mozilla.org
dd9c9f10af
Backing out yet again, another latent bug bites.
2006-08-15 07:39:01 +00:00
brendan%mozilla.org
33cfdbad7e
Change catch clauses to use lexical scope, etc. (336379, r=mrbkap).
2006-08-15 07:03:14 +00:00
rbs%maths.uq.edu.au
660c88bd29
Frames not destroyed with <mmultiscripts> and <mtd>, b=348492, r+sr=bzbarsky
2006-08-15 04:49:43 +00:00
brendan%mozilla.org
4f506bbbd7
Bump XUL fastload file version again.
2006-08-15 03:51:51 +00:00
brendan%mozilla.org
8d675e0b17
Bump to track incompatible bytecode changes for bug 336379 (r=mrbkap).
2006-08-15 01:31:38 +00:00
timeless%mozdev.org
ba2c063b89
Bug 330331 Building with option --disable-xul failed
...
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)
Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF
Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
sayrer%gmail.com
fa550b3290
Bug 348643. nsContentUtils / nsScriptableUnescapeHTML -- nsCRT::free considered harmful. r=timeless, sr=bz
2006-08-14 22:08:14 +00:00
peterv%propagandism.org
fca984250c
Fix for bug 348511. r/sr=bz.
2006-08-13 20:10:03 +00:00
peterv%propagandism.org
4c92309d5d
Fix small regression from the fix for bug 346362 (document.evaluate(.., contextNode, ...) should raise an exception if document != contextNode.ownerDocument), properly deal with a document as contextNode. r/sr=bz.
2006-08-13 18:32:53 +00:00
sayrer%gmail.com
6fa03a1730
Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst
2006-08-12 04:46:43 +00:00
bzbarsky%mit.edu
5eed3a5d4c
Don't show the plugin wizard for plugins that are actually disabled (only Java
...
at the moment). Bug 344923, r=biesi, sr=jst
2006-08-12 02:13:24 +00:00
Olli.Pettay%helsinki.fi
77f151f65f
Bug 348238, Remove some unused code from ESM, r+sr=roc
2006-08-11 12:14:35 +00:00
tor%cs.brown.edu
35d05a571f
Bug 345085 - create common base class for path segments.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-08-10 22:17:14 +00:00
tor%cs.brown.edu
ec3902b716
Bug 342302 - share code between nsSVGPolygonElement and nsSVGPolylineElement.
...
Patch by amenzie@us.ibm.com , r=tor, sr=roc
2006-08-10 21:03:49 +00:00
mrbkap%gmail.com
4ce7d1a3e6
Checking in some debug code to verify sanity. bug 348062, r+sr=sicking
2006-08-10 18:58:37 +00:00
peterv%propagandism.org
d3eca9f89d
Backing out to fix orange.
2006-08-10 13:45:40 +00:00
peterv%propagandism.org
8dd8a497fd
Fix for bug 346362 (document.evaluate(.., contextNode, ...) should raise an exception if document != contextNode.ownerDocument). r/sr=sicking.
2006-08-10 13:05:05 +00:00
peterv%propagandism.org
3742cca7e7
Fix for bug 347523 (nsXBLBinding should use importNode instead of cloneNode). r/sr=sicking.
2006-08-10 13:05:00 +00:00
pavlov%pavlov.net
34966248fd
speed up windows text rendering by avoiding using cairo when possible. also avoid save/restore dc when doing native themes. bug 342366. r=vlad
2006-08-09 20:25:07 +00:00
bzbarsky%mit.edu
3010dbb3dd
Remove unused variables. No bug, r+sr=sicking.
2006-08-08 23:04:06 +00:00
longsonr%gmail.com
e4ec268e27
Bug 347762 - Log nsSVGLength2 and nsSVGNumber2 parse failures to error console. r=tor,sr=bzbarsky
2006-08-08 14:36:43 +00:00
uriber%gmail.com
8982c70f78
Moved mCaretBidiLevel and its accessors from nsPresShell to nsFrameSelection. Also added sBidiKeyboard as a static service to nsContentUtils. bug=346891 r+sr=roc
2006-08-08 05:14:52 +00:00
tor%cs.brown.edu
ee7ced5968
Bug 345488 - transform from path applied to textPath at wrong time.
...
r=longson, sr=roc
2006-08-08 04:26:26 +00:00
pkasting%google.com
ff8e0408ce
Bug 347200: Designmode documents aren't spellchecked by default.
...
r=brettw
sr=bryner
2006-08-08 00:32:43 +00:00
masayuki%d-toybox.com
9930bfa97a
Bug 312831 scroll wheel scrolls page after reaching end of a <select> box #2 for better default settings and for better mechanism r+sr=roc
2006-08-07 06:33:46 +00:00
bzbarsky%mit.edu
747d6887b8
Fixing comment to address review comment in bug 218277.
2006-08-07 05:05:11 +00:00
bzbarsky%mit.edu
5c42810570
Don't convert non-breaking spaces to spaces in text controls. Bug 218277,
...
patch by jst and jpl24 <jlurz24@gmail.com>, r=bryner, sr=dbaron
2006-08-07 03:27:49 +00:00
mats.palmgren%bredband.net
5588a90c96
Pressing accesskey for label should focus the target element after the label click event. b=346529 r+sr=bzbarsky
2006-08-05 22:18:26 +00:00
vladimir%pobox.com
9f4907fd39
b=346421, drawImage causes incorrect clipping; revert+bandaid, r=stuart
2006-08-04 17:59:50 +00:00
tor%cs.brown.edu
233d7808f7
Bug 317028 - remove redundant nsIDOM3Node interface map entry. r+sr=bz
2006-08-04 15:02:39 +00:00
bzbarsky%mit.edu
80ced31c79
Allow anonymous box selectrors in catalog sheets loaded via our doctype. Bug
...
347303, r+sr=roc
2006-08-04 15:02:28 +00:00
Olli.Pettay%helsinki.fi
763c6614e9
Bug 330689, Crash after heavy reloading, using insert with xbl [@ ClassifyWrapper], r=dbaron, sr=bz
2006-08-04 07:11:23 +00:00
pkasting%google.com
db6d88984f
Bug 133874: Remove link URL from status bar on blur.
...
r=Olli.Pettay
sr=sicking
2006-08-03 17:21:27 +00:00
Olli.Pettay%helsinki.fi
b227593695
Bug 223393, DOMAttrModified mutation events fired on HTMLHtmlElement while page loads (anonymous content), r+sr=sicking
2006-08-03 08:57:02 +00:00
Olli.Pettay%helsinki.fi
4d9109ceaa
Bug 288763, problems with context menupopup cause a crash on window close, r=enndeakin, sr=bz
2006-08-02 08:24:21 +00:00
mrbkap%gmail.com
a4bc274aec
Protect document.open and document.close against some potential problems. bug 343168, r+sr=bzbarsky
2006-08-01 21:48:03 +00:00
dbaron%dbaron.org
b8a40d9199
Fix leak of nsMarkedJSFunctionHolder so that its destructor now cleans up a dangling pointer. b=345660 r+sr=sicking
2006-08-01 21:05:38 +00:00
longsonr%gmail.com
0d08daac62
Bug 329848 - reenable write bad content warnings to console. r+sr=tor
2006-08-01 09:40:57 +00:00
cvshook%sicking.cc
2736630041
Bug 346744: Get rid of implementations of nsIContent::AppendChildTo and let it just forward to nsIContent::InsertChildAt. r/sr=bz
2006-07-31 22:38:07 +00:00
pkasting%google.com
e8d7da04bd
Followup to bug 339127: Only sync the editor on attribute changes that
...
have aNotify true. When aNotify is false, there shouldn't be an editor
to sync, so this should save a little time.
r+sr=bzbarsky
2006-07-31 22:07:51 +00:00
vladimir%pobox.com
d4d4a24e4f
bustage fix; I hate this function
2006-07-31 21:43:14 +00:00
vladimir%pobox.com
f827a581e3
b=346421, canvas drawImage causes incorrect clipping/invalidation with CSS scaling, r=stuart
2006-07-31 21:05:59 +00:00
jwalden%mit.edu
cda65e0199
Bug 345700 - Tests for Node.isEqualNode. r+sr=bz
2006-07-30 20:55:58 +00:00
peterv%propagandism.org
b1e832cac7
Try to fix VC 6 bustage.
2006-07-29 21:15:55 +00:00
peterv%propagandism.org
79716117c3
Another bustage fix.
2006-07-29 16:58:18 +00:00