hewitt%netscape.com
3a5f5d9790
102574 - enable DOM Inspector in the default builds, r=leaf, sr=shaver
2001-11-29 09:36:46 +00:00
rayw%netscape.com
2defb66011
Fixed SOAP document-style returns. Not part of default build.
2001-11-29 03:31:42 +00:00
rayw%netscape.com
97f98e4799
More bug fixes to SOAP implementation. Not part of default build.
2001-11-29 03:07:37 +00:00
rayw%netscape.com
e602bd7a07
Fixes to the lookup of SOAP encoders.
...
Not part of default build.
2001-11-29 00:07:27 +00:00
rayw%netscape.com
1f12648d8b
Changes to match new IDL.
...
Not part of default build.
2001-11-28 19:04:02 +00:00
rayw%netscape.com
3a34f6e87c
More adjustment to class info for SOAP checkins.
...
Not part of default build.
2001-11-28 12:33:38 +00:00
rayw%netscape.com
95519f453a
Not part of default build.
...
Added more class information and module factories for soap items, fixed
copyright date.
Not part of default build.
2001-11-28 12:25:46 +00:00
rayw%netscape.com
25400e947d
Fixes required to bring SOAP up to date. The SOAP, WSDL, and Schema code
...
is not part of the default build. MOZ_WSDL and MOZ_SCHEMA were eliminated
in favor of MOZ_SOAP. MOZ_SCHEMA wasn't being used anyway, and MOZ_WSDL
had things needed by MOZ_SOAP.
Not part of the default build.
2001-11-28 11:33:49 +00:00
rayw%netscape.com
03720e7acd
Fixed to reflect new signature of Send call. Not part of default build.
2001-11-28 11:06:09 +00:00
rayw%netscape.com
5759c463ff
Updating SOAP files from branch. Not part of default build.
2001-11-28 10:50:29 +00:00
dbaron%fas.harvard.edu
88c03c4196
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
shanjian%netscape.com
6f301dbe89
#111340 Autodetect All detect SJIS as Greek
...
r=yokoyama, sr=brendan
2001-11-28 00:25:14 +00:00
heikki%netscape.com
8b74570d44
Bug 98928, send() can take any type of parameter, i.e. it can now take JavaScript string. r=jst, sr=jband.
2001-11-27 23:44:12 +00:00
morse%netscape.com
bb579e3572
bug 112109, use of 'cookie' instead of 'image' in image manager dialog, r=bzbarsky, sr=alecf
2001-11-27 23:33:11 +00:00
alecf%netscape.com
eabda51806
fix inspector
2001-11-27 22:06:14 +00:00
morse%netscape.com
de0816e0d8
bug 110560, cookie topcrasher, r=sgehani, sr=alecf
2001-11-27 20:25:36 +00:00
morse%netscape.com
bce5082dd0
bug 111362, no radio button selected in p3p dialog, r=bryner, sr=alecf
2001-11-27 04:41:37 +00:00
rjc%netscape.com
e5077bf2e5
Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt
2001-11-27 01:47:41 +00:00
rayw%netscape.com
82f1e7062c
Changed case of include file to permit it to build on Linux. Not part
...
of default build.
2001-11-26 18:23:49 +00:00
timeless%mac.com
7873addd19
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
morse%netscape.com
c2750f7534
bug 111818, remove-site button in cookie manager is always disabled, r=sgehani, sr=hewitt
2001-11-25 17:30:51 +00:00
bzbarsky%mit.edu
0b19fcf775
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
ben%netscape.com
68364f8dd1
fix for 73655 - remove reference to obsolete file.
...
r=rginda, sr=hewitt
2001-11-22 02:00:37 +00:00
morse%netscape.com
b5cc0e55e6
bug 98575 speed up cookie manager, r=sgehani, sr=hewitt
2001-11-22 00:16:37 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
ben%netscape.com
25380504e5
license files. (NOT PART OF BUILD)
2001-11-18 08:47:25 +00:00
ben%netscape.com
2716f0f692
add test form for UI doodling.
...
This & previous checkin are NOT PART OF BUILD.
2001-11-18 08:45:24 +00:00
ben%netscape.com
06b032d0fb
Correct Window Mediator's registration of browser windows.
2001-11-18 08:44:46 +00:00
ben%netscape.com
4d95fe9694
Implement Window Mediator service
...
NOT PART OF BUILD
2001-11-18 04:50:25 +00:00
ben%netscape.com
5c0867e2a0
Fix bookmarks window, add new file for Window Mediator.
...
NOT PART OF BUILD
2001-11-17 21:27:36 +00:00
morse%netscape.com
21e9ebf9aa
bug 104894, parsing p3p compact policies, r=harishd, sr=alecf
2001-11-16 15:05:53 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
rayw%netscape.com
c48baaca52
Not part of default build.
...
Fixed casing of included file so that it compiles
on Linux. Schema is not part of build.
rs=rayw
2001-11-15 22:44:06 +00:00
hewitt%netscape.com
e518ff0b5d
DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt
2001-11-15 05:09:26 +00:00
hewitt%netscape.com
a7c48464e3
DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt
2001-11-15 04:09:41 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
morse%netscape.com
e5365465ac
bug 109360, image blocking blocks wrong server, r=andre, sr=alecf
2001-11-14 06:37:45 +00:00
dbaron%fas.harvard.edu
e1bd66a170
Fix xmlterm bustage, and make it faster too. r=bzbarsky b=104159
2001-11-14 02:41:03 +00:00
timeless%mac.com
6dbfc3b58c
Bugzilla Bug 87792 Fix accesskeys based on new flexibility
...
patch by slate@gwu.edu r=aaronl sr=ben
2001-11-14 01:37:35 +00:00
bzbarsky%mit.edu
0dce65ed23
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
alecf%netscape.com
4ce960a311
REQUIRES cleanup
2001-11-14 01:28:24 +00:00
peterv%netscape.com
a6aaad357f
Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead. Not part of the build. r=jag, rs=scc.
2001-11-12 01:22:31 +00:00
peterv%netscape.com
5c2f626893
Adding namespaces and tbodies. Testcase, not part of the build. r=sicking.
2001-11-11 20:40:56 +00:00
sicking%bigfoot.com
c1c4da44f0
[Not part of build]
...
Make standalone TransforMiiX build again. Fix merge-conflict resolved the wrong way.
No bug. r=hwaara.
2001-11-11 17:40:44 +00:00
morse%netscape.com
9b1c2f6ee0
bug 109411, prevent malloc of 0, c=pedemonte, r=morse, sr=alecf
2001-11-11 08:27:05 +00:00
dbaron%fas.harvard.edu
5556328edb
Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard
2001-11-10 23:30:13 +00:00
gerv%gerv.net
4b24af480a
Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only.
2001-11-10 19:10:40 +00:00
stephend%netscape.com
cd656f92af
Bug 107188. Help tooltip not correct or localizable. r=oeschger@netscape.com, sr=hewitt@netscape.com
2001-11-10 06:34:16 +00:00
morse%netscape.com
0e28be88f2
bug 109325, crash in cookie module, r=ccarlen, sr=alecf
2001-11-10 00:58:59 +00:00
sicking%bigfoot.com
2c22ec2cb4
Bug 95779 - Key cached expressions and patterns on node they appear in rather then string.
...
r=Pike sr=jst
2001-11-09 23:46:36 +00:00
sicking%bigfoot.com
e3a75bc42a
Bug 105979 - Cleanup NodeSetFunctionCall and Tokenizer classes
...
r=Pike,peterv sr=jst
2001-11-09 23:34:06 +00:00
morse%netscape.com
739a722a3c
bug 109163, form-manager fields are shrunken, r=jag,sr=blake,a=asa
2001-11-09 04:01:11 +00:00
morse%netscape.com
3643898944
bug 109058, text missing in p3p dialog, r=blake, sr=alecf, a=asa
2001-11-08 22:51:18 +00:00
timeless%mac.com
0ff4708897
Fixing bustage:
...
XML Parsing Error: mismatched tag. Expected: </page>.
Location: file:///mozilla/extensions/wallet/editor/WalletUrlspecific.xul
Line Number 114, Column 3: </window>
--^
2001-11-08 19:55:36 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
mkaply%us.ibm.com
b02e8039b7
#91898
...
r=robinf
Fix some HTML mistakes in help file
2001-11-07 05:31:03 +00:00
markh%activestate.com
48f5fa303d
Update to Python XPCOM for recent breaking changes:
...
* Freeze/Modifications to nsIObserver and nsIServiceManager
* Header file re-organization.
Thanks to Christof Meerwald for the basis of this patch.
Not part of the build.
2001-11-07 04:32:37 +00:00
ben%netscape.com
64811c1584
108462 - Remove Vixen. r=bryner, sr=jst
2001-11-06 22:59:55 +00:00
ben%netscape.com
1c6f13a9d4
108595 - "Block Images for this server" menu item not showing up. Remove display:none style rule now that the overlay that includes this overlay (contentAreaContextOverlay.xul) is no longer being loaded twice by navigator. r=kerz, sr=blake
2001-11-06 01:39:36 +00:00
ben%netscape.com
bf0cd22006
108595 - wallet context items inserted into the wrong position in navigator context menu. regardless of context. Reposition them after the clipboard items. r=kerz, sr=blake
2001-11-06 01:38:48 +00:00
peterv%netscape.com
0dc2af83ed
Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class.
...
b=96143 r=Pike sr=scc
2001-11-04 23:28:36 +00:00
sicking%bigfoot.com
dd8a8574d3
Make Double purly static. Fix some bugs and exactness problems in Double::toString and Double::toDouble. Remove the Integer class.
...
b=96143 r=Pike sr=scc
2001-11-04 23:27:23 +00:00
hewitt%netscape.com
ed26d937b5
106637 - DOM inspector not working with tabbrowser, r=jag, sr=hyatt
2001-11-03 11:41:11 +00:00
hewitt%netscape.com
a4f3ed989c
fixing various fun regressions from blake's earlier landing, rs=hyatt
2001-11-03 11:27:04 +00:00
blakeross%telocity.com
d41637ea57
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:06:54 +00:00
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
sicking%bigfoot.com
67813a84f8
Move document-order logic from DOMHelper to the Nodes. Kill the DOMHelper class since it's no longer needed.
...
Also fix an off-by-one error in the documentorder sorting routine.
r=Pike, peterv sr=jst
2001-11-01 14:32:14 +00:00
brade%netscape.com
a3118d14b3
remove DOMHelper.cpp for sicking (bug #94471 )
2001-11-01 14:31:46 +00:00
aaronl%netscape.com
7687a691fb
Bug 107703. Fixes some of the crashes in DOM inspector. r=timeless, sr=hewitt
2001-11-01 07:28:10 +00:00
tao%netscape.com
27db070415
107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
...
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
morse%netscape.com
c370392bd3
bug 92398, minor wording changes, c=gemal, r=morse, sr=alecf
2001-11-01 00:14:00 +00:00
pete%alphanumerica.com
41da234dd2
b=107823, r=ccarlen, sr=brendan
...
--pete
2001-11-01 00:11:15 +00:00
rginda%netscape.com
da857da996
venkman only
...
expose interface to the initAtStartup setting
2001-10-31 23:33:41 +00:00
rginda%netscape.com
1d1ad3f9ca
venkman only
...
freeze stack outliner before restoring state
2001-10-31 23:29:20 +00:00
seawood%netscape.com
e2c0cf55a6
Link libunicharutil_s before xpcom. Blind attempt to fix hpux bustage
2001-10-31 10:03:34 +00:00
peterv%netscape.com
0e57b6e8bf
Sigh, commit failed. Bustage fix.
2001-10-31 03:09:00 +00:00
bnesse%netscape.com
df5dab7fb7
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
3e72c42480
Fixing bustage.
2001-10-31 00:11:57 +00:00
peterv%netscape.com
4407e25bb0
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
1a5050445f
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
db33b4bb41
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
88cf3b11f7
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
55da351b8c
Fix HP bustage, I hope, by adding -L$(DIST)/lib.
2001-10-30 08:46:43 +00:00
dbaron%fas.harvard.edu
c4cb1dfd38
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
30d15cef50
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
7bbe9643c9
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
3b3426d0ea
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
f1f4e0d7a5
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
31a9f6853e
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
f0d6d8712b
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
bef357d05e
Added files:
mozilla/intl/unicharutils/util/nsUnicharUtils.cpp
2001-10-26 03:37:38 +00:00
dougt%netscape.com
eb9e0f1a2f
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
3028af33af
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
54a358bff1
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
9ef703edc9
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
d28c4dced3
bug 106304, bad wording in dialog, r=bryner, sr=alecf
2001-10-25 00:26:50 +00:00
jaggernaut%netscape.com
019ce473c1
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
e66f740962
bug 104042, more leaked exprResults. r=peterv, sr=jst
2001-10-24 09:00:32 +00:00
axel%pike.org
31c48fa72d
bug 104042, fix leak in standalone namespacemanager, r=sicking,peterv, sr=jst
2001-10-24 08:45:32 +00:00
stephend%netscape.com
35d1ecb06d
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
923c1a6828
Fix inspector bustage.
2001-10-24 01:18:24 +00:00
hewitt%netscape.com
51da8f452a
106132 - DOM Inspector broken by changes to Pref API, r=jag, sr=hyatt
2001-10-23 23:53:44 +00:00
morse%netscape.com
4e5b5f643e
bug 106216, remove bogus js warning messages, r=sgehani, sr=alecf
2001-10-23 23:12:18 +00:00
alecf%netscape.com
d0084a3497
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
09e2680121
fixing bug 106199. r=ben sr=hyatt
2001-10-23 08:07:03 +00:00
axel%pike.org
f617df67b4
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
e039d54a3e
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
5fe12c09e7
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
fdb581ad21
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
6257f976ce
bug 105874, minor wording changes in p3p dialog, r=harishd, sr=alecf
2001-10-22 21:49:55 +00:00
bnesse%netscape.com
5d3ba9e8a4
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
8f4c5f1454
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
eb638b50f7
Bug 105973: s/Observe/observe/
2001-10-22 04:16:33 +00:00
dbaron%fas.harvard.edu
34f9ce3920
Fix assertion from dougt's nsIObserver / nsIObserverService changes. b=99163
2001-10-22 04:00:02 +00:00
rangansen%netscape.com
d000282a1c
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
3f08911279
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
9c458e9c63
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
7929f33806
Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163
2001-10-19 23:15:51 +00:00
dougt%netscape.com
015bf91d7a
fixing build bustage cause by nsIObserver changes
2001-10-19 22:56:19 +00:00
sgehani%netscape.com
295cf4cd96
Fix typo.
...
b = 103215
r = morse
sr = alecf
2001-10-19 22:40:11 +00:00
pchen%netscape.com
d2cde929aa
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
3edc819898
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
da7e1268bd
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
3b7719c991
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
6ea1d428ef
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
473aefcfdc
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
deae863813
Rolling back last changes
2001-10-18 19:09:03 +00:00
rangansen%netscape.com
3827682703
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
a00827fa54
venkman only
...
s/doCommand.stepOut/doCommandStepOut/ for "finish" command
2001-10-18 11:12:37 +00:00
rginda%netscape.com
57eac362a1
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
6774b8313e
venkman only
...
add homepage to hello message.
2001-10-18 11:04:26 +00:00
rginda%netscape.com
84ab3baf9f
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
8362ab32d3
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
de3373360a
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
ff6ac70b37
venkman only
...
remove extra braces and return
2001-10-18 10:59:47 +00:00
jaggernaut%netscape.com
ba810640be
More REQUIRES clean-up.
2001-10-16 22:08:55 +00:00
alecf%netscape.com
0066d0c5ac
ack, what is this doing calling shutdown? :(
...
shutdown is gone
2001-10-16 21:54:11 +00:00
morse%netscape.com
059dbd2d86
bug 97409, add unblocking images to context menu, r=law, sr=alecf
2001-10-16 20:38:57 +00:00
sicking%bigfoot.com
91508f3d8c
Support LRE stylesheets
...
b=104052 r=peterv rs=brendan
2001-10-16 11:57:52 +00:00
peterv%netscape.com
bf960e86ed
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
853dfbd0cf
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
34fc404be7
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
e75485644c
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
27134b139c
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
672587c70a
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
8408db5c77
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
a29f2b1bb2
First Checked In.
2001-10-15 22:36:40 +00:00
morse%netscape.com
21005c4180
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
371722cc60
Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser.
2001-10-15 22:29:34 +00:00
peterv%netscape.com
b1b6530658
Implement format-number() and <xsl:decimal-format>
...
b=65983 r=Pike sr=jst
2001-10-15 12:34:31 +00:00
sicking%bigfoot.com
13c9b8bd52
Implement format-number() and <xsl:decimal-format>
...
b=65983 r=Pike sr=jst
2001-10-15 12:33:54 +00:00
sicking%bigfoot.com
4078291d09
New files for bug 65983, implement format-number(). Not part of build yet.
2001-10-15 12:29:22 +00:00
alecf%netscape.com
6899c80600
attempt #2 to check in this file for bug 100214
2001-10-13 00:33:09 +00:00
alecf%netscape.com
511a787492
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
760026c9b5
#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
c40e0a6111
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
209b6c59c8
Recheckin documentation about universal detector. Now it is OK to make it public.
2001-10-12 19:58:21 +00:00
pavlov%netscape.com
cdf0e9c77e
bah, stupid build problems
2001-10-12 09:11:33 +00:00
pavlov%netscape.com
4f0805f2ac
fixing build bustage
2001-10-12 08:06:42 +00:00
shanjian%netscape.com
fc71d973e6
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
a0431295e9
Fixing bustage
2001-10-11 20:01:22 +00:00
aaronl%netscape.com
880be18c4d
Bug 104173. Don't use nsIAppShellComponent in AccessProxy. r=dveditz, sr=alecf
2001-10-11 18:46:26 +00:00
mkaply%us.ibm.com
78aa7ba3d3
#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
1b92bfbfe2
backing out fix for bug 47437 due to memory leak
2001-10-11 00:40:07 +00:00
shanjian%netscape.com
dde83fbf7b
#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
3114822817
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
12fd370ed5
bug 102183, fix javascript warning and logic error, r=law, sr=alecf
2001-10-10 20:28:46 +00:00
vidur%netscape.com
37a8884ab8
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
f991f4e799
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
04153652ac
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
f3b7de5283
bug 103641, wrong item deleted from form-manager list, r=sgehani, sr=alecf
2001-10-10 13:55:29 +00:00
rginda%netscape.com
fbcbb6ecf0
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
b1510adad5
not part of build. Fix line endings
2001-10-10 02:13:25 +00:00
vidur%netscape.com
11abb9d092
Work-in-progress checkin of web services proxy implementation. New files.
2001-10-09 23:54:51 +00:00
rginda%netscape.com
a549bd64e9
- 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
c6fb2de3e6
- venkman only -
...
comment fix, make source line column wider
2001-10-09 22:57:01 +00:00
rginda%netscape.com
4e2066fc62
- 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
a0867d06f3
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
af87e6a4f6
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
e87f50b6ee
bug 96261, crash in 64-bit os, r=matt, sr=alecf
2001-10-09 18:43:45 +00:00
morse%netscape.com
3111ec0766
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
e6313b069d
bug 102288, remove app-specific wording from dialog, r=valeski, sr=alecf
2001-10-08 20:31:59 +00:00
timeless%mac.com
0909fc5260
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
b07fdf5734
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
4055435c53
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
0ba9655afa
Fix bustage.
2001-10-03 21:48:47 +00:00
vidur%netscape.com
51b30fe01a
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
92c582e3ff
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
20e4447690
Adding WSDL specific interface info implementation. This not yet part of the build.
2001-10-03 21:00:14 +00:00
sicking%bigfoot.com
69284e495f
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
a761db94bc
Fix typo to fix Ports bustage after b=83651 checkin.
...
r=peterv
2001-10-03 02:08:02 +00:00
peterv%netscape.com
c9800f457f
Warning fixes. r=sicking, rs=jst.
2001-10-03 01:27:04 +00:00
rginda%netscape.com
9740fb4d11
bug 102650, skin name should be Modern, not modern. r=jrgm
2001-10-03 00:11:24 +00:00
sicking%bigfoot.com
19519b57e6
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
43196bdf59
Fix for bug 75572. Separator support in outliner.
...
r=waterson, sr=hyatt
2001-10-02 04:42:48 +00:00
dbaron%fas.harvard.edu
0cc7ea34da
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
8dac0a8cc6
102654 - fixing inspector build bustage on windows
2001-10-02 03:11:57 +00:00
hewitt%netscape.com
a0bd804923
95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt
2001-10-02 03:06:51 +00:00
stephend%netscape.com
576c2f9dc2
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
ae887ec690
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
9e3d7e6228
102626 - can't switch views in inspector, r=blake, sr=hyatt
2001-10-01 23:57:40 +00:00
alecf%netscape.com
73b4882cac
Split necko MODULE into necko and necko2, part of bug 101761, r=cls
2001-10-01 19:53:27 +00:00
peterv%netscape.com
c733160a8e
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
3b91c06f5f
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
608f65a00a
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
ac4e442a21
Sync up xmlterm module name for static builds.
2001-09-30 01:59:13 +00:00
bryner%netscape.com
f912add4c0
fixing REQUIRES bustage for win32.
2001-09-29 20:41:58 +00:00
vidur%netscape.com
c3b6b38328
Fixing build bustage. Access proxy needs necko.
2001-09-29 18:40:14 +00:00
jaggernaut%netscape.com
fdc4078bc4
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
5b776da704
Fixing inspector build on windows. r=cls.
2001-09-29 04:53:00 +00:00
heikki%netscape.com
1957f94940
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
f385eb981a
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
841f36a51b
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
53a0dc621c
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
beb5f6d7a7
Fix for bug 65858 (Rework XSLT sorting). r=sicking, Pike, sr=jst.
2001-09-28 12:58:57 +00:00
hewitt%netscape.com
b293c5b0b5
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
2001-09-27 21:43:00 +00:00
morse%netscape.com
923dc3907b
bug 98882, implement p3p cookie management, r=harishd,jag, sr=alecf
2001-09-27 21:41:26 +00:00
sicking%bigfoot.com
38d1e029fd
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
105fe3cd19
Fix crash in parameters code.
...
b=101946 r=peterv sr=shaver
2001-09-27 21:32:20 +00:00
sicking%bigfoot.com
a2adec14bc
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
6404408a22
bug 99010 - font changes. sr=waterson@netscape.com
2001-09-27 18:28:24 +00:00
rginda%netscape.com
a3d31a834b
- venkman only -
...
fix mixup in breakpoint/blacklist atom
2001-09-27 10:40:57 +00:00
rginda%netscape.com
402a72254c
- not built -
...
add splitter in cview.xul
list methods in seperate lines
2001-09-27 08:53:56 +00:00
morse%netscape.com
fee55d9d3f
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
60759f99b1
image blocking problem, back out previous patch, r=bryner, sr=alecf
2001-09-26 20:49:59 +00:00
morse%netscape.com
8ce7697fae
bug 94590, remove dup entries from wallet preview dialog, r=law, sr=alecf
2001-09-26 20:40:11 +00:00
alecf%netscape.com
ca1e0f0d4d
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
rginda%netscape.com
80077c5e9f
- not built -
...
move from <tree>s to <outliner>s, leaning on recent venkman outliner work.
2001-09-26 08:56:06 +00:00
rginda%netscape.com
2630b6e91e
- not built -
...
add outliner files and new icons to .jar file
2001-09-26 08:55:09 +00:00
rginda%netscape.com
2c12237dbb
- not built -
...
initial add of new cview icons
2001-09-26 08:54:27 +00:00
rginda%netscape.com
b41cd5089f
- not built -
...
initial add of cview outliner files
2001-09-26 08:53:26 +00:00
rginda%netscape.com
39432424ca
- venkman only -
...
package new icons
2001-09-26 05:48:57 +00:00
rginda%netscape.com
59d261f012
- venkman only -
...
add appendChildren method
2001-09-26 05:47:11 +00:00
rginda%netscape.com
407cba8c7e
- venkman only -
...
remove "reload ui" string, added "reload"
2001-09-26 05:45:38 +00:00
gerv%gerv.net
8edf26bcee
License changes, take 2. Bug 98089. mozilla/extensions/.
2001-09-25 23:31:24 +00:00
rginda%netscape.com
797b117100
- venkman only -
...
remove duplicate rule
add blacklist rules
2001-09-25 22:32:56 +00:00
rginda%netscape.com
6d841931ac
- venkman only -
...
change prefixes for ETRACE and ERROR messages, make ERROR background color easier on the eyes
2001-09-25 22:32:10 +00:00
rginda%netscape.com
fadd6473ec
- venkman only -
...
add version and blacklist strings
2001-09-25 22:31:07 +00:00
rginda%netscape.com
f2f5af7537
- venkman only -
...
add reload command
add comments
2001-09-25 22:30:02 +00:00
rginda%netscape.com
788cfd1cf8
- venkman only -
...
add version info
implement enable/disableReloadCommand
2001-09-25 22:28:57 +00:00
rginda%netscape.com
175c91a38b
- venkman only -
...
move debugger menu item from tasks to tasks->tools
2001-09-25 22:27:36 +00:00
rginda%netscape.com
44c5f7819c
- venkman only -
...
add blacklist nodes, not reflected in the UI yet
implement reloadSource on SourceRecord, to reload the underlying source text
2001-09-25 22:26:51 +00:00
rginda%netscape.com
0b1ea71603
- venkman only -
...
add blacklist and version strings
2001-09-25 22:25:21 +00:00
rginda%netscape.com
f5d955e010
- venkman only -
...
implement reload command
2001-09-25 22:24:36 +00:00
rginda%netscape.com
01da023b15
- venkman only -
...
add type checking to formatValue, fix bug in formatValue -> array
2001-09-25 22:23:41 +00:00
rginda%netscape.com
261963a113
- venkman only -
...
pass drag and drop related events to the TOViewRecord, if it knows how to deal
2001-09-25 22:22:02 +00:00
rginda%netscape.com
8c500749fe
- venkman only -
...
initial add of blacklist icons
2001-09-25 22:20:29 +00:00