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

143 Коммитов

Автор SHA1 Сообщение Дата
allan%beaufour.dk 0d9693ccba Fix timing problems for controls using index(). Bug 291797, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:23: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 e9e46eb011 Fixing bustage, bug 291935, the ifdef had crawled in the wrong place :) 2005-04-27 09:04:07 +00:00
allan%beaufour.dk 4ca9902362 Add some debug printing to nsXFormsUtils::ReportError, r=doronr, a=mkaply, NPOTB 2005-04-27 08:29:42 +00:00
doronr%us.ibm.com a3729a2944 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 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
allan%beaufour.dk 6c6a8f933d 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 ecafb5f5ba 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
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 73daceabec 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 2fafb291c7 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
bsmedberg%covad.net 44c4cbce10 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 18:38:19 +00:00
doronr%us.ibm.com 360774b197 Bug 287714 - Add console outputting of XForms errors. r=aaronr,smaug 2005-03-30 16:41:07 +00:00
Olli.Pettay%helsinki.fi 5003885b69 Bug 287272 - The default color for the xforms:hint should be InfoText/InfoBackground, r=doron 2005-03-22 21:57:30 +00:00
allan%beaufour.dk cb08506c94 Backing out bug 285094 until bug 285658 is fixed, so nightly builds will install 2005-03-18 09:33:41 +00:00
doronr%us.ibm.com bd0379ad70 XForms bug 285207 - Need to handle inline schema. r=cartman/smaug 2005-03-16 18:09:40 +00:00
allan%beaufour.dk e18b82563c Fix xpi packaging, so version is taken from Makefile.in and make clean removes temporaries. Bug 285418, r=aaronr 2005-03-15 09:12:57 +00:00
doronr%us.ibm.com d0a40f4e3c Bug 280945 - XForms XPI missing nsSchemaValidatorRegexp.js. Patch by beaufour, r=me 2005-03-11 15:55:39 +00:00
allan%beaufour.dk 89cde6f236 Expression with no meaning. Bug 285434, r=smaug 2005-03-10 09:42:15 +00:00
allan%beaufour.dk d7b94fc05f Make minimum version be 1.0+ for xpi install, and instert url and description too. Bug 285094, r=doron+smaug 2005-03-08 10:33:13 +00:00
cbiesinger%web.de 43ff9de092 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
allan%beaufour.dk c7e4628e31 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
jst%mozilla.jstenback.com cef561a155 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
allan%beaufour.dk d050903103 Quick fix for small oops in bug 283219... calling wrong function, patch by smaug@welho.com 2005-03-02 15:26:55 +00:00
doronr%us.ibm.com 7ffc71593f 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
doronr%us.ibm.com bfd7c2c343 XForms Bug 283219 - trigger with appearance minimal scenario fails. Patch by smaug, r=beaufour,me 2005-02-28 20:12:01 +00:00
allan%beaufour.dk 07589455f8 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 c3cda6c759 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 48165274f1 Simple fix for XPath scanner (code that will die in the future). Bug 277929, r=doronr 2005-02-24 16:18:46 +00:00
allan%beaufour.dk 1eefd0911b Forgot to remove nsXFormsMDGSet ... bug 278369 2005-02-24 14:38:44 +00:00
allan%beaufour.dk 8bcc795aa1 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 f8afe489b4 XForms bug 283240 - xforms:message not centered. Patch by aaronr@us.ibm.com, r=smaug,me 2005-02-23 20:35:04 +00:00
doronr%us.ibm.com 56811ef056 XForms bug 283006 - XForms seems vulnerable to http-redirect attacks. Patch by smaug, r=me/sr=darin 2005-02-23 18:01:11 +00:00
doronr%us.ibm.com a36acd266d Bug 282777 - Implement index() xpath function. Patch by aaronr@us.ibm.com, r=sicking, beaufour 2005-02-23 17:17:47 +00:00
doronr%us.ibm.com e9a49a3ae1 XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
doronr%us.ibm.com f15b55b1ee XForms bug 282263 - XForms Submission doesn't copy over namespaces. r=aaronr,beaufour 2005-02-21 17:22:26 +00:00
allan%beaufour.dk eabc376c3c Delays dispatching of document load event until all instances have been loaded. Bug 282351, r=aaronr/darin/me, patch by smaug@welho.com 2005-02-21 11:20:46 +00:00
doronr%us.ibm.com 66c18178e4 Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:32:46 +00:00
doronr%us.ibm.com e6cc204ee6 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 5786834889 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
allan%beaufour.dk e6dd3669d0 Fix crash when input points to a non-existing bind. Bug 281850, r=smaug+me, patch by doronr@gmail.com 2005-02-18 10:14:48 +00:00
allan%beaufour.dk 9624d8bcee 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
allan%beaufour.dk 626178e2ea Fix problem with controls not binding when using external instances. Bug 279021, r=smaug+aaronr 2005-02-18 09:48:13 +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 44829dcf7f Cosmetic check in: Fixed out-of-date comments. 2005-02-10 11:02:43 +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
doronr%us.ibm.com 95902d831f bug 280735 - os/2 code breaks xforms xpi packaging on windows. patch by aaronr@us.ibm.com, r=me. Evil os/2, bad os/2, die finally please. 2005-02-02 04:20:00 +00:00
bryner%brianryner.com 52a07396c0 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 aa7ee76a33 Support incremental=true for input controls (bug 279012). Patch by smaug@welho.com, r=allan@beaufour.dk, sr=me. 2005-02-01 19:38:00 +00:00