evaughan%netscape.com
|
807778bd44
|
Autoscrolling menus feature landing #32730
-r hyatt, saari
|
2000-06-23 05:15:04 +00:00 |
waterson%netscape.com
|
a74b4acc4e
|
Bug 42991. Get rid of obsolete 'rdf:child' identifier. r=rjc
|
2000-06-20 02:25:48 +00:00 |
waterson%netscape.com
|
458f2c3abf
|
Bug 39699. Add re-entrancy guards so that we ignore updates while we're in the middle of building content. r=rjc
|
2000-06-16 21:46:04 +00:00 |
dbaron%fas.harvard.edu
|
ff78bb46bb
|
Fix leak of XMLElementFactoryImpl. r=waterson@netscape.com
|
2000-06-15 02:16:28 +00:00 |
scc%mozilla.org
|
f92e1fb30a
|
don't extract characters from empty strings
|
2000-06-11 08:19:41 +00:00 |
mkaply%us.ibm.com
|
dd80aeb20b
|
# 37239
r = waterson, a = waterson
OS/2 bringup - PR_CALLBACKs for VisualAge
|
2000-06-05 19:19:14 +00:00 |
waterson%netscape.com
|
7636ce8f2d
|
Bug 40284. Ensure that 'container' attribute correctly updated for extended templates. r=rjc
|
2000-05-31 00:03:12 +00:00 |
waterson%netscape.com
|
46eb494a1a
|
Bug 39876. QI() for nsIXULContent rather than checking the element's namespace. Who knows, some day HTML might support nsIXULContent ;-). r=rjc
|
2000-05-26 22:26:57 +00:00 |
hyatt%netscape.com
|
5bed7dc4bd
|
fix for making skins script-safe. r=scc
|
2000-05-19 04:48:43 +00:00 |
waterson%netscape.com
|
1f9843c583
|
Bug 35818. Add support for 'tag' attribute on 'content' condition.
|
2000-05-17 05:57:09 +00:00 |
waterson%netscape.com
|
ace52951cf
|
Bug 39512. Remember the last match; support 'container=' and 'member=' attributes on 'template' tag; deduce them if they're not present.
|
2000-05-17 05:33:23 +00:00 |
jst%netscape.com
|
b22cf9671a
|
Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value.
|
2000-05-17 00:21:53 +00:00 |
mkaply%us.ibm.com
|
8b307332cd
|
# 37239
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
|
2000-05-12 22:23:36 +00:00 |
jst%netscape.com
|
50499cc037
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
rjc%netscape.com
|
56206fc77d
|
Whitespace cleanup.
|
2000-05-07 08:43:42 +00:00 |
rjc%netscape.com
|
7f59b073bd
|
Fix bug # 20795: can now to specify order of template generated vs. XUL content.
|
2000-05-06 00:01:01 +00:00 |
waterson%netscape.com
|
2aac796cb5
|
Bug 34623. Add 'rebuild()' API to XUL elements.
|
2000-05-05 23:39:59 +00:00 |
waterson%netscape.com
|
fe2e320b21
|
Bug 34623. Add nsIXULTemplateBuilder.idl.
|
2000-05-05 20:42:21 +00:00 |
waterson%netscape.com
|
8ffd6fae3d
|
Bug 38185. Fix ports build bustage. a=brade
|
2000-05-04 19:57:31 +00:00 |
rjc%netscape.com
|
7c8164bc51
|
Comment change.
|
2000-05-04 12:54:11 +00:00 |
waterson%netscape.com
|
d59ead45cd
|
Bug 37290. Fix 'bindings' implementation to avoid excessive update when re-computing: only index sources that participate in a binding, using bindings rather than lookup to maintain values even for 'simple' rules, lazily compute bindings. Rename 'nsBinding' to 'nsAssertion' to clarify difference.
|
2000-05-04 09:57:59 +00:00 |
mjudge%netscape.com
|
6622635cab
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
waterson%netscape.com
|
d9de0cb0de
|
Bug 34619. Fixed-size allocators for nsXULTemplateBuilder, try numero dos, with egcs fixed.
|
2000-04-25 04:11:53 +00:00 |
waterson%netscape.com
|
a76d125ae2
|
Back out changes: they broke egcs.
|
2000-04-25 01:28:09 +00:00 |
waterson%netscape.com
|
5eb3e883e3
|
Bug 34619. Judicious use of fixed size allocators to reduce overhead.
|
2000-04-25 01:24:24 +00:00 |
waterson%netscape.com
|
570c646e75
|
Bug 35815. Implement <bindings> for XUL templates.
|
2000-04-24 04:22:26 +00:00 |
waterson%netscape.com
|
76236ce568
|
Bug 10208. Correctly update 'empty' attribute when a container's contents are changed.
|
2000-04-19 05:39:26 +00:00 |
scc%netscape.com
|
0655986fe5
|
making string conversions explicit
|
2000-04-17 14:47:33 +00:00 |
scc%netscape.com
|
7e868737a5
|
making string conversions explicit
|
2000-04-17 14:30:23 +00:00 |
waterson%netscape.com
|
886a15f0db
|
Fix uninitialized variable, caught by shalabh@pspl.co.in
|
2000-04-17 02:07:00 +00:00 |
waterson%netscape.com
|
58be5b3d42
|
Bug 34565. Initial support for extended <template> syntax.
|
2000-04-13 21:13:00 +00:00 |
waterson%netscape.com
|
7410c99129
|
Fix compiler warning; use of uninitialized variable.
|
2000-04-13 20:04:13 +00:00 |
waterson%netscape.com
|
fc68198af8
|
Add commentary, Value::GetType() method.
|
2000-04-13 20:03:39 +00:00 |
waterson%netscape.com
|
97b4a22f34
|
Be sure to initialize out parameter when FindChildByTag() doesn't find anything.
|
2000-04-13 20:02:38 +00:00 |
waterson%netscape.com
|
21d2baa588
|
Bug 35360. Fix UMRs in MatchList discovered by bruce@cybersight.com.
|
2000-04-11 22:36:53 +00:00 |
waterson%netscape.com
|
d9654f7668
|
Bug 35392. Fix leaking MemoryElement when already in set. r=beard -- thanks for wiping my chin.
|
2000-04-11 22:35:43 +00:00 |
waterson%netscape.com
|
88cd229180
|
Bug 34726. Add an out parameter to ConflictSet::Add() that indicates whether the new instantiation triggered any new rules to be matched. The caller then uses this parameter to decide whether or not to add the key of a rule cluster to the 'newkeys' set. r=rjc, a=leaf
|
2000-04-07 19:22:59 +00:00 |
saari%netscape.com
|
d2e5e709ae
|
Checking in fix for Waterson for M15 bug #34464, Mac menus crashing after you close a window. Waterson did the work, I just reviewed. r=saari, a=leaf
|
2000-04-06 22:43:18 +00:00 |
waterson%netscape.com
|
17a5546da1
|
Bug 34714. Only add 'default' containment properties if the 'containment' attribute *isn't* set on the root. r=rjc, a=leaf
|
2000-04-06 22:01:32 +00:00 |
waterson%netscape.com
|
d4d1bc17e4
|
Fix windows bustage introduced trying to fix solaris bustage.
|
2000-04-05 05:48:33 +00:00 |
waterson%netscape.com
|
5f63c58683
|
Fix build bustage on Solaris Workshop compiler.
|
2000-04-05 05:18:42 +00:00 |
mkaply%us.ibm.com
|
4e00b5fa33
|
# 34082
r= waterson@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
|
2000-04-05 02:39:51 +00:00 |
waterson%netscape.com
|
d37bc68c0a
|
Remove redundant class forward decls that were causing VC++ internal compiler errors.
|
2000-04-04 08:32:58 +00:00 |
waterson%netscape.com
|
83d24aba01
|
Ok, really fix HP-UX this time.
|
2000-04-04 08:19:51 +00:00 |
waterson%netscape.com
|
01e123053b
|
Fix build bustage on HP-UX. Access to protected classes only allowed by 'friends'.
|
2000-04-04 07:28:31 +00:00 |
waterson%netscape.com
|
1f36716fe9
|
Rename Key::Hash(const void*) to avoid ambiguity on Mac.
|
2000-04-04 00:40:41 +00:00 |
waterson%netscape.com
|
18579e1b8c
|
Reduce allocation overhead in ConflictSet; lazily create hashtable in MatchSet. NOT YET IN THE BUILD.
|
2000-04-03 07:55:35 +00:00 |
waterson%netscape.com
|
0b5c23c47c
|
Leak fixes. NOT YET IN THE BUILD.
|
2000-04-03 06:44:41 +00:00 |
waterson%netscape.com
|
5bc7a8e1a2
|
Fix nsCOMPtr bustage on Linux. NOT YET PART OF THE BUILD.
|
2000-04-02 09:22:50 +00:00 |
waterson%netscape.com
|
634070892f
|
Fix memory leaks, problems with incrmental update. NOT YET IN THE BUILD.
|
2000-04-02 09:11:00 +00:00 |