axel%pike.org
c2be46a14c
Bustage fix for sicking
2002-02-05 15:24:52 +00:00
sicking%bigfoot.com
eb1378412b
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
2002-02-05 14:22:34 +00:00
sicking%bigfoot.com
506214644d
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
2002-02-04 15:31:41 +00:00
sicking%bigfoot.com
e888e86a97
Fix IRIX bustage
2002-02-03 21:36:03 +00:00
sicking%bigfoot.com
310fce682f
Make relational comparisons between NodeSets and booleans follow the spec.
...
b=116540 r=Pike sr=jst
2002-02-03 19:50:27 +00:00
heikki%netscape.com
55a5667dd2
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
28b3772942
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
sicking%bigfoot.com
0a836b98e9
Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
...
b=104758 r=Pike sr=jag
2002-01-28 14:46:39 +00:00
alecf%netscape.com
f31573d2e0
oops, we dont' need that!
2002-01-25 23:53:32 +00:00
alecf%netscape.com
7e393ca40d
ignore generated makefile
2002-01-25 23:52:11 +00:00
peterv%netscape.com
25d4e2127a
Removing duplicate entries to avoid the "Missing files" warning in CodeWarrior. Don't know how this file got mangled so badly.
2002-01-24 14:39:40 +00:00
peterv%netscape.com
8dead4d7a7
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise)
2002-01-24 14:18:26 +00:00
peterv%netscape.com
b53e1ab0b8
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
2002-01-24 14:14:55 +00:00
peterv%netscape.com
e9d69d589b
Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build.
2002-01-24 14:03:36 +00:00
peterv%netscape.com
abdb2a1494
Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst.
2002-01-24 13:38:51 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
varga%utcru.sk
ff7ad62083
Fixes for:
...
94653 - can't right align text in outliner cell
95730 - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.
- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable
r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes
sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
sicking%bigfoot.com
01b7208527
Fix crasher in key()'s when context-node is a document.
...
b=120074 r=Pike,peterv sr=jst
2002-01-15 22:20:30 +00:00
sicking%bigfoot.com
c2521b6587
Implementation of the xsl:apply-imports instruction.
...
b=94002 r=peterv sr=jst
2002-01-15 10:37:00 +00:00
jdunn%netscape.com
061ee47034
AIX's new compiler, xlC5.x, doesn't allow the use of "friend" to declare
...
a function prototype. So we have to decare the function and then
declare it a friend. When Default arguments are used, they need to
be specified in the function prototype and NOT in the friend declaration.
# 43311
r=dbaron@fas.harvard.edu
2002-01-10 14:16:05 +00:00
varga%utcru.sk
949278c0fe
Fix for 113477. Group outlinercols. r=bryner sr=hyatt
2001-12-18 13:42:28 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
9587e85c0a
Fix Darwin bustage
2001-12-17 13:02:39 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
sicking%bigfoot.com
d936341ae9
Hackarond to get namespacehandling in a little better shape. Now we always resolve namespaces against at least *some* node.
...
b=110266 r=Pike sr=jst
2001-12-11 20:54:50 +00:00
ccarlen%netscape.com
58b83da07b
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:35:08 +00:00
ccarlen%netscape.com
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
axel%pike.org
45d43458ac
bug 112623, initial version of xpcom error wrapper for standalone, r=sicking@bigfoot.com, sr=scc. Not used yet
2001-12-06 12:30:53 +00:00
leaf%mozilla.org
8310ba80d7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
rpotts%netscape.com
1f0cc6e6b9
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
bzbarsky%mit.edu
edfb3b268f
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
2001-11-23 22:36:54 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
alecf%netscape.com
dcbae3e2fd
REQUIRES cleanup
2001-11-14 01:28:24 +00:00
peterv%netscape.com
783b508bc9
Adding namespaces and tbodies. Testcase, not part of the build. r=sicking.
2001-11-11 20:40:56 +00:00
sicking%bigfoot.com
91cba3e42d
[Not part of build]
...
Make standalone TransforMiiX build again. Fix merge-conflict resolved the wrong way.
No bug. r=hwaara.
2001-11-11 17:40:44 +00:00
sicking%bigfoot.com
79768f9dfc
Bug 95779 - Key cached expressions and patterns on node they appear in rather then string.
...
r=Pike sr=jst
2001-11-09 23:46:36 +00:00
sicking%bigfoot.com
f086bce93d
Bug 105979 - Cleanup NodeSetFunctionCall and Tokenizer classes
...
r=Pike,peterv sr=jst
2001-11-09 23:34:06 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
peterv%netscape.com
96514a49d9
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
2001-11-04 23:28:36 +00:00
sicking%bigfoot.com
fe3426b9c8
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
2001-11-04 23:27:23 +00:00
sicking%bigfoot.com
2dcba68b88
Move document-order logic from DOMHelper to the Nodes. Kill the DOMHelper class since it's no longer needed.
...
Also fix an off-by-one error in the documentorder sorting routine.
r=Pike, peterv sr=jst
2001-11-01 14:32:14 +00:00
brade%netscape.com
1b675b5599
remove DOMHelper.cpp for sicking (bug #94471 )
2001-11-01 14:31:46 +00:00
peterv%netscape.com
16e544c246
Sigh, commit failed. Bustage fix.
2001-10-31 03:09:00 +00:00
peterv%netscape.com
f4b5c6eab0
Fixing bustage.
2001-10-31 00:11:57 +00:00
peterv%netscape.com
00857e7e6a
Fix for bug 105808 (We need atomtables for all xslt elements and attributes). r=Pike, sicking, sr=jst.
2001-10-30 23:48:37 +00:00
dbaron%fas.harvard.edu
83d24ad2c1
Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin
2001-10-30 06:33:52 +00:00