sicking%bigfoot.com
f7cb240dee
Bug 221323: Keep a hard reference when moving nodes to avoid premature delete.
...
r/sr=bz
2005-11-02 07:41:26 +00:00
jst%mozilla.jstenback.com
25a5e7132b
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2005-11-02 07:41:25 +00:00
peter%propagandism.org
5eb937983b
Fix for bug 212903 (XSLT bug -- incorrectly added <meta> element to results tree). r=Pike, sr=jst.
2005-11-02 07:41:24 +00:00
bryner%brianryner.com
5505f599a9
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2005-11-02 07:41:23 +00:00
jshin%mailaps.org
1be4101b00
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
2005-11-02 07:41:22 +00:00
sicking%bigfoot.com
321187ece1
Bug 218770: speed up sorting by using NS_QuickSort and reducing number of allocations.
...
r=Pike sr=peterv
2005-11-02 07:41:21 +00:00
neil%parkwaycc.co.uk
88e49246f6
Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer
2005-11-02 07:41:20 +00:00
axel%pike.org
fee618e36d
txStylesheetCompiler should not error on mRV, r=sicking, sr=peterv
2005-11-02 07:41:19 +00:00
peterv%propagandism.org
df8b78bf04
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
2005-11-02 07:41:18 +00:00
peterv%propagandism.org
d22b98f4e8
Backout to fix bustage.
2005-11-02 07:41:17 +00:00
peterv%propagandism.org
c87ca0b78f
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
2005-11-02 07:41:16 +00:00
axel%pike.org
bc45e6806a
bustage fix, wrong kezboard
2005-11-02 07:41:15 +00:00
peter%propagandism.org
d58c3da0ac
Rest of fix for bug 221387 (XPathExpression.createExpression doesn't throw NAMESPACE_ERR). r=Pike, sr=bz.
2005-11-02 07:41:14 +00:00
axel%pike.org
213fd18c93
bug 206445, review nit from/r=sicking
2005-11-02 07:41:13 +00:00
sicking%bigfoot.com
3a35dc7947
Bug 220703: return either error or return to avoid crashes and leaks
...
r/sr=peterv
2005-11-02 07:41:12 +00:00
axel%pike.org
5893443504
fixup whitespace for bustage, r=bsmedberg
2005-11-02 07:41:11 +00:00
neil%parkwaycc.co.uk
6e9c202cd8
Fix Pike's build bustage r=bsmedberg sr=bustage
2005-11-02 07:41:10 +00:00
axel%pike.org
60dcc95ce3
bug 206445, nsresult based error reporting in XPath expression parser and lexer, r=sicking, sr=peterv
2005-11-02 07:41:09 +00:00
sicking%bigfoot.com
a7a7590020
Backing out patch from bug 210528 to fix ports bustage
2005-11-02 07:41:08 +00:00
bryner%brianryner.com
81fae7553f
Remove extra semicolon in macro definition/usage which causes gcc 3.4 bustage (bug 218551). a=brendan.
2005-11-02 07:41:07 +00:00
sicking%bigfoot.com
b7c3f27ffe
Bug 210528: Modernize XPath-classes to use nsAutoPtr
...
r=Pike sr=jst
2005-11-02 07:41:06 +00:00
sicking%bigfoot.com
b5688d68bb
Bug 207377: Change the way tbody-elements are inserted into tables to increase speed and make sure that only tablerows are inserted.
...
r=Pike sr=peterv
2005-11-02 07:41:05 +00:00
sicking%bigfoot.com
25cf119767
Bug 222342: Speed up txStylesheet::isStripSpaceAllowed by not filtering textnodes in the root of a document and by earlyreturning if there are no stripspace rules.
...
r=Pike sr=peterv
2005-11-02 07:41:04 +00:00
sicking%bigfoot.com
b692395272
Bug 205703: Reduce binarysize by not inlineing ExprResult::Release.
...
r/sr=peterv
2005-11-02 07:41:03 +00:00
sicking%bigfoot.com
2e0c8a302a
Bug 209667: Make it possible to hold an nsRefPtr to a class that lacks an empty ctor. I'll back this out if it breaks any ports.
...
r=jag sr=dbaron on the nsCOMPtr.h part
r=Pike sr=peterv on the transformiix part
2005-11-02 07:41:02 +00:00
bzbarsky%mit.edu
5996c30581
Make presshell batch processing of style changes (using BeginUpdate/EndUpdate
...
notifications). Bug 200931, r=peterv, sr=jst
2005-11-02 07:41:01 +00:00
dbaron%dbaron.org
895fe82fe8
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
2005-11-02 07:41:00 +00:00
axel%pike.org
6963421eb9
bug 214954, fix embedded XSLT stylesheets from script, r=sicking, sr=peterv
2005-11-02 07:40:59 +00:00
dbaron%dbaron.org
7f3f487d63
Remove unused content quality stubs. b=111346 r+sr=bzbarsky
2005-11-02 07:40:58 +00:00
sicking%bigfoot.com
36c8bb4b9b
Bug 208979: Fix NS_ENSUREs to use the right variable. Patch by peterv
...
r=sicking sr=jst
2005-11-02 07:40:57 +00:00
sicking%bigfoot.com
52da6b0cf2
Attempt at fixing ports bustage
2005-11-02 07:40:56 +00:00
sicking%bigfoot.com
76c3ae7bbc
Try to fix build bustage and also fix a couple of new warnings.
2005-11-02 07:40:55 +00:00
sicking%bigfoot.com
e053c18626
Bug 220418: Don't get the initial template until the txExecutionState is fully initialized.
...
r=Pike sr=peterv
2005-11-02 07:40:54 +00:00
jaggernaut%netscape.com
514378b634
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2005-11-02 07:40:53 +00:00
peter%propagandism.org
23a15b6b22
Fix for bug 218756 (Update to latest DOM Level 3 XPath specification). r=Pike, sr=jst.
2005-11-02 07:40:52 +00:00
axel%pike.org
a8b9ae20fc
bug 211485, check for UniversalBrowserRead for xpath/xslt security checks, r=sicking, sr=jst
2005-11-02 07:40:51 +00:00
caillon%returnzero.com
8e43842d3e
Bug 210601 - XSLT should check whether the subject principal is the system principal.
...
r=axel@pike.org sr=jst@netscape.com
2005-11-02 07:40:50 +00:00
jaggernaut%netscape.com
9ab7d61d62
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2005-11-02 07:40:49 +00:00
axel%pike.org
dd87b5f0e1
bustage fix for unix, shupid me
2005-11-02 07:40:48 +00:00
axel%pike.org
2eca40e0a4
bug 209539, 209089, crash on several ways when linking to a non-existing XSLT stylesheet, r=sicking, sr=peterv
2005-11-02 07:40:47 +00:00
sicking%bigfoot.com
62c02bb4ca
Bug 205703: Refcount Expr-results, to avoid cloning, and recycle them, to avoid memorymanagement.
...
r=Pike sr=peterv
2005-11-02 07:40:46 +00:00
peterv%netscape.com
3c6ba7d917
Bustage fix. sr=jag.
2005-11-02 07:40:45 +00:00
alecf%flett.org
e48dab245c
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
...
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2005-11-02 07:40:44 +00:00
caillon%returnzero.com
a0ab202ca7
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2005-11-02 07:40:43 +00:00
alecf%flett.org
f1a2c8bb9e
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2005-11-02 07:40:42 +00:00
jkeiser%netscape.com
f88f0cbaa3
Make XSLT #include less stuff (bug 208188), r=bugmail@sicking.cc, sr=peterv@netscape.com
2005-11-02 07:40:41 +00:00
jkeiser%netscape.com
a5e1c387f4
Bustage fix, r/sr=peterv
2005-11-02 07:40:40 +00:00
axel%pike.org
f1876fb2d4
bug 200999, crash with more than on xsl:strip- or preserve-space, r=sicking, sr=peterv
2005-11-02 07:40:39 +00:00
axel%pike.org
8f9c37b315
real fix for the landing of bug 195262, npob, don't copy attr value, r/sr=peterv
2005-11-02 07:40:38 +00:00
peterv%netscape.com
dec9a66749
Bustage fix.
2005-11-02 07:40:37 +00:00
peterv%netscape.com
28b51e1506
Fix for bug 203978 (Invalid read of size 4 const nsString FunctionCall::INVALID_PARAM_VALUE(NS_LITERAL_STRING("invalid parameter value for function: "));). r=Pike, sr=jst.
2005-11-02 07:40:36 +00:00
peter%propagandism.org
f6569f0ef7
Part of fix for bug 192139 (Intergrate latest Expat). Transformiix standalone only, not part of the default build.
2005-11-02 07:40:35 +00:00
peter%propagandism.org
59e2f0388c
Part of fix for bug 192139 (Intergrate latest Expat). Transformiix standalone only, not part of the default build.
2005-11-02 07:40:34 +00:00
axel%pike.org
b60ce74145
npob, jprof support for transformiix standalone, rs=peterv
2005-11-02 07:40:33 +00:00
axel%pike.org
559c0d0dce
not part of build, fix gcc3.2 and hex, r/sr=peterv, a=mkaply
2005-11-02 07:40:32 +00:00
axel%pike.org
1ea1192736
bug 205675, error on recursive import/include, r=sicking, sr=peterv, a=asa
2005-11-02 07:40:31 +00:00
sicking%bigfoot.com
7fa973ffcc
Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
...
r=peterv sr=heikki a=asa
2005-11-02 07:40:30 +00:00
axel%pike.org
b4fdef96bc
bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer
2005-11-02 07:40:29 +00:00
sicking%bigfoot.com
8365f44e6e
Bug 199331: Recompile stylesheet if the underlying DOM is modified after .importStylesheet is called
...
r=Pike sr=peterv a=mkaply
2005-11-02 07:40:28 +00:00
axel%pike.org
385c09d89a
bug 47719, pass nsresults and error messages back to content, r=sicking, sr=peterv, a=asa
2005-11-02 07:40:27 +00:00
pkw%us.ibm.com
a192444a5a
Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
...
r=bugmail@sicking.cc , sr=peterv@netscape.com , a=asa@mozilla.org
2005-11-02 07:40:26 +00:00
peterv%netscape.com
cd6bedbe3b
Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa.
2005-11-02 07:40:25 +00:00
axel%pike.org
1e40910bbd
npob, fix crash on exit, r=sicking
2005-11-02 07:40:24 +00:00
axel%pike.org
caa76fb70c
bug 199329, reenable embedded XSLT stylesheets, r=sicking, sr=peterv, a=asa
2005-11-02 07:40:23 +00:00
sicking%bigfoot.com
9af5a3ff29
not part of build. Fix buildbustage from landing of bug 195262
2005-11-02 07:40:22 +00:00
sicking%bigfoot.com
7c5956faf6
Bug 199579: Sorting case-order is inverted. Also sort using application locale as default locale.
...
r=Pike sr=peterv a=asa
2005-11-02 07:40:21 +00:00
sicking%bigfoot.com
ca3b411f20
Fix OS/2 bustage
2005-11-02 07:40:20 +00:00
sicking%bigfoot.com
41dade9402
Fix OSX bustage from previous checkin
2005-11-02 07:40:19 +00:00
sicking%bigfoot.com
268e84a3b9
Bug 203229: Use strings better by using existing stringobjects inside ExprResults if one exists.
...
r=Pike sr=peterv a=asa
2005-11-02 07:40:18 +00:00
timeless%mozdev.org
5a19d917a6
Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
...
r=axel sr=peterv
2005-11-02 07:40:17 +00:00
sicking%bigfoot.com
fefaf51cc3
Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class
...
r=Pike sr=peterv
2005-11-02 07:40:16 +00:00
sicking%bigfoot.com
b34a5561b6
tree close, backing out
2005-11-02 07:40:15 +00:00
sicking%bigfoot.com
0d51af672a
Bug 206338: Improve performance of txStack by inlineing functions and by removing boundschecks
...
r=Pike sr=peterv
2005-11-02 07:40:14 +00:00
axel%pike.org
91f603a513
bug 199484, xml pretty printing regressed, fix the contract ID for XSLT document transformer, r/sr=peterv
2005-11-02 07:40:13 +00:00
axel%pike.org
fe11414c69
bug 70855, nspr logging for transformiix, log stylesheet compilation IO, r=peterv, sr=jag
2005-11-02 07:40:12 +00:00
heikki%netscape.com
5cb11f1ccd
Bug 203384, document could be null, for example when calling from XPointer processor, patch from jst, r=sicking, sr=heikki, a=asa.
2005-11-02 07:40:11 +00:00
jst%netscape.com
54e2b96b00
Fixing bug 111514. In an XHTML document served as application/xhtml+xml, |document| is not an HTML document object, but an XML document object. r=bugmail@sicking.cc, sr=peterv@netscape.com
2005-11-02 07:40:10 +00:00
harishd%netscape.com
1ce5b8e3d2
Checking in for peterv@netscape.com: Fixing the problem with viewing P3P summary more than once. b=208560, r=harishd, sr=heikki
2005-11-02 07:40:09 +00:00
sicking%bigfoot.com
dc145ef6bc
Compiled XSLT stylesheets. Improves speed, implements forwards-compatible-parsing and handling of unknown extension-elements. Also fixes some random edgecasebugs such as recursive merged named-attribute-sets and empty strings in copy-of.
...
Patch mainly by sicking, but large parts also by Pike and peterv.
Tracker is bug 185797. r=Pike/sicking rs=peterv.
2005-11-02 07:40:08 +00:00
axel%pike.org
311f55660b
bug 157142, clean up unnecessary configure tests and allmakefiles.sh, add a lib directory for standalone to get debug info on win32 (npob), r=cls
2005-11-02 07:40:07 +00:00
peterv%netscape.com
a09f0dcf22
Follow-up to my checkin for bug 179720 (implement real result tree fragments). Checked in wrong patch yesterday. r=sicking, sr=jst.
2005-11-02 07:40:06 +00:00
peterv%netscape.com
71fdf7c741
Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst.
2005-11-02 07:40:05 +00:00
timeless%mozdev.org
92c9402860
fixing build bustage
2005-11-02 07:40:04 +00:00
axel%pike.org
2518f13fb8
fix warnings in transformiix standalone, not part of build, r/sr=peterv
2005-11-02 07:40:03 +00:00
axel%pike.org
d17bcc2357
bug 190098, txXMLParser should load DTDs on standalone, pretty much a rewrite of how parsing to a DOM works on standalone, copying what nsExpatDriver does, optimize id patterns, too, r=sicking, sr=peterv
2005-11-02 07:40:02 +00:00
peterv%netscape.com
f0d3dafad0
Removing obsolete code. r=sicking.
2005-11-02 07:40:01 +00:00
sicking%bigfoot.com
9fcdd578b7
remove dead code, no bug. r/sr=peterv
2005-11-02 07:40:00 +00:00
sicking%bigfoot.com
1fc97ed89f
fix missing return-at-end. r/sr=peterv. no bug
2005-11-02 07:39:59 +00:00
sicking%bigfoot.com
27669551ea
Bug 187610: Use PLDHash for keys
...
r=Pike sr=peterv
2005-11-02 07:39:58 +00:00
heikki%netscape.com
39be55b53e
Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst.
2005-11-02 07:39:57 +00:00
heikki%netscape.com
f808bf2d7d
Fix comments.
2005-11-02 07:39:56 +00:00
jst%netscape.com
3510356b9d
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2005-11-02 07:39:55 +00:00
heikki%netscape.com
22670a8ef2
Bug 182323, implemented XPointer spec, we now support the framework, shorthand syntax, element, fixptr, xpath1 and xmlns schemes, and provide a proprietary API from scripts, r=sicking, sr=peterv.
2005-11-02 07:39:54 +00:00
sicking%bigfoot.com
e5948ada91
fix bustage
2005-11-02 07:39:53 +00:00
sicking%bigfoot.com
d6642e73dd
Bug 193586: Fix reference-cycle in nsXPathEvaluator->document->nsXPathEvaluatorTearoff
...
r=peterv sr=jst a=dbaron
2005-11-02 07:39:52 +00:00
sicking%bigfoot.com
4c0241d836
Bug 174713: Make XPath on HTML documents behave consistently and HTML-ish. This makes the XPath-functions name() and local-name() return upper-case names and makes nametests case-insensitive.
...
r=peterv sr=jst a=asa
2005-11-02 07:39:51 +00:00
peterv%netscape.com
cfaf7f7554
Fix for bug 157142 (link transformiix standalone to XPCOM). Make resolveQName take nsIAtom**. r=sicking, sr=jst.
2005-11-02 07:39:50 +00:00
peterv%netscape.com
c1cf259bf4
Fix stupid error in last checkin.
2005-11-02 07:39:49 +00:00
axel%pike.org
c41d941e70
bug 192701, npob, use MOZILLA_VERSION instead of hardcode version number for XSLT standalone driver, sr=peterv, a=dbaron
2005-11-02 07:39:48 +00:00
peterv%netscape.com
af20b3fbb5
Fix some warnings.
2005-11-02 07:39:47 +00:00
peterv%netscape.com
6a3299f694
Fix for bug 157142 (link transformiix standalone to XPCOM). Better txStack and remove use of NamedMap for documents. r=sicking, sr=jst.
2005-11-02 07:39:46 +00:00
axel%pike.org
10a453c2f5
not part of build, wallpaper that most tests expect UTF-8 encoding, which is all we have, rs=peterv
2005-11-02 07:39:45 +00:00
sfraser%netscape.com
9bbddcde74
Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf.
2005-11-02 07:39:44 +00:00
sicking%bigfoot.com
defde0f83b
Bug 190631: xsl:value-of shouldn't call ::characters on the resulthandler with an empty string.
...
r=Pike, sr=peterv, a=asa
2005-11-02 07:39:43 +00:00
axel%pike.org
070b5d7ed5
warning fix, r/sr=peterv
2005-11-02 07:39:42 +00:00
alecf%netscape.com
fcaebbbe3d
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2005-11-02 07:39:41 +00:00
peterv%netscape.com
65e2660bff
Fix for bug 74786 (String cleanup). Non-copying tokenizer. r=Pike, sr=jst.
2005-11-02 07:39:40 +00:00
sicking%bigfoot.com
27da54c8bf
Bug 190628: Make some string-functions behave according to spec when second argument is an empty-string.
...
r=Pike sr=peterv a=asa
2005-11-02 07:39:39 +00:00
alecf%netscape.com
57638cd07d
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2005-11-02 07:39:38 +00:00
alecf%netscape.com
0ccb3f33bb
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2005-11-02 07:39:37 +00:00
axel%pike.org
3cd72c7400
not part of build, fix getBaseURI for Attr nodes in transformiix standalone
2005-11-02 07:39:36 +00:00
sicking%bigfoot.com
c8160fd509
Bug 195016: Fix static build. Patch by Roland.Mainz@informatik.med.uni-giessen.de
...
r=sicking sr=kin
2005-11-02 07:39:35 +00:00
axel%pike.org
14714306d7
bug 191856, string usage in txExpandedName::init, r=sicking, sr=peterv
2005-11-02 07:39:34 +00:00
sicking%bigfoot.com
0d84a5a70e
Remove txAtom.h and remove uses of special tx-macros for atoms.
...
b=157142 r=Pike sr=peterv
2005-11-02 07:39:33 +00:00
sicking%bigfoot.com
97b82810b3
Fix gcc-platforms bustage
2005-11-02 07:39:32 +00:00
sicking%bigfoot.com
721e0560ad
Bug 230528: sync to latest jsnum.h: Make sure that gcc aliasing optimizations doesn't break mathcode. Fix mathcode on ARM
...
r=Pike sr=peterv
2005-11-02 07:39:31 +00:00
axel%pike.org
fbb5d58bc3
bug 190499, xpath number 2 string conversion buggy for small numbers, changed implementation to use moz string api, r=sicking, sr=jag, a=asa
2005-11-02 07:39:30 +00:00
axel%pike.org
99abd54c49
bug 157142, remove transformiix standalone special code in favour of module nspr stuff, r=sicking, sr=peterv
2005-11-02 07:39:29 +00:00
sicking%bigfoot.com
587f27b37d
Bug 157142: get rid of txAtom typedef
...
r=Pike rs=peterv
2005-11-02 07:39:28 +00:00
peter%propagandism.org
7c61239553
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2005-11-02 07:39:27 +00:00
sicking%bigfoot.com
9197e57661
Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
...
r=Pike sr=peterv
2005-11-02 07:39:26 +00:00
seawood%netscape.com
1d67eedffb
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2005-11-02 07:39:25 +00:00
peterv%netscape.com
a59a647ab8
Fix for bug 186538 (Touching the ownerElement of an attribute through XPath generates a security error.). r=sicking, sr=jst.
2005-11-02 07:39:24 +00:00
axel%pike.org
cf9fd30aba
not part of build, remove broken uri parsing from transformiix standalone
2005-11-02 07:39:23 +00:00
peterv%netscape.com
bb9e8df5cf
Remove redundant line.
2005-11-02 07:39:22 +00:00
sicking%bigfoot.com
8caba8a6d4
Bug 186979: Start transformation at actual node passed in.
...
r=Pike sr=peterv a=asa
2005-11-02 07:39:21 +00:00
peterv%netscape.com
750f769613
Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts.
2005-11-02 07:39:20 +00:00
peterv%propagandism.org
a61a8b34a4
Fix for bug 237185 (nsXPathNSResolver::LookupNamespaceURI needs to resolve xml). r/sr=jst, a=chofmann.
2005-11-02 07:39:19 +00:00
sicking%bigfoot.com
e9ec7a090c
Bug 189201: Hold a reference to the document-node even for embedded stylesheets to make sure that the document doesn't go away.
...
r=peterv sr=bz
2005-11-02 07:39:18 +00:00
dbaron%dbaron.org
6a4aa9fc30
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2005-11-02 07:39:17 +00:00
peterv%netscape.com
17b691c403
Fix static build bustage.
2005-11-02 07:39:16 +00:00
peterv%netscape.com
ae95769a7e
Fix warning.
2005-11-02 07:39:15 +00:00
peterv%netscape.com
5aa1bf1b84
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2005-11-02 07:39:14 +00:00
axel%pike.org
76e1f0793a
bug 178461, XSLTProcessor.reset(), r=sicking, sr=peterv
2005-11-02 07:39:13 +00:00
axel%pike.org
d1d9ccb2ae
bug 188339, improve transformiix standalone DOM, get rid of childNodes in Attr, r=peterv, not part of build
2005-11-02 07:39:12 +00:00
peterv%netscape.com
47798fb261
That shouldn't have gone in.
2005-11-02 07:39:11 +00:00
peterv%netscape.com
0e4c13a29f
Make final fix for bug 74786 (String cleanup) easier by simplifying the Transformiix DOM. r=sicking, sr=jst. r=Pike on the parts not part of the Mozilla build.
2005-11-02 07:39:10 +00:00
axel%pike.org
7273f3c343
bug 184086, number conversion in XSLT is LOCALE independent, r=sicking, sr=jag
2005-11-02 07:39:09 +00:00
peterv%netscape.com
1fc6a41505
Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst.
2005-11-02 07:39:08 +00:00
axel%pike.org
fc92c2aac6
bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv
2005-11-02 07:39:07 +00:00
axel%pike.org
cd7c032cb0
bug 54659, close() in files in transformiix standalone, not part of build, r=sicking, sr=peterv, a=blizzard
2005-11-02 07:39:06 +00:00
axel%pike.org
726a8853ce
bug 157142, link transformiix standalone to xpcom, r=sicking, sr=peterv
2005-11-02 07:39:05 +00:00
peterv%netscape.com
3733957c6d
Bustage fix.
2005-11-02 07:39:04 +00:00
peterv%netscape.com
15842b3ec6
Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst.
2005-11-02 07:39:03 +00:00
sicking%bigfoot.com
209a39d633
Bug 195945: Display XSLT-generated HTML-pages in standards mode
...
r=peterv sr=bz
2005-11-02 07:39:02 +00:00
sicking%bigfoot.com
1b04eccf46
Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
...
r=Pike sr=peterv
2005-11-02 07:39:01 +00:00
axel%pike.org
45cc9de0b8
bug 178463, insert META tag to HEAD for html output, r=sicking, sr=peterv
2005-11-02 07:39:00 +00:00
peterv%netscape.com
c9a41746ce
Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts.
2005-11-02 07:38:59 +00:00
sicking%bigfoot.com
612a47ef3b
Bug 188729: Break refcounting-cycles during load.
...
r=peterv sr=bz
2005-11-02 07:38:58 +00:00
sicking%bigfoot.com
e7d963cc34
Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
...
r=peterv sr=bz
2005-11-02 07:38:57 +00:00
sicking%bigfoot.com
7d14236129
Bug 184362: kill nsISupportsArray in transformiix
...
r=bz sr=peterv
2005-11-02 07:38:56 +00:00
bzbarsky%mit.edu
d49fa8e0d9
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2005-11-02 07:38:55 +00:00
axel%pike.org
02e08f4a20
bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv
2005-11-02 07:38:54 +00:00
sicking%bigfoot.com
c89e375600
Bug 187611: Set the proper Content-Type of XSLT generated documents
...
r=peterv sr=jst
2005-11-02 07:38:53 +00:00
dbaron%dbaron.org
7d5a58f588
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2005-11-02 07:38:52 +00:00
sicking%bigfoot.com
2a03942df8
fix uninitialized-variable-warning.
...
b=186835 r=glazman sr=jst
2005-11-02 07:38:51 +00:00
sicking%bigfoot.com
4c40cf1b37
Comment-removal, part of the patch for bug 186835.
2005-11-02 07:38:50 +00:00
sicking%bigfoot.com
c3f2539e0c
Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
...
r=peterv sr=bz
2005-11-02 07:38:49 +00:00
peterv%netscape.com
c57aabbb9c
Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst.
2005-11-02 07:38:48 +00:00
sicking%bigfoot.com
d82ee0b91d
Bug 184362: kill nsISupportsArray in transformiix
...
r=bz sr=peterv
2005-11-02 07:38:47 +00:00
bzbarsky%mit.edu
62c81ddf2b
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2005-11-02 07:38:46 +00:00
peterv%netscape.com
cc898ffd30
Fix static build bustage.
2005-11-02 07:38:45 +00:00
peterv%netscape.com
57db838457
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2005-11-02 07:38:44 +00:00
axel%pike.org
024da2f7a4
bug 151055, some result elements dont accept children, txMozillaXMLOutput crashes, r=sicking, sr=peterv
2005-11-02 07:38:43 +00:00
sicking%bigfoot.com
8e54224bce
Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
...
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class
Patch by sicking, pike and peterv
r=sicking/pike, sr=peterv, a=asa
2005-11-02 07:38:42 +00:00
axel%pike.org
009f59bf5d
Getting XSLT going, patch by andreas.otte@primus-online.de
...
r=me
2005-11-02 07:38:37 +00:00
sicking%bigfoot.com
78bde3fdf9
Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone.
...
r=Pike sr=jst
2005-11-02 07:38:36 +00:00
peterv%netscape.com
2fb2f5a3a7
Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst.
2005-11-02 07:38:35 +00:00
peterv%netscape.com
0ccf3fff28
Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
2005-11-02 07:38:34 +00:00
sicking%bigfoot.com
be73ea5e04
Bug 184362: kill nsISupportsArray in transformiix
...
r=bz sr=peterv
2005-11-02 07:38:33 +00:00
sicking%bigfoot.com
64e57d83d9
Bug 181803: Invalidate nsXPathResult when the nodevalue of a node is changed.
...
r=Pike sr=peterv a=asa
2005-11-02 07:38:32 +00:00
sicking%bigfoot.com
00016ce2d8
backing out. Didn't mean to hit the commit-button
2005-11-02 07:38:31 +00:00
sicking%bigfoot.com
1ece167302
*** empty log message ***
2005-11-02 07:38:30 +00:00
sicking%bigfoot.com
d901093347
Bug 181808: Use macros to declare and implement nsIDocumentObserver
...
r=caillon sr=bz
2005-11-02 07:38:29 +00:00
roc+%cs.cmu.edu
fda50c920b
Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin
2005-11-02 07:38:28 +00:00
peterv%netscape.com
c3daff5b18
Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
2005-11-02 07:38:27 +00:00
sicking%bigfoot.com
6af674272d
Bug 162398: Make XPath lexer look at entire qname when checking for operators.
...
r=Pike sr=bz
2005-11-02 07:38:26 +00:00
peterv%netscape.com
39275acff4
Fix warnings. r=Pike, rs=jst.
2005-11-02 07:38:25 +00:00
sicking%bigfoot.com
1210f3ced4
Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed.
...
b=163856 r=Pike sr=bz
2005-11-02 07:38:24 +00:00
peterv%netscape.com
0c524ad0fc
Adding back widget to REQUIRES.
2005-11-02 07:38:23 +00:00
peterv%netscape.com
aa43480a6d
Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
2005-11-02 07:38:22 +00:00
peterv%netscape.com
6839a9639f
Fix for bug 101890 (break linkage from transformiix to layout). r=Pike, sr=jst.
2005-11-02 07:38:21 +00:00
axel%pike.org
da10b7e197
bug 46754, remove transformiix copy of expat. Not part of build. build transformiix standalone on windows again.
...
changes to build system are r=cls, changes to transformiix r=peterv
2005-11-02 07:38:20 +00:00
peterv%netscape.com
b4acb8758d
Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
2005-11-02 07:38:19 +00:00
peterv%netscape.com
479fbbacd3
Fix for bug 94456 (wrappers need performance increase, support conformance). r=sicking, sr=jst.
2005-11-02 07:38:18 +00:00
peterv%netscape.com
3061ad28cb
Bustage fix for Transformiix standalone.
2005-11-02 07:38:17 +00:00
sicking%bigfoot.com
9b9c17e89e
Bug 174093: Make ExprParser out-of-memory safe.
...
r=Pike sr=peterv a=asa
2005-11-02 07:38:16 +00:00
peterv%netscape.com
949005c5c4
Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
2005-11-02 07:38:15 +00:00
peterv%netscape.com
69f4376dfb
Fix for bug 155915 (txMozillaXMLOutput drops previous documentElement on creating transformiix wrapper). r=Pike, sr=jst.
2005-11-02 07:38:14 +00:00
peterv%netscape.com
49b8c035be
Landing TX_BRIDGE_1_1_BRANCH.
...
Rewrite pretty much all variable and parameter handling. Makes global and local variables be handled differently. Global variables are no longer part of the variables stack, and are lazily evaluated. Fixes bugs 117658, 92929 and some unfiled bugs and fixes remaining parts of bugs 83651 and 96802. Patch by sicking, r=Pike sr=bz.
Fix for bug 156464: fix rounding problems in module, allow patterns without any '0's in the integer part and fix problems with grouping for standalone. Patch by sicking, r=Pike sr=bz.
Fix for bug 157340 (Probable bugs in extensions/transformiix/source/base/txMozillaString.h). Patch by peterv, r=Pike, sr=bz.
Fix for bug 146967 (Clean up Transformiix strings). Patch by peterv, r=sicking, sr=jst.
Fix for bug 156464 (Remove static strings from Transformiix). Patch by peterv, r=Pike, sr=jst.
2005-11-02 07:38:13 +00:00
peterv%netscape.com
ef53dd610d
Warning fixes. r=Pike, rs=jst.
2005-11-02 07:38:12 +00:00
axel%pike.org
3ba538532f
bug 155578, refactor XSLTProcessor, landing trivial parts to make diff usefull. Function reordering in XSLTProcessor, txExpandedNameMap::remove, r=sicking, sr=bz
2005-11-02 07:38:11 +00:00
peterv%netscape.com
96edecff3c
Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
2005-11-02 07:38:10 +00:00
sicking%bigfoot.com
3e750e7447
Key template modes, template names, decimalformats, attributesets and keys on expanded name rather then qualified name.
...
b=96082 r=peterv sr=jst
2005-11-02 07:38:09 +00:00
peterv%netscape.com
20999c4d71
Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz.
2005-11-02 07:38:08 +00:00
sicking%bigfoot.com
f6d350af28
Use principals instead of URIs for same-origin checks.
...
b=159348, r=bz, sr=jst, a=asa
2005-11-02 07:38:07 +00:00
sicking%bigfoot.com
43adcc310e
Reenable same-origin checks. Patch by me and jst.
...
b=156452 r=peterv/sicking/jst sr=bz/jst a=chofmann
2005-11-02 07:38:06 +00:00
peterv%netscape.com
943f37b177
Temporarily disable the code that caused the slowdown in Txul, Tp and Ts. Bug 156452.
2005-11-02 07:38:05 +00:00
sicking%bigfoot.com
e4dee169ad
Add same-origin checks in a few DOM methods. Patch by me and jst.
...
b=156452, r=jst/me, sr=bz, a=pending
2005-11-02 07:38:04 +00:00
axel%pike.org
a5c18f0757
bustage fix for standalone, not part of build
2005-11-02 07:38:03 +00:00
peterv%netscape.com
c983aebaae
Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst.
2005-11-02 07:38:02 +00:00
peterv%netscape.com
8ad557a6bd
Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst.
2005-11-02 07:38:01 +00:00
peterv%netscape.com
d6d46c9087
Bustage fix.
2005-11-02 07:38:00 +00:00
peterv%netscape.com
988c4e465d
Fix for bug 88623 (Cleanup Transformiix code). r=Pike, sr=jst.
2005-11-02 07:37:59 +00:00
peterv%netscape.com
0cc8d48e16
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise)
2005-11-02 07:37:58 +00:00
peterv%netscape.com
502543f5b9
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
2005-11-02 07:37:57 +00:00
peterv%netscape.com
348caf7d6e
Fix Transformiix standalone bustage (does not affect Mozilla build). r=Pike.
2005-11-02 07:37:56 +00:00
peterv%netscape.com
5666ae335f
Fix for bug 146966 (Standalone Transformiix outputs HTML with XML prolog). r=Pike, sr=jst.
2005-11-02 07:37:55 +00:00
bryner%netscape.com
7865e3f6a2
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2005-11-02 07:37:54 +00:00
peterv%netscape.com
7caf9f9083
Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst.
2005-11-02 07:37:53 +00:00
sicking%bigfoot.com
8e1f9eb3f0
Bug 88623: Remove the txList::iterator function and the ListIterator typedef
...
r=peterv sr=jst
2005-11-02 07:37:52 +00:00
peterv%netscape.com
0bda26e843
Bustage fix.
2005-11-02 07:37:51 +00:00
peterv%netscape.com
829ab7ff3b
Fix for bug 136272 (definition of isDigit may be incomplete). r=sicking, sr=jst.
2005-11-02 07:37:50 +00:00
sicking%bigfoot.com
a3a595763e
Attribute axis should not include namespace declarations.
...
b=123357 r=peterv sr=jst
2005-11-02 07:37:49 +00:00
peterv%netscape.com
b69c446a3c
Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst.
2005-11-02 07:37:48 +00:00
axel%pike.org
737630761b
bug 113611, XPath and XSLT contexts. fixes bugs 96410, 102293, 92106, 110266, 116534 and a bunch of other cases not filed. This mostly fixes namespaces and some really bad speed issues by fixing the time when namespaces are resolved, how default priorities are computed and how templates are matched.
...
HUGE PERFWIN :-)
r=peterv, sr=jst
2005-11-02 07:37:47 +00:00
sicking%bigfoot.com
34592d5d5b
Bug 96478. Change the use of getAttributeNode and getAttribute to getAttr
...
r=peterv sr=jst a=asa
2005-11-02 07:37:46 +00:00
sicking%bigfoot.com
e1420c6ffd
Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
...
This removes the need for the sortByDocumentOrder function.
b=85893 r=Pike rs=jag
2005-11-02 07:37:45 +00:00
peterv%netscape.com
3674b65497
Fix for bug 34849 (dynamically added STYLE element doesn't alter style). r=sicking, sr=jst, a=roc+moz, adt=jaimejr.
2005-11-02 07:37:44 +00:00
dbaron%fas.harvard.edu
ee2fad016a
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2005-11-02 07:37:43 +00:00
darin%netscape.com
1fe27cfff9
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2005-11-02 07:37:42 +00:00
sicking%bigfoot.com
b2e8178af5
Bug 123343. Make <base> and <meta http-equiv=".."> work in XSLT generated pages. Also adds keeping track of stylesheet index for inserted stylesheets.
...
r=peterv sr=jst a=roc+moz
2005-11-02 07:37:41 +00:00
peterv%netscape.com
851b8962f0
Fix for bug 146965 (Standalone Transformiix outputs invalid XML). r=sicking, sr=jst.
2005-11-02 07:37:40 +00:00
peterv%netscape.com
35f12a5eb4
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
2005-11-02 07:37:39 +00:00
peterv%netscape.com
6dec8e6acd
Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst.
2005-11-02 07:37:38 +00:00
peterv%netscape.com
e909955eea
Fix for bug 146964 (Bug in format-number XSLT function). r=sicking, sr=jst.
2005-11-02 07:37:37 +00:00
peterv%netscape.com
069254688b
Fix for bug 126463 (Occurances of uninitialized variables being used before being set (in extensions/transformiix).) r=sicking, sr=jst, a=asa.
2005-11-02 07:37:36 +00:00
sicking%bigfoot.com
4faefac6b5
Bug 140687: Make substring() for all start-indexes
...
r=Pike, sr=jst
2005-11-02 07:37:35 +00:00
sicking%bigfoot.com
9edf5095c0
Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
...
b=104758 r=Pike sr=jag
2005-11-02 07:37:34 +00:00
sicking%bigfoot.com
aece9e4647
Fix IRIX bustage
2005-11-02 07:37:33 +00:00
sicking%bigfoot.com
b6054b4a2d
Make relational comparisons between NodeSets and booleans follow the spec.
...
b=116540 r=Pike sr=jst
2005-11-02 07:37:32 +00:00
peterv%netscape.com
a3d8775cc7
Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron.
2005-11-02 07:37:31 +00:00
peterv%netscape.com
b12059c54e
Fix for bug 92377 (Build failure: dom/src/base/nsDOMClassInfo.cpp depends on extensions/xmlextras). r=shaver, sr=jst, a=asa.
2005-11-02 07:37:30 +00:00
alecf%netscape.com
0d3069c1c7
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
2005-11-02 07:37:29 +00:00
peterv%netscape.com
a3c6b9fbc3
Bustage fix.
2005-11-02 07:37:28 +00:00
dougt%netscape.com
c5e0e65047
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2005-11-02 07:37:27 +00:00
seawood%netscape.com
1b8cd2eba2
Apply patches from FreeBSD's Ports system.
...
Thanks to Jeremy Lea <reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2005-11-02 07:37:26 +00:00
sicking%bigfoot.com
3d8a8d7704
Fix one *nix build bustage
2005-11-02 07:37:25 +00:00
sicking%bigfoot.com
bb9023d813
Bug 122001. Implement txExpandedNameMap. Add QName parsing and some operators to txExpandedName.
...
r=peterv sr=jst a=asa
2005-11-02 07:37:24 +00:00
sicking%bigfoot.com
4bafe44a32
Final part of bug 59912. Call SetDocument before adding any attributes on elements in the result of XSLT-transformations. This fixes (at least) onclick-like attributes.
...
r=peterv sr=jst
2005-11-02 07:37:23 +00:00
peterv%netscape.com
1a02a5f77b
Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst.
2005-11-02 07:37:22 +00:00
sicking%bigfoot.com
7a34e01d98
Fix crasher in key()'s when context-node is a document.
...
b=120074 r=Pike,peterv sr=jst
2005-11-02 07:37:21 +00:00
sicking%bigfoot.com
89daf72812
[Not part of build]
...
Make standalone TransforMiiX build again. Fix merge-conflict resolved the wrong way.
No bug. r=hwaara.
2005-11-02 07:37:20 +00:00
sicking%bigfoot.com
b3c58f13d7
Bug 95779 - Key cached expressions and patterns on node they appear in rather then string.
...
r=Pike sr=jst
2005-11-02 07:37:19 +00:00
bzbarsky%mit.edu
abfd98e1d5
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2005-11-02 07:37:18 +00:00
sicking%bigfoot.com
9fc1184366
Bug 105979 - Cleanup NodeSetFunctionCall and Tokenizer classes
...
r=Pike,peterv sr=jst
2005-11-02 07:37:17 +00:00
jaggernaut%netscape.com
6ac6f246d8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2005-11-02 07:37:16 +00:00
seawood%netscape.com
ba611d5839
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2005-11-02 07:37:15 +00:00
sicking%bigfoot.com
b10df8c653
Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class.
...
b=96143 r=Pike sr=scc
2005-11-02 07:37:14 +00:00
axel%pike.org
996f46bfad
bug 104042, more leaked exprResults. r=peterv, sr=jst
2005-11-02 07:37:13 +00:00