Commit Graph

861 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
f6a9453a8f #200144
r=sicking, a=mkaply
Remove XP_OS2 #ifdefs from transformiix
2003-11-19 23:06:14 +00:00
jst%mozilla.jstenback.com
4183787fa9 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
0cfb4d846f Remove obsolete files (part of fix for bug 151002). r=sicking, sr=jst. 2003-11-19 00:00:19 +00:00
peter%propagandism.org
7751d37210 Bustage fix. 2003-11-18 23:25:04 +00:00
peter%propagandism.org
aa0f99cb25 Fix whitespace. 2003-11-18 23:19:53 +00:00
peter%propagandism.org
8af31f8e43 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
7a81f51c35 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
823f2f2aa7 deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst. 2003-11-15 05:27:37 +00:00
sicking%bigfoot.com
174b290595 Make buster build again. Not part of build.
Patch by Pike. r=me
2003-11-07 00:21:08 +00:00
peter%propagandism.org
2db0f84c5e Removing obsolete files (renamed to txNodeSet.*). Bug 151002. r=sicking. 2003-11-04 16:15:56 +00:00
peter%propagandism.org
eefd02ebc2 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
cd176fdba9 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
f914dff416 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
cb4426e692 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
f9f591a28f Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
sicking%bigfoot.com
39a639c80c Bug 190302: Set correct characterset for XSLT generated pages.
r=Pike sr=peterv
2003-10-30 18:44:14 +00:00
peter%propagandism.org
0940852cdb 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
6ece9f55bf bug 195093 : modernize nsILocale (r=smontagu, sr=darin) 2003-10-30 05:04:45 +00:00
bzbarsky%mit.edu
75c3e6a121 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
12f8e6a2d1 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
605cc06382 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
ab24ad9c39 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
3ec93e622e 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
44da342b5c 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
7b21e2d4eb 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
e1daa9b219 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
24493f59eb 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
1f063142b1 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
f1e0b952de 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
a972a3e501 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
c76f8193c7 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
5037b2a4a2 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
af2ff29ca4 bustage fix, wrong kezboard 2003-09-26 17:11:33 +00:00
axel%pike.org
0155e1d5a9 bug 206445, review nit from/r=sicking 2003-09-26 16:55:33 +00:00
axel%pike.org
66f8209327 fixup whitespace for bustage, r=bsmedberg 2003-09-26 15:15:01 +00:00
neil%parkwaycc.co.uk
ef0c09bc62 Fix Pike's build bustage r=bsmedberg sr=bustage 2003-09-26 13:03:47 +00:00
axel%pike.org
9ee5c3e892 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
ffac9796c0 nits on a doc, make things referencable. npob 2003-09-15 13:25:41 +00:00
peter%propagandism.org
d9c5406c8a 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
55f0b2a1a0 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
6722f4e66c 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
a6df5b8828 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
2406bc1ed4 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
1b51ba858c 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
5cbc82d1b5 bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa 2003-08-11 11:31:24 +00:00
axel%pike.org
397117c707 bug 214954, fix embedded XSLT stylesheets from script, r=sicking, sr=peterv 2003-08-05 22:37:23 +00:00
sicking%bigfoot.com
bdb9838b16 Bug 205703: Reduce binarysize by not inlineing ExprResult::Release.
r/sr=peterv
2003-08-05 21:34:17 +00:00
sicking%bigfoot.com
76f2d6fe7f 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
5fa37ec6f3 DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
2003-07-28 21:35:53 +00:00
bzbarsky%mit.edu
b0d068ccde 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