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

7084 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 24074e3d8b - 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 ded7c30864 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 26ffa16738 [XForms] Fix accessors interface for group. Bug 331197, r=smaug+doronr 2006-03-23 09:12:41 +00:00
allan%beaufour.dk 64323d7f43 [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 1a26d72755 [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 6cc41878a9 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 d578dd8fc2 Bug 331412. XForms breaks 64-bit builds. r=aaronr 2006-03-23 03:22:47 +00:00
doronr%us.ibm.com 4eac5ca0f0 XForms bug 331328 - Schema changes only reflected on restart. r=aaronr,allan 2006-03-22 19:36:27 +00:00
aaronr%us.ibm.com ff5d3f6461 [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 a6728de24f fixing bad assertion bustage, bug 330712 2006-03-22 18:19:06 +00:00
aaronr%us.ibm.com e0cb6fe99c [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 b9ae51f9d3 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 e060297bba Fix backwards pointers. b=330855 r=doron sr=jst 2006-03-22 07:16:55 +00:00
bryner%brianryner.com c7a4820900 #ifdef'ing new include for the branch 2006-03-22 04:59:11 +00:00
bryner%brianryner.com 7d279f4e5c 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 85d6fff4b8 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 e748d45426 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 c28452f142 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 b310c2ba88 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 a4ea900d1d 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 51da15c5cc 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 28df09ffa3 [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 b71940493b 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
doronr%us.ibm.com 47cc06ac4a XForms bug 330671 - multiple message dialogs don't always show. r=aaronr,allan 2006-03-20 19:17:14 +00:00
allan%beaufour.dk b53c170324 [XForms] Fix submit issue for XUL. Bug 323006, r=smaug+me, patch by surkov@dc.baikal.ru 2006-03-20 11:04:57 +00:00
allan%beaufour.dk e2f28bd96b [XForms] Pick out calendar widget. Bug 329204, r=doronr+me, patch by surkov@dc.baikal.ru 2006-03-20 11:00:10 +00:00
allan%beaufour.dk 85aa37d6cb [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
silver%warwickcompsoc.co.uk c639cd1bcb Bug 329702 - Allow code to hook all commands as well as individual ones.
ChatZilla only.
r=samuel
2006-03-18 15:20:32 +00:00
mkaply%us.ibm.com ff21abd5f6 Add validation for id/name/version 2006-03-17 17:41:10 +00:00
darin%meer.net cc3b41a11c fixes bug 328125 "Add support for dynamic configuration and throttling" r=bryner 2006-03-17 02:58:16 +00:00
aaronr%us.ibm.com 4e4e1c502d [XForms] Expose a .getInstanceDoc() interface on instance elements. Bug 330252, patch by surkov, r=allan+aaronr 2006-03-17 02:19:07 +00:00
gijskruitbosch%gmail.com eddd88c451 No bug. Update talkback link with the new URL.
ChatZilla Only.
r=samuel on IRC
2006-03-17 00:11:28 +00:00
pedemont%us.ibm.com 2c19163739 Bug 329159 - StringIndexOutOfBoundsException in Mozilla.getGREPathFromRegistryFile. r=mkaply. 2006-03-16 20:59:42 +00:00
aaronr%us.ibm.com 77fcfae838 [XForms] Generate xforms-compute-exceptions for binds. Bug 330579, r=doronr+smaug 2006-03-16 19:17:19 +00:00
timeless%mozdev.org c6504aac76 Bug 242729 Copy in the right-click menu in the DOM inspector nodeName/nodeValue doesn't work
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
2006-03-16 06:23:03 +00:00
pedemont%us.ibm.com c3ca55e915 Bug 315767 - Submission of large files using multipart-post doesn't work. r=darin, r=aaronr 2006-03-15 20:42:50 +00:00
doronr%us.ibm.com 61395526f4 Bug 329970 - nsSchemaLoader does not copy over attributes for DERIVATION_RESTRICTION_COMPLEX r=peterv 2006-03-15 17:13:09 +00:00
allan%beaufour.dk 1465a361dc [XForms] Show error on invalid qname for lazy created node. Bug 317527, r=me+doronr, patch by aaronr 2006-03-15 09:31:13 +00:00
allan%beaufour.dk b6a9a77a6d [XForms] Do not dispatch events on form load. Bug 329633. r=aaronr+smaug 2006-03-15 09:18:06 +00:00
bryner%brianryner.com 9a5030a0e4 fixing bustage, bug 330420 2006-03-15 06:31:46 +00:00
bryner%brianryner.com 41e6c02b2f 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
darin%meer.net 4087d000df fixes bug 328068 "[osx] gather memory usage data for load events" r=bryner 2006-03-15 00:25:05 +00:00
bugzilla%arlen.demon.co.uk 85efcee282 Bug 329901 Use MDC for some external links
p=Giacomo Magnini <giacomo.magnini@portalis.it> r=me
2006-03-14 22:39:36 +00:00
bzbarsky%mit.edu a87da277e8 Followup to fix build bustage. Bug 305710 2006-03-14 19:29:38 +00:00
bzbarsky%mit.edu 7409f92dda nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24
<jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2006-03-14 17:12:41 +00:00
allan%beaufour.dk d67c14b8ec [XForms] Fix .xf-repeat-item on load and refresh. Bug 329885, r=smaug+doronr 2006-03-14 08:50:49 +00:00
allan%beaufour.dk fa2b655e51 [XForms] Move accesskey label into xforms-xhtml.xml. Bug 327998, r=doronr+me, patch by surkov@dc.baikal.ru 2006-03-13 09:06:34 +00:00
mnyromyr%tprac.de 2162bbbe60 Bug 330171: Remove documentation of DPI prefs; p=<stefanh@bluebottle.com>, r=IanN 2006-03-12 20:52:02 +00:00
darin%meer.net b0ba7d76d7 fixes bug 328068 "gather memory usage data for load events" r=bryner 2006-03-08 15:09:25 +00:00
allan%beaufour.dk 1236a0aa3a [XForms] Fix excess refresh during widget loading. Bug 326766, r=smaug+me, patch by surkov@dc.baikal.ru 2006-03-08 10:14:50 +00:00