peterv%propagandism.org
|
cb1c42bc48
|
Bug 243520 (Remove txNamespaceManager ifdef's). r=Pike, sr=jst.
|
2004-05-18 13:15:56 +00:00 |
peterv%propagandism.org
|
f2be0bdec8
|
We've supported xsl:fallback for a while now. r=Pike.
|
2004-05-11 12:12:42 +00:00 |
jst%mozilla.jstenback.com
|
d247d3f525
|
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
|
2004-05-07 20:55:17 +00:00 |
peterv%propagandism.org
|
a5699c88c9
|
Fix for bug 187907 (Expr::toString should be removed or debug-only). r=Pike, sr=jst.
|
2004-05-04 19:36:39 +00:00 |
peterv%propagandism.org
|
513c5431a9
|
Fix for bug 102138 (get REQUIRES failsafe for transformiix). Remove unnecessary REQUIRES. r=Pike.
|
2004-05-04 14:02:27 +00:00 |
peterv%propagandism.org
|
c6b9ad52b9
|
Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst.
|
2004-05-04 11:46:11 +00:00 |
peterv%propagandism.org
|
b00508c817
|
Fix for bug 238807 (Compilation error in txXPathTreeWalker.h when building txXMLParser). r=Pike, sr=jst.
|
2004-05-04 07:44:51 +00:00 |
bzbarsky%mit.edu
|
8d004584b6
|
Add a version of CheckLoadURI that takes a source principal instead of a source
URI. Update a bunch of callers to use it. Bug 233108, r=caillon, sr=dveditz
|
2004-04-25 16:55:27 +00:00 |
peterv%propagandism.org
|
568627c38f
|
Small edits to license boilerplate/modelines. No code changes.
|
2004-04-20 12:27:29 +00:00 |
gerv%gerv.net
|
4d3385092d
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:14:17 +00:00 |
varga%nixcorp.com
|
5026248834
|
Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
|
2004-04-17 05:53:38 +00:00 |
sicking%bigfoot.com
|
8af734bf75
|
Bug 238327: Implement the svg:style element.
Changes to svg-only files r=afri (not part of build)
Changes to transformiix files r=peterv sr=jst
Changes to other files r/sr=jst
|
2004-04-12 23:21:42 +00:00 |
sicking%bigfoot.com
|
6ce4fac4be
|
Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
r=bz sr=jst
|
2004-04-12 22:48:33 +00:00 |
darin%meer.net
|
ecb1ce6fe2
|
landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron
|
2004-04-01 19:44:17 +00:00 |
peterv%propagandism.org
|
87b9081efe
|
Fix for bug 237185 (nsXPathNSResolver::LookupNamespaceURI needs to resolve xml). r/sr=jst, a=chofmann.
|
2004-03-12 15:35:51 +00:00 |
peterv%propagandism.org
|
58bf69e970
|
Fix for bug 103659 (move to static lib per directory). r=Pike, sr=bryner.
|
2004-03-07 13:58:44 +00:00 |
peterv%propagandism.org
|
bbdb3bd09f
|
Fix for bug 233907 (document.createElementNS() doesn't throw NAMESPACE_ERR when given a namespace-invalid name.). r/sr=jst.
|
2004-03-06 16:00:23 +00:00 |
kairo%kairo.at
|
97c9024a5a
|
bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv
|
2004-02-27 11:54:28 +00:00 |
bryner%brianryner.com
|
a2fb87eb1e
|
Bustage fix - remove earlier workarounds
|
2004-02-26 17:17:40 +00:00 |
peterv%propagandism.org
|
9c50b82e36
|
Try to fix OS X bustage.
|
2004-02-26 14:09:09 +00:00 |
bryner%brianryner.com
|
34a5c58311
|
Attempting to fix Mac bustage. I'll try to come up with a cleaner fix for this tomorrow.
|
2004-02-26 10:33:51 +00:00 |
dbaron%dbaron.org
|
8b81db7e6f
|
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
|
2004-02-20 21:38:31 +00:00 |
darin%meer.net
|
8c818ed6c3
|
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
|
2004-02-19 02:44:03 +00:00 |
peterv%propagandism.org
|
0c69dd741e
|
Fix for bug 233579 (XSLT memory leak). r=Pike, sr=darin, a=choffman.
|
2004-02-12 16:43:41 +00:00 |
jst%mozilla.jstenback.com
|
8b6dc1c3ca
|
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
|
2004-02-09 22:48:53 +00:00 |
peterv%propagandism.org
|
d0a29b7ae6
|
Move comment before function.
|
2004-02-09 16:29:00 +00:00 |
peterv%propagandism.org
|
28d78f4df5
|
Fix for bug 232591 (Expose name validation methods from the XML parser (expat)). r=Pike, sr=jst.
|
2004-02-09 14:59:46 +00:00 |
tor%cs.brown.edu
|
b46544f169
|
Bug 208314 - remove use of iostreams to allow building with compilers
that don't support classic C++ iostreams (ex: MSVC++ .net 2003).
r=timeless, sr=dbaron
|
2004-02-07 02:41:10 +00:00 |
axel%pike.org
|
abe8b96a95
|
txStylesheetCompiler should not error on mRV, r=sicking, sr=peterv
|
2004-02-06 11:33:45 +00:00 |
kairo%kairo.at
|
9ec4b6c21a
|
bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions
|
2004-02-04 14:24:38 +00:00 |
jst%mozilla.jstenback.com
|
1804c4910c
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
jst%mozilla.jstenback.com
|
d62aed44c4
|
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
|
2004-01-24 00:46:17 +00:00 |
axel%pike.org
|
2a6679958f
|
bug 230633, constify tx a bit, regression fix, r/sr=pterv
|
2004-01-19 14:21:58 +00:00 |
axel%pike.org
|
f6bb4599be
|
bug 192139, integrate latest expat, npob, fix transformiix standalone bustage on win, r=sicking, sr=peterv
|
2004-01-18 16:57:34 +00:00 |
peterv%propagandism.org
|
ab60860694
|
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
|
2004-01-16 21:01:44 +00:00 |
peterv%propagandism.org
|
e1391ea341
|
Backout to fix bustage.
|
2004-01-16 15:08:30 +00:00 |
peterv%propagandism.org
|
71ae4139b4
|
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
|
2004-01-16 14:44:38 +00:00 |
peterv%propagandism.org
|
5b7aee3b03
|
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
|
2004-01-16 14:30:54 +00:00 |
peterv%propagandism.org
|
c4730f4aa3
|
Fix for bug 230633 (Constify Transformiix code a bit). r=Pike, sr=jst.
|
2004-01-16 13:46:07 +00:00 |
sicking%bigfoot.com
|
fc6c696191
|
Fix gcc-platforms bustage
|
2004-01-15 21:23:18 +00:00 |
sicking%bigfoot.com
|
c388903fa0
|
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
|
2004-01-15 20:36:26 +00:00 |
jst%mozilla.jstenback.com
|
4ab234b8be
|
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
|
2004-01-09 23:54:21 +00:00 |
bsmedberg%covad.net
|
1f4ab81acd
|
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 13:37:00 +00:00 |
bsmedberg%covad.net
|
f0bfff2628
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |
peter%propagandism.org
|
e344c1bddb
|
Part of fix for bug 192139 (Intergrate latest Expat). Transformiix standalone only, not part of the default build.
|
2003-12-23 19:25:21 +00:00 |
peter%propagandism.org
|
fe2e2f4092
|
Part of fix for bug 192139 (Intergrate latest Expat). Transformiix standalone only, not part of the default build.
|
2003-12-23 18:33:18 +00:00 |
peter%propagandism.org
|
54da7e086e
|
Part of fix for bug 192139 (Intergrate latest Expat). r=Pike, sr=jst.
|
2003-12-23 18:04:56 +00:00 |
dbaron%dbaron.org
|
f35f2c3708
|
Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa
|
2003-12-02 23:22:11 +00:00 |
axel%pike.org
|
7c5ac5e8b1
|
bug 151002, 64bit bustage fix, patch by Martin Mokrejs, r=me, sr=peterv, a=dbaron
|
2003-11-23 17:39:41 +00:00 |
mkaply%us.ibm.com
|
891197df4d
|
#200144
r=sicking, a=mkaply
Remove XP_OS2 #ifdefs from transformiix
|
2003-11-19 23:06:14 +00:00 |
jst%mozilla.jstenback.com
|
6380d7fd12
|
Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com.
|
2003-11-19 01:20:56 +00:00 |
peter%propagandism.org
|
40198a5834
|
Remove obsolete files (part of fix for bug 151002). r=sicking, sr=jst.
|
2003-11-19 00:00:19 +00:00 |
peter%propagandism.org
|
95ac46fee9
|
Bustage fix.
|
2003-11-18 23:25:04 +00:00 |
peter%propagandism.org
|
dda52389a7
|
Fix whitespace.
|
2003-11-18 23:19:53 +00:00 |
peter%propagandism.org
|
d7fddbdccd
|
Fix for bug 151002 (abstract the content by a treewalker). Patch by me, with parts by Pike and sicking. r=sicking, sr=jst.
|
2003-11-18 22:57:04 +00:00 |
peter%propagandism.org
|
e1cce739d4
|
New files for bug 151002 (abstract the content by a treewalker). Patch by me, with parts by Pike and sicking. r=sicking, sr=jst.
|
2003-11-18 22:50:42 +00:00 |
bryner%brianryner.com
|
aae0d0f085
|
deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst.
|
2003-11-15 05:27:37 +00:00 |
sicking%bigfoot.com
|
98d957b9c8
|
Make buster build again. Not part of build.
Patch by Pike. r=me
|
2003-11-07 00:21:08 +00:00 |
peter%propagandism.org
|
2f972b5fd2
|
Removing obsolete files (renamed to txNodeSet.*). Bug 151002. r=sicking.
|
2003-11-04 16:15:56 +00:00 |
peter%propagandism.org
|
fcc517b60e
|
Merging whitespace changes/renames/cleanup from TX_WALKER_BRANCH to ease merging, no functional changes. Bug 151002. r=sicking.
|
2003-11-04 16:06:42 +00:00 |
peter%propagandism.org
|
bc3eb28a85
|
Merging whitespace changes/renames/cleanup from TX_WALKER_BRANCH to ease merging, no functional changes. Bug 151002. r=sicking.
|
2003-11-04 15:15:46 +00:00 |
peter%propagandism.org
|
caad5f5038
|
Merging whitespace changes/renames/cleanup from TX_WALKER_BRANCH to ease merging, no functional changes. Bug 151002. r=sicking.
|
2003-11-04 10:13:23 +00:00 |
peter%propagandism.org
|
970a01fc1a
|
Adding copies of trunk version of NodeSet.* (to ease merging of TX_WALKER_BRANCH). r=sicking.
|
2003-11-04 09:53:16 +00:00 |
peter%propagandism.org
|
816b00b6cc
|
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
|
2003-11-01 10:57:41 +00:00 |
sicking%bigfoot.com
|
2c2d7a3e10
|
Bug 190302: Set correct characterset for XSLT generated pages.
r=Pike sr=peterv
|
2003-10-30 18:44:14 +00:00 |
peter%propagandism.org
|
e7a046b501
|
Fix for bug 215465 (CSS :hover rules not working when using XML/XSLT along with an alternernate CSS). Fix by bz, r=sicking, sr=peterv.
|
2003-10-30 12:32:41 +00:00 |
jshin%mailaps.org
|
e23c5a36ac
|
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
|
2003-10-30 05:04:45 +00:00 |
bzbarsky%mit.edu
|
38f1930059
|
Make nsExpatDriver and nsIExpatSink be on the same wavelength as far as passing
attributes to HandleStartElement. Update callees as needed. Bug 223470,
r=sicking, sr=peterv
|
2003-10-30 02:17:50 +00:00 |
timeless%mozdev.org
|
758b7a868f
|
Bug 220267 warning: unused variable `const class NodeSet * nodes' In method `nsresult txKeyFunctionCall::evaluate(class txIEvalContext *, class txAExprResult **)'
r=sicking sr=peterv
|
2003-10-30 02:06:51 +00:00 |
bryner%brianryner.com
|
a0e219b348
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
sicking%bigfoot.com
|
634670ab75
|
Bug 220703: return either error or return to avoid crashes and leaks
r/sr=peterv
|
2003-10-21 20:55:42 +00:00 |
sicking%bigfoot.com
|
7f75803106
|
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
|
2003-10-21 19:55:53 +00:00 |
bzbarsky%mit.edu
|
321b58e88d
|
Fix handling of id attrs to not assume that they are named "id" as much. Bug
208744, r=caillon, sr=peterv
|
2003-10-21 16:16:42 +00:00 |
kairo%kairo.at
|
07e3c65080
|
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
|
2003-10-18 17:54:07 +00:00 |
peter%propagandism.org
|
e87728d587
|
Additional fix for bug 218756 (Update to latest DOM Level 3 XPath specification). r=Pike, sr=bz.
|
2003-10-09 18:41:34 +00:00 |
peter%propagandism.org
|
699af95625
|
Rest of fix for bug 221387 (XPathExpression.createExpression doesn't throw NAMESPACE_ERR). r=Pike, sr=bz.
|
2003-10-09 18:38:27 +00:00 |
sicking%bigfoot.com
|
5a8496bfc5
|
Bug 218770: speed up sorting by using NS_QuickSort and reducing number of allocations.
r=Pike sr=peterv
|
2003-10-07 17:11:21 +00:00 |
sicking%bigfoot.com
|
612cd85aea
|
Bug 221323: Keep a hard reference when moving nodes to avoid premature delete.
r/sr=bz
|
2003-10-06 00:17:15 +00:00 |
bzbarsky%mit.edu
|
8801e97e8f
|
Make presshell batch processing of style changes (using BeginUpdate/EndUpdate
notifications). Bug 200931, r=peterv, sr=jst
|
2003-10-02 21:29:40 +00:00 |
sicking%bigfoot.com
|
44976aa59b
|
Bug 220418: Don't get the initial template until the txExecutionState is fully initialized.
r=Pike sr=peterv
|
2003-09-29 17:54:01 +00:00 |
jst%mozilla.jstenback.com
|
8aa7b563d2
|
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.
|
2003-09-27 04:18:26 +00:00 |
axel%pike.org
|
2aa79f252c
|
bustage fix, wrong kezboard
|
2003-09-26 17:11:33 +00:00 |
axel%pike.org
|
7b4f904f48
|
bug 206445, review nit from/r=sicking
|
2003-09-26 16:55:33 +00:00 |
axel%pike.org
|
e57d311601
|
fixup whitespace for bustage, r=bsmedberg
|
2003-09-26 15:15:01 +00:00 |
neil%parkwaycc.co.uk
|
c6cc3f0861
|
Fix Pike's build bustage r=bsmedberg sr=bustage
|
2003-09-26 13:03:47 +00:00 |
axel%pike.org
|
0305a506c7
|
bug 206445, nsresult based error reporting in XPath expression parser and lexer, r=sicking, sr=peterv
|
2003-09-26 12:32:42 +00:00 |
axel%pike.org
|
fa3f88dfb8
|
nits on a doc, make things referencable. npob
|
2003-09-15 13:25:41 +00:00 |
peter%propagandism.org
|
af9cdd9669
|
Fix for bug 212903 (XSLT bug -- incorrectly added <meta> element to results tree). r=Pike, sr=jst.
|
2003-09-13 17:05:56 +00:00 |
peter%propagandism.org
|
80f86be21c
|
Fix for bug 218756 (Update to latest DOM Level 3 XPath specification). r=Pike, sr=jst.
|
2003-09-13 17:04:15 +00:00 |
bryner%brianryner.com
|
265f132a6b
|
Remove extra semicolon in macro definition/usage which causes gcc 3.4 bustage (bug 218551). a=brendan.
|
2003-09-10 19:55:47 +00:00 |
sicking%bigfoot.com
|
fe0961d802
|
Fix potential buildbustage by adding proper REQUIRES. No bug.
r/sr=peterv a=mkaply
|
2003-09-09 21:11:52 +00:00 |
bryner%brianryner.com
|
352e645b90
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +00:00 |
cls%seawood.org
|
c08e99a287
|
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
|
2003-08-16 00:42:35 +00:00 |
kairo%kairo.at
|
b6208f06a9
|
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
|
2003-08-11 11:31:24 +00:00 |
axel%pike.org
|
31ab68bbbf
|
bug 214954, fix embedded XSLT stylesheets from script, r=sicking, sr=peterv
|
2003-08-05 22:37:23 +00:00 |
sicking%bigfoot.com
|
83b00ebe68
|
Bug 205703: Reduce binarysize by not inlineing ExprResult::Release.
r/sr=peterv
|
2003-08-05 21:34:17 +00:00 |
sicking%bigfoot.com
|
d2269edf24
|
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
|
2003-08-05 21:27:21 +00:00 |
bzbarsky%mit.edu
|
95256ce645
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
|
2003-07-28 21:35:53 +00:00 |
bzbarsky%mit.edu
|
ec0e304f16
|
Bump skinVersion up to 1.5, since older skins are likely to get broken by the
change to no longer support single-':' pseudo-elements. Bug 211657, r+sr=dbaron
|
2003-07-25 23:03:39 +00:00 |
neil%parkwaycc.co.uk
|
7546e29b67
|
Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer
|
2003-07-24 20:31:35 +00:00 |