Jonas Sicking
|
27bb948022
|
Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz
|
2011-06-14 00:56:49 -07:00 |
Joel Maher
|
bd59a90483
|
Bug 659263 - move content/xul/*.xul tests from mochitest-plain to mochitest-chrome. r=bzbarsky, a=test-only
--HG--
rename : content/xul/templates/tests/bug441785-1.rdf => content/xul/templates/tests/chrome/bug441785-1.rdf
rename : content/xul/templates/tests/bug441785-2.rdf => content/xul/templates/tests/chrome/bug441785-2.rdf
rename : content/xul/templates/tests/test_bug441785.xul => content/xul/templates/tests/chrome/test_bug441785.xul
rename : content/xul/templates/tests/test_sortservice.xul => content/xul/templates/tests/chrome/test_sortservice.xul
|
2011-06-09 11:10:12 -04:00 |
Gavin Sharp
|
da64db046e
|
Bug 650244: adjust template console tests to avoid failing when other things happen to spam the console; r=ehsan
|
2011-05-26 13:22:27 -04:00 |
Daniel Holbert
|
cc8996c23f
|
Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz
|
2011-05-21 18:12:46 -07:00 |
Jacek Caban
|
cf149732d0
|
Bug 651887 - Use macro for NodeWillBeDestroyed in nsXULTreeBuilder
r=bzbarsky
--HG--
extra : rebase_source : 261c3e5a407009cc0a72f27c4a645d9360e9b289
|
2011-04-26 11:45:23 +00:00 |
Ms2ger
|
dede322bd0
|
Bug 589894 - Fix a number of build warnings in content/; r=smaug
|
2011-04-14 14:04:12 +02:00 |
Peter Van der Beken
|
7d7f1bb9d4
|
Fix for bug 584048 (Clean up cycle collection code) - remove NS_IMPL_CYCLE_COLLECTING_ADDREF_AMBIGUOUS/NS_IMPL_CYCLE_COLLECTING_RELEASE_AMBIGUOUS. r=bent.
|
2011-03-06 12:11:31 +01:00 |
Shawn Wilsher
|
90481fd5ba
|
Bug 645101 - Stop using [deprecated] Storage methods (nsXULTemplateQueryProcessorStorage)
r=sicking
|
2011-03-31 10:19:31 -07:00 |
Jonas Sicking
|
b7201dfad1
|
Bug 644476 Part 1: Remove nsIXMLHttpRequest.openRequest now that it's equivalent to nsIXMLHttpRequest.open. r=smaug
|
2011-03-28 13:05:52 -07:00 |
timeless@mozdev.org
|
f6ec154974
|
Bug 620179 crash [@ TestNode::Constrain] if cantHandleYet
r=enn
|
2011-03-26 00:39:29 -04:00 |
Neil Rashbrook
|
5ab43cfc5b
|
Bug 611503 Fix broken consumers of nsTDependentString on an nsTAString r=dwitte
|
2011-03-25 11:43:15 +00:00 |
timeless@mozdev.org
|
b385273fcd
|
Bug 620434 useless null check of result in nsXULTreeBuilder::ReplaceMatch
r=enn a=beltzner
|
2011-02-22 13:04:47 +01:00 |
Neil Deakin
|
d0537b3cfc
|
Bug 608687, clear mRoot after uninitializing so that template generated content gets removed, r=smaug,a=blocking
|
2010-12-07 14:02:03 -05:00 |
Neil Deakin
|
811ab6efc3
|
Bug 611313 - Initialize with an empty datasource for template tests so that sync and async loading attempts don't conflict; r=afrosdwilsh a=orange-fix
|
2010-11-19 12:39:40 -05:00 |
Ms2ger
|
89ee0980b7
|
Bug 594339 - Create a FromParser enum. r=hsivonen, sr=bzbarsky, a=jonas.
--HG--
extra : rebase_source : 70d6b15b0b149a29d0cdb298209706bb5391f6b4
|
2010-10-25 15:17:38 +03:00 |
Neil Deakin
|
0e5357d4c0
|
Bug 553808, assertion setting template datasources, r=smaug, a=blocking
|
2010-10-26 11:17:00 -04:00 |
David Bienvenu
|
1b5678ff39
|
fix bug 592633, r=enndeakin, a=beltzner, xul template builder has trouble with datasources adding children to collapsed nodes
|
2010-10-18 12:56:56 -07:00 |
Neil Deakin
|
f330404783
|
Bug 583230 - Crash [@ nsINode::GetCurrentDoc] with resultBindingChanged on deleted nsIXULTemplateBuilder. r=sicking
|
2010-09-19 17:59:08 +02:00 |
Joel Maher
|
09453a63b7
|
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
|
2010-08-24 10:29:34 -07:00 |
Ms2ger
|
f0a2ee3e76
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:05:56 +02:00 |
Jonas Sicking
|
0a4de59cf6
|
Backout bugs 586754, 574189, 584611 due to orange. a=backout
|
2010-08-20 11:08:43 -07:00 |
Joel Maher
|
05a108244d
|
Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB
|
2010-08-20 09:28:13 -07:00 |
Johnny Stenback
|
3cd9414b89
|
Fixing bustage from the fix for bug 582228.
|
2010-08-13 00:14:46 -07:00 |
Jonas Sicking
|
406443dd00
|
Bug 582228. Speed up getting style attributes. r=bzbarsky@mit.edu, a=dbaron@mozilla.com
|
2010-08-12 23:03:23 -07:00 |
Dão Gottwald
|
dc021db9a1
|
Backed out changeset cdd440adb726
|
2010-08-10 15:10:11 +02:00 |
Ms2ger
|
22eabdb469
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-10 14:25:28 +02:00 |
Boris Zbarsky
|
5d4b1c7ad2
|
Bug 547342 real fix. Flush on ScrollToRow. r=enn
|
2010-08-05 14:39:39 -04:00 |
Olli Pettay
|
398694ffdf
|
Bug 523082 - nsXULTemplateBuilder should unlink more, r=peterv
|
2010-08-06 12:21:53 +03:00 |
Olli Pettay
|
ce5b5ae774
|
Bug 576075, stricter tree selection handling, r=enndeakin
--HG--
extra : rebase_source : ea68e33207720ee4193642aaf0749c9939cc12d2
|
2010-07-31 21:22:29 +03:00 |
Dave Townsend
|
792bccf3f4
|
Bug 571598: Allow XUL documents loaded in about urls to persist attributes. r=bz
|
2010-07-29 22:08:50 -07:00 |
Kyle Huey
|
152dec05f9
|
Bug 581868: Remove nsIPrivateDOMImplementation. r=jst
--HG--
extra : rebase_source : 4e329c8b48034db725a1120094ec721d607dcb85
|
2010-07-29 12:23:13 -07:00 |
Peter Van der Beken
|
9e9e476cfc
|
Part 6 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - pass the wrapper cache to WrapNative. r=jst.
--HG--
extra : rebase_source : 06db2c01b59630cd47c6d9d4f2302bf952233897
|
2010-05-10 20:53:05 +02:00 |
Olli Pettay
|
e9c6bd7bea
|
Bug 566466 - speed up createElement(), r=jst, peterv
|
2010-07-23 12:49:57 +03:00 |
Craig Topper
|
0bf7cc5f17
|
Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking
|
2010-07-21 15:05:17 -07:00 |
Boris Zbarsky
|
3894fa061f
|
Bug 578696 part 8. Stop holding strong refs when calling AttributeChanged. r=sicking
|
2010-07-21 11:33:32 -04:00 |
Boris Zbarsky
|
cdd6527e56
|
Bug 578696 part 4. Stop holding strong refs when calling NodeWillBeDestroyed. r=sicking
|
2010-07-21 11:33:32 -04:00 |
Benjamin Smedberg
|
f56445a420
|
Merge mozilla-central into the static-xpcom-registration branch.
|
2010-06-23 17:26:25 -04:00 |
Benjamin Smedberg
|
cae1800556
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
Johnny Stenback
|
6157c95c26
|
Fixing bug 572615. Speed up nsXULDocuments ID hanling code. r=jonas@sicking.cc
|
2010-06-21 20:00:26 -07:00 |
Benjamin Smedberg
|
5b338a8304
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
Neil Deakin
|
2a82f1fe95
|
Bug 379745, add some additional template sort hint options to sort case-insensitive, sort by integers, and skip natural sort order, r=neil,sr=sicking
|
2010-06-16 13:09:51 -04:00 |
Jonas Sicking
|
35b6c8ca22
|
Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug
|
2010-06-03 18:09:20 -07:00 |
timeless@mozdev.org
|
36ea816dac
|
Bug 397744 Can't access to the third account and the local mail [@ nsXULTreeBuilder::RemoveMatchesFor(nsTreeRows::Subtree&)] r=neil,enndeakin
--HG--
extra : rebase_source : 9a7cb590fe9a185e829fd90ef5cc086b8531adef
|
2010-05-23 15:26:34 -07:00 |
Boris Zbarsky
|
ed08b322dd
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
Boris Zbarsky
|
9ec425175f
|
Bug 562688 part 7. Eliminate eELEMENT users in the rest of content/. r=jst
|
2010-04-30 09:12:06 -04:00 |
Ben Newman
|
a2d75cb968
|
Replace direct instantiations of nsRunnableMethod with calls to the templatized NS_NewRunnableMethod function (part 3/3 of bug 558498). r=dwitte sr=dbaron
|
2010-04-20 16:21:35 -07:00 |
Peter Van der Beken
|
43075da890
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
Daniel Holbert
|
7ea2edb0aa
|
Bug 551298, patch D: Use NS_INLINE_DECL_REFCOUNTING in /content/ directory. r=sicking
|
2010-04-01 11:05:40 -07:00 |
Daniel Holbert
|
6cd946a0c4
|
Backed out changeset 13819d2e9bd8 (Bug 551298) due to Linux debug mochitest-5 orange
|
2010-04-01 09:37:26 -07:00 |
Daniel Holbert
|
32e0cc85cd
|
Bug 551298, patch D: Use NS_INLINE_DECL_REFCOUNTING in /content/ directory. r=sicking
|
2010-04-01 08:08:51 -07:00 |