jst%mozilla.jstenback.com
|
50de4a3e1d
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +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 |
|
allan%beaufour.dk
|
a83db34b4c
|
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
|
18b66d292c
|
Fixing bustage, bug 291935, the ifdef had crawled in the wrong place :)
|
2005-04-27 09:04:07 +00:00 |
|
allan%beaufour.dk
|
c2f048e0c3
|
Add some debug printing to nsXFormsUtils::ReportError, r=doronr, a=mkaply, NPOTB
|
2005-04-27 08:29:42 +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
|
79ebd08982
|
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
|
3bbabc8a29
|
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
|
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 |
|
bsmedberg%covad.net
|
be30b2f533
|
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
|
2005-04-04 18:38:19 +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 |
|
Olli.Pettay%helsinki.fi
|
19576bb42c
|
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
|
fe69e3a959
|
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
|
4a9b5cc118
|
XForms bug 285207 - Need to handle inline schema. r=cartman/smaug
|
2005-03-16 18:09:40 +00:00 |
|
allan%beaufour.dk
|
1738cfb5b2
|
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
|
60e2e74268
|
Bug 280945 - XForms XPI missing nsSchemaValidatorRegexp.js. Patch by beaufour, r=me
|
2005-03-11 15:55:39 +00:00 |
|
allan%beaufour.dk
|
5c86958214
|
Expression with no meaning. Bug 285434, r=smaug
|
2005-03-10 09:42:15 +00:00 |
|
allan%beaufour.dk
|
d95842a49c
|
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
|
e8d4c35266
|
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
|
74514ee1bf
|
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
|
a57ec3f6dc
|
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
|
8c8a0f54c2
|
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
|
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 |
|
doronr%us.ibm.com
|
0ccb1b812a
|
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
|
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
|
3243c8f515
|
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
|
b15a475d7f
|
Forgot to remove nsXFormsMDGSet ... bug 278369
|
2005-02-24 14:38:44 +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
|
1662cd40fa
|
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
|
2d88b38e4a
|
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
|
dd690f3ef1
|
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
|
f6d43aa074
|
XForms bug 273428. Patch by aaronr, r=me,beaufour.
|
2005-02-22 22:11:51 +00:00 |
|
doronr%us.ibm.com
|
395f555875
|
XForms bug 282263 - XForms Submission doesn't copy over namespaces. r=aaronr,beaufour
|
2005-02-21 17:22:26 +00:00 |
|
allan%beaufour.dk
|
dd61e1c7b5
|
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
|
724a86c712
|
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
|
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
|
8fed129e53
|
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
|
529e7b08db
|
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
|
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 |
|
allan%beaufour.dk
|
9179f0a5b4
|
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
|
784c9d05f6
|
Implementation of setindex element and repeat-index functionality. Bug 278209, r=smaug+aaronr
|
2005-02-18 09:38:32 +00:00 |
|
allan%beaufour.dk
|
191b779fe4
|
Cosmetic check in: Fixed out-of-date comments.
|
2005-02-10 11:02:43 +00:00 |
|
allan%beaufour.dk
|
d77ae785d1
|
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
|
9fc0546e03
|
Remaining controls implement nsIXFormsContextControl, through nsXFormsControlStub, bug 280017, r=smaug, sr=bryner
|
2005-02-09 09:57:31 +00:00 |
|
doronr%us.ibm.com
|
ca58d9d036
|
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
|
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 |
|