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

7082 Коммитов

Автор SHA1 Сообщение Дата
silver%warwickcompsoc.co.uk 4bb7b69af3 Bump version number.
ChatZilla only.
2006-02-21 18:34:54 +00:00
silver%warwickcompsoc.co.uk 221c1813fa 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 5268bd7d65 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 092a1a27d1 Use 0.8.5 for version since this is bug fixes 2006-02-21 16:10:02 +00:00
mkaply%us.ibm.com 073feb31a8 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 103485d3fc Add support for setting override home page 2006-02-21 16:08:22 +00:00
bzbarsky%mit.edu fccfea016c Actually address the review comment too. Bug 324601. 2006-02-21 00:09:34 +00:00
bzbarsky%mit.edu 358169850a 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
silver%warwickcompsoc.co.uk 5bff52b3ee Bug 323237 - Try to force pref saving, but delay it for between 5s and 20s to keep responsiveness.
r=samuel
2006-02-20 20:51:51 +00:00
bzbarsky%mit.edu 7375357ffc Give a saner principal to documents created via DOMImplementation. Bug 324601,
r=sicking, sr=jst
2006-02-20 18:57:32 +00:00
gavin%gavinsharp.com 5333997444 Bug 327806: ChatZilla should work on Flock, patch by Gijs Kruitbosch <gijskruitbosch+bugs@gmail.com>, r=Silver 2006-02-20 16:42:08 +00:00
gavin%gavinsharp.com 3efa33d6c1 Bug 327710: Ident server uses wrong disconnect function, patch by Robert Marshall (tH) <rdmsoft@bugs.rdmsoft.com>, r=Silver 2006-02-20 16:39:46 +00:00
gavin%gavinsharp.com 171dbc2f85 Bug 322259: Can't select directories with Browse button for "Log Folder" preference, patch by Robert Marshall (tH) <rdmsoft@bugs.rdmsoft.com>, r=Silver 2006-02-20 16:37:04 +00:00
samuel%sieb.net 5f11afa8ce Bug 197087 - xml-rpc should use XMLHttpRequest (and other small updates)
r=doron
2006-02-20 04:04:48 +00:00
mhammond%skippinet.com.au 82e39db106 Get pyxpcom initializing in debug builds without throwing assertions.
Not part of the build.
2006-02-18 01:21:50 +00:00
mhammond%skippinet.com.au d6dc4a97e0 Introduce the first of standard Python implemented components.
Not part of the build.
2006-02-17 11:56:18 +00:00
allan%beaufour.dk 56132b941c [XForms] Refactor date-inputs, first part: split input controls into new files. Bug 327234, r=me+smaug, patch by surkov@dc.baikal.ru 2006-02-17 10:30:09 +00:00
allan%beaufour.dk e58de7c058 [XForms] Setting a type on instance data makes rebuild() throw exception. Bug 310138, r=aaronr+smaug 2006-02-17 10:14:10 +00:00
allan%beaufour.dk acbab68e7c [XForms] Include Gecko version and build ID in extension description. Bug 327305, r=doronr+aaronr 2006-02-17 10:04:39 +00:00
allan%beaufour.dk a0f32053a9 [XForms] Fixup for bug 326062, r=me+dononr, patch by surkov@dc.baikal.ru 2006-02-17 09:57:06 +00:00
bryner%brianryner.com 957a180969 Switch metrics logging over to an XML format. Add collectors for window and load events. Bug 326707, r=darin. Not part of the build. 2006-02-17 05:22:13 +00:00
benjamin%smedbergs.us 76b21a5022 Bug 327469 - "argument list too long" when compiling javaxpcom, r=jhpedemonte 2006-02-16 20:02:21 +00:00
doronr%us.ibm.com cb0570576d XForms bug 316616 - a11y: pressing first key of item in select should select item. r=aaronr,smaug 2006-02-16 15:55:27 +00:00
allan%beaufour.dk 7a7f7365f3 [XForms] Bump extension version to 0.4. Bug 327040, r=smaug+aaronr 2006-02-15 10:09:55 +00:00
allan%beaufour.dk 4b2be7532f [XForms] Fix upload not being readonly when it should. Bug 326062, r=doronr+me, patch by surkov@dc.baikal.ru 2006-02-15 09:31:48 +00:00
allan%beaufour.dk 965f4eda62 [XForms] Fix size/position bug in bind handling. Bug 327131, r=smaug+aaronr 2006-02-15 09:14:09 +00:00
mhammond%skippinet.com.au 6a41df8e54 Fix return value from PyObject_AsNSString. Not part of the build. 2006-02-15 07:35:39 +00:00
davel%mozilla.com 343dc86085 Straight CVS merge of extensions/jssh from ZAP_20050610_BRANCH to trunk
Related to work on bug 325470
2006-02-14 20:50:47 +00:00
benjamin%smedbergs.us 41d0754579 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 18:30:15 +00:00
benjamin%smedbergs.us c502e7b20c Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 18:13:49 +00:00
joshmoz%gmail.com a0c1e82e48 Don't warn when expected error path is taken. b=327052 r=darin sr=bz 2006-02-14 18:12:47 +00:00
doronr%us.ibm.com 3be02a8c79 XForms bug 327063 - nsXFormsUtils::CheckSameOrigin should use the pincipal's URI, not the document's. r=dveditz,allan 2006-02-14 15:25:40 +00:00
allan%beaufour.dk 3f33e1e1a4 ... bug 323845. Note to self: do remember to add new files before checking in :| 2006-02-14 09:34:49 +00:00
allan%beaufour.dk e54d87e86e [XForms] Reorganize XBL implementations, to expose pure (non-XHTML) widgets in xforms.xml. Bug 323845, patch by surkov@dc.baikal.ru, r=smaug+me 2006-02-14 09:33:34 +00:00
timeless%mozdev.org 75332ab480 Bug 270798 ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()' @onLocationFound
r=silver
2006-02-13 21:10:06 +00:00
gijskruitbosch%gmail.com ce0f6dc178 Bug 326523 - Reject blatantly invalid CTCP Ping responses
ChatZilla Only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=samuel
2006-02-12 08:26:39 +00:00
gijskruitbosch%gmail.com 9e64da918e Bug 292014 - Allow for auto-accepting of DCC Downloads.
ChatZilla Only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-02-12 08:04:47 +00:00
gijskruitbosch%gmail.com d613214f5a Bug 40879 - Add ident server to ChatZilla.
ChatZilla Only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-02-11 19:26:14 +00:00
gijskruitbosch%gmail.com 7fe29e1847 Bug 291105 - ChatZilla's menu structure needs improving
ChatZilla only.
r=silver
2006-02-11 08:49:56 +00:00
doronr%us.ibm.com 308ac03ff9 XForms bug 323683 - Date picker does't handle refresh correctly. r=aaronr/smaug 2006-02-09 17:58:23 +00:00
allan%beaufour.dk 13bbb1d7c5 [XForms] Datepicker input field was not readonly. Bug 323829, patch by doronr r=aaronr+smaug. 2006-02-09 11:50:36 +00:00
bzbarsky%mit.edu f886e188c9 Make it possible to enable spell-check for text inputs too (not just
textareas).  Make the pref controlling the whole thing live.  Bug 151040, patch
by Julian Pellico <jpellico@yahoo.com>, r=bzbarsky, sr=bryner
2006-02-09 03:50:53 +00:00
allan%beaufour.dk 3acb880650 [XForms] Handle dynamically inserted instances. Bug 320081, patch by surkov, r=aaronr+me 2006-02-08 11:03:27 +00:00
allan%beaufour.dk d0a07dee8b [XForms] Add null-check for PermManager in XFormsUtils. Bug 326249, r=doronr+smaug 2006-02-08 08:30:03 +00:00
axel%pike.org 98077997b9 bustage fix, undo accidental removal 2006-02-08 00:54:47 +00:00
axel%pike.org 475e23afee bug 313392, remove deprecated reporter localizations from /cvsroot repository, r=bsmedberg, r/a=raccetura 2006-02-08 00:54:46 +00:00
axel%pike.org d6921d65ab bug 313392, move reporter l10n back into /l10n, r=bsmedberg,r/a=raccetura 2006-02-07 18:10:09 +00:00
doronr%us.ibm.com de85ff25be Bug 309210 - new patch to not break talkback/mac crash reporter. r=bsmedberg 2006-02-06 19:07:40 +00:00
bugzilla%arlen.demon.co.uk e57ff59fd3 Bug 324776 Minor glitches in help glossary (SM 1.x)
p=giacomo.magnini@portalis.it r=me
2006-02-04 15:54:36 +00:00
bzbarsky%mit.edu 1665bc1b36 Undo attempts to fix build bustage from yesterday. These should not be needed. 2006-02-03 23:54:24 +00:00
darin%meer.net 404a1f0d57 Fixing bustage: Implement new version of nsIXULBrowserWindow.setOverLink 2006-02-03 22:28:50 +00:00
gijskruitbosch%gmail.com ee1d089e85 Bug 223766 - Allow brackets around nickname to be copied.
ChatZilla only.
p=silver@warwickcompsoc.co.uk (James Ross)
r=samuel
2006-02-03 19:23:24 +00:00
gijskruitbosch%gmail.com 46ca5eea12 Bug 319628 - Talkback IDs should be linked, munger prefs should apply without restart.
ChatZilla only.
r=silver
2006-02-03 18:51:24 +00:00
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
darin%meer.net e54a0019a6 fixes bug 324558 "Build data collection service to gather browser metrics" r=bryner 2006-02-03 00:32:50 +00:00
bugzilla%arlen.demon.co.uk dfdd0d165e Bug 324654 Dead link to Grayrest's DOMi guide in Help
p=stefanh r=me
2006-02-02 23:53:58 +00:00
cvshook%sicking.cc c55b289426 Might this help the redness? 2006-02-02 22:40:09 +00:00
cvshook%sicking.cc 2cade8b522 Attempted bustage fix 2006-02-02 22:12:13 +00:00
bzbarsky%mit.edu eab4195d4c Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument.  Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
gijskruitbosch%gmail.com 949cad9ed4 Bug 325500 - ChatZilla should be closing its <script> tag in outputwindow.html
ChatZilla Only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=samuel
2006-02-01 23:54:46 +00:00
doronr%us.ibm.com a531615a84 NPOTDB Bug 305096 - Schema Validation does not handle inheritance of simple types 2006-01-31 18:36:16 +00:00
gijskruitbosch%gmail.com 8e9113c3d1 Bug 224503 - Create simpler way of localizing ChatZilla
ChatZilla Only.
r=samuel
2006-01-31 17:41:51 +00:00
mkaply%us.ibm.com 8eba16de77 Up version 2006-01-30 17:47:01 +00:00
mkaply%us.ibm.com 6b9bb89a3c Don't have CCK Wizard mosal 2006-01-30 17:46:03 +00:00
bzbarsky%mit.edu 93e81943ba Make the search by ID in Inspector work even for nodes with no "id" property
(eg xml:id, MathML, etc).  Bug 324752, patch by Alex Vincent
<ajvincent@gmail.com>, r+sr=bzbarsky
2006-01-29 20:42:47 +00:00
kairo%kairo.at f8d6e01bbd update German reporter locale for latest en-US changes (NPOTDB) 2006-01-29 15:35:44 +00:00
kairo%kairo.at 581ff977a4 make German inspector locale more consistent with rest of German L10n (NPOTDB) 2006-01-29 15:30:58 +00:00
mhammond%skippinet.com.au 562979e72e Reinstate the dlopen(PYTHON_SO,RTLD_NOW | RTLD_GLOBAL); 2006-01-27 11:29:15 +00:00
ajschult%verizon.net f6bcff1030 Update Help welcome page: remove links to DecisionOne and MozillaPL, add a link to #mozillazine and bump copyright date. bug 324821, r/sr=jag 2006-01-27 04:27:50 +00:00
doronr%us.ibm.com fdff42697c backing out to fix bustage 2006-01-26 22:18:55 +00:00
doronr%us.ibm.com cfebaf60c6 NPOTDB bug 305096 - schema validation does not handle inheritance of simple types 2006-01-26 20:53:15 +00:00
mvl%exedo.nl afe0326576 Add a comment explaining the properties param. no bug, r=dmose on irc. npotb. 2006-01-26 20:37:41 +00:00
bsmedberg%covad.net 491e71a9cd Bug 324813 - can't build Firefox static+debug, webservices tests are linked (badly) into the final static build, r=doron 2006-01-26 18:04:55 +00:00
bienvenu%nventure.com eb2ab69aab fix crash sending e-mail with kerberos auth via sspi, 319210 patch by simon@sxw.org.uk, r=cneberg@gmail.com, sr=bienvenu 2006-01-25 20:26:08 +00:00
doronr%us.ibm.com 9514a3ea2e NPOTDB oops, checked in a png without -kb, fixing 2006-01-25 17:40:29 +00:00
cbiesinger%web.de eba9c2663f bug 321932 correctly implement isPending for venkman
r=silver sr=darin
2006-01-25 16:37:13 +00:00
mhammond%skippinet.com.au 65299a5f10 Remove dlopen no longer necessary now we have the dynamic python issue
sorted.  Not part of the build.
2006-01-25 04:07:19 +00:00
ajschult%verizon.net 656f5b74cf Synchronize xpfe autocomplete handlers with toolkit. bug 255731, r=Neil, sr=mscott 2006-01-25 03:46:53 +00:00
bugzilla%arlen.demon.co.uk 474738f260 Bug 294307 SeaMonkey mailnews doing too-permissive content policy checks
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2006-01-25 01:21:07 +00:00
mnyromyr%tprac.de 176c45bb57 Bug 324250: using_priv_help.xhtml file errors; p=<stefanh@bluebottle.com>, r=IanN 2006-01-24 20:11:25 +00:00
mhammond%skippinet.com.au 97c4af63f1 Get pyxpcom building on osx. Not part of the default build. 2006-01-23 21:59:18 +00:00
silver%warwickcompsoc.co.uk de52e1ea66 Bumping version number, and updating package description.
ChatZilla only.
r=me
2006-01-23 17:35:43 +00:00
gijskruitbosch%gmail.com 696ea03d36 Bug 252104 - Reword auto-rejoin and reconnect preferences labels
ChatZilla Only.
r=silver
2006-01-23 17:19:58 +00:00
gijskruitbosch%gmail.com f60595187c Bug 320103 - Eliminate strict warning in prefs.js (client.host undefined)
ChatZilla Only.
r=silver
2006-01-23 17:14:27 +00:00
gijskruitbosch%gmail.com 807ecaadf5 Bug 299458 - Change the warning for the timer bug to the correct bug number
ChatZilla Only.
r=samuel
2006-01-23 17:04:35 +00:00
rj.keller%beonex.com 0ec292a76f Bug 255611 - Help item "For Internet Explorer Users" should be hidden on OS/2 and Linux. r=iann_bugzilla@arlen.demon.co.uk. sr=neil@parkwaycc.co.uk, a=kairo@kairo.at 2006-01-23 15:59:22 +00:00
silver%warwickcompsoc.co.uk fb7dbee06d Bug 299458 - Re-written channel list loading.
ChatZilla only.
r=samuel
2006-01-22 22:40:41 +00:00
gijskruitbosch%gmail.com 25a30004a1 Bug 257728 - Fix error on /quit (CEvent is not defined).
ChatZilla only.
r=silver
2006-01-22 16:41:31 +00:00
gijskruitbosch%gmail.com d07fa74062 Bug 317435 - Don't add transferData when the user is dragging the scrollbar.
ChatZilla only.
r=silver
2006-01-22 16:10:36 +00:00
mnyromyr%tprac.de fa79bc62ad Bug 322459: Small tweaks to cs_nav_prefs_navigator; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=IanN 2006-01-22 14:21:16 +00:00
mhammond%skippinet.com.au 4be8dd1a82 Remove a number of 'visibility' related warnings on linux. 2006-01-22 04:16:33 +00:00
robert%accettura.com 4c3778a8fb Bug 324301 remove unnecessary enablePrivilege r=gavin 2006-01-22 03:42:56 +00:00
bzbarsky%mit.edu a54012ccd4 Don't throw when status is gotten after a server timeout or some such. Bug
304980, r=darin, sr=jst
2006-01-20 21:33:24 +00:00
doronr%us.ibm.com de06ca735d XForms bug 324079 - insert/delete doesn't work with non-default model. Patch by aaronr, r=smaug,me 2006-01-20 19:01:50 +00:00
mkaply%us.ibm.com f3119c27fd Output copy error to JS console 2006-01-20 18:52:57 +00:00
silver%warwickcompsoc.co.uk 085fee74e1 Bug 299472 - Add startup "ping" (with user's consent) for 1% of users.
ChatZilla only.
r=samuel
2006-01-20 17:37:56 +00:00
silver%warwickcompsoc.co.uk c5f48395c0 Bug 299458 - Show actual logging filename being used if logging is currently happening, instead of the ideal filename.
ChatZilla only.
r=samuel
2006-01-20 17:23:36 +00:00
silver%warwickcompsoc.co.uk 6e5735f76b Bug 299458 - Small fixes to formatException and isinstance.
ChatZilla only.
r=samuel
2006-01-20 17:21:02 +00:00
silver%warwickcompsoc.co.uk 28a0ba9239 Bug 299458 - Add window ID to preferences window, call updateUsers instead of faking with removeUsers+addUsers and sort nicknames with prefixes we have no image for properly.
ChatZilla only.
r=samuel
2006-01-20 17:17:16 +00:00
mhammond%skippinet.com.au d2e0b7c2d6 Merge extensions/python/xpcom changes from DOM_AGNOSTIC2_BRANCH into the
trunk.
2006-01-20 05:50:28 +00:00
gijskruitbosch%gmail.com c2a48332f8 Bug 299458 - Fix inline buttons and link style.
ChatZilla Only.
r=samuel
p=silver@warwickcompsoc.co.uk (James Ross)
2006-01-20 00:12:39 +00:00
mkaply%us.ibm.com 05666f79f2 Add debug error message for potential fatal error 2006-01-19 17:45:53 +00:00
gijskruitbosch%gmail.com dc3902af64 Bug 299458 - Reorganize the internal menu code so it's more readable
ChatZilla Only.
r=samuel
p=silver@warwickcompsoc.co.uk
2006-01-19 00:14:38 +00:00
gijskruitbosch%gmail.com 0bbb45b627 Bug 299458 - Use a better welcoming message and stop /help without parameters from flooding.
ChatZilla Only.
r=samuel
p=silver@warwickcompsoc.co.uk
2006-01-18 23:20:58 +00:00
gijskruitbosch%gmail.com f51f7c45c4 Bug 299458 - Remove excess whitespace in source code.
ChatZilla only.
r=samuel
p=silver@warwickcompsoc.co.uk (James Ross)
2006-01-18 22:28:31 +00:00
mkaply%us.ibm.com 355d521e28 Got version wrong 2006-01-18 21:30:16 +00:00
mkaply%us.ibm.com b57b0b6cdd Up the version 2006-01-18 19:40:56 +00:00
mkaply%us.ibm.com 85ceb332b1 Add error message for when ZIP fails 2006-01-18 18:40:29 +00:00
bsmedberg%covad.net 3f40a245b7 Bug 321173 - Always build javaxpcom into the mini-libxul - r=jhpedemonte 2006-01-18 17:38:58 +00:00
robert%accettura.com 383c6108d6 Bug #320736 Bad accesskey (button "Submit Report"). r=gavin.sharp@gmail.com 2006-01-17 22:06:13 +00:00
robert%accettura.com caf1e9664e Bug 314415 'Report Broken Web Site' button text too long r=mconnor 2006-01-17 22:03:11 +00:00
doronr%us.ibm.com b7ca274492 XForms bug 323662 - xforms.properties error messages have overlapping error numbers. r=aaronr/smaug 2006-01-17 16:29:09 +00:00
mkaply%us.ibm.com 0cea445b9c Fix a couple bugs - configs on a different drive, not able to have just a still logo, checkbox not working correctly, ensure lowercase booleans in pref file 2006-01-16 17:09:02 +00:00
bugzilla%arlen.demon.co.uk 53e7b9c2a2 Bug 321526 Duplicated content in using_priv_help.xhtml
p=giacomo.magnini@portalis.it r=me
2006-01-14 00:30:20 +00:00
Olli.Pettay%helsinki.fi 03d30c11aa Bug 323292, readonly bind not working for textarea, r=doronr+aaronr 2006-01-13 17:38:33 +00:00
doronr%us.ibm.com 9a8587fb26 XForms bug 322975 - labels with inline output controls inside repeat has trouble. patch by aaronr, r=smaug,me 2006-01-12 21:10:32 +00:00
bzbarsky%mit.edu e5811f4397 Fix xmlrpc to access arrays as arrays. Bug 309046, patch by Anand Aiyer
<aaiyer@asvcyber.com>, r=biesi, sr=jst
2006-01-12 16:36:24 +00:00
timeless%mozdev.org 51c7b847e1 Bug 106386 Correct misspellings in source code
patch by ispiked@gmail.com r=timeless r=rginda
2006-01-12 06:32:57 +00:00
mkaply%us.ibm.com 52b31c541d Various fixes, including better workaround for installer bug, new messages, and fixes to saving/switching configs 2006-01-11 21:00:41 +00:00
doronr%us.ibm.com 0d7a2d4e92 XForms Bug 316931 - Switch submission security code to use nsIPrincipal. r=bz,allan 2006-01-11 17:05:17 +00:00
allan%beaufour.dk 5e2081f9b0 [XForms] Add handling of up, down, page up, and page down to range control. Bug 316624, r=aaronr+smaug 2006-01-11 08:51:04 +00:00
allan%beaufour.dk 7083c721a1 [XForms] Default style to hide disabled controls. Bug 291119, r=aaronr+smaug 2006-01-11 08:20:36 +00:00
mkaply%us.ibm.com 9d4289de3b Forgot to add return for multiple certs 2006-01-10 15:06:57 +00:00
bugzilla%standard8.demon.co.uk 4ce911bb58 Bug 322381 [Mac] Document new tab switch shortcuts. Patch by Stefan <stefanh@bluebottle.com>, r=iann_bugzilla 2006-01-09 21:29:34 +00:00
bugzilla%arlen.demon.co.uk b84d79635f Bug 319822 JavaScript Debugger assumes document.firstChild is the root element
p=me r=rginda
2006-01-06 00:49:36 +00:00
pedemont%us.ibm.com dd26b796c3 Bug 311240 - XPCOMJavaProxy 'equals()' method doesn't check actual XPCOM object ptr. r=bsmedberg. 2006-01-05 19:56:53 +00:00
scott%scott-macgregor.org a3fcef1b54 Bug #307052 --> Spellchecker doesn't display suggestion list for misspelled words in cyrillic based directions.
In addition to fixing the string conversion issue, fix various memory leaks, poor allocation strategies and other problems with this code.

r=mvl
sr=bz
2006-01-05 19:11:10 +00:00
bsmedberg%covad.net f504b1427e Bug 320002 - convert xmlextras tests to use the glue, r=peterv 2006-01-05 17:12:18 +00:00
timeless%mozdev.org c0cfcc0cec Bug 322351 mozISpellCheckingEngine.check crashes if word is misspelled [@ mozMySpell::Check]
r=mscott sr=bz
2006-01-05 06:19:54 +00:00
gavin%gavinsharp.com 8c87b9e4fa Bug 320349: Crash on authentification to the proxy server (possibly MS ISA server), patch by John Found <johnfound@abv.bg>, r+sr=darin 2006-01-04 16:23:10 +00:00
mkaply%us.ibm.com 091288e308 pref for turning off confirm dialog 2006-01-03 22:22:10 +00:00
doronr%us.ibm.com f1a6e380a2 XForms bug 301571 - support mailto: submissions. r=aaronr,smaug 2006-01-03 20:57:47 +00:00
darin%meer.net c12861c1cb fixing bustage (bug 318193) 2006-01-02 04:59:11 +00:00
darin%meer.net 645a0a885e fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz 2006-01-02 02:30:32 +00:00
gerv%gerv.net f2d0296772 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 12:14:46 +00:00
gavin%gavinsharp.com d2c81f1b64 Back out previous checkin pending locale fixes 2005-12-30 14:47:21 +00:00
gavin%gavinsharp.com 6031b97d5f Bug 109481: Easy way to pick open pages (as opposed to open windows), patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2005-12-30 13:52:56 +00:00
silver%warwickcompsoc.co.uk e2fb93af2c Bug 317435 - Add DnD hook to userlist tree to make dragging a user from it drag their nickname.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-28 21:48:33 +00:00
silver%warwickcompsoc.co.uk ac0a47b471 Bug 282680 - Store all channel modes on the channel (as defined by RPL_ISUPPORTS), and display them in the header.
ChatZilla only.
r=samuel
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-28 21:45:11 +00:00
silver%warwickcompsoc.co.uk 808904f350 Bug 291723 - Change error message for typing into a network view to be less cryptic.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-28 21:36:30 +00:00
timeless%mozdev.org 5237432546 Bug 280742 ignore_host GCONF key is not read in firefox proxy settings
patch by alfred.peng@sun.com r=timeless sr=roc
2005-12-27 03:45:05 +00:00
cbiesinger%web.de 8d81b8a6b6 Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
gavin%gavinsharp.com 56783051dc Bug 315345: Remove unused nsIPermission.idl, r+sr=darin 2005-12-26 01:20:59 +00:00
silver%warwickcompsoc.co.uk fe51e045a4 Bug 321448 - Don't leave <progressbar> in undetermined mode when not in use, it loves those 10ms timers.
ChatZilla only.
r=samuel
2005-12-25 22:37:33 +00:00
silver%warwickcompsoc.co.uk 820e55644e Bug 278763 - Remove last quater of IP addresses when banning.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-25 22:35:23 +00:00
silver%warwickcompsoc.co.uk 28a5b3c5f3 Bug 114742 - Remove the space after the 4th and 8th tabs.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-25 22:31:48 +00:00
silver%warwickcompsoc.co.uk d5eb0a40d5 Bug 232053 - Add preference to move userlist to the (shock!) right-hand side.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-25 22:30:05 +00:00
silver%warwickcompsoc.co.uk dcafbf520e Bug 305360 - Add network-specific default quit messages.
ChatZilla only.
r=samuel
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-25 22:27:56 +00:00
silver%warwickcompsoc.co.uk 1f4e54315d Bug 300610 - Add /knock, /map and/stats (simple) commands.
ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
2005-12-25 22:25:29 +00:00
bsmedberg%covad.net 2d09543aa7 Bug 320972 - Integrate extensions/auth into libxul, r=darin 2005-12-21 18:37:02 +00:00