darin%meer.net
|
92b4f61647
|
fixes bug 272523 "Implement <xforms:textarea>" r=bryner
|
2004-12-01 23:39:55 +00:00 |
darin%meer.net
|
c79d9a7002
|
backing out previous patch for bug 271411
|
2004-11-30 01:19:22 +00:00 |
darin%meer.net
|
3caf1cb47d
|
fixes bug 271411 "Same-origin checking for XForms submission" r=bryner sr=jst
|
2004-11-30 01:06:32 +00:00 |
darin%meer.net
|
bfba2f317d
|
fixes bug 267990 "crash [@ nsXFormsModelElement::DocumentChanged]" r=bryner
|
2004-11-24 20:53:26 +00:00 |
darin%meer.net
|
f9394f4994
|
fixes bug 265216 "Tracking bug for XForms Group Module" patch by allan@beaufour.dk r=bryner
|
2004-11-24 20:47:23 +00:00 |
bryner%brianryner.com
|
d5c394df86
|
Implement XForms label support (bug 267612). r=darin.
|
2004-11-20 21:00:59 +00:00 |
darin%meer.net
|
df09cb6d5d
|
fixes bug 268578 "support xforms submit and trigger elements" r=bryner
|
2004-11-16 04:28:20 +00:00 |
bryner%brianryner.com
|
426cf9c1d6
|
Merge nsXFormsMDG and nsXFormsMDGEngine (bug 266113). Patch by allan@beaufour.dk, r=bryner.
|
2004-11-13 00:22:30 +00:00 |
darin%meer.net
|
548760ac8e
|
fixes bug 268284 "Support cdata-section-elements attribute on xforms <submission> element." r=bryner
|
2004-11-12 22:12:01 +00:00 |
doronr%us.ibm.com
|
2a265b77d3
|
Bug 267480 - XForms should use nsISchemaLoader. r/sr=darin, not part of default build.
|
2004-11-10 23:24:23 +00:00 |
bryner%brianryner.com
|
c1f5c4af67
|
Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst
|
2004-11-09 23:59:24 +00:00 |
bryner%brianryner.com
|
cd3153de2e
|
Add a shared base class for elements that derive from nsIXTFXMLVisual. r=darin.
|
2004-11-07 08:54:32 +00:00 |
bryner%brianryner.com
|
de1244dde7
|
Attempt to fix a shutdown crash; don't refresh when we're removed from the document.
|
2004-11-07 08:28:40 +00:00 |
darin%meer.net
|
0c59b0aa76
|
trivial fix for bug 268033 "crash when <bind> has an empty nodeset attribute"
|
2004-11-06 01:28:41 +00:00 |
bryner%brianryner.com
|
8416d7c369
|
Action module implementation (bug 263008). Patch by smaug@welho.com, r=bryner
|
2004-11-05 02:15:01 +00:00 |
bryner%brianryner.com
|
c0dc0cb24a
|
XForms output element implementation. Patch by allan@beaufour.dk, r=bryner, bug 267300.
|
2004-11-04 23:53:01 +00:00 |
bryner%brianryner.com
|
cbc91b1c97
|
Factor out GetNodeValue and SetNodeValue. r=darin.
|
2004-11-04 23:26:39 +00:00 |
bryner%brianryner.com
|
b6d20a49b3
|
comment fixes and cleanups. bug 266098, patch by allan@beaufour.dk, r=bryner
|
2004-11-04 21:12:22 +00:00 |
darin%meer.net
|
32a1dd772a
|
additional patch for bug 267539 "miscellaneous xforms submission bugs" r=bryner
|
2004-11-04 18:31:19 +00:00 |
bryner%brianryner.com
|
679f64aba8
|
Make classes inherit from nsXFormsStubElement where applicable. r=darin
|
2004-11-04 00:24:40 +00:00 |
darin%meer.net
|
b10b5bc4a1
|
fixes bug 267539 "miscellaneous xforms submission bugs" r=bryner
|
2004-11-03 23:40:39 +00:00 |
darin%meer.net
|
58f58642b0
|
fixes bug 266626 "EvaluateNodeBinding is wrong for <submission> elements" r=bryner
|
2004-10-29 19:50:31 +00:00 |
bryner%brianryner.com
|
8e1c5ee967
|
Support nested bind elements (bug 265471). Remove use of nsIXTFPrivate, to make the code cleaner (and more efficient, as well). Implement the readonly property for inputs.
|
2004-10-26 00:34:03 +00:00 |
darin%meer.net
|
3e44d10475
|
landing patch for bug 264991 "Support xforms submission replace attribute" r=bryner
|
2004-10-20 21:43:10 +00:00 |
bryner%brianryner.com
|
35a6a12bca
|
Fixing a couple of MSVC build warnings.
|
2004-10-17 21:07:25 +00:00 |
bryner%brianryner.com
|
89dc9ecf84
|
Work around blur events not going to the system event group, just use the default event group for now.
|
2004-10-16 21:29:00 +00:00 |
bryner%brianryner.com
|
fca9f9b2bc
|
Add HANDLE_DEFAULT to the notification mask for ModelElement and SubmissionElement.
|
2004-10-15 20:10:15 +00:00 |
bryner%brianryner.com
|
69c2e00a66
|
Switch to XTF handleDefault() API. Fixes crashes from failed QI to nsIDOMNSUIEvent.
|
2004-10-14 23:55:58 +00:00 |
bryner%brianryner.com
|
ef037a47d2
|
Fix UMR from bug 263705
|
2004-10-14 23:38:16 +00:00 |
bryner%brianryner.com
|
09bf83a5dc
|
Fix spelling of eEvent_ComputeException. Patch by aaronr@us.ibm.com, r=me.
|
2004-10-14 21:20:18 +00:00 |
bryner%brianryner.com
|
2ebf2c9755
|
Adding nsIXFormsModelElement here, instead of dom/public/idl/xforms, since nothing in the core will depend on it.
|
2004-10-13 19:29:35 +00:00 |
bryner%brianryner.com
|
7ddd21eb5a
|
More API updates for trunk XTF.
|
2004-10-13 18:50:15 +00:00 |
bryner%brianryner.com
|
7dd8608440
|
Merge of XForms code to the trunk. This has some rough edges still, like inputs not being treated as inline elements.
|
2004-10-13 09:51:52 +00:00 |