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

5308 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 4bdfce9548 Make sure to parse the data as UTF-8, since we serialized it as UTF8. Bug
240717, r+sr=jst
2004-04-19 20:12:53 +00:00
bzbarsky%mit.edu cdad1f0fd3 Don't crash if we're asked for the style rules for a node in a document with no
presentation at all.  Bug 240767, r=caillon, sr=bryner.
2004-04-19 20:07:04 +00:00
varga%nixcorp.com 263b9974ac Documenting the XML format. 2004-04-19 07:21:37 +00:00
varga%nixcorp.com 8a5d464395 Fix for bug 224759. Tree displays text "null" for values pulled from database that are null. r=me 2004-04-19 07:15:11 +00:00
varga%nixcorp.com 50ed275885 Fix for bug 232025. Change HTML output to XML. r=varga since noone else is working on this component. 2004-04-19 06:40:37 +00:00
gerv%gerv.net 86486431ae Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:14:17 +00:00
varga%nixcorp.com 073bf4e7c8 Adding a new column to alias manager called priority.
Separating alias manager from the main pref window.
2004-04-18 20:07:21 +00:00
varga%nixcorp.com 76433fc6be Possible fix for regression bug 240872. 2004-04-18 18:52:24 +00:00
cls%seawood.org 2275a6ff00 Link order matters.
Fixing mingw tinderbox bustage.
2004-04-17 23:05:11 +00:00
neil%parkwaycc.co.uk 9e7936628e Bug 221623 Remove the code that supported the old wallet.Notified pref and the extraneous wallet.notified prefs p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-17 19:56:39 +00:00
neil%parkwaycc.co.uk 9a5d4ea5dc Bug 221623 remove commented #define and unused #ifdef p=gautheri@noos.fr r=alecf sr=bryner 2004-04-17 19:20:09 +00:00
varga%nixcorp.com 26f9165f09 Trying to fix bustage in extensions/sql 2004-04-17 18:06:37 +00:00
dbaron%dbaron.org 40f7ce38e7 Fixing gcc 3.4 bustage (not sure why line numbers are off). 2004-04-17 17:32:18 +00:00
scott%scott-macgregor.org e0414fab31 fix for bug #240770
spell checker asserts when it has no suggestions

also, only call forgotchar() once.

r/sr=bienvenu
2004-04-17 15:01:31 +00:00
mvl%exedo.nl 2a7983458f Hide unneeded tabs in in the image manager to make resizing work better.
bug 89908, r=mconnor, sr=darin
2004-04-17 13:48:35 +00:00
varga%nixcorp.com 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
rlk%trfenv.com 4d86fc46e1 Bug 236942 - Clean up code and add style with helpFileLayout.css in help files. Patch by Stefan <stefan_h@hem.utfors.se>. r=rlk@trfenv.com 2004-04-17 00:00:37 +00:00
cbiesinger%web.de f028ea412d bug 239604. make uriloader more doxygen friendly, and remove unused "command"
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
timeless%mozdev.org 656dce4ee6 Bug 240727 soapcall example should use (new XMLSerializer()).serializeToString(...) instead of new XMLSerializer()).serializeToString(...)
r=doron
Not part of the build
2004-04-16 20:23:32 +00:00
rlk%trfenv.com 4fc71addea Bug 235887 - Add .win, .mac, .pc and .unix classes to show platform-specific help content. r=neil@parkwaycc.co.uk 2004-04-15 23:39:49 +00:00
rlk%trfenv.com 97c5fdf6d3 Bug 235887 - Add .win, .mac, .pc and .unix classes to show platform-specific help content 2004-04-15 23:39:04 +00:00
darin%meer.net c083b41820 fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst 2004-04-15 23:30:05 +00:00
bzbarsky%mit.edu 26cdb24398 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.
2004-04-15 22:14:39 +00:00
bzbarsky%mit.edu 7a292c3f22 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
timeless%mozdev.org 785ed533d0 Bug 226167 DRefTool analysis for soap files
r=roc sr=roc
2004-04-14 05:32:13 +00:00
timeless%mozdev.org 38de273810 Bug 235262 The PromptService is a service and should be accessed through getService instead of createInstance
r=rginda sr=dveditz
2004-04-14 05:09:04 +00:00
mvl%exedo.nl a201d366aa another attempt to fix bustage 2004-04-13 13:14:59 +00:00
mvl%exedo.nl f564eb3b46 attempt to fix build bustage 2004-04-13 12:43:09 +00:00
mvl%exedo.nl ebf5bcc2b5 Add support for REP tables in spellchecker, to improve suggestions by knowing about common misspellings
bug 227214, patch by mscott and me, r=mscott, sr=bienvenu
2004-04-13 12:09:44 +00:00
neil%parkwaycc.co.uk a196934eb6 Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott 2004-04-13 09:34:47 +00:00
sicking%bigfoot.com 9614803598 Bug 238327: Implement the svg:style element.
Changes to svg-only files r=afri  (not part of build)
Changes to transformiix files r=peterv sr=jst
Changes to other files r/sr=jst
2004-04-12 23:21:42 +00:00
sicking%bigfoot.com 386382d6ab Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
r=bz sr=jst
2004-04-12 22:48:33 +00:00
rlk%trfenv.com 9373fb56b5 Removing obsolete file that is not part of the default build. 2004-04-11 18:01:57 +00:00
bryner%brianryner.com 0babfa6b6b Fix spellcheck in static builds, and also fix static viewer linkage on OS X. Bug 238309, patch by cls, r=bryner, a=asa. 2004-04-08 08:06:32 +00:00
mconnor%myrealbox.com 183524ff31 Bug 238931: remove the magic number 8 (kill ALLOW_SESSION_ONLY const), r=dwitte, sr=darin, a1.7=asa, fix dwitte's folly by implementing the session perm value on nsICookiePermission 2004-04-07 23:27:02 +00:00
neil%parkwaycc.co.uk c76b0e3cd8 Bug 189950 Inspector should not use @mozilla.org/network/local-file-channel;1 p=ajvincent@juno.com r=darin sr=brendan a=asa 2004-04-07 23:26:27 +00:00
mconnor%myrealbox.com d5db0bff70 Bug 239240: Choosing Unblock Images from this Server in context menu whitelists site instead of removing permission, r=dwitte, sr=darin, a1.7=asa 2004-04-07 23:23:50 +00:00
neil%parkwaycc.co.uk 921a00668f Bug 238080 JS strict warning: redeclaration of var p p=gautheri@noos.fr r=mvl sr=jag a=mkaply 2004-04-07 15:51:09 +00:00
darin%meer.net d62a4c52d4 fixes bug 239734 "negotiateauth extension should not request mutual auth" patch by wyllys.ingersoll@sun.com r=cneberg@sandia.gov sr=darin a=mkaply 2004-04-06 21:15:56 +00:00
darin%meer.net 7af43da6ba fixes bug 237578 "GSS_C_NT_HOSTBASED_SERVICE not found even though it should be" r+sr=bryner a=chofmann 2004-04-06 16:29:18 +00:00
sicking%bigfoot.com b403fa9cea Still bug 239572, but this time with the fix not commented out!
r/sr=jst a=chofmann
2004-04-06 16:25:43 +00:00
sicking%bigfoot.com edfe95712f Bug 239572: nullcheck before calling CallQueryInterface
r/sr=jst a=chofmann
2004-04-06 16:19:48 +00:00
dwitte%stanford.edu 54d72ed6aa make the classic privacy dialog icon a classic picture, instead of modern.
patch by durbacher@gmx.de.

b=200009, r=mconnor, sr=alecf, a=chofmann
2004-04-06 04:28:45 +00:00
cbiesinger%web.de 2a0d98b238 Bug 239672 rheet url needs to be fixed
r=rginda a=mkaply
2004-04-05 18:23:22 +00:00
cbiesinger%web.de a438f86647 Bug 239494 Typo in nsSchemaSimpleTypes.cpp
patch by Robert J. Accettura <robert@accettura.com> r=doron sr=jst a=chofmann
2004-04-05 15:23:21 +00:00
rlk%trfenv.com d856afd2a9 Bug 239082 - Dead link in Help file "forieusers.html". Patch by Stefan <stefan_h@hem.utfors.se> r=rlk@trfenv.com a=mkaply@us.ibm.com 2004-04-02 16:31:35 +00:00
darin%meer.net 6b03adea42 landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron 2004-04-01 19:44:17 +00:00
dbaron%dbaron.org 2607b954dc Fix gcc 3.4 bustage by removing extra semicolon. 2004-03-31 08:38:50 +00:00
mconnor%myrealbox.com c48af3a33a bug 238045 - Cookie manager of 1.7beta does not display stored cookies, r=mvl, sr=darin, a=chofmann, display a blank value for expiry if FormatDateTime chokes on really long-lived cookies 2004-03-31 00:38:17 +00:00
neil%parkwaycc.co.uk 068324c15d Bug 236751 Add keyboard shortcuts to toggle the message pane and folder list r=rlk sr=bienvenu a=asa 2004-03-30 15:51:07 +00:00