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

4328 Коммитов

Автор SHA1 Сообщение Дата
axel%pike.org 4ab4b70601 bug 190098, txXMLParser should load DTDs on standalone, pretty much a rewrite of how parsing to a DOM works on standalone, copying what nsExpatDriver does, optimize id patterns, too, r=sicking, sr=peterv 2003-03-05 13:48:55 +00:00
peterv%netscape.com afbf5ea0da Removing obsolete code. r=sicking. 2003-03-05 12:50:23 +00:00
sicking%bigfoot.com b926c10c1e remove dead code, no bug. r/sr=peterv 2003-03-05 12:32:24 +00:00
rbs%maths.uq.edu.au 0695fb9672 Bug 147189. Part 3: hide ignorable whitespace nodes without frames, e.g., in between <table>\n<tr>, r=caillon, sr=bzbarsky 2003-03-05 08:25:33 +00:00
shliang%netscape.com 013926cb01 192193 - preload popup blocking whitelist. r=danm, sr=jag 2003-03-05 01:34:34 +00:00
sicking%bigfoot.com 426cd10480 Bug 195945: Display XSLT-generated HTML-pages in standards mode
r=peterv sr=bz
2003-03-05 00:57:14 +00:00
sicking%bigfoot.com 46b7643242 fix missing return-at-end. r/sr=peterv. no bug 2003-03-04 14:19:07 +00:00
aaronl%netscape.com 647fc03459 Bug 187511. Add Find As You Type to menus. r=brade, sr=dveditz. 2003-03-03 06:28:58 +00:00
timeless%mozdev.org 6114f19529 Bug 195391 cookies for background color and font size are not being set properly
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-02 19:36:36 +00:00
cbiesinger%web.de 5564f4e0cf 163350 patch by mvl@exedo.nl r=suresh sr=jag Cookie confirmation dialog could use better wording. 2003-02-28 20:49:09 +00:00
gilbert.fang%sun.com 828ee32f25 fix bug: 193271 Form Manager dialog needs accesskeys. p=jessie.li@sun.com, r=timeless, sr=jaggernaut 2003-02-28 07:54:10 +00:00
gilbert.fang%sun.com a8a1c05479 Fix bug 193835: Missing focus when selected the related checkbox or radiobox in Preference window. p=jessie.li@sun.com,r=neil@parkwaycc.co.uk,sr=jag. 2003-02-28 07:00:39 +00:00
sfraser%netscape.com e1e801b951 Fix bug 195160: remove static NS_DEFINE_IID from header files. r=cls, sr=alecf. 2003-02-28 05:47:36 +00:00
timeless%mozdev.org 3f847d919e fixing build bustage 2003-02-28 04:43:54 +00:00
sicking%bigfoot.com 7b8177be9d Bug 187610: Use PLDHash for keys
r=Pike sr=peterv
2003-02-28 03:32:19 +00:00
oeschger%netscape.com 81e95afad3 removing extraneous im_help from mozilla, replacing space-bloated mail help file, dispensation per 162559, r=robinf 2003-02-27 23:08:56 +00:00
harishd%netscape.com 9985e2bb3e Make sure to resolve place-holder-array-type. b=192141, r=rayw@netscape.com, sr=vidur@netscape.com.
The target namespace on <schema> should be applied to <element> if and only if <element> is qualified. b=192972. r=rayw@netscape.com, sr=jst@netscape.com.
Fixed a few warnings.
*** NOT PART OF THE BUILD ***
2003-02-27 22:36:42 +00:00
cbiesinger%web.de b12a4c4241 97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service 2003-02-27 13:51:55 +00:00
jst%netscape.com cc4bcae465 Fixing bug 194349. Making the WSDL proxy type system properly set flags for getters and setters on complex types. r=jband@netscape.com, sr=heikki@netscape.com. Not part of the default build yet. 2003-02-27 00:44:56 +00:00
sicking%bigfoot.com 0530d0ac50 Bug 195016: Fix static build. Patch by Roland.Mainz@informatik.med.uni-giessen.de
r=sicking sr=kin
2003-02-27 00:05:50 +00:00
kairo%kairo.at 11348f5311 bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
sicking%bigfoot.com 1e6eaec057 Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
r=Pike sr=peterv
2003-02-27 00:01:55 +00:00
timeless%mozdev.org d965029556 Bug 156450 Tool bar on Help shows empty tooltip
patch by pepperxn@netscape.net r=timeless sr=jag
2003-02-26 08:26:00 +00:00
bzbarsky%mit.edu 7267f149a3 Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
and do not hold a ref to them.  Bug 190475, r=pavlov, sr=jst
2003-02-26 05:51:32 +00:00
seawood%netscape.com 63ffaa111b Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
rginda%netscape.com 52a5053411 landing chatzilla 0.8.23, bug 194241, r=samuel@sieb.net, a=asa@mozilla.org
fixes...
bug 190568, ssieb upgraded networking code that was making incorrect assumptions.
bug 191910, added a munger rule to turn `` and '' into unicode left/right double
quotes.
bug 124638, Neil's fix to keep chatzilla from stealing focus when joining channels.
bug 191500, Items in chatzilla's pref tree were hardcoded into the .xul file.
bug 194334, Adds accelerator keys to some pref panels, in places where they were missing.

Allows formatting to be nested, to a certain extent.  * http://foo * will
linkify http://foo AND bold it.
Lets tab characters pass through the control-code munger.
Added auto-reconnect, and a pref to control it.
Fixed URL munging so that it only creates links for valid schemes, and doesn't
include trailing punctuation in the link.
No longer strips leading and trailing whitespace from submitted lines.
2003-02-26 00:57:45 +00:00
sfraser%netscape.com f7fd0a80ef Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf. 2003-02-26 00:52:07 +00:00
cbiesinger%web.de 916aa6340a fix sql extension (not enabled by default) 2003-02-25 20:14:21 +00:00
cbiesinger%web.de f4cad5c5fc fix bustage 2003-02-24 23:30:41 +00:00
heikki%netscape.com f8ad7a77e6 Bug 190180, fix UMR, r=harishd, sr=jst. 2003-02-24 22:40:14 +00:00
cbiesinger%web.de 7f30fa0cea 191682 patch by dwitte@stanford.edu r=biesi sr=darin Cookie manager uses O(2n^2) algorithm to display cookies 2003-02-24 22:02:44 +00:00
danm%netscape.com a97874bfb4 write cookies to disk after page load completes. bug 165268 r=ccarlen,darin 2003-02-24 21:45:58 +00:00
cbiesinger%web.de f167b2b2e5 184072 patch by darkshadow@web.de r=oeschger sr=jst capitalization in mozilla/extensions/help/resources/locale/en-US/search-db.rdf 2003-02-24 19:04:18 +00:00
axel%pike.org f8a601d259 bug 126502, remove unsupported and unneeded xpi from transformiix/build, r=cls 2003-02-24 09:52:29 +00:00
pete.zha%sun.com 29f051b1d6 bug=193068
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2003-02-24 07:59:17 +00:00
pete.zha%sun.com 828d786791 bug=193835
Missing focus when selected the related checkbox or radiobox in Preference window.
r=kyle.yuan@sun.com sr=jaggernaut@netscape.com
2003-02-24 03:00:23 +00:00
axel%pike.org e0a42940ce bug 178463, insert META tag to HEAD for html output, r=sicking, sr=peterv 2003-02-23 20:06:42 +00:00
axel%pike.org e10036878d bug 191856, string usage in txExpandedName::init, r=sicking, sr=peterv 2003-02-23 20:03:51 +00:00
darin%netscape.com 44f475da93 fixes bug 177698, Cookie is not stored if its VALUE contains "max-age",
patch=dwitte@stanford.edu r/sr=alecf,darin
2003-02-23 00:04:03 +00:00
kairo%kairo.at dcf55fce7a bug 193606 - Cookie window grows (horizontally and vertically) every time on opening, r=suresh, sr=jag, checking in for mvl@exedo.nl 2003-02-22 14:12:51 +00:00
kairo%kairo.at 569157de0d bug 179661 - Duplicate menu mnemonic: Fill in Form, Form Manager both 'M', r=dean_tessman, sr=dmose, checking in for piersc@cogs.susx.ac.uk 2003-02-22 13:59:25 +00:00
kairo%kairo.at ed5092614a bug 163350 - Cookie confirmation dialog could use better wording, r=timeless, sr=jag, checking in for mvl@exedo.nl 2003-02-22 13:42:15 +00:00
varga%netscape.com 0d0ab083d9 Fix for bug 192365. Remove extraneous seltype="multiple" attributes of <tree>s in xul.
r=varga, sr=jag, patch by Daniel Crisman <bugzilla@w.d6.org>
2003-02-22 11:48:19 +00:00
rginda%netscape.com 41a3245796 venkman only, bug 194234, changes from 0.9.46 to 48, a=asa@mozilla.org
fixes ASSERTs about chrome calling window.alert, etc in debug builds
fixes problems setting breakpoints in files loaded by hand
"add watch expression..." added to context menu of Watch view
fixes file:/ urls loaded form the Open Windows view
2003-02-20 23:06:12 +00:00
cbiesinger%web.de ae7ff90cb1 193637 patch by dwitte@stanford.edu r=timeless sr=darin a=dbaron
Cookie logging is reversed
2003-02-17 21:37:46 +00:00
sicking%bigfoot.com a03428de13 fix bustage 2003-02-17 15:43:54 +00:00
sicking%bigfoot.com 9a81b9a305 Bug 193586: Fix reference-cycle in nsXPathEvaluator->document->nsXPathEvaluatorTearoff
r=peterv sr=jst a=dbaron
2003-02-17 14:30:03 +00:00
aaronl%netscape.com 6d84cd4786 Bug 189193. With find as you type, don't search text docs for links. r=kyle, sr=henry jia, a=dbaron. Bug 190555. Weird find as you type behavior in framed pages. r=caillon, sr=jst, a=dbaron 2003-02-14 07:47:40 +00:00
sicking%bigfoot.com d915628044 Bug 174713: Make XPath on HTML documents behave consistently and HTML-ish. This makes the XPath-functions name() and local-name() return upper-case names and makes nametests case-insensitive.
r=peterv sr=jst a=asa
2003-02-14 00:59:40 +00:00
ccarlen%netscape.com 67201ac107 Bug 193078 - cookies file loses entries if you switch to a new profile and then quit. r=mvl@exedo.nl/sr=darin/a=asa 2003-02-14 00:32:57 +00:00