putterman%netscape.com
|
14b976d5b4
|
Use get() instead of ==
|
1999-11-11 01:22:59 +00:00 |
rjc%netscape.com
|
35b6bda704
|
Add support for secondary key sort. Convert over to using nsCOMPtrs. Review: me
|
1999-11-10 23:50:34 +00:00 |
dmose%mozilla.org
|
8535dda53e
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
warren%netscape.com
|
2dceb727af
|
Took out redundant MOZ_COUNT_CTOR/DTOR calls.
|
1999-10-18 19:21:53 +00:00 |
rjc%netscape.com
|
63f18c6cb3
|
Fix leak in nsXULSortService (found by Boehm GC). Also, remove CTOR_COUNT stuff. Review: waterson@netscape.com
|
1999-10-15 06:27:02 +00:00 |
rjc%netscape.com
|
3fc9b096de
|
Add in CTOR/DTOR stuff for leak detection. Review: hyatt@netscape.com
|
1999-10-07 01:51:30 +00:00 |
waterson%netscape.com
|
119e47a761
|
Bug 15301. Remove RDF graph from XUL content model construction. Landed XUL_19991005_BRANCH; see branch comments for detailed checkin information. r=shaver,hyatt.
|
1999-10-05 21:13:55 +00:00 |
rjc%netscape.com
|
f2fbe41f4d
|
Cache sort resource requests.
|
1999-09-08 03:04:45 +00:00 |
rjc%netscape.com
|
97371bc9eb
|
Cache sort resources.
|
1999-09-07 07:27:49 +00:00 |
waterson%netscape.com
|
10c7210fc8
|
Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
|
1999-09-07 02:51:13 +00:00 |
bruce%cybersight.com
|
d602e5d399
|
Use nsCRT::free() instead of delete[] for char* data.
|
1999-09-03 07:53:26 +00:00 |
waterson%netscape.com
|
76e6f7760c
|
Fix bug that was causing insertion sort to _never_ run. Also, fix code that was looking for ID attribute during RDF:Seq detection.
|
1999-09-02 21:34:57 +00:00 |
rjc%netscape.com
|
c664827637
|
Try again.
|
1999-08-30 10:28:37 +00:00 |
rjc%netscape.com
|
91329d2955
|
Small fix.
|
1999-08-30 10:26:55 +00:00 |
rjc%netscape.com
|
dbc5b02975
|
Cleanup a bit, and fix bug # 11516.
|
1999-08-30 10:05:40 +00:00 |
waterson%netscape.com
|
b5d72a52b3
|
Content model whackage. Remove all code that tried to keep the graph in sync with DOM changes. Regenerate JS from newer idlc compiler. Fix bug 12177. Fix miscellaneous breakage with templates.
|
1999-08-30 02:45:54 +00:00 |
rjc%netscape.com
|
ab2b716fe6
|
Add nsIXULSortService
|
1999-08-27 06:54:08 +00:00 |
rjc%netscape.com
|
d56514ca81
|
Fix bug # 10352: date sorting.
|
1999-08-11 06:24:56 +00:00 |
waterson%netscape.com
|
50c29e871d
|
Bug 10617. Get folder performance back. We now _do not_ tell layout about individual content that gets appended during CreateContainerContents(), and instead wait until we've constructed all child nodes to do a ContentChanged() notification.
|
1999-07-28 05:21:22 +00:00 |
waterson%netscape.com
|
f6b84db71a
|
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
|
1999-07-27 17:20:28 +00:00 |
bienvenu%netscape.com
|
d9ce494617
|
checkin jefft's fix mailnews startup crash
|
1999-07-20 17:32:43 +00:00 |
rjc%netscape.com
|
c48f89b97f
|
Work harder at getting the REAL parent container when determining if the parent container is a RDF_Seq during a natural order sort.
|
1999-07-20 09:04:24 +00:00 |
rjc%netscape.com
|
39a2594cb5
|
Only support sorting on RDF Seqs if container is actually a RDF_Seq itself.
|
1999-07-20 05:20:32 +00:00 |
rjc%netscape.com
|
e8321b93a9
|
Oops... PR_FALSE instead of just FALSE.
|
1999-07-20 03:14:34 +00:00 |
rjc%netscape.com
|
3be70e4d68
|
Add support for sorting RDF_Seqs when in natural order sort mode.
|
1999-07-20 03:13:15 +00:00 |
waterson%netscape.com
|
2a499473be
|
Bug 6873. Performance improvements to the generic builder. The template builder now instantiates template content 'lazily' when the frame system asks for it.
|
1999-07-19 19:18:10 +00:00 |
rjc%netscape.com
|
528bf67d11
|
Fix a warning by tossing out some old debugging code.
|
1999-07-18 08:25:24 +00:00 |
rjc%netscape.com
|
dbce229d7e
|
Use application locale when sorting with collation service; fix for bug #9968.
|
1999-07-17 21:36:17 +00:00 |
rjc%netscape.com
|
14f7295a00
|
Small insertion fix.
|
1999-07-07 06:34:18 +00:00 |
rjc%netscape.com
|
329d022fe0
|
Now able to sort by dateLiterals and intLiterals too. <Whee>
|
1999-07-07 05:32:07 +00:00 |
rjc%netscape.com
|
4c8f84b2d3
|
Use a binary insertion sort. (Note: there is a conditional near the top of the file that can turn off the binary insertion sort and revert back to the older, slower code, in case of any weird bugs I haven't caught.) For the moment, its turned ON as I haven't seen any problems with it.
|
1999-07-01 01:55:09 +00:00 |
rjc%netscape.com
|
8c9d9fb833
|
Unset sortActive and sortDirection attributes if "natural order" is being used.
|
1999-06-25 09:19:29 +00:00 |
rjc%netscape.com
|
b6daf9c497
|
Get sorting working with new tree structure. Basically, just look for treechildren instead of treebody when walking down from the root of the tree.
|
1999-06-25 06:47:28 +00:00 |
waterson%netscape.com
|
8a37a5afc1
|
Bug 6665. Hack to addref resources before doing the sort. This saves mailnews from having to recreate them.
|
1999-06-16 02:07:56 +00:00 |
waterson%netscape.com
|
54e949daf7
|
Fix leak of tree element.
|
1999-06-14 21:15:29 +00:00 |
rjc%netscape.com
|
7f5d322554
|
Unset column sorting attributes instead of setting them to false if they aren't active.
|
1999-06-14 08:20:35 +00:00 |
rjc%netscape.com
|
afcbaf44b1
|
XUL templates are now strong enough to support building menus and menuitems.
|
1999-06-03 07:16:18 +00:00 |
waterson%netscape.com
|
ed2ab323c4
|
Bug 6895. Create HTML elements (not XUL elements) when the tag is in the HTML namespace. Minor performance enhancements to reduce number of calls to layout during content model construction.
|
1999-05-28 11:30:59 +00:00 |
rjc%netscape.com
|
881680ba79
|
Apply Scott Putterman's fix for XUL sorting.
|
1999-05-19 05:30:25 +00:00 |
rjc%netscape.com
|
1e8eed4c51
|
Get rid of a few warnings.
|
1999-05-18 06:34:15 +00:00 |
rjc%netscape.com
|
4dda861004
|
Even more support for collation keys.
|
1999-05-18 06:19:04 +00:00 |
rjc%netscape.com
|
06d01ef3ff
|
Checking in some additional collation key support.
|
1999-05-17 22:43:47 +00:00 |
waterson%netscape.com
|
24b66c0162
|
Okay, let's try that fix again.
|
1999-05-13 17:27:51 +00:00 |
waterson%netscape.com
|
ce8fbc0b9b
|
Fix inappropriate use of member functions.
|
1999-05-13 16:57:59 +00:00 |
rjc%netscape.com
|
0c22e91413
|
Don't compare nsCOMPtrs against nsnull.
|
1999-05-13 08:29:56 +00:00 |
rjc%netscape.com
|
b89173be36
|
More cleanup on nsXULSortService (more nsCOMPtr usage, more C++ usage, etc.) Also, begin to add support for collation keys.
|
1999-05-13 08:25:12 +00:00 |
warren%netscape.com
|
7a41ef7d73
|
Fixed nsICollection (and Count in particular) to be xpidl friendly.
|
1999-05-13 04:56:04 +00:00 |
mcafee%netscape.com
|
fabaa074ad
|
Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
|
1999-05-10 06:47:04 +00:00 |
briano%netscape.com
|
e6ae7948e3
|
Converted 'true' to 'PR_TRUE' so it'll build on Unix.
|
1999-05-07 05:17:30 +00:00 |
kipp%netscape.com
|
72cafa3e1b
|
Use DOM api's instead of layout private api's
|
1999-05-06 19:28:22 +00:00 |