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

4379 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com be0bda159e Removing dead files. 2003-03-21 22:17:34 +00:00
jst%netscape.com 2765c02d68 Flip the pref for disabling WSDL. r=harishd@netscape.com, sr=jst@netscape.com 2003-03-21 22:14:54 +00:00
alecf%netscape.com 16af458ceb 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 47ae9abde3 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 4dbe6e1def 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 33ea31bd88 This file is no longer used. 2003-03-21 18:58:12 +00:00
harishd%netscape.com 7432754414 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 c4ea07bc53 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 553557f3e8 Fixing ports bustage 2003-03-21 03:26:22 +00:00
timeless%mozdev.org 943f8d7a84 Bug 180916 nsPermission::~nsPermission frees uninitialized values
r=darin sr=darin
2003-03-21 02:50:58 +00:00
harishd%netscape.com 5b09ec17b1 Fixing bustage 2003-03-21 01:30:26 +00:00
harishd%netscape.com 2cffc11efa 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 32cda3d206 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 091ef67efc 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 9f2a5f1a56 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 f176fffb72 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 809cf0df08 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 5a829e126a 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 ab344deaf8 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 029d514e77 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 6a65d9e76b 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 24452d6fce 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 4550c0a57b 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 be629223b6 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 67c60923e6 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 3d5136c1ea 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 3426dc0e6d 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 9f4bb5fbd0 Not part of build.
Getting rid of platform specific packagers.
2003-03-12 19:37:40 +00:00
varga%netscape.com 46ebe1daf7 Not part of build.
Making mozSqlResult thread safe.
2003-03-12 19:22:17 +00:00
peterv%netscape.com e708301bae Bustage fix. 2003-03-12 15:35:35 +00:00
peterv%netscape.com 2f95c70817 Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst. 2003-03-12 14:07:30 +00:00
seawood%netscape.com 333e5fd1d1 Use LIBS_DIR instead of hardcoding -L$(DIST)/bin 2003-03-12 08:46:32 +00:00
timeless%mozdev.org 29ee89f56c 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 4b3afc42a9 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 fdd7ae3785 - error handling/checking in prefs
- other stuff
2003-03-09 19:06:56 +00:00
mozilla.BenB%bucksch.org c18ddceabf 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 e10fa56fbd 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 ed1c0465c1 Bug 186257 - Creation of XMLRPC string broken
r=heikki
sr=darin
2003-03-09 01:59:33 +00:00
cls%seawood.org d18d8ada60 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
harishd%netscape.com 873d778fa2 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 e159be636a Fixing build bustage 2003-03-07 21:56:34 +00:00
harishd%netscape.com 6c4b64c99a This file did not make it with my last checkin 2003-03-07 21:37:51 +00:00
harishd%netscape.com 6498431928 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 1ed9bd321b 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 6069dfd6ad Bug 189743 Bad include in layout-debug/plugin
r=bernd sr=kin
2003-03-07 09:36:44 +00:00
timeless%mozdev.org 405417d01c 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 a5b92aea67 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 70e6b0b21f Bug 195243. Potential hang in typeaheadfind. r=caillon, sr=sspitzer 2003-03-06 18:38:16 +00:00
aaronl%netscape.com 62af7c09a7 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 aa7dd6fed0 fix warnings in transformiix standalone, not part of build, r/sr=peterv 2003-03-05 21:42:29 +00:00