Commit Graph

895 Commits

Author SHA1 Message Date
Trevor Saunders
85eab34d42 bug 658363 - move defines for double constants out of xslt r=sicking
From 57a4aaadf8fef828764c35dad01ce6da54fbb638 Mon Sep 17 00:00:00 2001
 xslt
---
 content/base/public/nsContentUtils.h        |   93 +++++++++++++++++++
 content/xslt/public/Makefile.in             |    1 -
 content/xslt/public/txDouble.h              |  133 ---------------------------
 content/xslt/src/base/txCore.h              |    8 +-
 content/xslt/src/base/txDouble.cpp          |   18 ++--
 content/xslt/src/xpath/txRelationalExpr.cpp |   12 +-
 6 files changed, 112 insertions(+), 153 deletions(-)
 delete mode 100644 content/xslt/public/txDouble.h
2011-05-19 12:35:46 -07:00
Daniel Holbert
7e7d4b84b4 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
Julian Reschke
d1f2ee6c55 Implement exslt-date:date-time (bug 603159) r=sicking 2011-04-26 13:46:43 +01:00
Boris Zbarsky
341abd8366 Bug 614171 part 4. Eliminate nsINodeInfo::GetLocalName in favor of GetName. r=sicking 2011-05-05 12:26:33 -04:00
Boris Zbarsky
b2547036c8 Bug 614171 part 3. deCOM qualified name getters a bit. r=sicking 2011-05-05 12:26:33 -04:00
Ed Morley
24224332be Bug 654463 - Remove WinCE code from content/* ; r=sicking 2011-05-04 09:25:50 +02:00
Peter Van der Beken
cac516e2a4 Fix for bug 649534 (Remove nsIXSLTProcessorObsolete). r=sicking. 2011-04-08 10:50:51 -07:00
Peter Van der Beken
0cccfb0153 Better fix for build bustage from patch for bug 603844. 2011-04-18 15:44:11 +02:00
Ms2ger
61cb1bf906 Bug 604595, part b - Remove the nsIDOMNamedNodeMap* arguments to NS_NewDOMDocumentType; r=sicking 2011-04-14 14:04:21 +02:00
Ms2ger
2dbeb5a474 Bug 589894 - Fix a number of build warnings in content/; r=smaug 2011-04-14 14:04:12 +02:00
Jonas Sicking
3b385f83a7 Bug 640339: Make generate-id() generate safer ids. r=peterv 2011-04-11 18:28:28 -07:00
Peter Van der Beken
54d243401a Fix build bustage 2011-04-08 14:13:17 -07:00
Peter Van der Beken
33e2bd6f98 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
Peter Van der Beken
c1911eab14 Fix for bug 603844 (Leak txUnknownHandler+ with transformToDocument(textnode)). r=sicking. 2010-12-02 11:12:27 -05:00
Jonas Sicking
c4b04edf61 Bug 644476: Rename classes/functions/variables to use "CORS" rather than "Access Control" or "Cross site" where appropriate. r=smaug 2011-03-28 13:18:45 -07:00
326acc0288 Bug 620408 add fall through comment to txXPCOMExtensionFunctionCall::GetParamType
r=peterv
2011-03-26 00:37:11 -04:00
Boris Zbarsky
b785328569 Bug 457102. Remove vestiges of dead xpointer/fixptr stuff. r=sicking 2011-03-23 10:45:21 -04:00
Chris Jones
3a790fca5d Bug 631575: Clear the old window when setting a new document, and re-enable tests disabled in bug 631359. r=roc a=a 2011-02-15 15:45:02 -06:00
dd7b64c8be Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst 2010-08-06 16:16:31 +03:00
Ehsan Akhgari
fb917ecfc1 Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange.
It is not clear which one of these bugs is at fault.
2011-02-04 16:34:02 -05:00
2bcb321ccc Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst 2010-08-06 16:16:31 +03:00
Chris Jones
f1b41821f5 Bug 631359: These tests seem to work OK in <browser remote> but fail an assertion. Band-aid them for now. rs=bz a=tests 2011-02-04 12:09:02 -06:00
Ehsan Akhgari
56fc723121 Backed out changeset af87fa0a3052 because of build failures 2011-02-02 14:11:07 -05:00
071d941f99 Bug 584967 mark deprecated dom interfaces and methods with [deprecated]; r=smaug a=jst 2010-08-06 16:16:31 +03:00
Chris Leary
f0d6dd9a17 Merge mozilla-central to tracemonkey. 2010-12-29 19:25:04 -05:00
Jonas Sicking
5f8cf7a13f bustage fix a=red 2010-12-13 14:43:32 -08:00
Jonas Sicking
a2992354e8 Bug 602115: Fix XSLT error handling bugs. r=peterv a=blocker 2010-12-13 14:24:55 -08:00
Luke Wagner
3cb920c302 Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh) 2010-12-03 00:24:17 -08:00
Kyle Huey
be55984177 Backing out Bug 603844 because of xslt test failures. a=orange 2010-12-02 12:29:43 -05:00
Kyle Huey
bfd6e5a620 Backed out changeset 40b718853f48 2010-12-02 12:28:04 -05:00
Kyle Huey
3e008802ff Bug 603844: Annotate some xlst classes with leak logging. r=sicking sr=dbaron 2010-12-02 11:15:48 -05:00
Peter Van der Beken
c69d4649c5 Fix for bug 603844 (Leak txUnknownHandler+ with transformToDocument(textnode)). r=sicking a=b:final 2010-12-02 11:12:27 -05:00
a66a51621f Bug 586650 txFnStartOutput leaks qname when qname->init fails
r=sicking, a=sicking
2010-12-08 12:28:41 +00:00
Mike Hommey
ff8180cf72 Bug 569629 - Modify Double::NaN,POSITIVE_INFINITY,NEGATIVE_INFINITY to avoid static initializers. r=jonas,a=bsmedberg 2010-11-07 09:25:38 +01:00
Henri Sivonen
94b332a58d Bug 604660 - Make XSLT-inserted script execute in the insertion order. r=jonas, a=blocking2.0-beta7. 2010-10-27 10:18:24 +03:00
Ms2ger
997891ab60 Bug 594339 - Create a FromParser enum. r=hsivonen, sr=bzbarsky, a=jonas. 2010-10-25 15:17:38 +03:00
Kyle Huey
0d1a3096c7 Bug 601157: EXSLT regexp:match leaks. r=peterv a=blocking-final 2010-10-19 17:25:42 -04:00
Jesse Ruderman
90a80153c2 Crash test for bug 601543. a=TEST 2010-10-11 00:07:00 +02:00
Mats Palmgren
4b69b43a84 Null-check to fix crash. b=601543 r+a=jonas 2010-10-11 00:07:00 +02:00
Philipp Wagner
7056498292 Bug 581305 - Expect nsIClassInfo of XPath extension functions in class, not in factory; r=peterv,a=jst 2010-09-02 22:47:04 +02:00
Jonas Sicking
31792dd950 Bug 566629: Make XSLT and XPath code use the correct casing for name() function for (X)HTML elements. r=hsivonen a=blocker 2010-10-07 09:41:03 -07:00
Daniel Holbert
5f985878fa Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst 2010-09-04 23:41:17 -04:00
Josh Matthews
30a0764266 Backing out ebce58252cf8, 1f94199af190, 81664d1912ee, 8e95db7adbea, f97a99ad74af, 66d12a1541f2, 6b936d1a9e65 2010-09-04 15:15:31 -04:00
Daniel Holbert
f478826713 Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
2010-09-03 14:29:00 -04:00
Jonas Sicking
c7cb0db3eb Bug 579764: Send out notification when the document-element for a document has been created and inserted into the DOM. r=jst a=blocker 2010-08-27 22:54:57 -07:00
Ms2ger
843b5b637d Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron 2010-08-24 09:05:56 +02:00
Olli Pettay
8a001762d4 Bug 566466 - speed up createElement(), r=jst, peterv 2010-07-23 12:49:57 +03:00
Craig Topper
d056e5ccdb Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking 2010-07-21 15:05:17 -07:00
Boris Zbarsky
1d27212af1 Bug 578696 part 6. Stop holding strong refs when calling CharacterDataChanged. r=sicking 2010-07-21 11:33:32 -04:00
Boris Zbarsky
1f288d480a Bug 578696 part 4. Stop holding strong refs when calling NodeWillBeDestroyed. r=sicking 2010-07-21 11:33:32 -04:00