bent.mozilla@gmail.com
|
c54db3bb3c
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 10:29:06 -07:00 |
|
jonas@sicking.cc
|
f6bc46eb38
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
|
jonas@sicking.cc
|
aedea05d90
|
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-08 19:06:27 -07:00 |
|
dwitte@stanford.edu
|
e902190fce
|
Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep
|
2008-02-02 15:41:24 -08:00 |
|
Olli.Pettay@helsinki.fi
|
6f11b29032
|
Bug 403830, arena for content, r=sicking, sr=jst
|
2007-12-15 01:45:33 -08:00 |
|
jonas@sicking.cc
|
72c3e3035b
|
Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst
|
2007-11-30 09:57:03 -08:00 |
|
jonas@sicking.cc
|
929e6f34af
|
Backing out due to mochitest failure
|
2007-11-29 01:34:51 -08:00 |
|
jonas@sicking.cc
|
33299d3be4
|
Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst
|
2007-11-29 00:41:25 -08:00 |
|
neil@parkwaycc.co.uk
|
f411864ef7
|
Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner
|
2007-11-28 12:14:12 -08:00 |
|
bugzilla@standard8.plus.com
|
9d3c3788b2
|
Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content. r/sr=jst,a=dbaron
|
2007-10-09 11:41:54 -07:00 |
|
jonas@sicking.cc
|
d5f33192a5
|
Backing out bug 348156 since it caused Tp perf regressions
|
2007-10-02 14:12:30 -07:00 |
|
jonas@sicking.cc
|
556991d5f5
|
Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst
|
2007-10-02 11:20:02 -07:00 |
|
dbaron@dbaron.org
|
50aed981d0
|
Back out sicking's patch from bug 348156 (remove unbinds from nsDocument::Destroy) due to crashing during talos test (probably tp test).
|
2007-09-28 21:14:42 -07:00 |
|
jonas@sicking.cc
|
b2005734d6
|
Bug 348156: Remove unbinds from nsDocument::Destroy as they cause badness. Break cycles using cycle collector instead. r/sr/a=jst
|
2007-09-28 16:57:00 -07:00 |
|
aaronr@us.ibm.com
|
9b3a9e0110
|
XTF doesn't properly handle readonly and readwrite. Bug 391905, r=olli sr=peterv a=jonas
|
2007-09-05 16:15:28 -07:00 |
|
masayuki@d-toybox.com
|
a20d56bd8d
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
|
Olli.Pettay@helsinki.fi
|
bd0b7ea6d7
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 07:16:19 -07:00 |
|
Olli.Pettay@helsinki.fi
|
e8dba5a1b4
|
Bug 275196, xml:id, r=sicking, sr=dbaron
|
2007-07-26 05:22:01 -07:00 |
|
jwalden@mit.edu
|
6d7584839a
|
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 00:08:04 -07:00 |
|
mats.palmgren@bredband.net
|
42a227c78a
|
Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst
|
2007-07-03 19:15:31 -07:00 |
|
jonas@sicking.cc
|
ac44cecea7
|
Backing out previous checkin since leaks went up
|
2007-06-18 16:21:28 -07:00 |
|
jonas@sicking.cc
|
9d0c915718
|
Bug 348156: Don't rely on UnbindFromTree to break cycles since that puts us in an inconsistent state. r/sr=jst
|
2007-06-18 15:27:27 -07:00 |
|
Olli.Pettay@helsinki.fi
|
2e1f32d275
|
xpcshell testcases for Bug 378247, p=Alex Vincent
|
2007-05-09 03:48:21 -07:00 |
|
bzbarsky@mit.edu
|
086c2eb0c0
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(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 15:24:20 -07:00 |
|
benjamin@smedbergs.us
|
baab01ada6
|
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 07:21:53 -07:00 |
|
Olli.Pettay@helsinki.fi
|
715087bfab
|
Bug 378247, nsXTFElementWrapper::PostHandleEvent no longer checks NOTIFY_HANDLE_DEFAULT, p=ajvincent@gmail.com, r=me, sr=bz
|
2007-04-21 00:35:37 -07:00 |
|
peterv%propagandism.org
|
e5d3f5db52
|
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
|
aec6ee9631
|
Bug 339287, support accesskey attribute, p=surkov, r=me+mats, sr=jst
|
2007-02-13 15:02:57 +00:00 |
|
cvshook%sicking.cc
|
a39ff30284
|
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
|
4e651390ef
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
cvshook%sicking.cc
|
636e4e6e5f
|
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
|
122614bb23
|
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
|
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 |
|
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 |
|
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
|
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 |
|
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
|
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
|
763c6614e9
|
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
|
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 |
|
allan%beaufour.dk
|
0ae7829d30
|
XTF ignores base class intrinsic state. Bug 332980, r=smaug, sr=bzbarsky
|
2006-04-11 15:00:34 +00:00 |
|
Olli.Pettay%helsinki.fi
|
ccd682a520
|
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
|
7a96206e10
|
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
|
f79ea0115b
|
Bug 234455, Centralize event dispatch r=jst, sr=bz
|
2006-03-07 17:08:51 +00:00 |
|
cvshook%sicking.cc
|
15c2397445
|
Bug 323910: Merge atom lists in gklayout
r/sr=jst
|
2006-01-19 00:58:12 +00:00 |
|
roc+%cs.cmu.edu
|
710ba40206
|
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
|
79b8f5fc24
|
Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz
|
2005-12-28 21:52:39 +00:00 |
|