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

2950 Коммитов

Автор SHA1 Сообщение Дата
shanjian%netscape.com 38cfda40b2 #111340 Autodetect All detect SJIS as Greek
r=yokoyama, sr=brendan
2001-11-28 00:25:14 +00:00
heikki%netscape.com 9dd140c359 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 8632353e53 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 7a6a372388 fix inspector 2001-11-27 22:06:14 +00:00
morse%netscape.com 04478158f9 bug 110560, cookie topcrasher, r=sgehani, sr=alecf 2001-11-27 20:25:36 +00:00
morse%netscape.com fc8b9e3c05 bug 111362, no radio button selected in p3p dialog, r=bryner, sr=alecf 2001-11-27 04:41:37 +00:00
rjc%netscape.com fe5d808f73 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 17e6242d2c 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 51a4520c4a 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 e65ff62200 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 edfb3b268f 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 dbd51aa313 fix for 73655 - remove reference to obsolete file.
r=rginda, sr=hewitt
2001-11-22 02:00:37 +00:00
morse%netscape.com c9f90e3265 bug 98575 speed up cookie manager, r=sgehani, sr=hewitt 2001-11-22 00:16:37 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
timeless%mac.com 060425ec59 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 e69a21a4a4 license files. (NOT PART OF BUILD) 2001-11-18 08:47:25 +00:00
ben%netscape.com 08af6c0c26 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 0d23ce3653 Correct Window Mediator's registration of browser windows. 2001-11-18 08:44:46 +00:00
ben%netscape.com 8ff68dfafc Implement Window Mediator service
NOT PART OF BUILD
2001-11-18 04:50:25 +00:00
ben%netscape.com d19441396c Fix bookmarks window, add new file for Window Mediator.
NOT PART OF BUILD
2001-11-17 21:27:36 +00:00
morse%netscape.com 5f47f06d91 bug 104894, parsing p3p compact policies, r=harishd, sr=alecf 2001-11-16 15:05:53 +00:00
jaggernaut%netscape.com ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
rayw%netscape.com c56800b479 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 c694be7b18 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 732dc6261a 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 d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
morse%netscape.com d6e10ae159 bug 109360, image blocking blocks wrong server, r=andre, sr=alecf 2001-11-14 06:37:45 +00:00
dbaron%fas.harvard.edu 5cb3ce4c6a Fix xmlterm bustage, and make it faster too. r=bzbarsky b=104159 2001-11-14 02:41:03 +00:00
timeless%mac.com b7461f87ad 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 f2ee8260a0 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 dcbae3e2fd REQUIRES cleanup 2001-11-14 01:28:24 +00:00
peterv%netscape.com bcd18a1996 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 783b508bc9 Adding namespaces and tbodies. Testcase, not part of the build. r=sicking. 2001-11-11 20:40:56 +00:00
sicking%bigfoot.com 91cba3e42d [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 8252ae986f bug 109411, prevent malloc of 0, c=pedemonte, r=morse, sr=alecf 2001-11-11 08:27:05 +00:00
dbaron%fas.harvard.edu 0c93d110f3 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 5011281b28 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 467e4478b4 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 a0ce027b7e bug 109325, crash in cookie module, r=ccarlen, sr=alecf 2001-11-10 00:58:59 +00:00
sicking%bigfoot.com 79768f9dfc 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 f086bce93d Bug 105979 - Cleanup NodeSetFunctionCall and Tokenizer classes
r=Pike,peterv sr=jst
2001-11-09 23:34:06 +00:00
morse%netscape.com c4789e8804 bug 109163, form-manager fields are shrunken, r=jag,sr=blake,a=asa 2001-11-09 04:01:11 +00:00
morse%netscape.com 28ea546d4f bug 109058, text missing in p3p dialog, r=blake, sr=alecf, a=asa 2001-11-08 22:51:18 +00:00
timeless%mac.com e318885466 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 8cd8d91750 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 aa498902f6 #91898
r=robinf
Fix some HTML mistakes in help file
2001-11-07 05:31:03 +00:00
markh%activestate.com 7cbbc4f2f5 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 e22d4e2a9f 108462 - Remove Vixen. r=bryner, sr=jst 2001-11-06 22:59:55 +00:00
ben%netscape.com b0ea346ec9 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