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

7572 Коммитов

Автор SHA1 Сообщение Дата
brettw%gmail.com 15af6c1b73 Bug 344560 forgotten part of previous commit 2006-08-04 01:17:59 +00:00
brettw%gmail.com 699bda0e44 Bug 344560 r=bryner Make the spellchecker asynchronously check everything to avoid crashing when called from frame code. We cause DOM notifications to flush which are not allowed from frame code. 2006-08-04 01:02:42 +00:00
mkaply%us.ibm.com dc93dec6ad #346089
CCK only - Not handling autodetect proxies option
2006-08-03 16:26:07 +00:00
mkaply%us.ibm.com 28403d1059 #346106
CCK only - Bogus search engine entries in cck.properties and JS file
2006-08-03 16:23:40 +00:00
silver%warwickcompsoc.co.uk 8d323dcc63 Bug 332879 - Drop repeated away messages on the floor.
ChatZilla only.
r=samuel
2006-08-02 19:03:38 +00:00
silver%warwickcompsoc.co.uk 37fce59425 Bug 331653 - Use nickname for ident when username empty.
ChatZilla only.
r=samuel
2006-08-02 18:56:59 +00:00
aaronr%us.ibm.com f057edb07e [XForms] refactor xbl messages. Bug 345729, patch by surkov, r=olli+aaronr 2006-08-02 18:29:37 +00:00
brettw%gmail.com d9f5437298 Bug 345112 r+sr=bryner Make the spellchecker work incrementally 2006-08-02 16:17:06 +00:00
mattwillis%gmail.com 5d06b1e97a bug 346796 - Syncs DOMi install.rdf text with NSIS. patch by reed, r=timeless, a181=beltzner 2006-08-02 04:50:57 +00:00
cbiesinger%web.de 0154617925 bug 346151 Add nsIProxiedChannel to allow querying the proxy info a channel
was created with
r=darin sr=bz
2006-08-01 21:28:31 +00:00
aaronr%us.ibm.com 920d41e97c [XForms] Performance fix for the control list on models. Bug 346325, r=doronr+olli 2006-08-01 21:21:27 +00:00
gijskruitbosch%gmail.com fd4ba6e63d Bug 87394 - Fix strict warning in connection-xpcom.js
r=silver (James Ross)
ChatZilla Only
2006-08-01 14:04:13 +00:00
gijskruitbosch%gmail.com 95c829034c Bug 346793 - "You need to be an operator" error after joining channel (except list request)
r=silver
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
ChatZilla Only
2006-08-01 11:42:52 +00:00
bryner%brianryner.com 518fa5426d Collect better data about bookmark usage (bug 346609) r=marria 2006-08-01 02:26:30 +00:00
benjamin%smedbergs.us 93264ff328 Bug 339106 - integrate spellcheck into libxul, r=mento 2006-07-31 18:11:38 +00:00
brettw%gmail.com d4f25f0e29 Bug 339123 r=mscott Add Mozilla-related words to the dictinary 2006-07-31 18:08:29 +00:00
gavin%gavinsharp.com 31069e7abd Bug 343253: Improve unknown cert issuer dialog, r=kaie, sr=neil, ui-r=beltzner 2006-07-31 17:37:50 +00:00
bugzilla%standard8.demon.co.uk 34850836c3 Bug 343317 Some Privacy & Security Preference sections missing in suiterunner builds (jar.mn fix for wallet) r=neil,sr=jag 2006-07-31 16:24:27 +00:00
timeless%mozdev.org 724e49f046 Bug 270023 DOM Node view should show namespace uri of attributes
patch by vhaarr+bmo@gmail.com r=caillon sr=neil
2006-07-31 14:51:14 +00:00
silver%warwickcompsoc.co.uk 7e5d035efd Adjusting install.rdf versions to allow for SM 1.1 and work around AMO lameness.
ChatZIlla only.
NPOB
2006-07-31 10:58:33 +00:00
silver%warwickcompsoc.co.uk d1250e3944 Bumping version numbers as needed. 0.9.75 is done.
ChatZilla only.
2006-07-30 00:42:37 +00:00
silver%warwickcompsoc.co.uk 68f08233a0 Bug 323786 - Show connection attempt delay in minutes/hours as appropriate. Also show delay with the error message, not with previous start-of-attempt message.
Go for 0.9.75.
ChatZilla only.
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
2006-07-30 00:28:31 +00:00
silver%warwickcompsoc.co.uk 5b479a3611 Bug 87394 - Initial HTTP "connect" proxy support for IRC.
ChatZilla only.
r=samuel
2006-07-29 23:36:11 +00:00
brettw%gmail.com b0d7952059 Bug 346200 r=bryner Spellchecker doesn't like curly quotes and other non-ASCII punctuation 2006-07-28 17:57:53 +00:00
kairo%kairo.at 34b875046d fixing static build bustage from bug 344243 (seen on Camino/maya), r=mento 2006-07-28 13:13:55 +00:00
brettw%gmail.com f98a63d443 Bug 234936 r=bryner Don't spellcheck URLs 2006-07-27 22:09:07 +00:00
brettw%gmail.com e0ab664a03 Bug 345751 r+sr=roc Use new sorted range feature for the spellchecker 2006-07-27 21:57:45 +00:00
kairo%kairo.at 803346750a bug 344243 - first part: rename old typeaheadfind component to suitetypeaheadfind to be able to use it in parallel to toolkit, r=bsmedberg on the actual renaming, r=Neil on the installer package files, r=mento on the Camino project file change, sr=Neil 2006-07-27 20:09:44 +00:00
brettw%gmail.com f0d3c660b0 Bug 340050 r+sr=roc a=schrep Crash in spellchecker checking absurdly long word 2006-07-27 18:11:08 +00:00
neil%parkwaycc.co.uk 047945fdd6 Bug 221995 Followup fix for bug revealed by fixing jsObject.js r=timeless 2006-07-27 14:27:15 +00:00
gavin%gavinsharp.com 454ac286e2 Bug 339054: JavaScript object subject should be expanded when the view is loaded, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=timeless, sr=neil 2006-07-27 14:27:14 +00:00
neil%parkwaycc.co.uk f0ca19a9b7 Fix coding error (kids = document.createElement ...) r=timeless,caillon 2006-07-27 14:27:13 +00:00
timeless%mozdev.org 11fe68a5c3 Bug 318204 don't use ===, properties might be undefined
Ok, use === carefully :)
r=bz sr=neil
2006-07-27 14:27:12 +00:00
bzbarsky%mit.edu 9e3b2e7769 Fix up some issues in Inspector (including mis-spelled identifier). Bug
281165, patch by Frank Wein <bugzilla@mcsmurf.de>, r=timeless, sr=bzbarsky
2006-07-27 14:27:11 +00:00
gerv%gerv.net 49c6c3b806 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-07-27 14:27:10 +00:00
bzbarsky%mit.edu ec0281cf04 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2006-07-27 14:27:09 +00:00
caillon%returnzero.com dc21fd9ae8 Bug 107812
Copying from inspector should also copy to primary on platforms that support it.
r=akkana sr=bzbarsky
2006-07-27 14:27:08 +00:00
bzbarsky%mit.edu 4a366bc9d2 Fix JS object display in Inspector. Bug 160254, r=timeless, sr=hewitt. 2006-07-27 14:27:07 +00:00
hewitt%netscape.com 78dcd0a90e bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2006-07-27 14:27:06 +00:00
bzbarsky%mit.edu 710afa885c Human-readable tooltips for nodetype in inspector. Bug 113793, patch by
Christopher Aillon <caillon@returnzero.com>, r=bzbarsky, sr=hewitt
2006-07-27 14:27:05 +00:00
hewitt%netscape.com dfeb1657cd DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt 2006-07-27 14:27:04 +00:00
gerv%gerv.net fb8760ee92 License changes, take 2. Bug 98089. mozilla/extensions/. 2006-07-27 14:27:03 +00:00
gerv%gerv.net 9e26b17dd4 Oops. 2006-07-27 14:27:02 +00:00
scc%mozilla.org 0a002d02df bug #98089: ripped new license 2006-07-27 14:27:01 +00:00
hewitt%netscape.com e48f0ce5d2 84230 - DOM Inspector revival, rs=hyatt 2006-07-27 14:27:00 +00:00
hewitt%netscape.com f50b5fea39 84230 - DOM Inspector revival, rs=hyatt 2006-07-27 14:26:59 +00:00
hewitt%netscape.com 83a5563fb7 (NOT PART OF BUILD) Document Inspector 2006-07-27 14:26:58 +00:00
aaronr%us.ibm.com fec1db9b82 [XForms] boolean input missing xf-value class. Bug 345506, patch by sspeiche r=doronr+olli 2006-07-26 23:38:33 +00:00
aaronr%us.ibm.com e52a4bd5f2 [XForms] Submission is leaving off document level pi and comments. Bug 344621, patch by sspeiche, r=doronr+olli 2006-07-26 23:25:20 +00:00
aaronr%us.ibm.com 38246bac7c [XForms] Fixed regression of upload, filename and mediatype. Bug 345865, r=doronr+allan 2006-07-26 22:09:25 +00:00