Ehsan Akhgari
|
2050b687cc
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky
--HG--
extra : rebase_source : e25a064995914ca4f7b1db16b5725eb440d3e531
|
2012-06-18 22:30:09 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Olli Pettay
|
7e0a679739
|
Bug 749589 - Less-leaky classinfo for XTF, r=jst
|
2012-05-12 00:51:13 +03:00 |
|
Ms2ger
|
2754f9e3ff
|
Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:07 +02:00 |
|
Ms2ger
|
4e03d81337
|
Bug 669012 - Part c: Remove the return value from nsIContent::DoneAddingChildren; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Ms2ger
|
85b04a3e8e
|
Bug 697210 - Part c: Remove nsIDocument::CreateElem's aDocumentDefaultType argument; r=bz
|
2011-10-29 22:21:20 +02:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Ms2ger
|
90a3810d3a
|
Bug 687096 - Remove entries for removed folders from LOCAL_INCLUDES; r=khuey
|
2011-09-18 11:22:18 +02:00 |
|
Jonas Sicking
|
f7e72db3bc
|
Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug
|
2011-06-23 19:18:01 -07:00 |
|
Jonas Sicking
|
0cd6950325
|
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
|
2011-06-14 00:56:49 -07:00 |
|
Ms2ger
|
e369dd9f77
|
Bug 664123 - Backout bugs 659053 and 659539 (changesets 9c49f69d8bab-1b11c64ffcdf)
|
2011-06-14 16:25:51 +02:00 |
|
Jonas Sicking
|
e3e6dd6825
|
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
|
2011-06-14 00:56:49 -07:00 |
|
Boris Zbarsky
|
0cc4f9cbde
|
Bug 598833 part 12. Add dom::Element::UpdateState and use it in various places where elements update their own state. r=smaug,sdwilsh,mounir
|
2011-05-31 21:46:57 -04:00 |
|
Boris Zbarsky
|
b26e5d06c1
|
Bug 657353 part 2. Switch content state updates away from calling Begin/EndUpdate. r=sicking
|
2011-05-31 17:38:25 -04:00 |
|
Jonas Sicking
|
241be7f705
|
Bug 659530: Clean up and remove unused code that we no longer need with the safer mutation events implementation. r=smaug
|
2011-05-25 10:58:23 -07:00 |
|
David Zbarsky
|
a0b813679f
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Mounir Lamouri
|
2af4853be5
|
Backed out changeset c1a7c1bc1aeb due to busted build.
|
2011-04-20 22:26:06 +02:00 |
|
David Zbarsky
|
732897cc3f
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-20 21:42:33 +02:00 |
|
Boris Zbarsky
|
c634f43209
|
Bug 313351. ContentStatesChanged should take only one argument. r=dbaron
|
2011-03-28 23:32:11 -04:00 |
|
Mounir Lamouri
|
06426cc202
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Mounir Lamouri
|
12794928a0
|
Bug 595036 (1/2) - Update nsIXTFElementWrapper and inIDOMUtils API to use a PRUint64 value for intrinsic states. r+a=bz
|
2010-10-20 09:41:35 +02:00 |
|
Jonas Sicking
|
21c97f1f0e
|
Bug 568188: Reduce refcounting by making the id-table hold weak referenes. r=smaug a=jst
|
2010-09-01 15:48:24 -07:00 |
|
Peter Van der Beken
|
70f9bbef88
|
Fix for bug 565742 (too much QIing/Addrefing/Releasing under NativeInterface2JSObject). r=smaug, a=bsmedberg.
|
2010-07-13 17:44:51 +02:00 |
|
Olli Pettay
|
6059821942
|
Bug 566466 - speed up createElement(), r=jst, peterv
|
2010-07-23 12:49:57 +03:00 |
|
Ms2ger@gmail.com
|
91560b026e
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
|
Benjamin Smedberg
|
ba372f3a4c
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Henri Sivonen
|
8803c27a7f
|
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
|
2009-06-29 00:44:22 +02:00 |
|
Johnny Stenback
|
87138ce673
|
Backed out changeset 168dd0eb7283
|
2009-06-28 11:47:11 -07:00 |
|
Henri Sivonen
|
5cad7e2a33
|
Merge trunk into HTML5 repo
|
2009-06-11 17:00:20 +03:00 |
|
Neil Deakin
|
15df29db77
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
|
Henri Sivonen
|
5f070d1f64
|
Bug 484988 - Make HTML5 parser-performed removals notify but not fire mutation events
|
2009-05-28 20:42:26 +03:00 |
|
Peter Van der Beken
|
6740ce42ec
|
Fix for bug 391448 (Force layout/dom/content code to use classinfo macros that don't use the service manager.). r/sr=jst.
|
2009-02-17 15:08:08 +01:00 |
|
Peter Van der Beken
|
fa0dba9913
|
Fix for bug 464067 (memory leak while running SVG reftests). r/sr=jst.
|
2008-11-27 18:45:25 +01:00 |
|
Taras Glek
|
74132a5585
|
bug 450777:deCOMtaminate nsNodeInfoManager::GetNodeInfo r+sr=jst
|
2008-09-12 15:32:18 -07:00 |
|
Boris Zbarsky
|
215e95380a
|
Bug 454317. Improve GetClasses to not do virtual calls when not needed. r=smaug, sr=jst
|
2008-09-10 23:22:20 -04:00 |
|
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 |
|