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

3492 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 716f9f4695 Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
waterson%netscape.com 0818b0aab7 Bug 93100. Missed one file. 2001-08-21 01:25:10 +00:00
waterson%netscape.com ef1265798d Bug 93100. Change NS_DECL_NSGETMODULE to be table driven so we can get at module ctor & dtor callbacks. Update meta-module and static-module stuff for this change, fix meta-module to not register stuff twice. r=cls,leaf 2001-08-21 00:55:20 +00:00
thesteve%netscape.com 047e9d63c7 Bug #81373: landing the mac static build: making MailNews a meta-component.
This new file is Mac ONLY. Furthermore, it is specific to the mac static build, and CAN NOT break the existing mac builds.
2001-08-18 00:55:03 +00:00
thesteve%netscape.com 765b074ef0 Bug #81373: landing the mac static build: making security a meta-component.
This new file is Mac ONLY. Furthermore, it is specific to the mac static build, and CAN NOT break the existing mac builds.
2001-08-18 00:54:03 +00:00
av%netscape.com 7c4d86d274 Fixing 73436 -- hiding platform specific calls in xp files, not part of the build, r=peterl 2001-08-18 00:13:37 +00:00
av%netscape.com 7c3361d498 Fixing project file for the spy plugin reflecting new folder structure, not part of the build, r=av 2001-08-18 00:11:16 +00:00
av%netscape.com 26e8494818 Fixing 73430 -- removing MFC dependency from Windows project, not part of the build patch by timeless, r=av 2001-08-17 23:11:02 +00:00
akkana%netscape.com 75e98915ba 92331: revert plaintext quote pref back to using pre. r=mcafee sr=blizzard 2001-08-17 23:00:41 +00:00
av%netscape.com 51865cca86 Bug 73874 -- sample plugin (4.x scriptability), not part of the build, r=peterl 2001-08-17 22:36:46 +00:00
av%netscape.com 6b904380b3 Bug 73874 -- sample plugin (4.x scriptability), not part of the build, r=peterl 2001-08-17 22:23:41 +00:00
blizzard%redhat.com 8449d6469f Back out brendan's checkin to try and get linux starting up again. 2001-08-17 19:45:11 +00:00
peterlubczynski%netscape.com 35f494b896 Fixing Carbon bustage (where is the carbon tinderbox?) 2001-08-17 14:30:45 +00:00
brendan%mozilla.org 525a387cf2 - Better failure codes from nsXULPrototypeScript::Deserialize.
- Call nsXULDocument::AbortFastLoads after nsXULPrototypeScript::Serialize
  failure, instead of just nulling the FastLoad service's output stream.

- Expose nsXULDocument::AbortFastLoads via nsIXULPrototypeCache, for use from
  nsChromeProtocolHandler.cpp.  AbortFastLoads flushes the XUL cache now, for
  good measure.

- The needless "Current" adjective in nsIFastLoadService attribute and method
  names is no more.

- Add a do_GetFastLoadService() helper, to use CID instead of contractid, and
  to let the compiler consolidate the static inline CID.

- Add "nglayout.debug.checksum_xul_fastload_file" pref so people can do without
  the checksum verification step when reading a FastLoad file.

- Verify the FastLoad file checksum, by default.  Also, cache it in the FastLoad
  service so we don't recompute it when re-opening the FastLoad file as mailnews
  and other top-levels start up.  Fill the checksum cache in EndFastLoad, when
  the last pseudo-concurrent top-level finishes loading.

  My hope to compute the checksum while writing the FastLoad file ran afoul of
  misordered writes.  The old code to checksum the in-memory nsFastLoadHeader
  also was broken on little endian platforms.  Now all checksumming is done via
  a separate read pass over the complete file, save for the header's checksum
  field, which is summed as if it contained zero.

- Track and check FastLoad file dependencies.  This required groveling with a
  bunch of Necko interfaces in nsChromeProtocolHandler::NewChannel -- read it
  and weep.  Dependency checking, as well as checksum access and computation,
  use better-factored nsIFastLoad{File,Read,Write}Control interfaces.

- nsBufferedStream::Seek wasn't flushing the buffer when seeking backward
  within the buffer, but it must, because mCursor bounds the amount to write
  if the buffer contains the end of file.

- Add an unbufferedStream readonly attribute to nsIStreamBufferAccess, so we
  don't have to screw around with the bufferying layer when checksumming. Also
  implement nsIStreamBufferAccess in nsBufferedOutputStream.

- nsISeekableOutputStream was bogus, based on a bad state I had put the
  nsBufferedOutputStream code in on its way from being completely broken when
  you seek backwards outside of the buffer.  Removing this interface required
  using nsIFastLoadFileIO in nsFastLoadFileWriter, and it also required careful
  ordering of Close calls (the Writer or Updater must close after the Reader,
  so that the Reader's underlying, unbuffered input stream can be read by
  nsFastLoadFileWriter::Close to compute the checksum.

- Miscellaneous tab/indentation, comment typo, bracing, if( => if ( style,
  nsnull vs. 0, useless variable elimination, tortured control flow,
  AutoString instead of String, and gratuitous ; after nsISupportsUtils.h
  macro call cleanups.
2001-08-17 09:52:55 +00:00
sfraser%netscape.com 3e6475c529 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
av%netscape.com 62d0a74217 Fix for 89672 -- topembed, crash on exit with xpcom plugin, r=peterl, sr=waterson 2001-08-17 00:45:25 +00:00
peterlubczynski%netscape.com 0791386075 Fixing UNIX bustage, removing extra #include header put in on accident 2001-08-16 04:47:16 +00:00
cls%seawood.org d706b6ecfb Removing leftover .cvsignore files to complete the reorg of plugins. 2001-08-16 04:42:26 +00:00
blakeross%telocity.com b2cf8ca322 Turning off turbo by default for now to avoid slew of bug reports tomorrow about how "turbo was on even though I didn't ask for it!" 2001-08-16 04:21:06 +00:00
peterlubczynski%netscape.com 64933e4c15 Fixing UNIX makefile bustage 2001-08-16 03:35:01 +00:00
blakeross%telocity.com b91ce22d94 Enabling and disabling turbo should not require a restart (89504). Also fixes 85437, 81715, 91221, 91350, 92292. r=ccarlen sr=ben 2001-08-16 03:21:40 +00:00
peterlubczynski%netscape.com 347c69b489 Implement NSPR Logging in plugin module bug 94922 r=av, edburns sr=attinasi 2001-08-16 02:59:03 +00:00
sfraser%netscape.com a01b4325c4 Project cleanup, rs=scc. Use NSComponentStartup.o, since this is a component, and don't link directly with MathLib. 2001-08-16 00:50:10 +00:00
peterlubczynski%netscape.com d04a3ea98a Make x & y be signed for NPWindow struct bug 93500 r=av sr=attinasi 2001-08-15 03:11:08 +00:00
peterlubczynski%netscape.com 31d59da340 Fixing extra char in win32 makefile for sample plugin, not part of main build 2001-08-15 02:32:27 +00:00
leaf%mozilla.org 21ea5101bf removing old files. final task to close bug 76602. 2001-08-15 01:50:23 +00:00
cls%seawood.org 8405a1984e Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
mkaply%us.ibm.com bcc6efd9ac #94574
r=mkaply, a=blizzard
OS/2 only - from javier - change mouse down scrolling behavior to be like Unix (and other OS/2 apps)
2001-08-10 22:37:07 +00:00
peterlubczynski%netscape.com a77349c11e Fix for mStreamType not being set correctly bug 94371 r=av sr=waterson 2001-08-10 19:49:04 +00:00
leaf%mozilla.org 1697baacce bug 76602, sr=cls, r=edburns. modules/plugin rearranging, in preparation for old
file location cvs removal.
2001-08-10 07:35:54 +00:00
timeless%mac.com 60cb295f11 fix Bugzilla Bug 93827 Print module autoselection could be better...
by Roland.Mainz@informatik.med.uni-giessen.de r=dcone sr=blizzard
2001-08-10 06:58:11 +00:00
cathleen%netscape.com 8e5233ef47 make static build to support DISABLE_MAILNEWS flag, and enable making
gecko.dll for static build bug=93100 sr=waterson
2001-08-10 05:18:27 +00:00
mitesh%netscape.com 6543be0403 Fix for bug 94349 - Work around for nsIObserverService problem
r=ccarlen and sr=darin
2001-08-10 02:23:45 +00:00
av%netscape.com b59c8bdd85 Fix for bug 91238 -- eliminating unwanted initial stream to a plugin, r=peterl, edburns, sr=jst 2001-08-10 01:53:38 +00:00
loadrunner%betak.net cb3c3c6ddb bug 85747, There is no difference between "OK" and "Cancel" when change Preferences | Fonts language,
r=matt, sr=blizzard
2001-08-10 01:49:39 +00:00
av%netscape.com 4cd25307f3 Fix for bug 91238 -- unwanted initial plugin stream, r=peterl, edburns, sr=jst 2001-08-10 01:46:12 +00:00
blakeross%telocity.com ba70a6ca86 Sidebar should not appear when I use a web search site; turning off pref by default (56996). r=matt sr=ben 2001-08-10 01:33:14 +00:00
pavlov%netscape.com 23ee360eb3 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:35:08 +00:00
pavlov%netscape.com b72c324af1 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
hewitt%netscape.com 000d9316fb 84809 - autocomplete prefs customization, r=matt, sr=blake 2001-08-09 06:41:11 +00:00
sspitzer%netscape.com 3cf94f66ee fix for #39862. backend support for push (force) authentication for news.
sorry, no UI yet.  thanks to ayn2@cornell.edu for the patch.
r/sr=sspitzer
2001-08-09 03:06:58 +00:00
peterlubczynski%netscape.com ef06b67af1 Plugin module Mac project file new directory location changes bug 76602 r=bnesse sr=sfraser 2001-08-09 01:24:49 +00:00
andreas.otte%primus-online.de c6853783af bug 40670 [URL: resolution of protocol:/path] checking in the groundwork to have an easy fix if we ever decide to support these kind of deprecated relative urls. For that a new attribute URIType is added to nsIProtocolHandler and its implementations to store some protocol/scheme dependend information to have enough information to allow correct parsing. r=darin@netscape.com sr=rpotts@netscape.com 2001-08-07 20:42:57 +00:00
waterson%netscape.com c5b444c36c Bug 71248. Convert content, layout, parser, and uconv to generic modules so that they can be linked into a meta-module. r=cathleen, sr=brendan 2001-08-07 02:55:54 +00:00
shanjian%netscape.com bd7d662728 #92950 typo in winpref.js
r=nhotta sr=waterson
2001-08-06 21:25:08 +00:00
cls%seawood.org 681651d92e Adding mozilla.org changes to changelog 2001-08-04 21:10:00 +00:00
varada%netscape.com e54092d83a removing pref for updating compose window title ;part of blake's patch in bug#89624;r=varada;sr=sspitzer 2001-08-04 00:04:46 +00:00
blizzard%redhat.com 7f10acaf7a move version to 0.9.3+, no bug. r=dbaron, a=leaf 2001-08-03 19:03:57 +00:00
cmanske%netscape.com 601c4e237a Set default pref for HR to 'center', b=90497, r=brade, sr=kin 2001-08-03 18:32:43 +00:00
dbaron%fas.harvard.edu 060fda47df Fix leak of default branch. b=93087 r=bnesse sr=waterson 2001-08-03 02:36:39 +00:00
dbaron%fas.harvard.edu b5094fcf5c Fix leak of preferences JS context by making prefs hold a reference to the JS runtime service and using that reference to avoid "runtime mismatch, leaking context" under normal conditions. b=76288 r=shaver, bnesse sr=waterson 2001-08-03 02:35:32 +00:00
mitesh%netscape.com a6f07ce824 Fix for Bug 86688 and 92179
Memory clean up and added an interface
for nsAutoConfig object
r=bnesse and sr=sspitzer
2001-08-02 19:02:28 +00:00
dougt%netscape.com a10bd45989 Fixing comment. r=me, sr=nobody 2001-08-02 01:35:28 +00:00
dbaron%fas.harvard.edu 29ad3fe6bc Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into new Destroy method so it happens at the end of paint suppression. Also clean up nsDocumentViewer.cpp a bit. b=80203,89626 r=hyatt sr=waterson 2001-08-01 03:15:50 +00:00
dbaron%fas.harvard.edu fd52c61bb9 Fix Windows bustage from fastload branch landing. 2001-07-31 20:21:01 +00:00
brendan%mozilla.org 8c7c819206 FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
serge%netscape.com 189a2e97cc fix for 86645 into new plugin directory r=av,sr/a=blizzard 2001-07-27 23:55:35 +00:00
serge%netscape.com 3943f49264 bug 86645 M0.9.1 crashes at the 2nd "Default Plugin" window call; r=av,sr/a=blizzard 2001-07-27 21:53:14 +00:00
cls%seawood.org 801e54257a Use %var% instead of @var@ for static build substitutions. Fixing win32 side. 2001-07-27 21:32:38 +00:00
dbaron%fas.harvard.edu 6bb80eba8e Backing out changes for 80203 and 89626 to fix blocker 92325 and probably also blocker 92443. 2001-07-26 20:53:21 +00:00
mcafee%netscape.com 894dbe249a Changes to allow packaging of statically-linked build (87213). r=cathleen, sr=waterson, a=blizzard 2001-07-26 03:18:42 +00:00
jaggernaut%netscape.com c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org 8a0a1ce3d8 Use %var% instead of @var@ as placeholders for the static build dynamic module lists. This prevents acoutput-fast.pl from complaining about unknown variables. 2001-07-25 07:01:05 +00:00
dbaron%fas.harvard.edu 08b178d117 Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into EndObservingDocument so it happens at the end of paint suppression. b=80203,89626 r=hyatt sr=waterson 2001-07-25 04:30:59 +00:00
sdagley%netscape.com ff1c821e4a Moving part of fix for #81659 from 0.9.2 branch. Now recognize non-bundle OS X plugins of type 'IEPL' (e.g. Apple's iTools plugin). Also moved test for OS X plugin types inside an #if TARGET_CARBON. 2001-07-25 02:45:10 +00:00
darin%netscape.com bb65952a81 Fixes bug 58037 "Accept-encoding: "identity" in not needed, "compress" should be depreciated"
patch=havill@redhat.com, r=bbaetz, sr=darin
2001-07-25 00:46:35 +00:00
bbaetz%cs.mcgill.ca 7bf006780f Checking in for smeredith@netscape.com
Bugs 65583, 78119: implement SOCKS 4.
Bug 92002: SOCKS on the Mac broken.
Bug 48357: SOCKS intermittent 'connection refused' errors.
r=bbaetz, sr=darin
2001-07-25 00:28:28 +00:00
av%netscape.com bee4dbc974 Fixing 72052 -- GDI resource leak in the default plugin, r=peterl, sr=waterson 2001-07-24 21:37:59 +00:00
av%netscape.com a589acf378 Fixing 91140 -- postponing NPP_DestroyStream call till the plugin instance is destroyed, sr=jst, r=peterl 2001-07-24 20:48:36 +00:00
pete%alphanumerica.com f65c767018 Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
matt%netscape.com 44df484982 bug 89525 r=mcafee sr=ben adding new link for tabs directory 2001-07-24 00:37:16 +00:00
jaggernaut%netscape.com 4d73a251ab Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
av%netscape.com c91c7ae93b Fixing 91140, the Acrobat blocker -- latering plugin stream destruction, r=peterl, bnesse, sr=vidur 2001-07-21 02:31:29 +00:00
bnesse%netscape.com 516786bba0 Fix for bug 90389. ns4xPluginInstance should not check for plugin private data pointer being null. r=peterlubczynski, sr=attinasi. 2001-07-20 19:36:37 +00:00
colin%theblakes.com 7a819a744f Tweak some OpenVMS default prefs. b=91271. r/a=leaf 2001-07-20 11:30:55 +00:00
peterlubczynski%netscape.com 08f646df69 Fix for plugins not working on Mac OS less than 9.1 bug 90959 r=bnesse sr=attinasi 2001-07-20 01:57:11 +00:00
cathleen%netscape.com 562182c632 fixed bug 87004, for win static build, changed libjar and xpinstall to be
dynamic, updated static packager list, added build_static.pl, fixed static
component loader to handle no static component cases, updated and added
.cvsignore for extra files generated by static build
2001-07-19 22:43:14 +00:00
valeski%netscape.com c4f90087de 91365. r=dougt, sr=hyatt. nsIScriptGlobalObject->GetContext() can legitimately return NS_OK *and* a nsnull outparam. Various callsites were not respecting the nsnull out param and this patch gracefully handles those cases. 2001-07-19 05:48:49 +00:00
tor%cs.brown.edu fbd1fc140f Bug 90985 - add default size of scrollbar snap region.
Patch from bzbarsky@mit.edu, rs=tor.
2001-07-19 04:02:49 +00:00
mstoltz%netscape.com c3d3e40a7f Bug 91043 - document.write(ln) should be same-origin to prevent inserting content
into a document from another host. r=jesse, sr=jband.
2001-07-19 03:16:51 +00:00
tor%cs.brown.edu 1a7a751371 Bug 90985 - add pref to control scrollbar snap region size and disable
snapping behavior by default on unix.  r=dean_tessman, sr=blake
2001-07-18 23:19:42 +00:00
tor%cs.brown.edu 60e01c3df9 Mac build fixes and set alpha properly for all platforms. Not in build. 2001-07-18 21:34:15 +00:00
peterlubczynski%netscape.com c7fb22e703 Fix for plugins stop working on Mac bug 90959 r=av sr=attinasi 2001-07-18 14:04:28 +00:00
rpotts%netscape.com 914543da03 bug #84749. (r=nisheeth, sr=jst). Document unload() events fired *after* the current URI had been changed - this allowed JS to track where the user was going next... 2001-07-17 20:17:38 +00:00
edburns%acm.org bc1649d3f7 bug=88053
r=peterl
approval=selmer

After testing real and java on win32 and linux, we're satisfied that this works.

Checking in to trunk.  Already on branch.
2001-07-17 19:55:33 +00:00
av%netscape.com ba4380ff20 Fix for 87913 -- adding refreshing components to plugins.refresh(), r=mstolz, peterl, sr=shaver, attinasi 2001-07-17 02:26:42 +00:00
dougt%netscape.com 0f7d4c7a84 Fixes 89191. r=gagan, av, peterl. 2001-07-17 01:19:19 +00:00
pavlov%netscape.com 0852f1b0c5 part of bug 78690. r=bryner sr=jst 2001-07-17 01:14:40 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
peterlubczynski%netscape.com a53887f189 Fixing key and context menu events for full-page plugins on Mac bug 84681 r=bnesse sr=blizzard 2001-07-14 01:01:34 +00:00
peterlubczynski%netscape.com a567eeafa7 Real fix for Quicktime 4.x sweep bug 89407 r=av sr=blizzard 2001-07-14 01:01:02 +00:00
edburns%acm.org 10ba2859c8 bug=88053
r/sr=brendan
This bug fix prevents the crash on exit with Java on win32.
2001-07-14 00:03:17 +00:00
bnesse%netscape.com dc693cec5e Fix for bug 90382. The x and y coordinates in nsPluginWindow should be defined as PRInt32's not PRUint32's. r=av, sr=attinasi. 2001-07-13 18:55:10 +00:00
akkana%netscape.com df776fed88 69638: Use <span> instead of <blockquote> for plaintext quotes, to fix caret motion problems. r=mcafee, sr=sfraser 2001-07-13 18:45:53 +00:00
colin%theblakes.com 05f2505fc4 OpenVMS only: do not prototype strerror. b=86323 sr=leaf 2001-07-13 10:50:26 +00:00
mscott%netscape.com c6fcf6f929 Bug #89181 --> fix a typo.
r/sr=sspitzer
2001-07-13 04:44:56 +00:00
bnesse%netscape.com 537daaf53c Fix for bug 85231. Free nsTimer in PluginInstance to eliminate MLK and crash caused by it. r=av, peterl. sr=scc. 2001-07-11 02:29:45 +00:00
bstell%netscape.com 817e2f480e bug 89250, r=ftang, sr=blizzard
set minimum size of Japanese font to 16 points (sigh)
2001-07-10 23:33:49 +00:00
mstoltz%netscape.com 40d4d67b20 Checking in two fixes on behalf of jesse@netscape.com:
88153 - keep javascript URLs in Page Info dialog from running with system principal
        by making the iframe's source about:blank initially and sandboxing it
        with type=content. sr=blake, r=mstoltz.
88417 - Disallow setting of location.host and other location subparts cross-domain
        r=mstoltz, sr=jst.
2001-07-10 23:24:12 +00:00
peterlubczynski%netscape.com 9218eb2d32 Slightly change pluign timer interval to fix url bar on Mac bug 88936 r=bnesse sr=sfraser 2001-07-10 03:59:39 +00:00
peterlubczynski%netscape.com 70f39c8351 Fix for OS X "Internet Plugins Dir" bug 78751 patch by ccarlen r=peterl sr=sfraser 2001-07-10 02:50:32 +00:00
mscott%netscape.com 4f2bb816fb Bug #89181 --> dword align the moz-icon RGB data so they render at certain
resolutions.
r=pavlov
sr=sspitzer
2001-07-10 00:55:06 +00:00
peterlubczynski%netscape.com e56de67ca4 Fix for Quicktime not working on Classic MacOS bug 89662 r=sfraser sr=attinasi 2001-07-09 19:40:52 +00:00
tor%cs.brown.edu b296f38195 Bug 87542 - slight mismatch of update regions of an interlaced gif under
some circumstances.  r=pavlov, sr=blizzard
2001-07-09 18:51:36 +00:00
cls%seawood.org ba6258fcf0 Make sure that zlib is shared in the default (dynamic build). Build img libs (png/jpeg/mng) the same on OS/2 as the rest of unix (ie, always static).
Bug #88892 r=dbaron
2001-07-07 20:32:51 +00:00
av%netscape.com 4b0ba04980 Fix for 86469 -- crash on exit with Acrobat, waterson, r=peterl, sr=shaver 2001-07-06 23:30:22 +00:00
peterlubczynski%netscape.com 3072b9b885 Fix for Mac plugins not working bug 89529 r=dcone sr=sfraser 2001-07-06 14:54:48 +00:00
ccarlen%netscape.com 2809da135f Bug 89160 - Clearing user prefs can go into infinite loop. r=bnesse,valeski, sr=vidur 2001-07-06 14:07:37 +00:00
cls%seawood.org 654b132df3 Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
waterson%netscape.com be6d86517d Bug 89343. Left-over build bustage from static branch landing; LIBRARY is no longer needed. 2001-07-05 22:05:19 +00:00
dougt%netscape.com be95779914 Fixes bug 89397. This fixes a problem where byteranges which start at offest 0 do not reset the mPosition. This cause byte to be written at random places in the file.
r=peterl, r=av, sr=attinasi
2001-07-05 19:33:09 +00:00
mkaply%us.ibm.com 412e9e56b4 #89182
r=achimha, sr=blizzard
OS/2 only - wrong fName in plugin array
2001-07-05 18:44:50 +00:00
blakeross%telocity.com 32c8dda843 Adding a default for browser.history.grouping (this was part of the history outliner patch, r=alecf sr=ben) 2001-07-05 18:03:45 +00:00
bnesse%netscape.com ccbe76ac33 Fix for bug 88500. GetChildList should return prefs relative to the root branch. r=mscott, sr=alecf. 2001-07-05 17:51:27 +00:00
bstell%netscape.com cd84289ace bug 88955, r=yokyama, rs=bstell
change the default monospaced font size from 13 to 12
2001-07-03 16:28:42 +00:00
cls%seawood.org 381a3cba21 Add, remove, add, remove, add 2001-07-03 11:02:34 +00:00
cls%seawood.org 6bde13b66a Oops merged against wrong version 2001-07-03 11:02:01 +00:00
peterlubczynski%netscape.com 1d74f93b6e Patch to fix crash with sample plugin and OS X plugins bug 85334 r=av sr=attinasi 2001-07-03 01:56:28 +00:00
blakeross%telocity.com 3f1af9615a Focusing urlbar should select contents (37587). r=brade sr=ben 2001-07-03 01:06:36 +00:00
nhotta%netscape.com cca44ebd03 Moved "font.size." prefs from all.js to platform files and
changed macpfref.js for .ja default faces to "HeiseiMincho", "HeiseiKakuGothic", default sizes to 14.
bug 87871, r=ftang, sr=blizzard.
2001-07-02 22:24:09 +00:00
peterlubczynski%netscape.com 437caac594 Patch to fix case comparison problem mime types for plugins bug 87290 r=av sr=attinasi 2001-07-02 20:08:17 +00:00
mscott%netscape.com 1bc17a97d8 If we don't have a file ext in the moz-icon url, fall back to using the content type if it
was specified.
r/sr=sspitzer
2001-07-02 19:12:12 +00:00
leaf%mozilla.org 2cabd7c62c merging zlib 1.1.3 from 0.9.2 branch to trunk, a=chofmann, bug 86323 2001-06-30 23:38:09 +00:00
peterlubczynski%netscape.com f9088750c3 Fixing Fizilla bustage for the meantime... 2001-06-30 21:23:51 +00:00
peterlubczynski%netscape.com e3793bb6c9 Trying to fix Fizilla (again) 2001-06-30 19:07:09 +00:00
peterlubczynski%netscape.com 9d3273421d Attempting to fix plugin Fizilla bustage 2001-06-30 17:58:32 +00:00
peterlubczynski%netscape.com 4e92437e12 Fixing callbacks for Mac plugins and OS X bug 85334 r=bnesse sr=attinasi 2001-06-30 16:42:07 +00:00
jaggernaut%netscape.com 03ab87e4a1 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
dbaron%fas.harvard.edu aceadd91ec Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411 2001-06-29 23:16:52 +00:00
scc%mozilla.org 60981f6d92 fixing Solaris bustage 2001-06-29 17:33:28 +00:00
peterlubczynski%netscape.com 35ffbb6050 another attempt to fix Carbon bustage 2001-06-29 09:58:24 +00:00
bstell%netscape.com 111515d1ce bug 87167, r=ftang@netscape.com, sr=blizzard@mozilla.org
adjust the thresholds where we decide to bitmap scale CJK fonts
2001-06-29 07:26:34 +00:00
cls%seawood.org 71bd72e4ac Make plugins work on BeOS
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch
Bug #68907 r=av
2001-06-29 07:24:12 +00:00
racham%netscape.com 12512aa7fa Fixing bug 6830. Setting default pref values for filing messages and creating folders on servers. r,sr=sspitzer 2001-06-29 07:05:35 +00:00
peterlubczynski%netscape.com 1282172ae2 Attempt at fixing Carbon bustage 2001-06-29 06:43:28 +00:00
dbaron%fas.harvard.edu a41f89d537 Fix line endings from peterlubczynski's previous checkin (^M^J -> ^J) to fix IRIX and OS/2 bustage. 2001-06-29 02:34:23 +00:00
edburns%acm.org 825abe478e bug=79851
r/sr=darin
This bug fix makes nsPluginHostImpl::GetCookie() return the cookie value properly.
2001-06-29 00:33:01 +00:00
peterlubczynski%netscape.com 67c59e3edb Fix for Shockwave registration bug 85334 r=av sr=attinasi 2001-06-29 00:29:44 +00:00
mscott%netscape.com 83d559d6cd Bug #80866 --> new helper app dialog design. Add prefs for remembering the decision to show the
helper app dialog for a particular mime type. Make sure the progress dialog stays up by default.
r=hewitt
sr=sspitzer
2001-06-28 02:17:17 +00:00
darin%netscape.com ce7573bf2e Fixes bug 85054 "Hard Drive grinds when disk cache set to zero."
patch=gordon, r=gagan, sr=darin
2001-06-28 01:30:26 +00:00
sgehani%netscape.com c4dab60f41 Add a dropdown to choose searchengine when in basic mode in
the search sidebar panel.

b  = 86483
r  = matt
sr = alecf
2001-06-28 01:27:35 +00:00
cathleen%netscape.com 588d2ab37c fix autoreg components always get called on startup. bug#85770 r=ssu sr=alecf 2001-06-28 00:06:16 +00:00
cls%seawood.org 9996b8ce8d Automation gone awry. s/char/gzerror/ r=smfr bug #86323 2001-06-27 01:42:46 +00:00
beard%netscape.com 41ca8430a8 Fix for bug #81659, r=pinkerton/wtc, sr=sfraser. 2001-06-27 01:21:23 +00:00
leaf%mozilla.org 7431b068a0 adding file to fix bustage on branch (needs to get added to the trunk first), part
of 85323, a=chofmann
2001-06-27 00:18:28 +00:00
peterlubczynski%netscape.com bd1eb90de2 Patch to fix blank plugins after reload of document bug 87397 s/r=darin & dougt 2001-06-26 21:57:48 +00:00
cltbld%netscape.com e08feedd82 adding new files on trunk before committing them on the branch, these files
are not build on the trunk (yet). a=chofmann, bug 86323
2001-06-26 21:50:30 +00:00
mkaply%us.ibm.com 4f1bf480f2 #82632
r=timeless, sr=brendan
Avoid potential malloc of 0
2001-06-26 21:14:12 +00:00
jst%netscape.com 83ab38da1c Why was this checked in w/o review and super review? This setting is causing the JS console to be filled with insignificant warnings that do no other good than hiding real errors, taking out the pref since this is hindering development. If you have issues with this, feel free to contact me. 2001-06-26 05:56:30 +00:00
peterlubczynski%netscape.com 94eddef19e Fix for bug 87755, a comparison problem r=alexsavulov & sr=attinasi 2001-06-26 05:04:32 +00:00
bstell%netscape.com a476de2073 bug 87055, r=dr@netscape.com, sr=blizzard@mozilla.org, a=tor@acm.org
adjust the threshold where X mozilla decides to use a wrong sized
(but good looking) bitmap font vs a right sized (but ugly) bitmap
scaled font
2001-06-24 02:19:33 +00:00
mitesh%netscape.com 293528ba7d Fixes for bug 70348 autoconfig feature
r=bnesse, sr=alecf and a=dbaron
2001-06-23 22:22:27 +00:00
racham%netscape.com 01b63f485e Part of Fix to bug 87396. Set the global pref to point special folders prefs to server to true. r,sr=sspitzer a=chofmann 2001-06-23 21:12:23 +00:00
tor%cs.brown.edu 5af9364307 Bug 86822 - gif spacer image detector was looking at uninitialized data;
animated gif spacer flag wasn't being updated.  r=pavlov, sr=blizzard, a=dbaron
2001-06-23 05:04:43 +00:00
granrose%netscape.com 45db469d66 backing out mitesh. 2001-06-22 18:30:49 +00:00
mitesh%netscape.com 84322777d4 Fixes for bug 70348 - autoconfig feature
r = bnesse, sr=alecf and a=dbaron
2001-06-22 17:46:30 +00:00
bstell%netscape.com d8a866ab75 bug 61439, r=blizzard, rs=aflec, a=chofmann
the X server forgets to set the Mode_switch bit during a keyboard grab
add a pref to allow the user to disable grab during autocomplete popup
2001-06-22 03:41:00 +00:00
peterlubczynski%netscape.com dd3ef1c8bb Add scanning of Mac System Folder Internet Plug-ins bug 78751 r=ccarlen/sdagley sr=attinasi a=asa 2001-06-22 00:59:19 +00:00
peterlubczynski%netscape.com 9351a5c82c Fix for plugin code printing to the console in opt bug 78651 patch by av r=peterl sr=attinasi a=blizzard 2001-06-22 00:50:25 +00:00
dougt%netscape.com c306e0513b Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
pinkerton%netscape.com 37b29a193e fix bustage. 2001-06-21 02:13:30 +00:00
peterlubczynski%netscape.com 6420d37783 Fixing ^M 2001-06-21 01:05:52 +00:00
peterlubczynski%netscape.com 9738b838a4 Fix for title bar not updating for full page plugins bug 59749 r=av sr=attinasi a=choffman 2001-06-21 01:04:29 +00:00
av%netscape.com dd7fa38258 Fix for 80105 -- adding a null-check before release, r=peterl, sr=attinasi, a=chofmann 2001-06-21 00:15:29 +00:00
jat%princeton.edu a8d3516406 Fixes bug 78649: so libimg/libpr0n do not print to console on opt builds.
r=cls, sr=tor, a=drivers(dbaron)
2001-06-20 23:25:34 +00:00
av%netscape.com ea64ad7be0 Fixing the remaining issue in 80105 -- null-check added in one more place, r=peterl, sr=attinasi, a=chofmann 2001-06-20 22:43:37 +00:00
cathleen%netscape.com bcd1d6aff0 Conditionally build PSM for now. Fiiiine! Fix my bugs! 2001-06-20 21:55:17 +00:00
cls%seawood.org cc5b4d9b3f Do not add plugins to final link list 2001-06-20 21:36:16 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org 35f5525e8b Removing trailing slash and extra endif 2001-06-20 09:06:03 +00:00
cls%seawood.org ebecfbc726 Add missing ifdef 2001-06-20 08:43:39 +00:00
rbs%maths.uq.edu.au ec2543a227 create a debug-developer.js to catch strict javascript errors & warnings during development, and to avoid receiving bugs from gemal for the fixup 2001-06-20 07:44:17 +00:00
ccarlen%netscape.com c02ab62d96 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +00:00
dbaron%fas.harvard.edu 688519fb0c Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa 2001-06-20 03:27:48 +00:00
bstell%netscape.com e6911981cc bug 74889 Default Linux Chinese font seems too big
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add per-language font scaling controls
2001-06-20 02:19:23 +00:00
pollmann%netscape.com 1f1e38d202 Bug 83065: Fix file corruption uploading to PHP driven sites by turning of Content-Transfer-Encoding header by default (can be enabled by a pref), and fix security hole by not sending full file path when uploading file. Some sites were also assuming that UN*X browsers would not send the full path (as Navigator 4.x did not) so this fixes them. Much of this patch was created by Adrian Havill, I merely split out portions form the work for bug 44464. r=havill@redhat.com/pollmann@netscape.com, sr=mscott@netscape.com, a=drivers@mozilla.org (asa) 2001-06-20 01:33:53 +00:00
darin%netscape.com 9f6ebba674 Fixes bug 86762 "default cache validation frequency should be automatically"
r=gagan,bbaetz sr=waterson a=asa
2001-06-20 01:33:00 +00:00
tor%cs.brown.edu eda50db60b Backout of jat's checkin for 78649 - win32 line endings will break some
commercial unix compilers.
2001-06-20 00:53:26 +00:00
jat%princeton.edu 44b52fc3b4 Removes console output from non-debug builds in libimg and libpr0n modules.
r=cls, sr=tor, a=drivers(dbaron), bug=78649.
2001-06-20 00:32:47 +00:00
dianesun%netscape.com 14e38088a8 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
morse%netscape.com 4a1b927d97 bug 86181, all l10n to selectively hide panels in form manager dialog, r=vishy, sr=alecf, a=dbaron 2001-06-20 00:22:33 +00:00
bstell%netscape.com 7989cf94ef bug 33162 missing Japanese characters on Linux
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add pref to control this new code
---------------------------------------
this is a 'better' redo of bug 4760:
re-enable special chars (eg: smart quotes) in double byte fonts
but put in a special transliterator so single byte docs do not
use the large special chars from double byte fonts
side benefit: the font lang group search code allows us to get most of
special chars from single byte fonts (eg: iso-8859-15)
2001-06-19 22:55:22 +00:00
dbaron%fas.harvard.edu 0e6a4d0cab Change default for using system colors as document colors to false, and change default document background color to white rather than light gray. b=69053 r=attinasi sr=ben a=roc 2001-06-19 22:43:10 +00:00
av%netscape.com 73760f1eab Fixing 80105 -- added notification nsIPluginInstanceOwner that instance has been destroyed, r=peterl, sr=attinasi, a=roc+moz@cs.cmu.edu 2001-06-19 22:42:07 +00:00
leaf%mozilla.org 82f0ce7d33 resurrect lost file 2001-06-19 14:58:03 +00:00
brade%netscape.com 5d546e1e85 removing file that was added by accident (typo in file name). 2001-06-19 14:58:00 +00:00
leaf%mozilla.org bc00dbcab6 resurrecting lost file 2001-06-19 14:55:51 +00:00
brade%netscape.com a0323b0edf restore 2001-06-19 14:52:02 +00:00
leaf%mozilla.org a3f4679f2e resurrecting some lost files 2001-06-19 14:51:05 +00:00
brade%netscape.com 9622c64e1d restore 2001-06-19 14:46:04 +00:00
leaf%mozilla.org 888b962dce readding dead file 2001-06-19 14:36:11 +00:00
brade%netscape.com 1b5256e725 restored 2001-06-19 14:35:44 +00:00
leaf%mozilla.org d2516cb7a7 readding files from the cvs-file-eating 2001-06-19 14:34:30 +00:00
pavlov%netscape.com 710eeed633 readding shit to the trunk since cvs ate it. 2001-06-19 11:16:54 +00:00
pavlov%netscape.com e339b317de removing libimg 2001-06-19 08:47:13 +00:00
bnesse%netscape.com 8d3821e941 Fix for bug 86107. Preferences needs to implement nsISupportsWeakReference. r=mitesh, sr=alecf, a=asa. 2001-06-19 01:40:19 +00:00
peterlubczynski%netscape.com d7467b9a9b Fix to allow caching of https plugin streams and also fix a leak in byte range streams bug 54689 and bug 83183 patches by peterl & dougt r=av sr=attinasi a=asa 2001-06-19 01:38:20 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
av%netscape.com 52347f845d Fix for 44322 -- implementation of windowless pluign API, patch by dbrittain@superscape.com and av, r=(av, peterl), sr=attinase, a=dbaron 2001-06-18 21:41:57 +00:00
pavlov%netscape.com 5a9a9bd2e7 fix for bug 38322 r=cmanske sr=jst a=tor 2001-06-18 06:36:37 +00:00