gecko-dev/extensions/xforms
2005-04-13 08:06:17 +00:00
..
package Backing out bug 285094 until bug 285658 is fixed, so nightly builds will install 2005-03-18 09:33:41 +00:00
resources/locale/en-US Make nsXFormsUtils::ReportError() use nsIScriptError, so we can log different error types. Bug 289518, patch by doron, r=aaronr+me, a=mkaply (NBOTB) 2005-04-13 08:06:17 +00:00
.cvsignore
contents.rdf
jar.mn Bug 287714 - Add console outputting of XForms errors. r=aaronr,smaug 2005-03-30 16:41:07 +00:00
Makefile.in Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 18:38:19 +00:00
nsIInstanceElementPrivate.idl
nsIModelElementPrivate.idl 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
nsIXFormsActionElement.idl
nsIXFormsActionModuleElement.idl
nsIXFormsCaseElement.idl
nsIXFormsContextControl.idl
nsIXFormsControl.idl 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
nsIXFormsModelElement.idl
nsIXFormsRepeatElement.idl Implementation of setindex element and repeat-index functionality. Bug 278209, r=smaug+aaronr 2005-02-18 09:38:32 +00:00
nsIXFormsRepeatItemElement.idl Implementation of setindex element and repeat-index functionality. Bug 278209, r=smaug+aaronr 2005-02-18 09:38:32 +00:00
nsIXFormsSelectChild.idl
nsIXFormsSubmissionElement.idl Disables submit button until submit is done. Bug 280312, r=aaronr+me, patch by smaug@welho.com 2005-02-18 11:16:15 +00:00
nsIXFormsSubmitElement.idl Disables submit button until submit is done. Bug 280312, r=aaronr+me, patch by smaug@welho.com 2005-02-18 11:16:15 +00:00
nsIXFormsSwitchElement.idl
nsIXFormsValueElement.idl
nsXFormsActionElement.cpp
nsXFormsActionElement.h
nsXFormsActionModuleBase.cpp
nsXFormsActionModuleBase.h
nsXFormsAtoms.cpp Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com 2005-03-06 12:30:12 +00:00
nsXFormsAtoms.h Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com 2005-03-06 12:30:12 +00:00
nsXFormsCaseElement.cpp
nsXFormsChoicesElement.cpp
nsXFormsContextContainer.cpp Implementation of setindex element and repeat-index functionality. Bug 278209, r=smaug+aaronr 2005-02-18 09:38:32 +00:00
nsXFormsControlStub.cpp XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
nsXFormsControlStub.h XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
nsXFormsDispatchElement.cpp Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
nsXFormsElementFactory.cpp Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:32:46 +00:00
nsXFormsElementFactory.h Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:32:46 +00:00
nsXFormsGroupElement.cpp
nsXFormsInputElement.cpp XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
nsXFormsInsertDeleteElement.cpp XForms bug 282263 - XForms Submission doesn't copy over namespaces. r=aaronr,beaufour 2005-02-21 17:22:26 +00:00
nsXFormsInstanceElement.cpp 181938 allow any protocol to support redirection, using a new 2005-03-07 19:46:06 +00:00
nsXFormsInstanceElement.h 181938 allow any protocol to support redirection, using a new 2005-03-07 19:46:06 +00:00
nsXFormsItemElement.cpp
nsXFormsItemSetElement.cpp
nsXFormsLabelElement.cpp
nsXFormsLoadElement.cpp
nsXFormsMDGEngine.cpp Expression with no meaning. Bug 285434, r=smaug 2005-03-10 09:42:15 +00:00
nsXFormsMDGEngine.h 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
nsXFormsMessageElement.cpp XForms bug 283240 - xforms:message not centered. Patch by aaronr@us.ibm.com, r=smaug,me 2005-02-23 20:35:04 +00:00
nsXFormsModelElement.cpp 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
nsXFormsModelElement.h 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
nsXFormsModule.cpp Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:32:46 +00:00
nsXFormsNodeState.cpp Fix problems with schema validation for calculated fields. Bug 284101, r=doronr/smaug 2005-02-28 18:41:05 +00:00
nsXFormsNodeState.h Fix problems with schema validation for calculated fields. Bug 284101, r=doronr/smaug 2005-02-28 18:41:05 +00:00
nsXFormsOutputElement.cpp XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
nsXFormsRebuildElement.cpp
nsXFormsRecalculateElement.cpp
nsXFormsRefreshElement.cpp
nsXFormsRepeatElement.cpp XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
nsXFormsResetElement.cpp
nsXFormsRevalidateElement.cpp
nsXFormsSchemaValidator.cpp XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
nsXFormsSchemaValidator.h XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
nsXFormsSelectElement.cpp
nsXFormsSendElement.cpp 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
nsXFormsSetFocusElement.cpp
nsXFormsSetIndexElement.cpp 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
nsXFormsSetValueElement.cpp
nsXFormsStubElement.cpp Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com 2005-03-06 12:30:12 +00:00
nsXFormsStubElement.h
nsXFormsSubmissionElement.cpp 181938 allow any protocol to support redirection, using a new 2005-03-07 19:46:06 +00:00
nsXFormsSubmissionElement.h 181938 allow any protocol to support redirection, using a new 2005-03-07 19:46:06 +00:00
nsXFormsSwitchElement.cpp
nsXFormsToggleElement.cpp
nsXFormsTriggerElement.cpp 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
nsXFormsTypes.h
nsXFormsUploadElement.cpp
nsXFormsUtilityService.cpp Bug 282777 - Implement index() xpath function. Patch by aaronr@us.ibm.com, r=sicking, beaufour 2005-02-23 17:17:47 +00:00
nsXFormsUtilityService.h
nsXFormsUtils.cpp Make nsXFormsUtils::ReportError() use nsIScriptError, so we can log different error types. Bug 289518, patch by doron, r=aaronr+me, a=mkaply (NBOTB) 2005-04-13 08:06:17 +00:00
nsXFormsUtils.h Make nsXFormsUtils::ReportError() use nsIScriptError, so we can log different error types. Bug 289518, patch by doron, r=aaronr+me, a=mkaply (NBOTB) 2005-04-13 08:06:17 +00:00
nsXFormsValueElement.cpp
nsXFormsXPathAnalyzer.cpp 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
nsXFormsXPathAnalyzer.h 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
nsXFormsXPathNode.cpp
nsXFormsXPathNode.h
nsXFormsXPathParser.cpp
nsXFormsXPathParser.h
nsXFormsXPathScanner.cpp Simple fix for XPath scanner (code that will die in the future). Bug 277929, r=doronr 2005-02-24 16:18:46 +00:00
nsXFormsXPathScanner.h
nsXFormsXPathXMLUtil.cpp
nsXFormsXPathXMLUtil.h
xforms.css Bug 287272 - The default color for the xforms:hint should be InfoText/InfoBackground, r=doron 2005-03-22 21:57:30 +00:00