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

2116 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org c1d180cd32 Bug 331023 Cleanup of IDL files; fixing type inconsistencies
r=neil sr=bz
change nsIXULTemplateBuilder and nsIEditor to reference nsIContent as an interface
2007-01-07 11:01:35 +00:00
Olli.Pettay%helsinki.fi 01216d9af7 Bug 364718, Crash [@ nsXULElement::HandleDOMEvent], r+sr=sicking 2007-01-03 05:16:25 +00:00
gijskruitbosch%gmail.com 9bfded7507 Bug 364900 - topcrash [@ nsXULDocument::ResumeWalk], starting with 2006122304 build
p=asqueella@gmail.com (Nickolay Ponomarev)
r+sr=bzbarsky@mit.edu (Boris Zbarsky)
2006-12-30 11:10:24 +00:00
gijskruitbosch%gmail.com fed6e8613b Bug 363791 - Crash [@ nsTreeBodyFrame::PrefillPropertyArray] involving removal of <treecols>
p=asqueella@gmail.com (Nickolay Ponomarev)
r=neil@parwaycc.co.uk (Neil Rashbrook)
sr=roc@ocallahan.org (Robert O'Callahan)
2006-12-29 13:20:23 +00:00
peterv%propagandism.org 019102b4fd Fix for bug 362937 (Merge element's List and DumpContent implementations). r/sr=jst. 2006-12-27 17:26:32 +00:00
timeless%mozdev.org 4e651390ef Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
2006-12-26 17:47:52 +00:00
gijskruitbosch%gmail.com 46a5f6a907 Bug 361087 - remove the nsIXULPrototypeDocument interface
p=asqueella@gmail.com (Nickolay Ponomarev)
r+sr=bugmail@sicking.cc (Jonas Sicking)
2006-12-22 16:11:16 +00:00
Olli.Pettay%helsinki.fi 466828ae73 Bug 363450, implement nsIScriptEventHandlerOwner as a tearoff, r+sr=sicking 2006-12-18 17:52:04 +00:00
bzbarsky%mit.edu 93e4db1532 Fix bug 363406, patch by Nickolay Ponomarev <asqueella@gmail.com>,
r+sr=bzbarsky
2006-12-18 03:59:46 +00:00
martijn.martijn%gmail.com a0009c00db Partial back-out of patch for bug 330705 to fix the regressions it caused 2006-12-15 02:50:57 +00:00
martijn.martijn%gmail.com 5a1320c6b6 Bug 330705 - Using blur() on some unfocused element also blurs the focused element, r=jst, sr=dbaron 2006-12-14 13:59:50 +00:00
Olli.Pettay%helsinki.fi f4e4277761 Bug 362391, DOMAttrModified doesn't handle namespaced attributes properly, r+sr=sicking 2006-12-01 08:44:38 +00:00
gavin%gavinsharp.com 909bf51f0a Bug 361432: style lines from manifest files no longer applied when xul cache disabled, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky 2006-11-25 14:51:29 +00:00
Olli.Pettay%helsinki.fi f5aa214f8b Bug 354611, Crash [@ nsXULElement::HideWindowChrome] setting hidechrome to true, r=enndeakin, sr=neil 2006-11-23 15:55:58 +00:00
peterv%propagandism.org e9fd67c3b6 Fix for bug 47903 (WRONG_DOCUMENT_ERR not being thrown). r=sicking, sr=bz. 2006-11-22 18:35:05 +00:00
bzbarsky%mit.edu 8a1b6c5e34 Make the redirect check get principals the same way we get them elsewhere.
Clean up some code to use the new security manager method.  Bug 354693,
r=dveditz, sr=sicking
2006-11-22 18:27:54 +00:00
bzbarsky%mit.edu 82109069db Report the right URI in the warning. Bug 360863, patch by Nickolay Ponomarev
<asqueella@gmail.com>, r+sr=bzbarsky
2006-11-17 22:45:52 +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 ea3df14d53 Fix extraneous semicolon 2006-11-14 22:18:51 +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
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
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
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
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
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
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
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
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
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 139e93999d Bug 355221, All firefox windows closes suddenly if I load the page. r+sr=bz 2006-10-03 17:52:22 +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
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
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
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
enndeakin%sympatico.ca daae1bcfcb Bug 349895, hold strong reference to result in case it goes away 2006-09-11 13:30:31 +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
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 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
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 9856e8851d Bug 349069, Move more things from ~nsINode to nsNodeUtils::LastRelease, r+sr=sicking 2006-09-02 13:21:05 +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
brendan%mozilla.org 22b8d6bfd6 Fix try/catch/finally code generation (350312, r=igor/shaver). 2006-08-29 23:15:22 +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
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