.. |
resources
|
XForms bug 329136 - XForms needs to validate instance documents against their schema. r=aaronr, allan
|
2006-04-05 16:51:11 +00:00 |
.cvsignore
|
[XForms] Fix xforms build system. Bug 298431, r=benjamin
|
2005-10-19 07:11:06 +00:00 |
install.jst
|
[XForms] Add skin directory. Bug 310122, r=doronr+me, patch by surkov@dc.baikal.ru
|
2006-03-31 08:30:36 +00:00 |
install.rdf
|
[XForms] Include Gecko version and build ID in extension description. Bug 327305, r=doronr+aaronr
|
2006-02-17 10:04:39 +00:00 |
jar.mn
|
[XForms] Select widgets for XUL. Bug 323851, r=aaronr+doronr, patch by surkov@dc.baikal.ru
|
2006-04-04 08:07:12 +00:00 |
Makefile.in
|
[XForms] Bump extension version to 0.5. Bug 327041, r=smaug+aaronr
|
2006-03-30 08:26:33 +00:00 |
nsIDelegateInternal.idl
|
[XForms] Revise custom control interface. Bug 306764, r=aaronr+smaug
|
2005-11-05 16:11:42 +00:00 |
nsIInstanceElementPrivate.idl
|
[XForms] Expose a .getInstanceDoc() interface on instance elements. Bug 330252, patch by surkov, r=allan+aaronr
|
2006-03-17 02:19:07 +00:00 |
nsIModelElementPrivate.idl
|
[XForms] Fix UI dependencies. Bug 305060, r=aaronr+smaug
|
2006-03-29 10:49:28 +00:00 |
nsIXFormsAccessors.idl
|
[XForms] Fixes issue with selects and itemsets. Bug 316895, r=allan+smaug
|
2006-02-23 23:53:23 +00:00 |
nsIXFormsActionElement.idl
|
|
|
nsIXFormsActionModuleElement.idl
|
|
|
nsIXFormsCaseElement.idl
|
|
|
nsIXFormsCaseUIElement.idl
|
|
|
nsIXFormsContextControl.idl
|
|
|
nsIXFormsControl.idl
|
[XForms] Make binds static. Bug 307421, r=aaronr+smaug
|
2006-02-23 11:25:07 +00:00 |
nsIXFormsControlBase.idl
|
|
|
nsIXFormsCopyElement.idl
|
XForms Bug 279063 - implement copy element. Patch by aaronr, r=me,smaug,allan
|
2005-11-17 22:00:27 +00:00 |
nsIXFormsDelegate.idl
|
[XForms] First go at the range element. Lots of room for improvement still. Bug 271044, r=aaronr+smaug
|
2005-11-14 08:42:36 +00:00 |
nsIXFormsItemElement.idl
|
XForms Bug 279063 - implement copy element. Patch by aaronr, r=me,smaug,allan
|
2005-11-17 22:00:27 +00:00 |
nsIXFormsItemSetUIElement.idl
|
|
|
nsIXFormsLabelElement.idl
|
|
|
nsIXFormsModelElement.idl
|
|
|
nsIXFormsNSInstanceElement.idl
|
[XForms] Expose a .getInstanceDoc() interface on instance elements. Bug 330252, patch by surkov, r=allan+aaronr
|
2006-03-17 02:19:07 +00:00 |
nsIXFormsNSModelElement.idl
|
[XForms] Add interface for enumerating model instances. Bug 307093, r=smaug+doronr
|
2005-10-25 17:29:56 +00:00 |
nsIXFormsRangeAccessors.idl
|
[XForms] First go at the range element. Lots of room for improvement still. Bug 271044, r=aaronr+smaug
|
2005-11-14 08:42:36 +00:00 |
nsIXFormsRepeatElement.idl
|
[XForms] Modify repeat-index on insert and delete. Bug 282828, r=doronr+aaronr
|
2006-03-29 07:39:28 +00:00 |
nsIXFormsRepeatItemElement.idl
|
Bug 331081, Nested repeats are not working on trunk, r=aaronr+allan
|
2006-04-04 19:51:31 +00:00 |
nsIXFormsSelectChild.idl
|
XForms Bug 279063 - implement copy element. Patch by aaronr, r=me,smaug,allan
|
2005-11-17 22:00:27 +00:00 |
nsIXFormsSubmissionElement.idl
|
|
|
nsIXFormsSubmitElement.idl
|
|
|
nsIXFormsSwitchElement.idl
|
|
|
nsIXFormsUIWidget.idl
|
[XForms] Revise custom control interface. Bug 306764, r=aaronr+smaug
|
2005-11-05 16:11:42 +00:00 |
nsIXFormsUploadElement.idl
|
Bug 275453 - Finish <upload> implementation. r=allan, r=aaronr. Not part of default build.
|
2005-10-23 04:24:23 +00:00 |
nsIXFormsUploadUIElement.idl
|
Bug 275453 - Finish <upload> implementation. r=allan, r=aaronr. Not part of default build.
|
2005-10-23 04:24:23 +00:00 |
nsIXFormsValueElement.idl
|
|
|
nsXFormsAccessors.cpp
|
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
|
2006-03-15 04:59:42 +00:00 |
nsXFormsAccessors.h
|
[XForms] First go at the range element. Lots of room for improvement still. Bug 271044, r=aaronr+smaug
|
2005-11-14 08:42:36 +00:00 |
nsXFormsActionElement.cpp
|
Bug 312687, XBLize action module elements, part 1, r=allan+doronr
|
2006-02-27 17:02:43 +00:00 |
nsXFormsActionElement.h
|
Bug 312687, XBLize action module elements, part 1, r=allan+doronr
|
2006-02-27 17:02:43 +00:00 |
nsXFormsActionModuleBase.cpp
|
Bug 328344, action module elements leak, r=aaronr+doronr
|
2006-02-24 19:13:43 +00:00 |
nsXFormsActionModuleBase.h
|
Bug 328344, action module elements leak, r=aaronr+doronr
|
2006-02-24 19:13:43 +00:00 |
nsXFormsAtoms.cpp
|
[XForms] generate xforms-link-error for help, hint, alert and message elements. Bug 300255, r=smaug+allan
|
2006-03-22 18:05:49 +00:00 |
nsXFormsAtoms.h
|
[XForms] generate xforms-link-error for help, hint, alert and message elements. Bug 300255, r=smaug+allan
|
2006-03-22 18:05:49 +00:00 |
nsXFormsCaseElement.cpp
|
[XForms] Fix selected attribute on case elements. Bug 332129, r=aaonr+doronr
|
2006-04-04 08:12:38 +00:00 |
nsXFormsChoicesElement.cpp
|
XForms Bug 279063 - implement copy element. Patch by aaronr, r=me,smaug,allan
|
2005-11-17 22:00:27 +00:00 |
nsXFormsContextContainer.cpp
|
Bug 331081, Nested repeats are not working on trunk, r=aaronr+allan
|
2006-04-04 19:51:31 +00:00 |
nsXFormsControlStub.cpp
|
[XForms] Fix context setting for output with value attribute. Bug 305196, r=smaug+aaronr
|
2006-04-06 08:08:55 +00:00 |
nsXFormsControlStub.h
|
[XForms] Fix context setting for output with value attribute. Bug 305196, r=smaug+aaronr
|
2006-04-06 08:08:55 +00:00 |
nsXFormsCopyElement.cpp
|
[XForms] Make binds static. Bug 307421, r=aaronr+smaug
|
2006-02-23 11:25:07 +00:00 |
nsXFormsDelegateStub.cpp
|
[XForms] Fix excessive refreshing for delegate controls. Bug 327985, r=aaronr+me, patch by surkov@dc.baikal.ru
|
2006-03-20 10:47:06 +00:00 |
nsXFormsDelegateStub.h
|
[XForms] Revise custom control interface. Bug 306764, r=aaronr+smaug
|
2005-11-05 16:11:42 +00:00 |
nsXFormsDispatchElement.cpp
|
|
|
nsXFormsElementFactory.cpp
|
XForms Bug 279063 - implement copy element. Patch by aaronr, r=me,smaug,allan
|
2005-11-17 22:00:27 +00:00 |
nsXFormsElementFactory.h
|
Bug 305763, Application control models (support for JS), r=aaronr+allan
|
2005-10-19 20:55:53 +00:00 |
nsXFormsGroupElement.cpp
|
|
|
nsXFormsInputElement.cpp
|
|
|
nsXFormsInsertDeleteElement.cpp
|
[XForms] Modify repeat-index on insert and delete. Bug 282828, r=doronr+aaronr
|
2006-03-29 07:39:28 +00:00 |
nsXFormsInstanceElement.cpp
|
[XForms] Remove use of deprecated instanceLoadOrigin error. Bug 332215, r=doronr+smaug
|
2006-03-31 08:40:05 +00:00 |
nsXFormsInstanceElement.h
|
[XForms] Expose a .getInstanceDoc() interface on instance elements. Bug 330252, patch by surkov, r=allan+aaronr
|
2006-03-17 02:19:07 +00:00 |
nsXFormsItemElement.cpp
|
[XForms] Add null-check for PermManager in XFormsUtils. Bug 326249, r=doronr+smaug
|
2006-02-08 08:30:03 +00:00 |
nsXFormsItemSetElement.cpp
|
[XForms] Fix UI dependencies. Bug 305060, r=aaronr+smaug
|
2006-03-29 10:49:28 +00:00 |
nsXFormsLabelElement.cpp
|
[XForms] generate xforms-link-error for help, hint, alert and message elements. Bug 300255, r=smaug+allan
|
2006-03-22 18:05:49 +00:00 |
nsXFormsLoadElement.cpp
|
XForms bug 310109 - XForms model-destruct event doesn't work with fastback. Patch by aaronr, r=smaug,me
|
2005-12-13 21:19:58 +00:00 |
nsXFormsMDGEngine.cpp
|
[XForms] Better logging of MDG loop errors. Bug 332125, r=doronr+smaug
|
2006-04-05 08:05:25 +00:00 |
nsXFormsMDGEngine.h
|
[XForms] Better logging of MDG loop errors. Bug 332125, r=doronr+smaug
|
2006-04-05 08:05:25 +00:00 |
nsXFormsMessageElement.cpp
|
[XForms] Handle size of modeless and modal messages in a better way. Bug 328585, r=me+doronr, patch by smaug
|
2006-03-28 10:47:10 +00:00 |
nsXFormsModelElement.cpp
|
Checkin for XForms bug 329136 breaks windows - should use nsresult and not NS_IMETHODIMP
|
2006-04-05 18:25:41 +00:00 |
nsXFormsModelElement.h
|
XForms bug 329136 - XForms needs to validate instance documents against their schema. r=aaronr, allan
|
2006-04-05 16:51:11 +00:00 |
nsXFormsModule.cpp
|
Bug 305763, Application control models (support for JS), r=aaronr+allan
|
2005-10-19 20:55:53 +00:00 |
nsXFormsNodeState.cpp
|
[XForms] nsXFormsNodeState should work with NS_EVENT constants. Bug 324096, r=smaug+aaronr
|
2006-03-01 09:03:29 +00:00 |
nsXFormsNodeState.h
|
[XForms] nsXFormsNodeState should work with NS_EVENT constants. Bug 324096, r=smaug+aaronr
|
2006-03-01 09:03:29 +00:00 |
nsXFormsOutputElement.cpp
|
[XForms] Fix context setting for output with value attribute. Bug 305196, r=smaug+aaronr
|
2006-04-06 08:08:55 +00:00 |
nsXFormsRangeAccessors.cpp
|
[XForms] Fix range crash on reloading page. Bug 329379, r=me+aaronr, patch by smaug
|
2006-03-21 09:19:13 +00:00 |
nsXFormsRangeAccessors.h
|
[XForms] Fix range crash on reloading page. Bug 329379, r=me+aaronr, patch by smaug
|
2006-03-21 09:19:13 +00:00 |
nsXFormsRangeElement.cpp
|
[XForms] First go at the range element. Lots of room for improvement still. Bug 271044, r=aaronr+smaug
|
2005-11-14 08:42:36 +00:00 |
nsXFormsRebuildElement.cpp
|
|
|
nsXFormsRecalculateElement.cpp
|
|
|
nsXFormsRefreshElement.cpp
|
|
|
nsXFormsRepeatElement.cpp
|
[XForms] Fix UI dependencies. Bug 305060, r=aaronr+smaug
|
2006-03-29 10:49:28 +00:00 |
nsXFormsResetElement.cpp
|
|
|
nsXFormsRevalidateElement.cpp
|
|
|
nsXFormsSchemaValidator.cpp
|
XForms bug 329136 - XForms needs to validate instance documents against their schema. r=aaronr, allan
|
2006-04-05 16:51:11 +00:00 |
nsXFormsSchemaValidator.h
|
XForms bug 329136 - XForms needs to validate instance documents against their schema. r=aaronr, allan
|
2006-04-05 16:51:11 +00:00 |
nsXFormsSelect1Element.cpp
|
|
|
nsXFormsSelectElement.cpp
|
|
|
nsXFormsSendElement.cpp
|
|
|
nsXFormsSetFocusElement.cpp
|
|
|
nsXFormsSetIndexElement.cpp
|
[XForms] Make binds static. Bug 307421, r=aaronr+smaug
|
2006-02-23 11:25:07 +00:00 |
nsXFormsSetValueElement.cpp
|
[XForms] Make binds static. Bug 307421, r=aaronr+smaug
|
2006-02-23 11:25:07 +00:00 |
nsXFormsStubElement.cpp
|
|
|
nsXFormsStubElement.h
|
|
|
nsXFormsSubmissionElement.cpp
|
[XForms] Fix required check for partial submissions. Bug 331961, r=aaronr+smaug
|
2006-03-29 07:37:17 +00:00 |
nsXFormsSubmissionElement.h
|
[XForms] Fixup submission cosmetics. Bug 332072, r=smaug+doronr
|
2006-03-30 08:28:00 +00:00 |
nsXFormsSwitchElement.cpp
|
[XForms] Fix selected attribute on case elements. Bug 332129, r=aaonr+doronr
|
2006-04-04 08:12:38 +00:00 |
nsXFormsToggleElement.cpp
|
|
|
nsXFormsTriggerElement.cpp
|
|
|
nsXFormsTypes.h
|
|
|
nsXFormsUploadElement.cpp
|
[XForms] Fix excessive refreshing for delegate controls. Bug 327985, r=aaronr+me, patch by surkov@dc.baikal.ru
|
2006-03-20 10:47:06 +00:00 |
nsXFormsUtilityService.cpp
|
[XForms] Add interface for enumerating model instances. Bug 307093, r=smaug+doronr
|
2005-10-25 17:29:56 +00:00 |
nsXFormsUtilityService.h
|
|
|
nsXFormsUtils.cpp
|
[XForms] Fix context setting for output with value attribute. Bug 305196, r=smaug+aaronr
|
2006-04-06 08:08:55 +00:00 |
nsXFormsUtils.h
|
[XForms] Fix context setting for output with value attribute. Bug 305196, r=smaug+aaronr
|
2006-04-06 08:08:55 +00:00 |
nsXFormsValueElement.cpp
|
[XForms] Make binds static. Bug 307421, r=aaronr+smaug
|
2006-02-23 11:25:07 +00:00 |
nsXFormsXPathAnalyzer.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
nsXFormsXPathAnalyzer.h
|
[XForms] Fix refreshing for output with @value. Bug 293571, r=doronr+aaronr
|
2006-03-29 07:54:37 +00:00 |
nsXFormsXPathNode.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
nsXFormsXPathNode.h
|
|
|
nsXFormsXPathParser.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
nsXFormsXPathParser.h
|
|
|
nsXFormsXPathScanner.cpp
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
nsXFormsXPathScanner.h
|
|
|
nsXFormsXPathXMLUtil.cpp
|
|
|
nsXFormsXPathXMLUtil.h
|
|
|