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

132 Коммитов

Автор SHA1 Сообщение Дата
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
allan%beaufour.dk bd1eb9e46e 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 fca0197e8b fixing merge bustage 2005-01-28 19:35:28 +00:00
bryner%brianryner.com 5fa91093e2 Make xforms and schema-validation always build as dynamic components, for now. 2005-01-28 19:22:21 +00:00
bryner%brianryner.com 94e993acd1 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 6dbe716ae1 removing ^Ms 2005-01-28 18:02:10 +00:00
bryner%brianryner.com 50976e0d21 Add a cloneNode hook for XTF (bug 280072). r+sr=jst 2005-01-28 03:49:44 +00:00
dbaron%dbaron.org ffc102ed81 Convert CR-LF line endings to LF to fix bustage. 2005-01-28 00:48:32 +00:00
doronr%us.ibm.com 38e86f26fd 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 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 34d6553453 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 e8a0db789d 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 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 98fdc2f849 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 319afa2a8f Four small cosmetic changes... got tired of Doxygen complaining 2005-01-25 12:07:19 +00:00
allan%beaufour.dk 40690464a6 Bind trigger to its node binding through nsXFormsControlStub, bug 279444, r=aaron 2005-01-25 09:15:20 +00:00
bryner%brianryner.com 3381aaaa2a 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 00d487b697 First cut at xforms xpi packaging (bug 279662). r=doron. 2005-01-25 04:57:39 +00:00
doronr%us.ibm.com 0062773fe3 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 bedbe60bfc Fix nested repeats, bug 278962, r=smaug 2005-01-24 09:45:16 +00:00
allan%beaufour.dk 4876a5793a Let nsIContextControl use nsIDOMNode instead of nsIDOMElement, bug 278973, r=smaug, sr=darin 2005-01-24 08:55:30 +00:00
bryner%brianryner.com d62407a7fb 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 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
bryner%brianryner.com 397d20ea38 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 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 7af8da2012 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 8041a50973 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 c42324ab83 Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour. 2005-01-15 01:04:02 +00:00
bryner%brianryner.com d6eec31d99 fixing bustage 2005-01-15 00:46:06 +00:00
bryner%brianryner.com 998ed55ad7 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 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
doronr%us.ibm.com 0bc8ba4d31 backing out accidental checkin 2005-01-06 23:16:10 +00:00
doronr%us.ibm.com d25d58d343 nsXFormsSchemaValidator work 2005-01-06 22:40:02 +00:00
allan%beaufour.dk 0836c6d50c Nulls out mElement in OnDestroyed. Bug 266118, r=smaug, sr=darin. 2005-01-05 10:06:46 +00:00
smontagu%smontagu.org 79202dcd3f 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 99df5c71c0 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 1165372698 landing initial patch for xforms:upload (bug 275453) r=smaug 2004-12-28 21:37:23 +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 18ddf92887 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 b1d8f98242 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 e301911905 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 2af5df515c fixes bug 272677 "Implement <xforms:secret>" r=bryner 2004-12-06 23:04:58 +00:00
darin%meer.net b2049ca98f 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 434a4433ec 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 36ecadf8f0 fixes bug 271411 "Same-origin checking for XForms submission" r=bryner sr=jst 2004-12-01 23:50:29 +00:00
darin%meer.net 577739f6ea fixes bug 272523 "Implement <xforms:textarea>" r=bryner 2004-12-01 23:39:55 +00:00
darin%meer.net 22d1517984 backing out previous patch for bug 271411 2004-11-30 01:19:22 +00:00
darin%meer.net fdf9af9c09 fixes bug 271411 "Same-origin checking for XForms submission" r=bryner sr=jst 2004-11-30 01:06:32 +00:00
darin%meer.net 89a327e935 fixes bug 267990 "crash [@ nsXFormsModelElement::DocumentChanged]" r=bryner 2004-11-24 20:53:26 +00:00
darin%meer.net 898bfde5e8 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 8564d5a285 Implement XForms label support (bug 267612). r=darin. 2004-11-20 21:00:59 +00:00
darin%meer.net 9999d9d102 fixes bug 268578 "support xforms submit and trigger elements" r=bryner 2004-11-16 04:28:20 +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
darin%meer.net b7edf3ddf0 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 8674c69c26 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 d37af99b29 Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst 2004-11-09 23:59:24 +00:00
bryner%brianryner.com 2b4ff19b59 Add a shared base class for elements that derive from nsIXTFXMLVisual. r=darin. 2004-11-07 08:54:32 +00:00
bryner%brianryner.com 3c1fa565f0 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 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
bryner%brianryner.com 84b2a653a2 XForms output element implementation. Patch by allan@beaufour.dk, r=bryner, bug 267300. 2004-11-04 23:53:01 +00:00
bryner%brianryner.com e5c56c7cb8 Factor out GetNodeValue and SetNodeValue. r=darin. 2004-11-04 23:26:39 +00:00
bryner%brianryner.com 6a131d4b93 comment fixes and cleanups. bug 266098, patch by allan@beaufour.dk, r=bryner 2004-11-04 21:12:22 +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
darin%meer.net d0be2cd261 fixes bug 267539 "miscellaneous xforms submission bugs" r=bryner 2004-11-03 23:40:39 +00:00
darin%meer.net 81f9345e29 fixes bug 266626 "EvaluateNodeBinding is wrong for <submission> elements" r=bryner 2004-10-29 19:50:31 +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 b3e745449e 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 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
bryner%brianryner.com 266cc4de17 Fix spelling of eEvent_ComputeException. Patch by aaronr@us.ibm.com, r=me. 2004-10-14 21:20:18 +00:00
bryner%brianryner.com fa66492f1c 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 76d97cefed More API updates for trunk XTF. 2004-10-13 18:50:15 +00:00
bryner%brianryner.com 80e542ba71 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