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

1770 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 3b158ac968 Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg 2005-03-14 15:57:26 +00:00
dougt%meer.net 44dec1fc48 Lost a change to CreateEvent in the last update. 2005-03-08 05:06:46 +00:00
dougt%meer.net 4cfbb141a4 Re-Map ExpandEnvironmentStrings and GdiFlush 2005-03-07 21:58:56 +00:00
dougt%meer.net b7bca6f17e Undefining API's if required before redefining. patch by wolfe@lobo.us, r=dougt 2005-03-07 21:10:05 +00:00
dougt%meer.net 1c7c7bf325 Adding Smartphone 2003 Target. Adding BLENDFUNCTION define. 2005-03-07 16:40:25 +00:00
shaver%mozilla.org 1e4b1cef8d 283156: teach make-makefile how to deal properly with .. components in DIRS, sr=bsmedberg 2005-03-04 13:37:14 +00:00
silver%warwickcompsoc.co.uk 9d0a488114 Bug 283156 - Make make-makefile cope with ../ in DIRS.
r=shaver
sr=bsmedberg
2005-03-03 21:12:22 +00:00
dougt%meer.net bcb9fa2c5f mapping DialogBoxIndirectParam 2005-02-28 18:06:31 +00:00
dougt%meer.net f4584a8efd Adding ExpandEnvironmentStrings and GdiFlush stubs 2005-02-28 18:05:00 +00:00
timeless%mozdev.org 17e744ec24 Bug 240473 Tell config tools where .idl files are installed
patch by braden@endoframe.com r=bsmedberg
2005-02-24 01:21:01 +00:00
dougt%meer.net 57756349f9 Adding GetACP. Disabling CreateEvent due to class member name conflicts 2005-02-22 22:58:32 +00:00
dougt%meer.net dda564aa5c Removing fd_ math functions. adding GetMessageTime simulation. 2005-02-11 16:20:40 +00:00
bsmedberg%covad.net 1bb6430989 Bug 232003 - AS perl and cygwin GNU make 3.80 don't play well together r=cls 2005-02-07 14:55:07 +00:00
dougt%meer.net 5d4c30d203 various fixes. Using static buffer sizes instead of calculating them. implmenting two more API. ExtSelectClipRgn still needs work. 2005-02-03 19:40:10 +00:00
gerv%gerv.net f5cf6f08bf Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 15:28:15 +00:00
dougt%meer.net 2aee140f65 adding -kb. thanks dbaron 2005-01-28 21:06:58 +00:00
dougt%meer.net 5db0561c2a move printfs to DEBUG only, enable nsprlogging during DEBUG, some bugfixes. 2005-01-28 20:13:47 +00:00
timeless%mozdev.org 08843ac702 Bug 279427 mozilla-xpcom.pc missing include directory
patch by braden@endoframe.com r=bsmedberg
2005-01-25 22:07:41 +00:00
cmp%mozilla.org 0c72a83f79 On MacOS X, create a compressed disk image using hdiutil rather than
gzipping an uncompressed disk image.  b=242845, r=bryner, sr=bsmedberg
2005-01-24 19:49:50 +00:00
dougt%meer.net aba2903954 Landing WINCE shim layer (shunt). 2005-01-20 00:59:02 +00:00
cmp%mozilla.org b6203e4b02 Fix for code to catch condition that causes bug 276259. 2005-01-06 05:03:27 +00:00
cmp%mozilla.org 2f14b1deaa Make make-diskimage fail if ditto command to copy files fails. 2005-01-05 21:48:53 +00:00
gerv%gerv.net b9086a41e4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 18:57:51 +00:00
cltbld f460604579 bug 261527 r=cmp, sr=bryner, a=asa. change perms for osx disk image to not be w
orld or group writeable.  (granrose)
2004-10-21 22:29:13 +00:00
dbaron%dbaron.org 902f63b785 Use only the -L and -l parts of what pkg-config gives for *_LIBS so we don't pick up evil options like -Wl,--export-dynamic. b=261090 r=bryner sr=darin 2004-09-30 05:19:29 +00:00
cls%seawood.org 9e49c95a20 Update comments and use enhanced cygwin-wrapper script for nspr & ldap.
Thanks to Brian Bober <netdragon@gmail.com> for the patch.
Bug #245918 r=cls
2004-08-18 23:18:55 +00:00
bryner%brianryner.com d254362f7b fix profile location for trunk 2004-07-19 20:02:32 +00:00
bryner%brianryner.com a07e790831 suppress the default browser dialog when running the profile stage 2004-07-19 19:59:47 +00:00
bryner%brianryner.com b88e3f23be Ensure that NEXT_ROOT is not set when creating a dmg image 2004-06-22 03:19:02 +00:00
cls%seawood.org 9583cfaf4a Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is.
Thanks to Adrian Bunk <bunk@fs.tum.de> for the patch.
Bug #160180 r=cls
2004-05-13 03:12:49 +00:00
peterv%propagandism.org c6b9ad52b9 Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst. 2004-05-04 11:46:11 +00:00
cls%seawood.org d76622efcd Return the proper value for --idlflags.
Bug #240473 r=bsmedberg
2004-04-22 20:17:59 +00:00
gerv%gerv.net 6f486a3c92 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
bryner%brianryner.com 64b17d3d9c - Add detection of -fprofile-arcs/-fprofile-generate to configure
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data.
- Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code.

Bug 237239, r=dbaron, sr=brendan, a=brendan.
2004-03-21 02:31:17 +00:00
cls%seawood.org 192f9101fc Update file lists for standalone builds.
Bug #235697
2004-02-28 22:01:50 +00:00
cls%seawood.org 9cfc42e039 Removing unused .cvsignore file 2004-02-25 04:23:51 +00:00
cls%seawood.org 6dada5e398 Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
blizzard%redhat.com fd418f286d remove all of these files - they aren't maintained here anymore 2004-01-12 16:43:55 +00:00
bsmedberg%covad.net 1f4ab81acd Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net f0bfff2628 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
tor%cs.brown.edu 4b2d3d1dfc Bug 228069 - remove override of FONTCONFIG_PATH. r=blizzard, sr=bryner, a=asa 2003-12-15 17:27:28 +00:00
timeless%mozdev.org bf57cd8cc4 Bug 224668 make dependency updating honor -s
r=bryner
2003-11-17 06:38:05 +00:00
bsmedberg%covad.net eb5b70789c Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner 2003-10-30 21:05:56 +00:00
cls%seawood.org 9996f78093 Updating "standalone" build module dependency maps. 2003-10-18 03:10:08 +00:00
bryner%brianryner.com cfeb6ef1b8 Remove timebomb references from allmakefiles.sh and modules.mk (bug 193740). Patch by sipaq, r=bryner. 2003-10-14 18:22:31 +00:00
colin%theblakes.com 9627c75cc1 Complete support for DNS rewrite in OpenVMS. b=219487, r=wtc 2003-09-30 14:59:11 +00:00
bryner%brianryner.com cd60efa8ac Updating my email address 2003-09-29 06:04:02 +00:00
mkaply%us.ibm.com 2c59f01ce9 #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
colin%theblakes.com dca4dcc32b OpenVMS only. Define LOGNAME correctly. b=217444, r=blizzard, a=asa 2003-08-29 16:50:34 +00:00
bryner%brianryner.com e4bb6b91eb Support using $topsrcdir for bash statements in mozconfig files (bug 216505). r=cls, a=asa. 2003-08-25 21:59:07 +00:00
cls%seawood.org b6638a291e Updating standalone module directory lists.
Should fix BUILD_MODULES related bustage from checking for bug 214700
2003-08-15 22:29:52 +00:00
cls%seawood.org c24e134841 Do not spawn processes when converting cygwin paths. Signficant performance enhancement.
Thanks to paxunix@acm.org for the patch.
Bug #206643 r=bryner sr=cls a=mkaply
2003-08-14 21:32:11 +00:00
colin%theblakes.com 6c3563d32b Support for FireBird etc. b=210630. r=cls 2003-06-25 14:47:43 +00:00
colin%theblakes.com 2d2a115378 Make mozilla.com able to run Firebird. b=209828, r=cls 2003-06-18 19:18:16 +00:00
seawood%netscape.com 480566fe40 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:22:15 +00:00
cbiesinger%web.de cc00ca6fc7 missed a few spots 2003-06-05 16:29:11 +00:00
cbiesinger%web.de 99100ebaac remove final traces of mng decoder, part of bug 195280. not part of build. 2003-06-05 16:27:19 +00:00
pavlov%pavlov.net 7237927e55 Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
tor%cs.brown.edu ff555a985e Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard 2003-05-31 10:42:33 +00:00
blizzard%redhat.com 61059074b0 Checkpointing changes. Not part of the regular build. Update the plugin path bits in the startup script. Remove some patches that aren't needed anymore. 2003-05-30 13:08:50 +00:00
colin%theblakes.com fca4f83465 Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa 2003-05-14 22:01:25 +00:00
harishd%netscape.com 0ba9003dc1 Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org 2003-04-25 20:57:34 +00:00
seawood%netscape.com ce8fc3920e Workaround Tru64 type quirkiness.
Thanks to Jim Brown <jim.brown@miami.edu> for the patch.
Bug #202057 r=cls
2003-04-19 03:12:28 +00:00
seawood%netscape.com e2d0e7309d Sync config.guess & config.sub with official GNU copies.
Bug #199343
2003-04-18 10:20:15 +00:00
seawood%netscape.com bc9757781e Removing obsolete include/ from build.
Bug #199920
2003-04-04 07:47:31 +00:00
seawood%netscape.com 003c4b1e0b Removing obsolete include/ from build.
Bug #199920
2003-04-04 07:28:20 +00:00
seawood%netscape.com fb905afc90 Third time's a charge.
Thanks to danm@netscape.com for the patch.
Bug #158920
2003-04-02 23:22:41 +00:00
seawood%netscape.com c39e1544cf 'mount -p' can return multiple mount points. Use the first one.
Bug #158920 r=sspitzer
2003-04-02 20:48:13 +00:00
seawood%netscape.com 6b34851d99 Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.
Bug #158920 r=bryner
2003-04-02 06:22:59 +00:00
seawood%netscape.com c3f52b88fd Oops. This should have went in with the rest of the fix for bug #122067 2003-03-31 21:02:34 +00:00
blizzard%redhat.com 111a0ddd5e Bug #198051. Update package files to keep up with the NSS 3.8 landing. wtc's patch. 2003-03-24 14:57:33 +00:00
mkaply%us.ibm.com 7fb75fe25f #188249
r=cls
OS/2 GCC build changes
2003-03-24 14:07:08 +00:00
jj%netscape.com 0318f5a7a8 MacOSX disk image's Finder window layout file - initial check-in 2003-03-18 23:32:36 +00:00
jj%netscape.com 17c2ab33e5 MacOSX disk image bacground image - initial check-in 2003-03-18 23:21:06 +00:00
jj%netscape.com 121a759e43 changes made on 3/11: added support for License Agreement display on mount. optional argument
is an .rsrc binary file which resources will be copied into the disk image using Apple's
ResMerger tool. Also enhanced logging.
*** nightly automation - not part of the regular build ***
----------------------------------------------------------------------
2003-03-18 23:18:11 +00:00
jj%netscape.com 74f2226cc5 changes made on 03/05:
. dsstore and background image file are now passed as optional arguments
(instead of hard-coded)
. added call to 'OpenUp', a tool to make the disk image's top window open in the Finder on mount.
*** nightly automation - not part of the regular build ***
2003-03-18 23:07:19 +00:00
jj%netscape.com 623336c8e6 changes made on 3/04:
. checks for HFS+ minimum partition size
. improves disk image creation & ejection technique
. adds a dsstore and background image file if present in the current dir
*** nightly automation - not part of the regular build ***
2003-03-18 23:01:59 +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
blizzard%redhat.com 4b52868b34 checkpointing changes. not part of the default build. 2003-03-09 19:00:13 +00:00
timeless%mozdev.org be1863587f Bug 181136 remove xpfe/components/regviewer
r=dveditz sr=bz
2003-02-24 17:44:30 +00:00
seawood%netscape.com 2374d4f1a0 Fix typo 2003-02-22 15:29:39 +00:00
bryner%netscape.com a819c9f40f '@' needs to be escaped inside strings in perl. fixing mac cfm bustage. 2003-02-22 10:52:27 +00:00
seawood%netscape.com 2fd19600b4 Make CFM build aware of buildconfig.html
Fixing tinderbox bustage (hopefully)
2003-02-22 08:49:46 +00:00
cltbld%netscape.com 5ff140a807 Remove ENABLE_TESTS ifdef, so this works for --disable-tests. (mcafee) 2003-02-18 02:52:48 +00:00
mcafee%netscape.com f1869711ad New file, does not affect build. This html test externalizes the bloat url -f cycle mechanism for browsers that don't have -f (TestGtkEmbed, etc.). (193748). r=jrgm, sr=bryner, a=dbaron 2003-02-18 00:07:47 +00:00
blizzard%redhat.com d0bb1d97f1 Bug #193061. Install the ssl libs into the system dir. Not part of the default build. 2003-02-13 21:10:36 +00:00
pkw%us.ibm.com a434b75dfd Bug 163744 - Error message displayed in terminal during startup from
command-line on machines which do no have the GNU md5sum program.
r=bryner@netscape.com, a=asa@mozilla.org
2003-02-13 20:30:52 +00:00
sspitzer%netscape.com 5dbc0858ba supplimental fix for #192074.
removing mozilla/mailnews/absync from the tree.
r=cls, this bug has a=asa
2003-02-12 19:56:53 +00:00
blizzard%redhat.com fbdc42b6de lots of 1.3b-related changes. not part of the default build. 2003-02-11 18:05:36 +00:00
sspitzer%netscape.com 2ce81c2f58 fix for bug #192074. remove the absync code from the mozilla tree.
r/sr=bienvenu, a=asa
2003-02-11 08:12:12 +00:00
colin%theblakes.com 2b896b4ef2 Fix problem with VAR format files. b=191281. r=cls. a=asa 2003-01-30 19:00:53 +00:00
peterv%netscape.com 8f0ffc08e3 Another CFM bustage fix. 2003-01-22 00:58:20 +00:00
cbiesinger%web.de 4e52850694 fixing mac bustage 2003-01-21 21:32:36 +00:00
colin%theblakes.com b3c68ab830 Make the default IPv4. b=189916. r=cls 2003-01-21 20:55:36 +00:00
cbiesinger%web.de 9c3a6effec 187373 r=roc+moz sr=tor remove gfx/src/icon_0.gif and icon_1.gif 2003-01-15 22:01:15 +00:00
bryner%netscape.com db12bec6c1 Combine content and layout into a single library (bug 106161). r=dbaron, sr=jst. 2003-01-14 07:08:59 +00:00
bryner%netscape.com 972fb87caf Use the linker option to control which symbols are exported for Mach-O builds (only export NSGetModule from component libraries). Bug 187732, r=cls. 2003-01-06 00:40:49 +00:00
seawood%netscape.com 33f3e0c480 Return proper version number from `mozilla-config --version`
Bug #185551
2002-12-31 11:05:47 +00:00
cbiesinger%web.de 261f86993a fix build bustage (hopefully) 2002-12-22 14:44:38 +00:00
cbiesinger%web.de e88faf7537 88685 r=cls final USE_IMG2 removal 2002-12-22 13:10:26 +00:00
seawood%netscape.com 664647913e Pull calendar & libical by default for mac builds too. 2002-12-13 00:52:10 +00:00
blizzard%redhat.com 8bd336ef0e Bug #178834. Startup script clobbers MOZ_PLUGIN_PATH. a=peter 2002-12-12 20:28:27 +00:00
colin%theblakes.com 8a6d411d14 OpenVMS build changes. b=180290. r=cls 2002-12-12 00:08:59 +00:00
peterv%netscape.com 5387c863fa Bustage fix for rods (once more). 2002-12-10 16:58:14 +00:00
peterv%netscape.com 26a9382404 Fix for bug 146310 (Make Calendar client available for Macintosh platform). sr=sfraser, a=asa. 2002-12-07 11:57:09 +00:00
blizzard%redhat.com 4abbd6521f Bug #165198. object files are not stripped for RPM build. Use --enable-strip not --enable-strip-libs. 2002-12-04 15:29:03 +00:00
shanjian%netscape.com 740dec55d4 bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-22 22:36:42 +00:00
smontagu%netscape.com 049a2f65b5 Backing out shanjian's last checkin 2002-11-20 23:58:14 +00:00
shanjian%netscape.com 3282f4a651 bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-20 21:13:52 +00:00
blizzard%redhat.com dea01440b1 Bug #180700. Only link with superwin with gtk 1.2. r=cls 2002-11-19 03:11:13 +00:00
seawood%netscape.com d532ab8b08 Get MOZILLA_VERSION from central config/milestone.txt file
Bug #179565 r=asasaki
2002-11-19 03:06:29 +00:00
ccarlen%netscape.com 1bd86b4dc5 Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin 2002-11-09 19:38:43 +00:00
asasaki%netscape.com 3d4f1395e6 bugscape 17934, which has code for unhardcoding versions in both trees
(bugzilla reference 169074).  r=cls, no sr= needed for build changes.
2002-11-08 23:04:01 +00:00
bryner%netscape.com 8558cdf768 Stop building and packaging XBL form controls, since they aren't being actively worked on and aren't slated to be turned on anytime soon (bug 172288). r=jkeiser, sr=blake. 2002-11-08 06:09:17 +00:00
peterv%netscape.com a6eae8bf93 Turn on basic junk-mail detection functionality in mail on Mac. r=dmose. 2002-11-07 22:30:16 +00:00
jfrancis%netscape.com 40065e1e45 175943: port layout-debug plugin+component to mac. This build option is not on by default. 2002-11-07 12:06:49 +00:00
sspitzer%netscape.com f4f192e836 mac build change for mailViews. bug #176850.
sr=sfraser.
2002-11-06 22:27:17 +00:00
smontagu%netscape.com 4fcfa91f19 Bug 178623: run-mozilla.sh should popuplate ${XPSERVERLIST} if it was not set yet. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=pete.zha@sun.com, sr=roc+moz, moa=cls 2002-11-06 22:22:32 +00:00
seawood%netscape.com 4388481dec Add plugin pkgconfig file to the build.
Bug #174915 r=bryner a=roz+moz
2002-10-30 00:41:08 +00:00
seawood%netscape.com e7dc2516ea Pkgconfig metafile for plugins
Thanks to braden@endoframe.com for the file.
Bug#174915 r=cls a=roz+moc
2002-10-30 00:40:16 +00:00
seawood%netscape.com 679156e6a9 Make activestate perl happy. 2002-10-25 10:57:12 +00:00
seawood%netscape.com 3c2f4df1dd XSLT standalone builds are special
Bug #173066
2002-10-25 10:13:27 +00:00
seawood%netscape.com a277bea5bb Update standalone build section using REQUIRES-data
Bug #170366 r=mcafee a=dbaron
2002-10-25 06:02:20 +00:00
seawood%netscape.com d9bf48cfae Build changes to enhance --enable-standalone-modules builds using REQUIRES-based metadata.
Bug #173066 r=mcafee a=dbaron
2002-10-25 05:59:52 +00:00
blizzard%redhat.com 7060f95844 bug #149390. Link against mozjs, not js. Patch by braden@endoframe.com. r=blizzard, a=dbaron 2002-10-25 02:30:37 +00:00
blizzard%redhat.com ef5e611048 Bug #149388. fix mozilla-js.pc. patch by braden@endoframe.com, r=blizzard, a=dbaron 2002-10-25 02:28:34 +00:00
blizzard%redhat.com a23c94f06b fix problems with icons/ dir. not part of the build. 2002-10-24 04:43:27 +00:00
blizzard%redhat.com 8fa55f53be Bring spec files up to date. Not part of the default build. 2002-10-23 17:17:50 +00:00
sicking%bigfoot.com fadeed60ca Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class

Patch by sicking, pike and peterv

r=sicking/pike, sr=peterv, a=asa
2002-10-21 22:32:29 +00:00
bryner%netscape.com 7ea816f84d Don't assume that the mount point will be /Volumes/$VOLUME_NAME. Not part of any build. 2002-10-10 22:15:35 +00:00
sicking%bigfoot.com 6ffd0006e8 Remove mac-buildstuff to fix bustage from bug 64945 2002-10-09 09:01:30 +00:00
sicking%bigfoot.com 216e81a996 fix mac bustage 2002-10-09 08:05:04 +00:00
sicking%bigfoot.com 8ad1aece33 bug 64945 stage two.
Prettyprint without modifying the DOM by using an XBL binding. Use viewsource.css for styling. Also refactor a real sync-load service and make transformiix and XBL use it.

r=jkeiser sr=darin
2002-10-09 07:03:15 +00:00
loadrunner%betak.net ea24de18d5 b144551, inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, sr=sfraser 2002-10-08 06:18:52 +00:00
av%netscape.com fc5bb8d597 Bug 104298 -- clean up in plugin module, r=serge, r=bnesse, sr=beard 2002-10-03 21:31:41 +00:00
blizzard%redhat.com a10d448fd4 Part of bug #126919. Set up configure options for using an external version of xft. r=cls 2002-10-03 00:37:12 +00:00
bryner%netscape.com 53392b85c9 Add a configure option to disable building composer (bug 170136). Move handling of the -composer command-line option from libeditor/base/ to composer/src/. Remove unused nsIEditorService interface. r=seawood, sr=sfraser. 2002-10-01 00:16:51 +00:00
alecf%netscape.com 6d569ff270 fix for bug 79175, merge jsloader into xpconnect
r=dbradley, sr=brendan
2002-09-27 18:33:02 +00:00
alecf%netscape.com 3bd0bc2b31 bug 169498 - combine i18n libraries into one. sr=bryner, r=ftang 2002-09-24 21:50:05 +00:00
alecf%netscape.com 54fd21de77 bug 169003 - merge the mozbrwsr DLL into the appcomps DLL
r=bryner, sr=jag
2002-09-19 19:00:13 +00:00
alecf%netscape.com 9993af8a8a fix for bug 115217
merge cache dll into main necko dll for a minor startup improvement
r=dougt, sr=darin
2002-09-19 18:29:56 +00:00
alecf%netscape.com d8c808288f fix for bug 168048 - combine commonly used decoders into the main imglib dll
r=pavlov, sr=tor
2002-09-17 23:05:27 +00:00
aaronl%netscape.com f787460a2e Bug 165632. Get typeaheadfind into mac build. This does not check it into the mac installer. r=cls, sr=sfraser 2002-09-12 23:23:18 +00:00
darin%netscape.com 13645f71cc adding mac build changes for new MANIFEST file 2002-09-12 19:44:11 +00:00
alecf%netscape.com bab99a09b0 fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
2002-09-12 04:43:31 +00:00
leaf%mozilla.org 55884681d9 backing out erroneous checkin to pull scripts 2002-09-11 18:34:54 +00:00
cltbld%netscape.com 3006f8d6a1 update the tag to MOZILLA_1_2a_RELEASE 2002-09-11 18:03:05 +00:00
timeless%mac.com 48969f653f bug 166610 jar packaging failure
r=cls. macosx build fails to launch due to packaging failure
2002-09-04 20:13:07 +00:00
sicking%bigfoot.com 7aaa7b5df0 Bug 64945: XML Prettyprinting stage 1
r=peterv sr=jst
2002-09-04 06:57:25 +00:00
timeless%mac.com 0f48ab4ed9 Bug 158739 Tabbed Browsing, OS X: Command+Enter checkbox text displayed in 3 lines (should be 1 line)
r=doron sr=jag
2002-09-04 03:35:58 +00:00