Граф коммитов

33 Коммитов

Автор SHA1 Сообщение Дата
doronr%us.ibm.com ef1c68fcff XForms bug 281668 - select1 as a combobox. patch my smaug, r=beaufour,me a=mkaply 2005-08-03 18:43:45 +00:00
Olli.Pettay%helsinki.fi 3a2013bf23 Bug 289434 xbl-ized widgets for xforms r=doron+allan, a=mkaply, NPOTB 2005-06-26 18:30:17 +00:00
allan%beaufour.dk 4a81cd9b05 Fix leak in xforms. Bug 296713, r=me+aaronr, patch by smaug 2005-06-07 07:14:31 +00:00
Olli.Pettay%helsinki.fi 92a6302273 Bug 292319, Set trust for XForms events. r=doron+aaronr, a=mkaply, NPOTB 2005-05-03 19:39:38 +00:00
doronr%us.ibm.com c31b580782 XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
allan%beaufour.dk 2fafb291c7 Print messages in JS console for existing exceptions in code. Bug 289297, r=doron+smaug, a=mkaply 2005-04-08 15:40:54 +00:00
doronr%us.ibm.com e9a49a3ae1 XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
allan%beaufour.dk e6dd3669d0 Fix crash when input points to a non-existing bind. Bug 281850, r=smaug+me, patch by doronr@gmail.com 2005-02-18 10:14:48 +00:00
allan%beaufour.dk 438c31138c Remaining controls implement nsIXFormsContextControl, through nsXFormsControlStub, bug 280017, r=smaug, sr=bryner 2005-02-09 09:57:31 +00:00
bryner%brianryner.com aa7ee76a33 Support incremental=true for input controls (bug 279012). Patch by smaug@welho.com, r=allan@beaufour.dk, sr=me. 2005-02-01 19:38:00 +00:00
doronr%us.ibm.com 8824161ab2 XForms bug 279516 - controls not initialized with MIP's. Patch by beaufour, r=smaug/sr=bryner 2005-02-01 16:02:54 +00:00
bryner%brianryner.com f968982249 Fix nsXFormsModelElement::Rebuild() to work correctly. Patch by aaronr@us.ibm.com, r=allan@beaufour.dk, sr=me. 2005-01-31 23:41:00 +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
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
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
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
allan%beaufour.dk 3a6e6b5821 Nulls out mElement in OnDestroyed. Bug 266118, r=smaug, sr=darin. 2005-01-05 10:06:46 +00:00
darin%meer.net 84b6dba33e fixes bug 272677 "Implement <xforms:secret>" r=bryner 2004-12-06 23:04:58 +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 92b4f61647 fixes bug 272523 "Implement <xforms:textarea>" r=bryner 2004-12-01 23:39:55 +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
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
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 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
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 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