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

52 Коммитов

Автор SHA1 Сообщение Дата
allan%beaufour.dk 3ca67d1227 Fix timing issues wrt. model placement. Bug 283737, r=smaug+me, a=mkaply, patch by aaronr@us.ibm.com, NPOTB 2005-05-17 11:30:43 +00:00
allan%beaufour.dk 6a34dd9123 Apply MIP properties to repeat content too, and fix a problem with output. Bug 292089, r=smaug+doronr, a=mkaply, NPOTB 2005-05-05 07:09:40 +00:00
Olli.Pettay%helsinki.fi bbbe968ae6 Bug 292319, Set trust for XForms events. r=doron+aaronr, a=mkaply, NPOTB 2005-05-03 19:39:38 +00:00
allan%beaufour.dk 4f8adec1c3 Fix timing problems for controls using index(). Bug 291797, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:23:38 +00:00
doronr%us.ibm.com 3add894cb1 xforms bug 289595 - Can't assume there is a non-null mSchema per model. r=aaronr,smaug a=mkaply 2005-04-21 20:50:36 +00:00
allan%beaufour.dk 0442e0cf0e Fix insertion-bug in repeat created by mdgfix. Bug 290253, r=smaug+aaronr, a=mkaply, NPOTB 2005-04-15 09:44:06 +00:00
allan%beaufour.dk f91e584083 Add some more information to a few error messages. Bug 290308, r=smaug+doron, a=mkaply, NPOTB 2005-04-15 08:51:48 +00:00
allan%beaufour.dk b42f9acfb9 Patch that fixes the ugly refresh-all hack in nsXFormsModelElement.cpp. Should speed up things considerably, but is also a potential form-breaker. Bug 278368, r=aaronr+smaug, a=mkaply 2005-04-11 08:04:51 +00:00
allan%beaufour.dk 709f874ed8 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 f5f98f81ef Bug 287714 - Add console outputting of XForms errors. r=aaronr,smaug 2005-03-30 16:41:07 +00:00
doronr%us.ibm.com 4a9b5cc118 XForms bug 285207 - Need to handle inline schema. r=cartman/smaug 2005-03-16 18:09:40 +00:00
doronr%us.ibm.com 058ed9baa2 XForms bug 284169 - get rid of WARNING's in console generated by GetTypeForControl. Patch by aaronr@us.ibm.com, r=beaufour,allan 2005-03-01 16:15:34 +00:00
allan%beaufour.dk 6ae8b63fe1 Fix problems with schema validation for calculated fields. Bug 284101, r=doronr/smaug 2005-02-28 18:41:05 +00:00
doronr%us.ibm.com 3202dbcf56 Bug 283376 - GetTypeForControl API needs to return default type for node. Patch by aaronr@us.ibm.com, r=me,smaug 2005-02-25 21:52:59 +00:00
allan%beaufour.dk 7d3aed3043 Use nsCOMArray instead of nsIArray in nsIXFormsControl and get rid of nsXFormsMDGSet. Bug 278369, r=smaug/doronr 2005-02-24 14:35:27 +00:00
doronr%us.ibm.com f6d43aa074 XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
doronr%us.ibm.com 48532f2fe6 XForms bug 280264 - XForms submission doesn't remove non-relevant instance-data. r=aaronr/smaug 2005-02-18 19:48:46 +00:00
allan%beaufour.dk 100ff910cf Fix problem with MDG not allowing calculated values to write to readonly instance nodes. Bug 280823, r=aaronr+smaug 2005-02-18 10:05:24 +00:00
bryner%brianryner.com 28ecb4e167 Separate refresh from revalidate in nsXFormsModelElement (bug 279059). Patch by allan@beaufour.dk, r=aaronr@us.ibm.com, sr=me. 2005-02-01 20:23:41 +00:00
bryner%brianryner.com e1c3b67503 Fix windows bustage (bug 279516). Patch by aaronr@us.ibm.com, r=me. 2005-02-01 19:30:10 +00:00
doronr%us.ibm.com af9f0dc54f 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 e5907bb0d9 Implement the xforms-reset event (bug 278471). Patch by aaronr@us.ibm.com, r=smaug@welho.com, sr=me. 2005-01-31 23:56:27 +00:00
bryner%brianryner.com 8ef2852244 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 a8427f50f2 Fix signed/unsigned warning, bug 280557, r=doron 2005-01-31 19:15:58 +00:00
doronr%us.ibm.com f154e2f620 XForms bug 279449: Submission not stopped for invalid/required data. r=aaronr/beaufour 2005-01-31 16:13:24 +00:00
allan%beaufour.dk 4e4fb02082 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 c4d30bcb1a 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 2efd59b026 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 ff39d4f7a5 Inform MDG about presence of type attribute, bug 279936, r=doron 2005-01-27 14:37:57 +00:00
allan%beaufour.dk 6e1adab39b Sets the bound type of instance nodes, bug 278257, r=doronr, sr=darin 2005-01-20 11:11:41 +00:00
allan%beaufour.dk 11c3c411d1 Added xforms-binding-exception twice, bug 257177, sr=darin 2005-01-20 10:44:54 +00:00
doronr%us.ibm.com 335ed99122 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 c42324ab83 Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour. 2005-01-15 01:04:02 +00:00
jst%mozilla.jstenback.com 3c883bda20 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
darin%meer.net 0c13df977d 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 3badefb9cb fixes build bustage (cannot do a const conversion in a static_cast) 2004-12-15 23:15:44 +00:00
darin%meer.net b0e9f4f2a5 fixes bug 273810 "Support inline schema" r=smaug sr=bryner 2004-12-15 19:46:10 +00:00
darin%meer.net 89a327e935 fixes bug 267990 "crash [@ nsXFormsModelElement::DocumentChanged]" r=bryner 2004-11-24 20:53:26 +00:00
bryner%brianryner.com 383cf60b5f Merge nsXFormsMDG and nsXFormsMDGEngine (bug 266113). Patch by allan@beaufour.dk, r=bryner. 2004-11-13 00:22:30 +00:00
doronr%us.ibm.com 8674c69c26 Bug 267480 - XForms should use nsISchemaLoader. r/sr=darin, not part of default build. 2004-11-10 23:24:23 +00:00
darin%meer.net 040f12fb03 trivial fix for bug 268033 "crash when <bind> has an empty nodeset attribute" 2004-11-06 01:28:41 +00:00
bryner%brianryner.com 526bc54804 Action module implementation (bug 263008). Patch by smaug@welho.com, r=bryner 2004-11-05 02:15:01 +00:00
darin%meer.net 9640b8c7a8 additional patch for bug 267539 "miscellaneous xforms submission bugs" r=bryner 2004-11-04 18:31:19 +00:00
bryner%brianryner.com c549f3dca6 Make classes inherit from nsXFormsStubElement where applicable. r=darin 2004-11-04 00:24:40 +00:00
bryner%brianryner.com 9c43217e31 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 1ee02a946c landing patch for bug 264991 "Support xforms submission replace attribute" r=bryner 2004-10-20 21:43:10 +00:00
bryner%brianryner.com 5cb5c5f356 Fixing a couple of MSVC build warnings. 2004-10-17 21:07:25 +00:00
bryner%brianryner.com d63e7dd41d Add HANDLE_DEFAULT to the notification mask for ModelElement and SubmissionElement. 2004-10-15 20:10:15 +00:00
bryner%brianryner.com 0eae1897c7 Switch to XTF handleDefault() API. Fixes crashes from failed QI to nsIDOMNSUIEvent. 2004-10-14 23:55:58 +00:00
bryner%brianryner.com 4ca68be9b7 Fix UMR from bug 263705 2004-10-14 23:38:16 +00:00