allan%beaufour.dk
ce0c60971b
[XForms] Fix UI dependencies. Bug 305060, r=aaronr+smaug
2006-03-29 10:49:28 +00:00
allan%beaufour.dk
c51b467e4e
[XForms] Fix refreshing for output with @value. Bug 293571, r=doronr+aaronr
2006-03-29 07:54:37 +00:00
allan%beaufour.dk
616d8224b0
[XForms] Modify repeat-index on insert and delete. Bug 282828, r=doronr+aaronr
2006-03-29 07:39:28 +00:00
allan%beaufour.dk
d73fb3d92a
[XForms] Fix required check for partial submissions. Bug 331961, r=aaronr+smaug
2006-03-29 07:37:17 +00:00
mnyromyr%tprac.de
6cc0a3ccdb
Bug 216426: always on top behaviour of help window; p=R.J. Keller <rjkeller@kellertechnologies.com>/<stefanh@bluebottle.com>, r=IanN, sr=neil
2006-03-28 21:19:31 +00:00
aaronr%us.ibm.com
92a9341964
[XForms] Hook up schemaLoadError to the fatal error dialog box. Bug 329520, patch by msterlin, r=allan+aaronr
2006-03-28 19:26:45 +00:00
mhammond%skippinet.com.au
46b0ad6adf
Bug 129216: Integrate Python xpcom bindings with build system
...
Should not affect the default build!
r=benjamin, rs=brendan
2006-03-28 10:57:18 +00:00
allan%beaufour.dk
3a2d1fe16d
[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
allan%beaufour.dk
db0a0e64e6
[XForms] Fix changed nodes error on form initialization. Bug 331469, r=doronr+smaug
2006-03-28 07:54:44 +00:00
silver%warwickcompsoc.co.uk
887b95a9fe
Bump version to 0.9.86 so we can actually release a version and know what's going on. r=me
2006-03-28 02:37:59 +00:00
bryner%brianryner.com
a7a6028139
fix usage of mEventSet prior to initializing it (regression from bug 331166) r=marria
2006-03-28 01:40:22 +00:00
bryner%brianryner.com
5dff8731c7
Separate the window ID map from the window collector, so that there's not a dependency between the collectors (bug 331508), r=marria
2006-03-27 22:48:14 +00:00
allan%beaufour.dk
4d34bb7b87
(new file) [XForms] Expose base bindings for select widgets. Bug 323849, r=doronr+aaronr, patch by surkov@dc.baikal.ru
2006-03-27 08:40:50 +00:00
allan%beaufour.dk
81690d8fa4
[XForms] Expose base bindings for select widgets. Bug 323849, r=doronr+aaronr, patch by surkov@dc.baikal.ru
2006-03-27 08:40:13 +00:00
roc+%cs.cmu.edu
1a94b0ebf3
Bug 326501. Mark tree views as being suitable for untrusted code. r+sr=bzbarsky
2006-03-26 20:59:03 +00:00
Olli.Pettay%helsinki.fi
ee372ff167
Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
2006-03-25 22:03:49 +00:00
silver%warwickcompsoc.co.uk
4e91f7941b
Bug 326523 - Strip spaces from CTCP ping replies (IRC services send this).
...
ChatZilla only.
r=samuel
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-03-25 17:02:08 +00:00
silver%warwickcompsoc.co.uk
7d28009051
Bug 330164 - Use nickname!*@* for ban masks when the hostname is not yet available.
...
ChatZilla only.
r=samuel
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-03-25 16:56:59 +00:00
silver%warwickcompsoc.co.uk
6b0072c283
Bug 307774 - Capture drag-drop and pasting of text and switch to multiline input if appropriate.
...
ChatZilla only.
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-03-25 16:52:44 +00:00
bryner%brianryner.com
0ec527b6ae
change <load> event to <document action='load'> for consistency (bug 330711). r=marria
2006-03-25 02:34:17 +00:00
darin%meer.net
132655aa68
fixes bug 329713 "check for memory leaks" patch by tony@ponderer.org, r=darin
2006-03-24 22:57:47 +00:00
timeless%mozdev.org
06c8cc9b67
Bug 331184 string changes required for DOMI bug 109481
...
removing old strings (fixing build "bustage")
2006-03-24 21:21:47 +00:00
timeless%mozdev.org
4310e2dcd1
Bug 331184 string changes required for DOMI bug 109481
...
restoring da as it is now current
2006-03-24 21:02:37 +00:00
timeless%mozdev.org
7e2b0f0ef7
Bug 331184 string changes required for DOMI bug 109481
...
patch by sskroeder@skroeder.dk
2006-03-24 20:51:53 +00:00
bryner%brianryner.com
0f05dc84d8
fix metrics build on the 1.8 branch, where NS_ASSIGNMENT_COPY is not defined (bug 331622). patch by darin, r=me.
2006-03-24 19:00:20 +00:00
cvshook%sicking.cc
1b3207b1d5
Relanding patches that (hopefully) don't affect Tdhtml
2006-03-24 00:09:50 +00:00
aaronr%us.ibm.com
e82cf28125
[XForms] Output element isn't refreshed in some cases Bug 310276, r=allan+smaug
2006-03-23 22:52:03 +00:00
bryner%brianryner.com
3260b52a9c
- attach a session id to each logged event
...
- move the bulk of MetricsService startup to the profile-after-change notification, so that it can read and write profile prefs.
- don't start up all collectors at startup, just the ones we were told to enable. make the collectors handle repeated startup or shutdown calls.
- move log flushing from xpcom-shutdown to quit-application to avoid DOM serializer crashes
- default to no event limit, if the server doesn't give a limit
- avoid a debug warning if there's no config file present at startup
bug 331166, r=marria
2006-03-23 21:34:00 +00:00
bryner%brianryner.com
93ef437883
Go back to the attribute-based approach for client id (bug 330712), r=darin.
2006-03-23 20:33:58 +00:00
allan%beaufour.dk
ce434e377c
[XForms] Fix accessors interface for group. Bug 331197, r=smaug+doronr
2006-03-23 09:12:41 +00:00
allan%beaufour.dk
5194cfefb8
[XForms] Moved upload to xforms-xhtml. Bug 328150, r=me+doronr, patch by surkov@dc.baikal.ru
2006-03-23 09:10:42 +00:00
allan%beaufour.dk
82d07f0e1e
[XForms] Fix namespace issues with submission. Bug 329479, r=doronr+me, patch by surkov@dc.baikal.ru
2006-03-23 09:07:21 +00:00
cvshook%sicking.cc
e26140ab7d
Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364.
2006-03-23 08:21:21 +00:00
roc+%cs.cmu.edu
5811612f23
Bug 331412. XForms breaks 64-bit builds. r=aaronr
2006-03-23 03:22:47 +00:00
doronr%us.ibm.com
5a87b29c79
XForms bug 331328 - Schema changes only reflected on restart. r=aaronr,allan
2006-03-22 19:36:27 +00:00
aaronr%us.ibm.com
985c4cfc84
[XForms] fixing required bind for all submission methods. Bug 326452, patch by sspeiche, r=doronr+allan
2006-03-22 19:27:46 +00:00
bryner%brianryner.com
a68038606f
fixing bad assertion bustage, bug 330712
2006-03-22 18:19:06 +00:00
aaronr%us.ibm.com
1ead5508bb
[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
kairo%kairo.at
c5f7025c57
bug 331189 - string changes required (in German locale) for DOMI bug 109481, additionally fix .properties file to really include strings (my local conversion script was buggy)
2006-03-22 16:30:48 +00:00
dbaron%dbaron.org
7267168b26
Fix backwards pointers. b=330855 r=doron sr=jst
2006-03-22 07:16:55 +00:00
bryner%brianryner.com
17bd271bdc
#ifdef'ing new include for the branch
2006-03-22 04:59:11 +00:00
bryner%brianryner.com
be4cba9e54
Generate a client ID and send it in an HTTP header (bug 330712) r=darin
2006-03-22 02:53:05 +00:00
benjamin%smedbergs.us
62564c6c35
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-03-21 18:39:56 +00:00
doronr%us.ibm.com
19cca81baf
Bug 328092 - Schema Validation: Duraations have problems with pre-1900 dates due to NSPR. r=aaronr
2006-03-21 16:39:36 +00:00
benjamin%smedbergs.us
c2e0194764
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-03-21 14:41:13 +00:00
timeless%mozdev.org
7915c0f851
Bug 109481 Easy way to pick open pages (as opposed to open windows)
...
localizations by:
cs-CZ p.franc@gmail.com
2006-03-21 10:33:13 +00:00
timeless%mozdev.org
5611e1e467
Bug 109481 Easy way to pick open pages (as opposed to open windows)
...
introduced strings for which replacements were not available for:
cs-CZ da fr pt-BR sk zh-TW
So they have been removed from this Makefile.in until they're provided.
de remains in the list because kairo promised to translate the en-us strings
that we copied into de per his request.
2006-03-21 10:14:49 +00:00
timeless%mozdev.org
6bcb9f1164
Bug 109481 Easy way to pick open pages (as opposed to open windows)
...
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
localizations by:
hu timar@fsf.hu
pl marek.stepien@gmail.com
ru als@mozilla.ru
sv-SE hasse@jasajudeju.se
el pkst@gmx.net
nb-NO havarmor@stud.ntnu.no
zh-CN shaohua.wen@gmail.com
ga-IE kscanne@yahoo.com
German committed w/ English strings per kairo
2006-03-21 09:57:36 +00:00
allan%beaufour.dk
b423df6208
[XForms] Fix range crash on reloading page. Bug 329379, r=me+aaronr, patch by smaug
2006-03-21 09:19:13 +00:00
timeless%mozdev.org
3a351ccd58
Bug 328009 UniversalChardetTest.cpp(65) : warning C4800: 'const PRBool' : forcing value to bool 'true' or 'false' (performance warning)
...
r=smontagu sr=bz
2006-03-21 06:35:45 +00:00