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

36 Коммитов

Автор SHA1 Сообщение Дата
allan%beaufour.dk 507eac4701 [XForms] Initial support for attribute-based repeats. Bug 280368, r=smaug+doronr 2006-06-06 13:52:03 +00:00
allan%beaufour.dk 21c1a7bb34 [XForms] Fix vc6 compilation for bug 331452. r=neil@parkwaycc.co.uk 2006-05-24 09:53:27 +00:00
allan%beaufour.dk 7ec2939037 [XForms] Repeat index() doesnt reset to 0 when last repeat item is deleted. Bug 334015, r=smaug+aaronr. Also fixes bug 318779. 2006-05-24 07:32:10 +00:00
allan%beaufour.dk 329cb01e59 [XForms] UI dependencies not working for index() changes. Bug 335525, r=smaug+doronr 2006-05-24 07:29:53 +00:00
allan%beaufour.dk 300027c505 [XForms] Optimize repeat refreshing. Bug 331452, r=smaug+aaronr 2006-05-22 09:06:14 +00:00
allan%beaufour.dk 70680b8aea [XForms] Controls using index() in @ref does not work on form load. Bug 335524, r=smaug+doronr 2006-05-04 12:15:07 +00:00
allan%beaufour.dk 0eae2c2b38 [XForms] XBLize repeat. Bug 306247, r=me+smaug, patch by surkov@dc.baikal.ru 2006-04-26 09:54:12 +00:00
allan%beaufour.dk 8de0f55a61 [XForms] Fix UI dependencies. Bug 305060, r=aaronr+smaug 2006-03-29 10:49:28 +00:00
allan%beaufour.dk 290986c899 [XForms] Modify repeat-index on insert and delete. Bug 282828, r=doronr+aaronr 2006-03-29 07:39:28 +00:00
allan%beaufour.dk d67c14b8ec [XForms] Fix .xf-repeat-item on load and refresh. Bug 329885, r=smaug+doronr 2006-03-14 08:50:49 +00:00
allan%beaufour.dk 5063f8a92e [XForms] XPath expressions using namespaces inside repeats generate error messages. Bug 312848, r=aaronr+smaug 2005-11-16 06:49:37 +00:00
doronr%us.ibm.com 8f3bf37f5e XForms bug 314158 - itemset/repeat can't bind against non-dom elements. r=smaug,aaronr 2005-11-01 22:47:22 +00:00
allan%beaufour.dk 7c1f322d93 [XForms] Inner repeats should initialize to startindex on update. Bug 301998, r=aaronr+smaug 2005-09-27 11:53:08 +00:00
allan%beaufour.dk 3d9fb3348d [XForms] Fix for repeat-index for nested repeats. Bug 302918, r=smaug+aaronr 2005-09-27 10:54:39 +00:00
allan%beaufour.dk b4402c8920 [XForms] Handle references to id attributes inside repeats. Bug 302513, r=smaug+doronr 2005-08-23 11:00:50 +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
allan%beaufour.dk fd4f11b2e0 Use size and position in XPath expressions. Bug 265460, r=smaug+doronr, a=mkaply 2005-06-02 07:00:11 +00:00
allan%beaufour.dk 2a37040446 Only send the xforms-value-changed event to the correct controls, not everything. Bug 293579, r=smaug+me, a=mkaply, patch by aaronr, NPOTB 2005-05-17 12:10:08 +00:00
allan%beaufour.dk 638396e205 Fix setindex for nested repeats. Bug 289547, r=smaug+aaronr, a=mkaply, NPOTB 2005-05-03 07:34:38 +00:00
allan%beaufour.dk c553b66916 Let controls using index() listen for changes to repeat indexes. Bug 289534, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:17:49 +00:00
allan%beaufour.dk e39228e605 Fix insertion-bug in repeat created by mdgfix. Bug 290253, r=smaug+aaronr, a=mkaply, NPOTB 2005-04-15 09:44:06 +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 809a09d3d2 Implementation of setindex element and repeat-index functionality. Bug 278209, r=smaug+aaronr 2005-02-18 09:38:32 +00:00
allan%beaufour.dk e3406ede5c Implements insert and delete, and fixes bug in repeat caused by bug 279957. Bug 278211, r=smaug, sr=bryner 2005-02-09 13:19:37 +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 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
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
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 2228eb3d77 Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour. 2005-01-15 01:04:02 +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
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