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

90 Коммитов

Автор SHA1 Сообщение Дата
bent.mozilla%gmail.com 90ec6403a8 Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 17:29:11 +00:00
jonas%sicking.cc 1139b348bb Backing out due to test failures 2008-04-09 03:20:42 +00:00
jonas%sicking.cc 126e198cad Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking 2008-04-09 02:06:31 +00:00
dwitte%stanford.edu 281f7d943c Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep 2008-02-02 23:41:26 +00:00
Olli.Pettay%helsinki.fi 830674a858 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 09:45:37 +00:00
jonas%sicking.cc 0c05865e5a Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-30 17:57:05 +00:00
jonas%sicking.cc 380386887c Backing out due to mochitest failure 2007-11-29 09:34:52 +00:00
jonas%sicking.cc 4b0fc84def Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-11-29 08:41:27 +00:00
neil%parkwaycc.co.uk 3d01e9c70f Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 20:14:13 +00:00
bugzilla%standard8.plus.com b7a20d3293 Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content. r/sr=jst,a=dbaron 2007-10-09 18:41:55 +00:00
jonas%sicking.cc 086ec75bcf Backing out bug 348156 since it caused Tp perf regressions 2007-10-02 21:12:31 +00:00
jonas%sicking.cc 89a8ff61b7 Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst 2007-10-02 18:20:04 +00:00
dbaron%dbaron.org 01231857c1 Back out sicking's patch from bug 348156 (remove unbinds from nsDocument::Destroy) due to crashing during talos test (probably tp test). 2007-09-29 04:14:43 +00:00
jonas%sicking.cc a34529ac10 Bug 348156: Remove unbinds from nsDocument::Destroy as they cause badness. Break cycles using cycle collector instead. r/sr/a=jst 2007-09-28 23:57:01 +00:00
aaronr%us.ibm.com 044f8afad1 XTF doesn't properly handle readonly and readwrite. Bug 391905, r=olli sr=peterv a=jonas 2007-09-05 23:15:28 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
Olli.Pettay%helsinki.fi 3255dc745d Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 14:16:21 +00:00
Olli.Pettay%helsinki.fi 4d6734ffc4 Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 12:22:17 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
mats.palmgren%bredband.net 5a0917c43a Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-04 02:15:35 +00:00
jonas%sicking.cc 608a33d52c Backing out previous checkin since leaks went up 2007-06-18 23:21:28 +00:00
jonas%sicking.cc 082743a4e9 Bug 348156: Don't rely on UnbindFromTree to break cycles since that puts us in an inconsistent state. r/sr=jst 2007-06-18 22:27:28 +00:00
Olli.Pettay%helsinki.fi f89ee22069 xpcshell testcases for Bug 378247, p=Alex Vincent 2007-05-09 10:48:21 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(0) to using this API.  Bug 378780.  API introduction part by me,
r+sr=jst.  Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
Olli.Pettay%helsinki.fi 36ba055f49 Bug 378247, nsXTFElementWrapper::PostHandleEvent no longer checks NOTIFY_HANDLE_DEFAULT, p=ajvincent@gmail.com, r=me, sr=bz 2007-04-21 07:35:37 +00:00
peterv%propagandism.org d69eeada99 Fix for bug 373035 (Make content/dom code get nsDOMClassInfo without going through nsIDOMScriptObjectFactory). r/sr=jst. 2007-03-19 09:19:16 +00:00
Olli.Pettay%helsinki.fi fac5e68909 Bug 339287, support accesskey attribute, p=surkov, r=me+mats, sr=jst 2007-02-13 15:02:57 +00:00
cvshook%sicking.cc 0c24c4a4c3 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
timeless%mozdev.org abc256e3da Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
2006-12-26 17:47:52 +00:00
cvshook%sicking.cc 5c7ed7c2dc Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron 2006-11-21 21:28:14 +00:00
benjamin%smedbergs.us 7b434c0d06 Bug 349002, try #2 - Refactor xptcall into a frozen API, r=timeless - with OS/2 fixup by Peter Weilbacher 2006-11-20 17:03:38 +00:00
benjamin%smedbergs.us 09d80a0a6f Backout xptcall because linux tboxes are stupid, I think. 2006-11-16 20:17:24 +00:00
benjamin%smedbergs.us 8b41b7fdd0 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
cvshook%sicking.cc 50b714059a 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
Olli.Pettay%helsinki.fi 97ca6462d6 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 56b91a31e2 Bug 355100, Remove XTF visuals (still 2 files to remove) 2006-10-08 17:32:34 +00:00
Olli.Pettay%helsinki.fi 6af2b28422 Bug 355100, Remove XTF visuals (part II/II, removing files) 2006-10-08 15:41:46 +00:00
Olli.Pettay%helsinki.fi 70db31e7d2 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
timeless%mozdev.org 204a110dff 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 7c7847f7d4 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 856cce373c Bug 330689, Crash after heavy reloading, using insert with xbl [@ ClassifyWrapper], r=dbaron, sr=bz 2006-08-04 07:11:23 +00:00
cvshook%sicking.cc 933ccd157e 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
allan%beaufour.dk 0015ec1ff6 XTF ignores base class intrinsic state. Bug 332980, r=smaug, sr=bzbarsky 2006-04-11 15:00:34 +00:00
Olli.Pettay%helsinki.fi a8e1d9a3a5 Bug 331989, Cancelable events like xforms-reset can't be cancelled, r+sr=jst 2006-03-29 14:12:03 +00:00
bryner%brianryner.com c28e6a9665 Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst. 2006-03-22 18:36:36 +00:00
Olli.Pettay%helsinki.fi c0e37e327a Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
cvshook%sicking.cc 7d9189938d Bug 323910: Merge atom lists in gklayout
r/sr=jst
2006-01-19 00:58:12 +00:00
roc+%cs.cmu.edu cb85074f0d Bug 323230. Add FindAttrValueIn as an efficient way to look up an attribute value in a table of atoms. r=sicking,sr=bzbarsky 2006-01-18 04:09:33 +00:00
cvshook%sicking.cc 031a1befce Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
2005-12-28 21:52:39 +00:00