bryner%brianryner.com
|
f287a5b5c8
|
Implement XForms message element (bug 269428). Patch by smaug@welho.com, r=allan@beaufour.dk, sr=bryner.
|
2005-01-29 23:53:32 +00:00 |
allan%beaufour.dk
|
120d7ed22c
|
Remove direct access to MDG in nsIModelElementPrivate and save pointer to model in nsXFormsControlStub. Bug 278370, r=smaug, sr=bryner
|
2005-01-29 20:36:09 +00:00 |
allan%beaufour.dk
|
8c19fcae2c
|
Make selects incremental by default. Bug 278881, patch by aaronr, r=smaug, sr=bryner
|
2005-01-29 11:37:33 +00:00 |
bryner%brianryner.com
|
14040d486b
|
fixing merge bustage
|
2005-01-28 19:35:28 +00:00 |
bryner%brianryner.com
|
a3914416a5
|
Make xforms and schema-validation always build as dynamic components, for now.
|
2005-01-28 19:22:21 +00:00 |
bryner%brianryner.com
|
040bd68fcc
|
Implement CloneState() for nsXFormsContextContainer to clone the model, node, context position, and context size. Merge from XFORMS_20050106_BRANCH.
|
2005-01-28 19:03:13 +00:00 |
bryner%brianryner.com
|
8b9c21b8fa
|
removing ^Ms
|
2005-01-28 18:02:10 +00:00 |
bryner%brianryner.com
|
d1c6e674bc
|
Add a cloneNode hook for XTF (bug 280072). r+sr=jst
|
2005-01-28 03:49:44 +00:00 |
dbaron%dbaron.org
|
48e000b055
|
Convert CR-LF line endings to LF to fix bustage.
|
2005-01-28 00:48:32 +00:00 |
doronr%us.ibm.com
|
af026b1256
|
xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv
|
2005-01-27 23:09:54 +00:00 |
doronr%us.ibm.com
|
9b58029d0c
|
xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv
|
2005-01-27 23:02:27 +00:00 |
doronr%us.ibm.com
|
475d93633e
|
XForms Bug 277543 - add default handling for xforms-focus. Patch by smaug@welho.com, r=aaronr/sr=bryner
|
2005-01-27 19:30:03 +00:00 |
doronr%us.ibm.com
|
9fc5ffb160
|
Not part of default build. Bug 279187 - Hook up Schema Validation to XForms. r=allan/arronr
|
2005-01-27 18:39:34 +00:00 |
doronr%us.ibm.com
|
da43f93ed3
|
Not part of default build. Bug 279187 - Hook up Schema Validation to XForms. r=allan/arronr
|
2005-01-27 18:22:58 +00:00 |
allan%beaufour.dk
|
23fdf058f2
|
Inform MDG about presence of type attribute, bug 279936, r=doron
|
2005-01-27 14:37:57 +00:00 |
allan%beaufour.dk
|
d8ccf5a184
|
Added binding-exceptions, returning nsIModelElementPrivate from nsXFormsUtils::* instead of nsIDOMNode, bug 279552, r=aaron, sr=bryner
|
2005-01-26 12:20:21 +00:00 |
allan%beaufour.dk
|
8a73e3718e
|
Four small cosmetic changes... got tired of Doxygen complaining
|
2005-01-25 12:07:19 +00:00 |
allan%beaufour.dk
|
2dcf8c8b11
|
Bind trigger to its node binding through nsXFormsControlStub, bug 279444, r=aaron
|
2005-01-25 09:15:20 +00:00 |
bryner%brianryner.com
|
2fdbebeb71
|
Fix up seamonkey install.js to be more correct. Still need to actually test this on an installer build.
|
2005-01-25 08:34:39 +00:00 |
bryner%brianryner.com
|
a0f7f000d8
|
First cut at xforms xpi packaging (bug 279662). r=doron.
|
2005-01-25 04:57:39 +00:00 |
doronr%us.ibm.com
|
d04894e527
|
bug 279448 - xforms submit element doesn't work anymore. Patch by aaronr@us.ibm.com, r=smaug/sr=tor
|
2005-01-24 19:43:24 +00:00 |
allan%beaufour.dk
|
4005dc4261
|
Fix nested repeats, bug 278962, r=smaug
|
2005-01-24 09:45:16 +00:00 |
allan%beaufour.dk
|
ad22e03060
|
Let nsIContextControl use nsIDOMNode instead of nsIDOMElement, bug 278973, r=smaug, sr=darin
|
2005-01-24 08:55:30 +00:00 |
bryner%brianryner.com
|
7593c0d6ec
|
Move xforms.css into chrome so that it can install as a Firefox extension. Also, fix registration hooks that were never hooked up. Bug 279288, r=darin.
|
2005-01-23 19:12:16 +00:00 |
allan%beaufour.dk
|
017a9d47e7
|
Sets the bound type of instance nodes, bug 278257, r=doronr, sr=darin
|
2005-01-20 11:11:41 +00:00 |
allan%beaufour.dk
|
d8cab94c23
|
Added xforms-binding-exception twice, bug 257177, sr=darin
|
2005-01-20 10:44:54 +00:00 |
bryner%brianryner.com
|
2f54d5e066
|
Remove a bogus dependency that causes xforms.css not to be generated in srcdir builds.
|
2005-01-19 19:39:46 +00:00 |
doronr%us.ibm.com
|
e9b22c1d3c
|
landing xforms branch on trunk, not built by default. Bug 278896, sr=bryner on build config changes. If you build xforms, you now need to enable the schema-validation extension as well
|
2005-01-19 16:05:31 +00:00 |
bryner%brianryner.com
|
1ed494a5f1
|
Make sure to deselect the old items before selecting new items (bug 278202). patch by aaronr@us.ibm.com, r=beaufour, sr=me.
|
2005-01-17 04:21:11 +00:00 |
bryner%brianryner.com
|
fcc55d4403
|
Make sure stub-derived elements get destroyed properly by adding a virtual destructor. r=dbaron.
|
2005-01-15 01:09:16 +00:00 |
bryner%brianryner.com
|
2228eb3d77
|
Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour.
|
2005-01-15 01:04:02 +00:00 |
bryner%brianryner.com
|
b5adfd5f61
|
fixing bustage
|
2005-01-15 00:46:06 +00:00 |
bryner%brianryner.com
|
3730e6b477
|
Add a UA stylesheet that sets default style for xforms elements (bug 274663). r=darin.
|
2005-01-15 00:43:16 +00:00 |
jst%mozilla.jstenback.com
|
27e1ba55b0
|
Landing fix for bug 249366. Better error handing for webservices. Patch by keeda@hotpop.com, r=chantepie@altern.org, sr=jst@mozilla.org
|
2005-01-12 19:26:45 +00:00 |
doronr%us.ibm.com
|
ad9750a109
|
backing out accidental checkin
|
2005-01-06 23:16:10 +00:00 |
doronr%us.ibm.com
|
0b40417ae4
|
nsXFormsSchemaValidator work
|
2005-01-06 22:40:02 +00:00 |
allan%beaufour.dk
|
3a6e6b5821
|
Nulls out mElement in OnDestroyed. Bug 266118, r=smaug, sr=darin.
|
2005-01-05 10:06:46 +00:00 |
smontagu%smontagu.org
|
37ad949b81
|
Replace escaped wide character constants by numeric constants. Bug 276360, r=aaronr@us.ibm.com, sr=darin.
|
2005-01-05 07:43:16 +00:00 |
bzbarsky%mit.edu
|
e425259e0d
|
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
|
2005-01-04 19:31:31 +00:00 |
darin%meer.net
|
ce4511f0ab
|
landing initial patch for xforms:upload (bug 275453) r=smaug
|
2004-12-28 21:37:23 +00:00 |
darin%meer.net
|
90da758bda
|
fixes bug 257177 "xforms-binding-exception thrown incorrectly" patch by allan@beaufour.dk, r=aaronr@us.ibm.com, sr=darin
|
2004-12-17 01:41:10 +00:00 |
darin%meer.net
|
3a7aebbc86
|
fixes build bustage (cannot do a const conversion in a static_cast)
|
2004-12-15 23:15:44 +00:00 |
darin%meer.net
|
3ec2476a99
|
fixes bug 273810 "Support inline schema" r=smaug sr=bryner
|
2004-12-15 19:46:10 +00:00 |
darin%meer.net
|
2816792ce0
|
fixes bug 271737 "Tracking bug for XForms Switch Module" patch by smaug@welho.com r=darin sr=bryner
|
2004-12-15 02:08:53 +00:00 |
darin%meer.net
|
5786b0fcc2
|
fixes bug 274648 "crash using repeat element on Windows" patch by aaronr@us.ibm.com r+sr=darin
|
2004-12-15 01:15:55 +00:00 |
darin%meer.net
|
5edee8c807
|
fixes bug 272122 "Crash in xf:output" patch by smaug@welho.com r=darin
|
2004-12-07 19:33:12 +00:00 |
darin%meer.net
|
84b6dba33e
|
fixes bug 272677 "Implement <xforms:secret>" r=bryner
|
2004-12-06 23:04:58 +00:00 |
darin%meer.net
|
1c35c6f5c8
|
landing patch for bug 272406 "External instance data not handled correctly" patch by smaug@welho.com r=darin
|
2004-12-06 21:14:20 +00:00 |
bryner%brianryner.com
|
540bdb25ef
|
Implement support for repeat element (bug 269132). Patch by allan@beaufour.dk, r=aaronr sr=bryner.
|
2004-12-06 20:31:15 +00:00 |
darin%meer.net
|
9a6f1c73b8
|
fixes bug 271411 "Same-origin checking for XForms submission" r=bryner sr=jst
|
2004-12-01 23:50:29 +00:00 |
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 |