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

4428 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com b6584a77fb backout my static atom patch for now until I figure out the performance loss! :(
bug 195262
2003-03-21 20:13:08 +00:00
harishd%netscape.com dce34b6349 Fixed a crasher by avoiding an extra release of the minivariant. Also fixed a bug in soap encoding. b=197872, r=rayw@netscape.com, sr=jst@netscape.com 2003-03-21 19:14:29 +00:00
heikki%netscape.com bae27cb6c3 Bug 198613, fix AIX bustage, patch from pkw@us.ibm.com, r=jst, sr=heikki. 2003-03-21 19:06:36 +00:00
harishd%netscape.com 3c09dfa411 This file is no longer used. 2003-03-21 18:58:12 +00:00
harishd%netscape.com 54af6da6f6 Removing interfaceinfo module under mozilla/extensionsbecause it got moved into mozilla/extensions/xmlextras.
*** SHOULD NOT AFFECT THE BUILD ***
2003-03-21 18:56:19 +00:00
alecf%netscape.com ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
harishd%netscape.com 7e6a8e4168 Fixing ports bustage 2003-03-21 03:26:22 +00:00
timeless%mozdev.org c44acbaabd Bug 180916 nsPermission::~nsPermission frees uninitialized values
r=darin sr=darin
2003-03-21 02:50:58 +00:00
harishd%netscape.com 32ba20c7e6 Fixing bustage 2003-03-21 01:30:26 +00:00
harishd%netscape.com 9ec92e494b Enabling WSDL support. b=196102, r=leaf@netscape.com, sr=heikki@netscape.com ( build changes ), sr=jst@netscape.com ( wsdl changes ), a=drivers@mozilla.org 2003-03-21 00:29:35 +00:00
darin%netscape.com 238b44aa47 adding a debug assertion as followup to last checkin so we can hopefully
trap failure to open cookies.txt for writing in the debugger. (r=dougt)
2003-03-20 05:31:55 +00:00
darin%netscape.com 917e93efe3 fixes bug 198270 "Trunk crash [@ COOKIE_Write] (nsCookies.cpp line 1734)"
patch=dwitte@stanford.edu r=mvl@exedo.nl sr=darin
2003-03-20 05:16:22 +00:00
heikki%netscape.com 0ee437d7ac Bug 182323, implemented XPointer spec, we now support the framework, shorthand syntax, element, fixptr, xpath1 and xmlns schemes, and provide a proprietary API from scripts, r=sicking, sr=peterv. 2003-03-19 23:45:42 +00:00
jst%netscape.com b245664f4c Checking in changes that were made during the review of the WSDL code. The review was done by harishd@netscape.com, jgaunt@netscape.com, dbradley@netscape.com, and jst@netscape.com. Not part of the build yet. 2003-03-19 07:25:23 +00:00
jkeiser%netscape.com 7417401e9e Replace sscanf with PR_sscanf (bug 197760), patch by Roland.Mainz@informatik.med.uni-giessen.de, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu 2003-03-19 06:26:49 +00:00
bzbarsky%mit.edu 83e46b1a49 Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
jst%netscape.com 21ca0da5ff Checking in changes that are the result of the review and super review of the WSDL code. The review was performed by harishd@netscape.com, jgaunt@netscape.com, and jst@netscape.com. Not part of the build yet. 2003-03-18 22:44:12 +00:00
oeschger%netscape.com 5610fb12db had some IM junk in the mail help content, dispensation to remove and checkin: 162559 2003-03-18 21:44:42 +00:00
timeless%mozdev.org 073c38117d Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=caillon
2003-03-17 22:55:53 +00:00
timeless%mozdev.org def3071d84 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=darin
2003-03-17 22:55:42 +00:00
timeless%mozdev.org 4248ab1feb Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=rginda 2003-03-17 05:25:42 +00:00
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
jst%netscape.com 0b5cb41238 Fixing bug 192837. Freezing the rest of the DOM HTML interfaces. r=fabian@imajes.info, sr=peterv@netscape.com 2003-03-14 07:00:53 +00:00
timeless%mozdev.org 6f3cb4afcd Bug 193942
removing unused file jsObjectView.js from manifest
patch by ajvincent@juno.com r=timeless sr=bryner
2003-03-14 01:50:01 +00:00
peterv%netscape.com a4732b3ee1 Follow-up to my checkin for bug 179720 (implement real result tree fragments). Checked in wrong patch yesterday. r=sicking, sr=jst. 2003-03-13 07:46:06 +00:00
varga%netscape.com 4669269682 Not part of build.
Getting rid of platform specific packagers.
2003-03-12 19:37:40 +00:00
varga%netscape.com ab717e3402 Not part of build.
Making mozSqlResult thread safe.
2003-03-12 19:22:17 +00:00
peterv%netscape.com 93f69764dd Bustage fix. 2003-03-12 15:35:35 +00:00
peterv%netscape.com ebf7eaeb11 Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst. 2003-03-12 14:07:30 +00:00
seawood%netscape.com 73160f9701 Use LIBS_DIR instead of hardcoding -L$(DIST)/bin 2003-03-12 08:46:32 +00:00
timeless%mozdev.org a9f6392b31 Bug 193726 Separate command execution from command stack insertion
patch by ajvincent@juno.com r=timeless sr=roc+moz
2003-03-12 02:26:19 +00:00
harishd%netscape.com f49d1ac2b4 Adding run time switch to enable/disable wsdl.b=195760, r=nisheeth@netscape.com, sr=heikki@netscape.com.
*** NOT PART OF THE BUILD ***
2003-03-10 21:22:41 +00:00
mozilla.BenB%bucksch.org 863fc03dc6 - error handling/checking in prefs
- other stuff
2003-03-09 19:06:56 +00:00
mozilla.BenB%bucksch.org 486cf4c206 current state of work.
- lots of work on the prefs. work now, with a few ceveats. the pref dialog is a pain when used without prefs.
- bugfixes for transfer
2003-03-09 19:05:41 +00:00
timeless%mozdev.org 35b4a791aa Bug 195597 Typo on "Mozilla Keyboard Shortcuts" help page
patch by pepperxn@netscape.net r=brendan sr=brendan
2003-03-09 07:34:33 +00:00
samuel%sieb.net 2a28a97e95 Bug 186257 - Creation of XMLRPC string broken
r=heikki
sr=darin
2003-03-09 01:59:33 +00:00
cls%seawood.org d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
harishd%netscape.com 95236e12a7 Since I'd to rename p3p.properties to P3P.properties I'd to update the files that depend on it 2003-03-07 21:58:12 +00:00
harishd%netscape.com e37981352e Fixing build bustage 2003-03-07 21:56:34 +00:00
harishd%netscape.com f44c03de2f This file did not make it with my last checkin 2003-03-07 21:37:51 +00:00
harishd%netscape.com 828367f17b These files did not make it with my last checkin. Donno why. Trying again 2003-03-07 21:27:06 +00:00
harishd%netscape.com 224c8df19e Moivng Netscape P3P into Mozilla. b=177822, r=heikki@hetscape.com, timeless@myrealbox.com, sfrazer@netscape.com ( Mac changes ), a=blizzard@mozilla.org ( approved to land p3p into mozilla ). 2003-03-07 21:15:09 +00:00
timeless%mozdev.org 03ce70cf0a Bug 189743 Bad include in layout-debug/plugin
r=bernd sr=kin
2003-03-07 09:36:44 +00:00
timeless%mozdev.org 76954de133 Bug 195996 unable to login to Schwab account
patch by dwitte@stanford.edu r=danm sr=darin
2003-03-07 02:54:09 +00:00
shliang%netscape.com db50dc210a 192193 - missed part of checkin for default whitelist for popup blocking. r/sr=jag 2003-03-07 02:14:56 +00:00
aaronl%netscape.com 06894f9174 Bug 195243. Potential hang in typeaheadfind. r=caillon, sr=sspitzer 2003-03-06 18:38:16 +00:00
aaronl%netscape.com bc707bca94 Bug 195120. FAYT fails after switching to compose window, typing a key, and returning. r=caillon, sr=sfraser 2003-03-06 18:36:53 +00:00
axel%pike.org 94a5336ca2 fix warnings in transformiix standalone, not part of build, r/sr=peterv 2003-03-05 21:42:29 +00:00
sicking%bigfoot.com eed27d275e fix bustage-to-be 2003-03-05 14:11:12 +00:00
axel%pike.org edcafb5ebc 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 65956d2c35 Removing obsolete code. r=sicking. 2003-03-05 12:50:23 +00:00
sicking%bigfoot.com d9f39b2131 remove dead code, no bug. r/sr=peterv 2003-03-05 12:32:24 +00:00
rbs%maths.uq.edu.au cf28c461b5 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 f4df0ea9b4 192193 - preload popup blocking whitelist. r=danm, sr=jag 2003-03-05 01:34:34 +00:00
sicking%bigfoot.com 43b68aeaad 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 86a23ee950 fix missing return-at-end. r/sr=peterv. no bug 2003-03-04 14:19:07 +00:00
aaronl%netscape.com 8d51bbf6f6 Bug 187511. Add Find As You Type to menus. r=brade, sr=dveditz. 2003-03-03 06:28:58 +00:00
timeless%mozdev.org 7f7db7d1e7 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 c729ae0212 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 3759ea0882 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 1e9dd192f2 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 395413772f 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 07be7c75ba fixing build bustage 2003-02-28 04:43:54 +00:00
sicking%bigfoot.com d191164c40 Bug 187610: Use PLDHash for keys
r=Pike sr=peterv
2003-02-28 03:32:19 +00:00
oeschger%netscape.com 2ede3a0c51 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 457256436b 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 8e44a6e02d 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 6c1ddab51c 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 f606cc4f63 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 661116311f bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +00:00
sicking%bigfoot.com c4efe8ab28 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 12a645b2bd 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 792d30905e 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 33060e1e75 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 6a3218e1b5 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 a972085056 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 f3b60fa1b4 fix sql extension (not enabled by default) 2003-02-25 20:14:21 +00:00
cbiesinger%web.de 3cb5994f50 fix bustage 2003-02-24 23:30:41 +00:00
heikki%netscape.com 05707b2661 Bug 190180, fix UMR, r=harishd, sr=jst. 2003-02-24 22:40:14 +00:00
cbiesinger%web.de 8281ae66af 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 1c1e48b295 write cookies to disk after page load completes. bug 165268 r=ccarlen,darin 2003-02-24 21:45:58 +00:00
cbiesinger%web.de 7dcd458f5f 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 2c3d48710c bug 126502, remove unsupported and unneeded xpi from transformiix/build, r=cls 2003-02-24 09:52:29 +00:00
pete.zha%sun.com d1ea99b3c8 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 65b909dbce 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 60dd13df9e 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 d13fa6eddd bug 191856, string usage in txExpandedName::init, r=sicking, sr=peterv 2003-02-23 20:03:51 +00:00
darin%netscape.com babe8b4176 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 641adaf23e 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 a9939a55b7 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 ec60ba7d89 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 165a71d7b3 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 9390a60290 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 be7649c67e 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 e60c7c88a3 fix bustage 2003-02-17 15:43:54 +00:00
sicking%bigfoot.com 60c73ca747 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 274d697e27 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 dcc6361443 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 d265cec7f1 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
peterv%netscape.com ba6b73426a Fix for bug 192794 (Leaking documents loaded through XSLT stylesheet). r=Pike, sr=jst, a=asa. 2003-02-13 12:49:13 +00:00