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

2982 Коммитов

Автор SHA1 Сообщение Дата
bnesse%netscape.com aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
peterv%netscape.com f4b5c6eab0 Fixing bustage. 2001-10-31 00:11:57 +00:00
peterv%netscape.com 00857e7e6a Fix for bug 105808 (We need atomtables for all xslt elements and attributes). r=Pike, sicking, sr=jst. 2001-10-30 23:48:37 +00:00
dougt%netscape.com 20e863fb43 Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
morse%netscape.com e7d817061c bug 106570, prompt for master password when opening context menu, r=sgehani, sr=alecf 2001-10-30 21:48:08 +00:00
rginda%netscape.com c1c54ff61d bug 99601, add filter support to js/jsd, r=jband sr=brendan
Use the new filtering api to allow users to safely debug with initAtStartup enabled.  Also adds highlighting to source view, saves stack view state, fixes selection problems in the outliners, cleans up some strict mode issues, and refactors menu and script tags out of venkman.xul
2001-10-30 14:27:10 +00:00
dbaron%fas.harvard.edu af75d138be Fix HP bustage, I hope, by adding -L$(DIST)/lib. 2001-10-30 08:46:43 +00:00
dbaron%fas.harvard.edu 83d24ad2c1 Removing remnants of warren's s/printf/PRINTF/ landing from the tree. b=94480 r=pavlov sr=darin 2001-10-30 06:33:52 +00:00
morse%netscape.com d080d0a777 bug 106866, unable to close password manager dialog by pressing OK, r=jag, sr=alecf 2001-10-29 23:10:50 +00:00
morse%netscape.com 36d9c00050 bug 106914, unable to close cookie/image manager dialog by pressing OK, r=jag, sr=alecf 2001-10-29 23:09:13 +00:00
jaggernaut%netscape.com e2f4401c73 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-28 08:33:51 +00:00
bnesse%netscape.com faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
sfraser%netscape.com 72ca9383ae Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
bnesse%netscape.com f33cebfd69 Fix for bug 103883/106273. Bad JS broke theme switching. r=jag, sr=alecf 2001-10-26 18:03:49 +00:00
alecf%netscape.com 491fe6b2bd Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
dougt%netscape.com a74e9d9e5d fixes 106736 and 106523. Regressions caused by nsIObserverService changes. r=chak@netscape.com r=morse@netscape.com 2001-10-26 00:10:54 +00:00
hewitt%netscape.com 257b6413cc 105751 - splitter should set orient attribute on itself based on parent orientation, r=jag, sr=hyatt 2001-10-26 00:09:12 +00:00
morse%netscape.com 9f47fab274 bug 105602, fix flawed alorithm for checking for secure cookies, r=jag, sr=alecf 2001-10-25 23:58:03 +00:00
peterv%netscape.com 674d745ef3 Fix buster for null-strings in the dom. r=Pike. Not part of the build. 2001-10-25 08:40:57 +00:00
morse%netscape.com 8b4e87479b bug 106304, bad wording in dialog, r=bryner, sr=alecf 2001-10-25 00:26:50 +00:00
jaggernaut%netscape.com 06f4e59853 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-24 23:47:43 +00:00
axel%pike.org b80e4721ee bug 104042, more leaked exprResults. r=peterv, sr=jst 2001-10-24 09:00:32 +00:00
axel%pike.org 415f0ee292 bug 104042, fix leak in standalone namespacemanager, r=sicking,peterv, sr=jst 2001-10-24 08:45:32 +00:00
stephend%netscape.com b35964652b Bug 106172. Enabling tooltips for Venkman. Patch by Bradley Hart <bhart00@yahoo.com> r=rginda, sr=brendan 2001-10-24 06:23:24 +00:00
hyatt%netscape.com 3490ffedf3 Fix inspector bustage. 2001-10-24 01:18:24 +00:00
hewitt%netscape.com 70185e7313 106132 - DOM Inspector broken by changes to Pref API, r=jag, sr=hyatt 2001-10-23 23:53:44 +00:00
morse%netscape.com 037bd4facf bug 106216, remove bogus js warning messages, r=sgehani, sr=alecf 2001-10-23 23:12:18 +00:00
alecf%netscape.com 326370ffa8 NS_LITERAL_STRING cruft that's needed for 100214, got left over from dougt's patch 2001-10-23 22:07:29 +00:00
pavlov%netscape.com 412eb71cd2 fixing bug 106199. r=ben sr=hyatt 2001-10-23 08:07:03 +00:00
axel%pike.org 67f7a12ec9 bug 104042, fix leaks in main (ifstream) and UnionExpr::evaluate (adding a null check and some iteratorlove, too), r=sicking@bigfoot.com,peterv, sr=jst 2001-10-23 07:34:27 +00:00
axel%pike.org 40df4cb131 bug 104042, plug leaks in variable code and import frames. checking in for sicking@bigfoot.com, r=me, peterv, sr=jst. 2001-10-23 07:32:19 +00:00
dougt%netscape.com b5ba390898 Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527 2001-10-23 01:37:21 +00:00
dougt%netscape.com 0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
morse%netscape.com dc92ed2b59 bug 105874, minor wording changes in p3p dialog, r=harishd, sr=alecf 2001-10-22 21:49:55 +00:00
bnesse%netscape.com 73c9a1111f Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2001-10-22 20:54:48 +00:00
alecf%netscape.com c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
jaggernaut%netscape.com 3e278e4913 Bug 105973: s/Observe/observe/ 2001-10-22 04:16:33 +00:00
dbaron%fas.harvard.edu 2c5d465413 Fix assertion from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-22 04:00:02 +00:00
rangansen%netscape.com 6c6805d401 Checking in for morse@netscape.combug# 87334, r=rangansen r=jag sr=Alect Flettenforcing ask everytime option for passwords ... 2001-10-22 03:01:53 +00:00
hewitt%netscape.com d45cd3bc09 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
hewitt%netscape.com 7e10018204 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
dbaron%fas.harvard.edu a1586a1732 Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-19 23:15:51 +00:00
dougt%netscape.com ea0dc112fe fixing build bustage cause by nsIObserver changes 2001-10-19 22:56:19 +00:00
sgehani%netscape.com 326ca1b4c6 Fix typo.
b = 103215
r = morse
sr = alecf
2001-10-19 22:40:11 +00:00
pchen%netscape.com f91231d808 cking out bnesse at his request since he found conflicts with dougt's
checkin
2001-10-19 21:15:11 +00:00
bnesse%netscape.com 8403e03f3b Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2001-10-19 20:55:54 +00:00
dougt%netscape.com d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
axel%pike.org 491ba4bad9 bug 76070, namespace and localName atom support for transformiix. original work by Jonas Sicking, alot of work by me. r=peterv, sicking@bigfoot.com, sr=jst 2001-10-19 12:09:42 +00:00
morse%netscape.com f49e54f0fc bug 47437, nscookie.cpp is duplicationg URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-19 02:28:06 +00:00
morse%netscape.com 11eba1b01f bug 103576 cookie expiration time is wrong on mac, c=pchen, r=morse, sr=alecf && bug 105039 max-age cookie attribute is ignored, r=sgehani, sr=alecf 2001-10-19 01:32:06 +00:00
rangansen%netscape.com aaf9d57ed8 Rolling back last changes 2001-10-18 19:09:03 +00:00
rangansen%netscape.com d2f2acaa18 Checking in for morse@netscape.com
bug# 87334, r=rangansen r=jag sr=Alect Flett
enforcing ask everytime option for passwords ...
2001-10-18 18:06:39 +00:00
rginda%netscape.com 01e4f7fe91 venkman only
s/doCommand.stepOut/doCommandStepOut/ for "finish" command
2001-10-18 11:12:37 +00:00
rginda%netscape.com a773174b3e venkman only
move from "checked" attribute to "willStop" for stop button to avoid classic skin issues.
2001-10-18 11:05:15 +00:00
rginda%netscape.com bbdf35b704 venkman only
add homepage to hello message.
2001-10-18 11:04:26 +00:00
rginda%netscape.com bc7582dace venkman only
remove bogus classes from outliner columns
make line number column wider by default
add splitter to source view
2001-10-18 11:03:58 +00:00
rginda%netscape.com 119590464d venkman only
move from "checked" attribute to "willStop" on the stop button because the classic skin does silly things for "checked".
2001-10-18 11:02:59 +00:00
rginda%netscape.com 93a20a9a6a venkman only
invalidate outliner after continuing so the yellow bar goes away
strict mode fix
2001-10-18 11:00:33 +00:00
rginda%netscape.com 2ed2fb7f32 venkman only
remove extra braces and return
2001-10-18 10:59:47 +00:00
jaggernaut%netscape.com ce6e434d2a More REQUIRES clean-up. 2001-10-16 22:08:55 +00:00
alecf%netscape.com a40cc51be8 ack, what is this doing calling shutdown? :(
shutdown is gone
2001-10-16 21:54:11 +00:00
morse%netscape.com 031aa7ff3b bug 97409, add unblocking images to context menu, r=law, sr=alecf 2001-10-16 20:38:57 +00:00
sicking%bigfoot.com d0c41534e0 Support LRE stylesheets
b=104052 r=peterv rs=brendan
2001-10-16 11:57:52 +00:00
peterv%netscape.com 338b1b278a Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings. r=Pike, rs=jst. 2001-10-16 11:18:13 +00:00
peterv%netscape.com b9ffd9699e Fix for bug 88623 (Cleanup Transformiix code). Removing some warnings, fixing txResultStringComparator::compareValues, adding isEmpty to our string class. r=sicking, r=Pike, sr=jst. 2001-10-16 09:26:59 +00:00
dbaron%fas.harvard.edu ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
dougt%netscape.com 4f3a44d63b API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
vidur%netscape.com df19f1df10 First implementation of wrapper classes and tests. This is not yet part of the build. 2001-10-16 00:18:53 +00:00
morse%netscape.com 94722a4de0 bug 102709, wallet: keep encrypted state and clear master password on delete-all, r=jag, sr=alecf 2001-10-15 22:47:54 +00:00
morse%netscape.com 38de3b0bf3 bug 102709, wallet: keep encrypted state and clear master password on delete-all, r=jag, sr=alecf 2001-10-15 22:42:48 +00:00
nhotta%netscape.com 8a2febc0e5 First Checked In. 2001-10-15 22:36:40 +00:00
morse%netscape.com fb91fc0a21 bug 104890, p3p: treat no-identifiable-info same as requires-expl-consent, r=harishd, sr=alecf 2001-10-15 22:36:31 +00:00
nhotta%netscape.com 4d87fe30e6 Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:29:34 +00:00
peterv%netscape.com a2dd913a2c Implement format-number() and <xsl:decimal-format>
b=65983 r=Pike sr=jst
2001-10-15 12:34:31 +00:00
sicking%bigfoot.com 34c59f519e Implement format-number() and <xsl:decimal-format>
b=65983 r=Pike sr=jst
2001-10-15 12:33:54 +00:00
sicking%bigfoot.com 74cdb13413 New files for bug 65983, implement format-number(). Not part of build yet. 2001-10-15 12:29:22 +00:00
alecf%netscape.com 8213f2a5ec attempt #2 to check in this file for bug 100214 2001-10-13 00:33:09 +00:00
alecf%netscape.com bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
shanjian%netscape.com 50e8bc3294 #100377 Auto-detect All detects yahoo-japan page as a wrong charset that save by Composer
r=yokoyama, sr=brendan
2001-10-12 21:00:39 +00:00
sicking%bigfoot.com 554d24f72d Clean up NumberFunctionCall.cpp: make all numberfunctions NaN and Inf safe, make round() work on windows, make all numberfunctions out-of-mem safe
b=102185 r=Pike sr=shaver
2001-10-12 20:38:23 +00:00
shanjian%netscape.com 0af4a7bda8 Recheckin documentation about universal detector. Now it is OK to make it public. 2001-10-12 19:58:21 +00:00
pavlov%netscape.com 76c6856f48 bah, stupid build problems 2001-10-12 09:11:33 +00:00
pavlov%netscape.com 7abd1ce048 fixing build bustage 2001-10-12 08:06:42 +00:00
shanjian%netscape.com fc2d1e8b4b While I was checking in fix of 88363 yesterday, a conflict mess got into my
check in. Remove that mess.
2001-10-11 23:46:27 +00:00
aaronl%netscape.com fd6615f1c5 Fixing bustage 2001-10-11 20:01:22 +00:00
aaronl%netscape.com 3175501764 Bug 104173. Don't use nsIAppShellComponent in AccessProxy. r=dveditz, sr=alecf 2001-10-11 18:46:26 +00:00
mkaply%us.ibm.com b3abb54c83 #104047
r=morse, sr=alecf
Need to cast cookie expires date to an unsigned long since time_t is a double on OS/2
2001-10-11 12:54:58 +00:00
morse%netscape.com 6d80e066db backing out fix for bug 47437 due to memory leak 2001-10-11 00:40:07 +00:00
shanjian%netscape.com 42b9d62a79 #88363 Site with duplicate Content-Type loads with incorrect encoding
r=yokoyama sr=waterson
2001-10-10 23:37:18 +00:00
morse%netscape.com 4de4cff5b4 bug 47437, nsCookie.cpp is duplicating URL parsing logic, c=andreas.otte, r=morse, sr=alecf 2001-10-10 23:16:03 +00:00
morse%netscape.com 0d87a30819 bug 102183, fix javascript warning and logic error, r=law, sr=alecf 2001-10-10 20:28:46 +00:00
vidur%netscape.com 6f1156b9a1 Fixing DOS->unix EOL problem. This file is not yet part of the build. 2001-10-10 19:42:24 +00:00
vidur%netscape.com adad34088c Renaming wspProxy.cpp to wspproxy.cpp. This is not yet part of the build. 2001-10-10 18:40:07 +00:00
vidur%netscape.com ed5b7d6abd Renaming wspProxy.cpp to wspproxy.cpp. Adding wspcomplextypewrapper.cpp. This is not yet part of the build. 2001-10-10 18:32:45 +00:00
morse%netscape.com 8fbc0669f0 bug 103641, wrong item deleted from form-manager list, r=sgehani, sr=alecf 2001-10-10 13:55:29 +00:00
rginda%netscape.com f6ea7f8d8d bug 103804, "Venkman doesn't like stopping in timeouts", r=jband, sr=shaver
move from setTimeout to the new enterNestedEventLoop callback
some strict mode changes
fix file/line regexps
2001-10-10 06:38:25 +00:00
jband%netscape.com 51aef8cf20 not part of build. Fix line endings 2001-10-10 02:13:25 +00:00
vidur%netscape.com 65fd59ed74 Work-in-progress checkin of web services proxy implementation. New files. 2001-10-09 23:54:51 +00:00
rginda%netscape.com 5dc6eddf16 - venkman only -
bug 102279, "Exception debug output URLs contain a comma"
surround urls in <angle-brackets> to help the munger pick them out.
2001-10-09 23:00:36 +00:00
rginda%netscape.com f279207729 - venkman only -
comment fix, make source line column wider
2001-10-09 22:57:01 +00:00
rginda%netscape.com c748f4c733 - venkman only -
strict mode fixes, invalidate outliner on soft scroll if we don't actually have to scroll.
2001-10-09 22:55:39 +00:00
rginda%netscape.com 2f092ff7a0 bug 100679, "File view scrolls by itself", sr=shaver,r=venkman
report correct insertion points to the outliner when new records are added
also some strict mode fixes
2001-10-09 22:53:59 +00:00
morse%netscape.com fe74f06966 bug 101637, expire master password after each time it is used, r=law, sr=alecf 2001-10-09 19:32:04 +00:00
morse%netscape.com 6181bee10f bug 96261, crash in 64-bit os, r=matt, sr=alecf 2001-10-09 18:43:45 +00:00
morse%netscape.com 828b8b8f44 bug 103467, fields with default values do not get prefilled by password manager, r=law, sr=alecf 2001-10-09 03:39:59 +00:00
morse%netscape.com a4516a7ba5 bug 102288, remove app-specific wording from dialog, r=valeski, sr=alecf 2001-10-08 20:31:59 +00:00
timeless%mac.com c47a1caadc Bugzilla Bug 103343 Check for IsEmpty before more expensive value check
patch by me and bz, r=morse, sr=alecf
2001-10-08 19:48:29 +00:00
jband%netscape.com 71ff67ec88 use nsresult type rather than PRInt32, change param name, add some whitespace. Not part of build 2001-10-07 17:24:20 +00:00
rginda%netscape.com ced33340be bug 103063, venkman strict warnings
r=samuel@sieb.net, sr=hyatt, a=asa
2001-10-04 07:38:53 +00:00
dbaron%fas.harvard.edu 74c34ddcbf Fix bustage. 2001-10-03 21:48:47 +00:00
vidur%netscape.com 829ccfe649 Got rid of DOS-style returns. This is not yet part of the build 2001-10-03 21:41:38 +00:00
vidur%netscape.com 2f900bc6ea Adding WSDL to XMLExtras if MOZ_WSDL is defined. Also added REQUIRES macros to schema and wsdl makefiles (thanks to jonsmirl@mediaone.net). This not yet part of the build. r=heikki, rs=jst. 2001-10-03 21:03:02 +00:00
vidur%netscape.com 3562031b1b Adding WSDL specific interface info implementation. This not yet part of the build. 2001-10-03 21:00:14 +00:00
sicking%bigfoot.com a55509d390 Make ImportFrame a friend of ProcessorState to fix nebiros bustage after b=83651 checkin. 2001-10-03 02:18:08 +00:00
sicking%bigfoot.com 0f56e90e06 Fix typo to fix Ports bustage after b=83651 checkin.
r=peterv
2001-10-03 02:08:02 +00:00
peterv%netscape.com 6db41368ef Warning fixes. r=sicking, rs=jst. 2001-10-03 01:27:04 +00:00
rginda%netscape.com 37c8a308b1 bug 102650, skin name should be Modern, not modern. r=jrgm 2001-10-03 00:11:24 +00:00
sicking%bigfoot.com 34b49dc7e3 Implement import precedence for attributesets, matchable templates, named templates and whitespace filtering.
b=83651 r=Pike, peterv, jst-review.pl sr=jst
2001-10-02 23:54:12 +00:00
varga%utcru.sk 82cbda88c4 Fix for bug 75572. Separator support in outliner.
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu 9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
hewitt%netscape.com 2e381a011f 102654 - fixing inspector build bustage on windows 2001-10-02 03:11:57 +00:00
hewitt%netscape.com b4973f2855 95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt 2001-10-02 03:06:51 +00:00
stephend%netscape.com 3a84cbd052 Bug 94437. Clean up wallet prefill dialog. Patch by Jason Kersey <kerz@netscape.com> r=morse@netscape.com, sr=shaver@mozilla.org 2001-10-02 00:34:42 +00:00
rginda%netscape.com 3c4555c036 bug 102588, venkman skin owner is wrong
patch=daniele@grinta.net, r=me,hyatt, sr=shaver
2001-10-02 00:26:38 +00:00
hewitt%netscape.com 2d7945498f 102626 - can't switch views in inspector, r=blake, sr=hyatt 2001-10-01 23:57:40 +00:00
alecf%netscape.com 01930dfd2c Split necko MODULE into necko and necko2, part of bug 101761, r=cls 2001-10-01 19:53:27 +00:00
peterv%netscape.com b8213c04b7 Part of fix for bug 65858 (Rework XSLT sorting) that I forgot to check in. r=sicking, Pike, sr=jst. 2001-10-01 14:28:54 +00:00
stephend%netscape.com 109457225e Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer 2001-10-01 05:03:06 +00:00
rginda%netscape.com a4556ff982 bug 97944, sr=shaver, r=cls,peterv, build venkman by default
descend into venkman if DISABLE_JSD and DISABLE_VENKMAN are not defined
2001-09-30 05:59:09 +00:00
seawood%netscape.com 3990c517b5 Sync up xmlterm module name for static builds. 2001-09-30 01:59:13 +00:00
bryner%netscape.com 491eea870e fixing REQUIRES bustage for win32. 2001-09-29 20:41:58 +00:00
vidur%netscape.com c3d19cdff8 Fixing build bustage. Access proxy needs necko. 2001-09-29 18:40:14 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
bryner%netscape.com 155746aa19 Fixing inspector build on windows. r=cls. 2001-09-29 04:53:00 +00:00
heikki%netscape.com ac67319bcf Bug 101429, bad argument to function, fixes assertion and potential crash. r=harishd, sr=hewitt. 2001-09-29 00:30:03 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
peterv%netscape.com adc7b7820b Trying to fix ports bustage with a workaround. Adding the REQUIRES from mozilla/extensions/transformiix/source/xslt/util to this one. r=Pike. a=granrose. See also bug 102138. 2001-09-28 16:21:39 +00:00
peterv%netscape.com 47d4019c9b Trying to fix ports bustage with a workaround. Adding the REQUIRES from mozilla/extensions/transformiix/source/xml/parser to this one. r=Pike. See also bug 102138. 2001-09-28 14:55:30 +00:00
peterv%netscape.com 862ea625c9 Fix for bug 65858 (Rework XSLT sorting). r=sicking, Pike, sr=jst. 2001-09-28 12:58:57 +00:00
hewitt%netscape.com 9e6c00f9ea 95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt 2001-09-27 21:43:00 +00:00
morse%netscape.com 3596c6b117 bug 98882, implement p3p cookie management, r=harishd,jag, sr=alecf 2001-09-27 21:41:26 +00:00
sicking%bigfoot.com 250f985177 implement a -q option that supress output of the credits header in standalone transformiix
not part of build
b=101959 r=peterv sr=jst
2001-09-27 21:39:08 +00:00
sicking%bigfoot.com 53855ff015 Fix crash in parameters code.
b=101946 r=peterv sr=shaver
2001-09-27 21:32:20 +00:00
sicking%bigfoot.com d760f564c8 Cleanup the generate-id() xpath function implementation.
b=101672 r=peterv, Pike sr=jst
2001-09-27 21:30:33 +00:00
rbs%maths.uq.edu.au 77de1639ba bug 99010 - font changes. sr=waterson@netscape.com 2001-09-27 18:28:24 +00:00
rginda%netscape.com 657b5fe54e - venkman only -
fix mixup in breakpoint/blacklist atom
2001-09-27 10:40:57 +00:00
rginda%netscape.com 9d23f33d52 - not built -
add splitter in cview.xul
list methods in seperate lines
2001-09-27 08:53:56 +00:00
morse%netscape.com eed93c8737 bug 101637, expire master password after each time it is used, r=pchen, sr=alecf 2001-09-27 00:46:26 +00:00
morse%netscape.com c1ada8a7e7 image blocking problem, back out previous patch, r=bryner, sr=alecf 2001-09-26 20:49:59 +00:00
morse%netscape.com a3cdd91c11 bug 94590, remove dup entries from wallet preview dialog, r=law, sr=alecf 2001-09-26 20:40:11 +00:00