Commit Graph

7125 Commits

Author SHA1 Message Date
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
doronr%us.ibm.com
d587034c2f XForms bug 330671 - multiple message dialogs don't always show. r=aaronr,allan 2006-03-20 19:17:14 +00:00
allan%beaufour.dk
9abfee0cc3 [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
55ef40139b [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
a3361a75f4 [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
911241a85c 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
7190d3b7a2 Add validation for id/name/version 2006-03-17 17:41:10 +00:00
darin%meer.net
dd7ffaf0ca fixes bug 328125 "Add support for dynamic configuration and throttling" r=bryner 2006-03-17 02:58:16 +00:00
aaronr%us.ibm.com
649032f434 [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
d9335aa128 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
a267d6f58e Bug 329159 - StringIndexOutOfBoundsException in Mozilla.getGREPathFromRegistryFile. r=mkaply. 2006-03-16 20:59:42 +00:00
aaronr%us.ibm.com
c914c224ed [XForms] Generate xforms-compute-exceptions for binds. Bug 330579, r=doronr+smaug 2006-03-16 19:17:19 +00:00
timeless%mozdev.org
1059b8a1d2 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
a9c22aea40 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
f152c254c9 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
0c53db67db [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
f8a15f786a [XForms] Do not dispatch events on form load. Bug 329633. r=aaronr+smaug 2006-03-15 09:18:06 +00:00
bryner%brianryner.com
cdc7ad6d9b fixing bustage, bug 330420 2006-03-15 06:31:46 +00:00
bryner%brianryner.com
4cd1e2b280 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
f814fd1ca7 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
25a40828c6 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
be3b8788e1 Followup to fix build bustage. Bug 305710 2006-03-14 19:29:38 +00:00
bzbarsky%mit.edu
6e8df6adb8 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
4c75627c45 [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
e432ae5781 [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
69d87c56fa Bug 330171: Remove documentation of DPI prefs; p=<stefanh@bluebottle.com>, r=IanN 2006-03-12 20:52:02 +00:00
darin%meer.net
8f036a01aa fixes bug 328068 "gather memory usage data for load events" r=bryner 2006-03-08 15:09:25 +00:00
allan%beaufour.dk
a366580fad [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
cvshook%sicking.cc
418aee9cf3 Fix build bustage 2006-03-08 05:45:50 +00:00
cvshook%sicking.cc
de7a063b91 Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst 2006-03-08 05:01:16 +00:00
bugzilla%arlen.demon.co.uk
171a9628ee Bug 324992 Add pref UI for mail remote content's new prefs - fix bad grammar just introduced in help file
p=me r=stefanh
2006-03-08 00:44:25 +00:00
bugzilla%arlen.demon.co.uk
96b80e8718 Bug 324992 Add pref UI for mail remote content's new prefs
p=me r=mnyromyr sr=neil (for code) r=stefanh (for help)
2006-03-08 00:31:10 +00:00
bryner%brianryner.com
d886035f6f Initial checkin of Google Safe Browsing extension (bug 329292). Code contributed by fritz@google.com. Not yet part of the build. r=darin. 2006-03-07 18:36:56 +00:00
Olli.Pettay%helsinki.fi
f79ea0115b Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
jwatt%jwatt.org
82bf92359f Fixing bug 329356. Ban and except lists aren't formatted. Patched by Robert Marshall <rdmsoft@bugs.rdmsoft.com>. r=samuel@sieb.net 2006-03-07 15:48:17 +00:00
jwatt%jwatt.org
915c1ffeaf Fixing bug 329356. Ban and except lists aren't formatted. Patched by Robert Marshall <rdmsoft@bugs.rdmsoft.com>. r=samuel@sieb.net 2006-03-07 15:48:16 +00:00
allan%beaufour.dk
b09e1cc602 [XForms] Backup instances before dispatching xforms-ready. Bug 329510, r=aaronr+smaug 2006-03-07 09:20:12 +00:00
allan%beaufour.dk
c10af761f2 [XForms] Datepicker: Fix help/hint/alert position and add xf-value class. Bug 328873, r=doronr+smaug 2006-03-07 09:14:46 +00:00
bryner%brianryner.com
23f833fd94 Generate 'true' and 'false' for boolean values, rather than '1' and '0' (bug 329304). r=marria, 2006-03-07 05:31:32 +00:00
bryner%brianryner.com
ad2b3aee68 Get the DocShell by QI'ing the WebProgress object - this is easier and also allows the code to work on the 1.8 branch. Bug 329287, r=marria. 2006-03-07 05:02:40 +00:00
bienvenu%nventure.com
f0382acbd8 fix crash doing sspi auth, patch by schlichting@tu-harburg.de, r=cneberg@gmail.com, sr=bienvenu 2006-03-07 02:38:31 +00:00
silver%warwickcompsoc.co.uk
53216d6e39 Bump version number.
ChatZilla only.
2006-03-05 23:38:38 +00:00
gijskruitbosch%gmail.com
6bedd0f107 Bug 312931 - Logging goes to the wrong file if the date changes sufficiently.
ChatZilla Only.
r=silver (James Ross)
2006-03-05 23:32:28 +00:00
gijskruitbosch%gmail.com
fdd694fa06 No bug. ChatZilla only. Strict warning nits. R+ over IRC.
r=silver (James Ross)
2006-03-05 23:24:41 +00:00
bugzilla%arlen.demon.co.uk
56af1dd11e Bug 270170 XPInstall Permission Manager UI - patch for help
p=me r=stefanh
2006-03-05 22:27:35 +00:00
timeless%mozdev.org
b460a1f1d3 Bug 328750 Change --disable-jsd error message
r=silver
2006-03-05 06:09:34 +00:00
silver%warwickcompsoc.co.uk
63671f0e26 Bug 292428 - Make auto-away checking work per-network, and be configurable for the same.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2006-03-05 01:24:26 +00:00
silver%warwickcompsoc.co.uk
dfd654b704 Bug 277520 - Show some proper info in the DCC chat header bar, and show sensible stuff in the title for DCC chat and file transfers.
ChatZilla only.
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-03-05 01:18:58 +00:00
silver%warwickcompsoc.co.uk
9bd5398075 Bug 325457 - Add visual support for +a (admin) and +q (founder) modes on supported servers.
ChatZilla only.
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-03-05 01:13:34 +00:00
silver%warwickcompsoc.co.uk
6324418b63 Bug 40974 - Add away/nick menu to main menu for accessibility. Update links to website to new address. Add FAQ/homepage to Help menu. Work around bug 98997 (again).
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2006-03-04 23:11:40 +00:00
silver%warwickcompsoc.co.uk
ac2a2fda27 Bug 317001 - Make errors with channel joins go to the right channel view if possible.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2006-03-04 23:04:26 +00:00
gijskruitbosch%gmail.com
12f49379e7 Bug 329274 - Quit when connected prompt is too enthusiastic.
ChatZilla Only.
r=samuel
2006-03-04 22:43:53 +00:00
silver%warwickcompsoc.co.uk
7b046091e6 Bug 329038 - Don't use prefs from library code.
ChatZilla only.
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-03-04 21:49:04 +00:00
silver%warwickcompsoc.co.uk
b6ad25ebbe Bug 288844 - Throw from asyncOpen instead of using content listeners for handling irc: URLs.
ChatZilla only.
r=samuel
2006-03-04 20:21:53 +00:00
bugzilla%arlen.demon.co.uk
d31df1a4c1 Bug 270170 XPInstall Permission Manager UI
p=me r=db48x sr=jag
2006-03-04 13:29:46 +00:00
bryner%brianryner.com
5614978a53 switch from using 'domwindowcreated' to NS_WEBNAVIGATION_CREATE (bug 329254) r=marria 2006-03-03 20:12:50 +00:00
bryner%brianryner.com
0907e1c2c4 Consolidate window events into a single element (bug 329187) r=marria. 2006-03-03 18:14:26 +00:00
benjamin%smedbergs.us
8e0bd158e7 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-02 17:59:42 +00:00
bugzilla%arlen.demon.co.uk
9df6dfcb52 Bug 322923 Need better OSX integration for Mailnews
p=me r=mnyromyr sr=neil (OSX code) r=stefanh (help)
2006-03-02 15:51:03 +00:00
allan%beaufour.dk
04f41d4761 [XForms] nsXFormsNodeState should work with NS_EVENT constants. Bug 324096, r=smaug+aaronr 2006-03-01 09:03:29 +00:00
bienvenu%nventure.com
1a3de1c754 fix crash entering smiley<space><space> on unix, sr=mscott, 328606 2006-02-28 15:53:07 +00:00
darin%meer.net
e1b906a9f0 fixes bug 328066 "implement bzip2 compression for sending metrics log" r=bryner 2006-02-28 03:30:01 +00:00
scott%scott-macgregor.org
b888a73f50 Bug #324521 --> poor inline spell checking performance on large text documents. When adding or ignoring a word, just spell check the existing spell selection instead of the entire document since those are the only words that would possibly be effected. Limit the size of the spell check selection to the first 250 mistyped words.
sr=bienvenu
2006-02-27 22:35:35 +00:00
aaronr%us.ibm.com
8a0dfe45ec [XForms] xf:copy of element node then text node results in wrong instance data. Bug 328393, r=doronr+smaug 2006-02-27 21:04:34 +00:00
Olli.Pettay%helsinki.fi
f57a3e7e41 Bug 312687, XBLize action module elements, part 1, r=allan+doronr 2006-02-27 17:02:43 +00:00
uriber%gmail.com
1fa06b0b69 Bug 328591: FAYT (type-ahead find) code should be adjusted for bug 299065. r+sr=bzbarsky 2006-02-26 20:07:04 +00:00
silver%warwickcompsoc.co.uk
588b7aacc6 Bumping contents.rdf's version to match main code.
ChatZilla only.
r=silver
2006-02-25 22:13:07 +00:00
silver%warwickcompsoc.co.uk
6d3b93658d Quote parameter to safeCommand to prevent bash screwing things up.
ChatZilla only, NPOB.
r=silver if needed
2006-02-25 18:45:43 +00:00
Olli.Pettay%helsinki.fi
448a8e27ed Bug 328344, action module elements leak, r=aaronr+doronr 2006-02-24 19:13:43 +00:00
uriber%gmail.com
b0be18250d Bug 328323: Flasher code needs to be adjusted for bug 299065. r+sr=bzbarsky 2006-02-24 07:01:39 +00:00
aaronr%us.ibm.com
ef65fa07cc [XForms] Fixes issue with selects and itemsets. Bug 316895, r=allan+smaug 2006-02-23 23:53:23 +00:00
pedemont%us.ibm.com
f5134e66e3 Bug 327654 - Make sure to generate MozillaInterfaces.jar after all the IDL files have been processed. r=bsmedberg 2006-02-23 22:22:54 +00:00
allan%beaufour.dk
8240c1aa76 [XForms] Move accesskey label into xhtml implementation. Bug 327998, r=doronr+me, patch by surkov@dc.baikal.ru 2006-02-23 11:34:01 +00:00
allan%beaufour.dk
32a42eb82c [XForms] Make binds static. Bug 307421, r=aaronr+smaug 2006-02-23 11:25:07 +00:00
timeless%mozdev.org
1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
allan%beaufour.dk
744100ad1d [XForms] Expose abstract interface for input[type="gMonth"] and input[type="gDay"]. Bug 327234, r=doronr+me, patch by surkov@dc.baikal.ru 2006-02-22 09:22:19 +00:00
doronr%us.ibm.com
3b267d7b0d Schema Validation Bug 327511 - implement the remaining schema types XForms requires. r=aaronr 2006-02-21 22:01:15 +00:00
bryner%brianryner.com
82e8edd7fa Don't forget to set the 'time' attribute when logging events (bug 327970). r=marria. 2006-02-21 19:36:50 +00:00
bryner%brianryner.com
3efbb7990d Rename 'id' attribute to 'window' for window events, since id has special meaning (bug 327770). r=marria. 2006-02-21 19:33:23 +00:00
Olli.Pettay%helsinki.fi
0a892359a4 Bug 323850, XForms widgets (xforms.xml) for xul. p=surkov@dc.baikal.ru, r=allan+me 2006-02-21 18:49:32 +00:00
silver%warwickcompsoc.co.uk
3323e66e04 Bump version number.
ChatZilla only.
2006-02-21 18:34:54 +00:00
silver%warwickcompsoc.co.uk
12cb3644ab Bug 327806 - Set unknownUID to the browser chrome URL if we're using that kind of detection.
ChatZilla only.
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2006-02-21 18:31:17 +00:00
bienvenu%nventure.com
f8314f0567 fix 321514, fail to load gssapi library on some platforms, patch by simon@sxw.org.uk, r=cneberg, sr=bienvenu 2006-02-21 16:15:16 +00:00
mkaply%us.ibm.com
24fda61f35 Use 0.8.5 for version since this is bug fixes 2006-02-21 16:10:02 +00:00
mkaply%us.ibm.com
cd3ddc4629 Add support for setting override home page URL, properly convert files to UTF8 when writing them so NLS chars work, fix bug that we didn't set ProxyType in prefs 2006-02-21 16:09:20 +00:00
mkaply%us.ibm.com
8f65864599 Add support for setting override home page 2006-02-21 16:08:22 +00:00
bzbarsky%mit.edu
383de920a1 Actually address the review comment too. Bug 324601. 2006-02-21 00:09:34 +00:00
bzbarsky%mit.edu
80ea4604ed Don't leak the channel and XMLHttpRequest object if AsyncOpen fails. Bug
323454, r=biesi, sr=darin
2006-02-21 00:00:44 +00:00