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

2073 Коммитов

Автор SHA1 Сообщение Дата
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
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
Olli.Pettay%helsinki.fi cfaa6b44e6 Bug 349201, r=enndeakin, sr=bz 2006-08-21 06:53:40 +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
brendan%mozilla.org 02f6c7133c Change catch clauses to use lexical scope, etc. (336379, r=mrbkap). 2006-08-16 05:01:14 +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
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
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
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
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
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
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
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
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
neil%parkwaycc.co.uk a5dc748144 fixing wrong line endings used in original checkin for bug 335122 2006-07-17 14:19:37 +00:00
enndeakin%sympatico.ca 1f3797eb6a bug 335122, rework XUL sort service, r=jan, sr=sicking 2006-07-13 15:08:55 +00:00
cvshook%sicking.cc 2c39937d84 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
mrbkap%gmail.com bb8edd5015 Fixing compile warnings. bug 342303, r+sr=sicking 2006-06-26 21:12:32 +00:00
bzbarsky%mit.edu e6259982ea Make GetElementsByAttribute compare to the qualified name, like it used to, not
just to the localName.  Bug 319421, r+sr=sicking
2006-06-22 02:37:06 +00:00
Olli.Pettay%helsinki.fi 82fa713d27 Bug 341635, crash [@ nsDOMAttribute::GetNamespaceURI] related to opening and closing windows, focus method, xul and javascript alert, r=mhammond,sr=jst 2006-06-20 08:09:22 +00:00
bzbarsky%mit.edu 35641d545f Make document observers QI to nsIDocumentObserver. Fixes fallout (tree orange)
from bug 340733; reviews pending.
2006-06-20 06:29:17 +00:00
brettw%gmail.com a54888a781 Bug 335291 r+sr=bz Make trunk popup events safer 2006-06-19 16:54:53 +00:00
bzbarsky%mit.edu cd73f2108b Don't assume mRootContent is non-null. Bug 340796, r=sicking, sr=neil, branch181=sicking 2006-06-15 03:13:00 +00:00
mhammond%skippinet.com.au 90ce32e3d2 Correct the change to the fast-load version. r/sr=bz 2006-06-15 03:06:30 +00:00
mrbkap%gmail.com bfd83c86b9 Always call BindCompiledEventHandler now that we treat all event handlers as being shared. bug 341356, r=mhammond sr=sicking a=pavlov 2006-06-14 01:31:25 +00:00
mhammond%skippinet.com.au 0f241835df Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan. 2006-06-13 03:07:47 +00:00
mrbkap%gmail.com 98997f8669 Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
Jan.Varga%gmail.com e5158d88ef Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
2006-06-06 20:05:13 +00:00
enndeakin%sympatico.ca b1f70632e5 Bug 335755, report overlay errors instead of showing grey bar,r=sicking,sr=jst 2006-06-06 14:08:57 +00:00
timeless%mozdev.org a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
peterv%propagandism.org 54c2159acf Fix for bug 339239 (Remove UserData functions from nsIDocument). r/sr=sicking. 2006-06-02 13:28:14 +00:00
cvshook%sicking.cc 47a9061831 Bug 90983: Don't fire mutation events during parsing, i.e. when aNotify is false. Also make us fire mutation events on nodes that are in an orphaned subtree. r/sr=jst 2006-06-02 00:58:04 +00:00
bzbarsky%mit.edu d2c22c3455 Remove some pointless nsIChannel impls. Bug 337748, r=sicking, sr=darin 2006-05-30 17:26:00 +00:00
mrbkap%gmail.com 4b15cb0755 Bump the fastload file version since the last source note change was not bytecode-compatible. bug 336378, r=brendan 2006-05-22 23:51:31 +00:00
bryner%brianryner.com 6fb8bf0b4f Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst. 2006-05-22 20:37:32 +00:00
bryner%brianryner.com a5e5a4579c backing out 336696, I checked in the wrong version of the patch 2006-05-22 18:03:16 +00:00
bryner%brianryner.com 87831f25b1 Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst. 2006-05-22 16:18:45 +00:00
leon.sha%sun.com 4cb998cedd Bug 337854 crash [@ nsTreeContentView::GetCell].
Patch by alfred.peng@sun.com.
neil: review+
roc: superreview+
2006-05-22 03:21:57 +00:00
cvshook%sicking.cc 2241eae8cb Bug 335913: Reimplement CompareDocumentPosition using nsINode interfaces. r/sr=bz 2006-05-16 14:51:52 +00:00