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

1366 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 5844b1dac6 259828 remove unused browser.turbo.enabled pref
r=bsmedberg sr=neil
2004-09-28 20:21:04 +00:00
dbaron%dbaron.org f5037ec252 Bump version number from 1.8a4 to 1.8a5. 2004-09-28 18:57:22 +00:00
bsmedberg%covad.net 7561fa5d5b Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst 2004-09-21 20:19:48 +00:00
Stefan.Borggraefe%gmx.de 0315891bf9 Bug 250637: Remove broken "Power Search" feature that was never really implemented
r=pkwarren, sr=neil
2004-09-09 14:23:12 +00:00
timeless%mozdev.org 37ec904a3b Bug 156632 useless call to PR_CurrentThread
patch by riceman+bmo@mail.rit.edu r=dbaron sr=darin
2004-09-08 22:56:06 +00:00
roc+%cs.cmu.edu daa86e3af8 bug 258055. Fix broken C++ compiler bustage. r+sr=roc, patch by Yuliy Pisetsky 2004-09-08 15:39:44 +00:00
dbaron%dbaron.org 9184d4fcf8 Bump trunk version from 1.8a3 to 1.8a4. 2004-09-06 15:58:41 +00:00
ben%bengoodger.com 8dd75ec9b0 255394 - default search query parameter generation, r+sr=brendan@mozilla.org 2004-08-29 08:17:38 +00:00
gerv%gerv.net ba2432c07e Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-08-25 23:02:50 +00:00
neil%parkwaycc.co.uk b2306fef5e Trying to fix build bustage again... 2004-08-21 16:18:23 +00:00
neil%parkwaycc.co.uk cf7b77f255 Trying to fix build bustage, but I don't understand these dependencies... 2004-08-21 15:49:23 +00:00
mkaply%us.ibm.com bb3f6c6fcd #247962
r=pedemonte, sr=blizzard (platform specific)
Remove DLL_InitTerm from NSPR - move it to Mozilla code
2004-08-20 15:03:00 +00:00
bryner%brianryner.com 5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
timeless%mozdev.org 3b4b88dd05 Bug 247553 Solaris patch-checker update needed for new C++ patch revision and Solaris 10
patch by mozbugs@dseven.org r=roland.mainz sr=leaf
2004-07-18 04:54:05 +00:00
dbaron%dbaron.org 361eb465c6 Bump version number to 1.8a3, although that may or may not be the next release's version. 2004-07-14 21:46:32 +00:00
cls%seawood.org 0be84a0940 Make console handling in mingw builds behave the same as msvc builds.
Bug #245903 r+sr=dmose
2004-06-21 20:56:14 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
neil%parkwaycc.co.uk 7a5736e42a Bug 78672 #ifdef DEBUG some printfs p=gautheri@noos.fr r=me sr=alecf 2004-06-14 21:50:03 +00:00
mkaply%us.ibm.com e11fb1858e #244610
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - fully qualify turbo daemon before trying to launch
2004-06-14 16:45:03 +00:00
bryner%brianryner.com 2666a9d913 Have clipboard implementations that care about flushing data to the OS clipboard register for xpcom-shutdown notification, rather than being notified by nsAppRunner directly. Bug 239390, r=bsmedberg, sr=blizzard. 2004-06-10 20:39:11 +00:00
mkaply%us.ibm.com 5158b908ee #245902
r=pedemont, sr=blizzard (platform specific)
OS/2 only - warning cleanup in nsNativeAppSupportOS2.cpp
2004-06-09 12:36:45 +00:00
aaronleventhal%moonset.net dcd7e072c6 Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner 2004-06-08 19:34:55 +00:00
dveditz%cruzio.com 1dbecf3206 bug 245062 InstallTrigger should CheckLoadURI
bug 240552 XPInstall ability controlled per-site r=danm,sr=sspitzer
2004-06-07 14:46:15 +00:00
roc+%cs.cmu.edu 0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
leaf%mozilla.org 015ec56853 update UA for next release cycle 2004-05-21 00:35:51 +00:00
leaf%mozilla.org 9797518dab update version string to reflect new release schedule (1.8a1 for alpha1), a=asa 2004-05-19 20:59:24 +00:00
mkaply%us.ibm.com 3223991a86 #243296
r=pedemont
Remove GFX_OS2.DLL from MOZTURBO preload list so we shutdown properly - also redo list
2004-05-11 15:02:43 +00:00
mkaply%us.ibm.com 5607412968 #241369
r=pedemont, sr=blizzard (platform specific)
OS/2 only - Installer isn't closing some version of mozturbo
2004-04-23 19:13:54 +00:00
neil%parkwaycc.co.uk 5fb3e8a7ae Remove unused wallet preferences (including localized prefs) b=221623 p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-22 08:26:58 +00:00
neil%parkwaycc.co.uk 9e7936628e Bug 221623 Remove the code that supported the old wallet.Notified pref and the extraneous wallet.notified prefs p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-17 19:56:39 +00:00
gerv%gerv.net f7f3cb2736 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
cbiesinger%web.de f028ea412d bug 239604. make uriloader more doxygen friendly, and remove unused "command"
parameter from nsIContentHandler::handleContent, and change the type of
aWindowContext to nsIInterfaceRequestor.
r=bzbarsky sr=darin
2004-04-16 21:06:07 +00:00
cbiesinger%web.de c88fe8ffac bug 235504, remove const char* version of nsCString::EqualsWithConversion,
second try
r=darin sr=dbaron
2004-04-15 20:44:53 +00:00
dbaron%dbaron.org ec96a95d0b Update version number from 1.7b to 1.8a. 2004-04-15 18:06:15 +00:00
bryner%brianryner.com 542b4d8fb9 Fix bug 240174 ('no running window found' on startup). r+sr=blizzard. 2004-04-13 04:50:19 +00:00
cbiesinger%web.de bcd2b59667 Bug 237919 Windows seamonkey static builds are busted
patch by Stephen Walker <sdwalker@myrealbox.com> r=cls a=chofmann
2004-04-10 22:54:43 +00:00
blizzard%redhat.com 0f53cda85b Bug #237283. Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa 2004-04-08 14:01:17 +00:00
pedemont%us.ibm.com 78bc8400dc Bug 237183, Add FP exception handler to OS/2, r=,a=mkaply 2004-03-31 16:48:48 +00:00
timeless%mozdev.org 79ab85afcf Bug 238468 NS_APPSTARTUPNOTIFIER_CONTRACTID should not live very long
r=bsmedberg sr=dbaron a=asa
2004-03-25 18:29:33 +00:00
mkaply%us.ibm.com aee9a3501f #233683
r=leaf, a=mkaply
Patch from gisburn - bring Solaris patchchecker current
2004-03-24 16:34:26 +00:00
kairo%kairo.at ca4d40b934 bug 234087 - Allow localizing of "translate page" URL, r=timeless,sr=tor 2004-03-09 18:25:10 +00:00
cls%seawood.org 767c5a96da Explicitly link against XLIBS to resolve dependency caused by 235188 checkin.
Bug #236836 r=blizzard
2004-03-09 17:59:51 +00:00
darin%meer.net 8bdaba45ad final patch for bug 234908 "getter_Copies scoping problem" r+sr=dbaron 2004-03-08 23:48:39 +00:00
amardare%qnx.com 4dd35596aa Changes for the qnx(photon) platform. It should not affect runtime/building other platforms.
splash window related changes.
2004-03-08 20:26:13 +00:00
cls%seawood.org 25f1709d26 Fixing xlib bustage. 2004-03-06 09:05:25 +00:00
neil%parkwaycc.co.uk 5f17b4f521 Bug 235188 -xinitthreads option for X11 p=gisburn r=roc sr=blizzard 2004-03-05 22:16:52 +00:00
darin%meer.net c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
cls%seawood.org bbe803c4d7 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
bryner%brianryner.com 078b6c6ce9 Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst. 2004-02-24 03:22:35 +00:00
chanial%noos.fr f15c119167 Bug 235094: Build bootstrap/init.d only on platforms that need it
patch by Roland Mainz, r=bsmedberg
2004-02-22 03:40:17 +00:00
dbaron%dbaron.org 3a1c696bfc Change version from 1.7a to 1.7b. 2004-02-21 19:29:41 +00:00
amardare%qnx.com 8352dc70d6 Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.
2004-02-20 22:48:17 +00:00
pkw%us.ibm.com 4562bf77b4 Forgot to add one file for Bug 234124
r=bryner@brianryner.com, sr=bryner@brianryner.com

Patch by Roland Mainz <roland.mainz@nrubsig.org>.
2004-02-20 18:15:30 +00:00
pkw%us.ibm.com 2ae01282d1 Bug 234124 - RFE: Port the pluggable shell script API to FireFox/Thunderbird/Sunbird etc
r=bryner@brianryner.com, sr=bryner@brianryner.com

Checking in patch for Roland Mainz <roland.mainz@nrubsig.org>
2004-02-20 18:13:47 +00:00
cbiesinger%web.de 9fcf4ef11d bug 99380 Different shell icons to identify each associated file type
patch by Jeremy Morton <jez9999@runbox.com> icons by jez, SkewerMZ, Brian Bober and Malcom Scott r=neil sr=jag a=bart
2004-02-19 19:16:48 +00:00
cbiesinger%web.de b280ba4a25 bug 99380 Different shell icons to identify each associated file type
patch by Jeremy Morton <jez9999@runbox.com>, icons by jez, SkewerMZ, Brian Bober and Malcom Scott
r=neil sr=jag a=bart
2004-02-19 19:11:32 +00:00
darin%meer.net 8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
cbiesinger%web.de 57a514a991 bug 230598, sort the showrev output, to avoid complaining about missing patches
that are really already installed, patch by p.boven@chello.nl (Paul Boven)
r=roland.mainz@nrubsig.org sr=bz a=chofmann
2004-02-17 23:24:46 +00:00
bzbarsky%mit.edu c89567eee6 Final touches for bug 230598. Patch by Roland Mainz <roland.mainz@nrubsig.org>,
r=bsmedberg, a=chofmann
2004-02-16 05:56:00 +00:00
blakeross%telocity.com 87186d9489 ifdef out some turbo stuff in Firefox. r=bryner sr=ben 2004-02-16 04:13:17 +00:00
blakeross%telocity.com 5283ed5784 Build changes to fix firefox bug 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. r=bryner 2004-02-15 23:51:58 +00:00
darin%meer.net a3408710e3 additional patch for bug 230598 "fix permissions problem" r=bsmedberg a=mkaply 2004-02-11 20:49:38 +00:00
cls%seawood.org 486c2570e0 Remove troublesome libiberty dependency by using __cxa_demangle instead of cplus_demangle. (redux)
Bug #232763 r=dbaron sr=brendan
2004-02-11 07:16:11 +00:00
ben%bengoodger.com 434b29d4a5 227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz.
230768 - add the ability to make a window flash only a certain number of times in the taskbar. dom stuff r/sr=jst, widget changes r=danm, sr=bryner
2004-02-11 03:46:30 +00:00
bsmedberg%covad.net a0f62775e8 Bug 233751 - fix #include case on mac, so it will build on HFS+ volumes. patch by ch-moz@bobobeach.com r=me sr=bz 2004-02-11 01:01:31 +00:00
cls%seawood.org 1a0e9742d7 Backing out previous changes.
Missed a cplus_demangle call and it turns out that all of trace-malloc needs to be tweaked to use c++ instead of C.
Bug #232763
2004-02-10 18:55:04 +00:00
bsmedberg%covad.net e6de487f51 Now that the files have been added, start building the solaris patch-checker (bug 230598). 2004-02-10 18:21:24 +00:00
cls%seawood.org cdb23f59f9 Remove unneeded -liberty references.
Bug #232763
2004-02-10 17:21:14 +00:00
bsmedberg%covad.net 05beecd5b5 Bug 230598 - add solaris patch-checker patch by roland.mainz@nrubsig.org r=leon.sha@sun.com sr=bz moa=me Landing new files first. 2004-02-10 16:50:26 +00:00
jst%mozilla.jstenback.com 505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
cbiesinger%web.de 7bf3df9f49 Bug 233153 symlinking to mozilla startup script broken
patch by roland.mainz@nrubsig.org r=ajschult sr=bsmedberg
2004-02-05 20:32:05 +00:00
cbiesinger%web.de db07a17189 bug 230468, patch by Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de>
r=bsmedberg sr=leaf
mozilla should provide a simple way to run custom shell scripts at mozilla startup and shutdown
this allows putting S01* and K01* scripts in $MOZILLA_FIVE_HOME/init.d, which will be executed on startup/shutdown of moz.
2004-02-04 00:25:14 +00:00
cbiesinger%web.de be928782f4 add ui for smoothscroll preference.
bug 232607, r=neil sr=roc
2004-02-02 16:43:47 +00:00
dwitte%stanford.edu 3b6c37bc82 remove preference imageblocker.enabled.
b=208882, patch by mconnor@myrealbox.com, r=mvl, sr=alecf.
2004-02-01 09:17:51 +00:00
cbiesinger%web.de 03113c9ad4 Bug 232608: unused preferences in browser-prefs.js
r=bsmedberg sr=roc
2004-01-30 16:38:24 +00:00
jst%mozilla.jstenback.com 90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
pinkerton%aol.net 6233fbb29e add support for OSX 10.3 SDK support so build done on 10.3 can be run on
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
neil%parkwaycc.co.uk 9273c1d8de pref entry for Bug 16498 Finished Downloading sound r=varga sr=bz 2004-01-28 16:07:44 +00:00
dbaron%dbaron.org 608059012f Push copyright year to 2004. 2004-01-22 22:22:24 +00:00
bsmedberg%covad.net a017c248a8 Bug 231586 - fix "clickSelectsAll" and "prefWindowModal" prefs on unix (platform-specific) rs=tor 2004-01-20 15:05:36 +00:00
cbiesinger%web.de 808d5dd807 Bug 143783
Splash screen should catch mouse button events
patch by kjh-5727@comcast.net (Kenneth Herron (kherron))
r=bryner sr=blizzard
2004-01-18 16:35:22 +00:00
bsmedberg%covad.net f7929f3e3e Forgot a file for bug 224578. 2004-01-16 21:54:44 +00:00
bsmedberg%covad.net 274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
amardare%qnx.com a700cd7a74 Changes for the QNX ( photon ) platform - it should not affect ( building/runtime ) other platforms.
Removed the munlockall() call.
2004-01-05 23:33:39 +00:00
bsmedberg%covad.net 0c471686e7 bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
dbaron%dbaron.org 19bc58a9e4 Bump version number to 1.7a. 2003-12-19 03:49:12 +00:00
mkaply%us.ibm.com 6e1c205d83 #226678
r=pedemonte,sr=blizzard (platform specific), a=mkaply
Take a patch from nsNativeAppSupportWin so multiple firebird windows work
2003-11-25 22:38:39 +00:00
mkaply%us.ibm.com 13a0a10409 a=mkaply - better icons (we got a new converter) 2003-11-25 19:00:15 +00:00
mkaply%us.ibm.com 7ae3ff4846 a=mkaply - better icons (we got a new converter 2003-11-25 18:58:39 +00:00
timeless%mozdev.org bfe76024bf Bug 225984 DRefTool analysis for beos files
r=roc sr=roc
2003-11-17 20:43:48 +00:00
leaf%mozilla.org bcfe046f40 bug 224768, r=dbaron. update alpha to beta in version strings 2003-11-07 18:23:23 +00:00
pinkerton%netscape.com daf318aa3c adding IOKit dependency for mac static build (sr=bryner, not part of build) 2003-10-31 20:07:44 +00:00
jshin%mailaps.org 6ece9f55bf bug 195093 : modernize nsILocale (r=smontagu, sr=darin) 2003-10-30 05:04:45 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
cls%seawood.org 386b7fa766 Workaround gcc -MD dependency issue originally mentioned in bug 105005.
Fixing OSX tinderboxes.
2003-09-26 02:04:13 +00:00
dbaron%dbaron.org 3e64221e93 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-09-25 20:02:57 +00:00
tor%cs.brown.edu 3d64f8ba5f Bug 65881 - fix command line option to install private colormap.
r=blizzard, sr=bryner
2003-09-25 14:51:06 +00:00
dbaron%dbaron.org 0bf11d1687 Update version numbers to 1.6a. 2003-09-23 22:39:38 +00:00
neil%parkwaycc.co.uk c21ab5f961 Bug 165744 Fix transparency and other ugliness with the windows window icons r=dean_tessman sr=dveditz 2003-09-23 10:10:15 +00:00
cls%seawood.org 4ed4bcc52c Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
cls%seawood.org 19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org 3394ac9186 Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner 2003-09-17 23:46:45 +00:00
mkaply%us.ibm.com cb7ad1bcb3 #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
2003-09-15 21:46:07 +00:00
bsmedberg%covad.net 0568e675fc Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
bryner%brianryner.com 06c7c1b2b4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
mkaply%us.ibm.com 04c98dc528 Oops, didn't mean to check that in 2003-08-13 20:42:47 +00:00
mkaply%us.ibm.com 1a880b764d Bug #215871
r=mkaply, sr=blizzard, a=mkaply
OS/2 only - better checking for the message window so firebird/thunderbird/mozilla can coexist
2003-08-13 20:40:53 +00:00
cls%seawood.org a8b11eb498 Link generated .res files into mingw builds.
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
caillon%returnzero.com d850af5839 These #includes are obsolete after the landing of bug 83536. 2003-07-24 07:17:38 +00:00
mkaply%us.ibm.com 58431f5d65 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-21 18:53:43 +00:00
chanial%noos.fr b1e88957c4 bug 213158: fix mispelling s/attatch/attach
r/sr=dbaron
2003-07-20 21:08:42 +00:00
jaggernaut%netscape.com 83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com 2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
lpham%netscape.com 4e92cde960 update Mac Desktop Get Info string to 1.5b bugzilla #211625 2003-07-12 00:25:51 +00:00
lordpixel%mac.com 1fc761419a Fix for bug 88393. r=timeless sr=sfraser
Don't deploy two copies of all of the icons into the Mac application!
These icons are moving from
mozilla/xpfe/bootstrap/macbuild/Contents to
mozilla/xpfe/bootstrap/macbuild/Contents/Resources
which simplifies their deployment and ensures we only have one copy in the appli
cation, not two.
2003-06-19 02:38:54 +00:00
lordpixel%mac.com 0b3907bd5b Fix for bug 88393. r=timeless sr=sfraser
Don't deploy two copies of all of the icons into the Mac application!
These icons are moving from
mozilla/xpfe/bootstrap/macbuild/Contents to
mozilla/xpfe/bootstrap/macbuild/Contents/Resources
which simplifies their deployment and ensures we only have one copy in the application, not two.
2003-06-19 02:34:44 +00:00
lordpixel%mac.com c301a2c2bb Fix for bug 88393. r=timeless sr=sfraser
Don't deploy two copies of all of the icons into the Mac application!
2003-06-19 02:30:17 +00:00
bryner%netscape.com 113e881666 Fix static builds on solaris (bug 209104). patch by gisburn, r=me. 2003-06-19 00:01:48 +00:00
dbaron%dbaron.org 71aa3957f7 I don't think alecf meant to check in these printfs. 2003-06-13 21:37:02 +00:00
alecf%flett.org 2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
lordpixel%mac.com ab240daa5f Fix for bug 88393 "Check in a high-resolution application and document icon suit
e for Mac OS X".
r=timeless, sr=sfraser@netscape.com
2003-06-11 02:14:35 +00:00
seawood%netscape.com f0697b9912 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-11 02:10:35 +00:00
lordpixel%mac.com 804f66debb Fix for bug 88393 "Check in a high-resolution application and document icon suit
e for Mac OS X".
r=timeless, sr=sfraser@netscape.com
2003-06-11 02:04:47 +00:00
lordpixel%mac.com 50b5728166 Fix for bug 88393 "Check in a high-resolution application and document icon suit
e for Mac OS X".
r=timeless, sr=sfraser@netscape.com
2003-06-11 01:58:27 +00:00
seawood%netscape.com 08e17ffc51 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-11 01:43:04 +00:00
seawood%netscape.com a55c738d6b Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-11 01:19:41 +00:00
lpham%netscape.com fdaf614918 add ldscript bugzilla #105994 2003-06-10 22:10:16 +00:00
bryner%netscape.com e952d5249e Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser. 2003-06-09 22:25:25 +00:00
kysmith%netscape.com af7feea306 updating trunk to 1.5a 2003-06-02 19:41:44 +00:00
dbaron%dbaron.org 61083ede85 Don't bother with strsignal on Linux, since the portability problems aren't worth it. b=177912 r=bryner sr=dmose 2003-06-01 20:18:18 +00:00
scott%scott-macgregor.org 7a2bbbf1f1 change MOZ_PHOENIX ifdef to MOZ_XUL_APP to help GTK2 builds of thunderbird 2003-05-15 00:54:01 +00:00
dougt%meer.net b766ba9bdc fixing a dde bug that caused urls that were over 255 chars to fail. Bug 166872, r=law, sr=darin, a=sspitzer@netscape.com 2003-05-02 00:05:08 +00:00
scott%scott-macgregor.org d893f069dd change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef in order to help thunderbird build on linux. 2003-04-24 06:25:12 +00:00
cls%seawood.org a95e6c12be Workaround bugs in mingw's windres bugs until next official mingw binutils is released.
Bug #134113 r=dmose
2003-04-22 05:57:16 +00:00
timeless%mozdev.org 480a01d3fe Bug 184295 double assert in nsAppRunner.cpp when command line service is unavailable
r=akkana sr=dveditz
2003-04-22 00:20:24 +00:00
sfraser%netscape.com 0fb25d446f Fix bug 202340: add a mozilla.sdef file describing the AppleEvents dictionary in XML format, and use sdp and Rez to convert it to a .rsrc. Install that in dist/package, and also move PrintPDE.plugin into dist/package. r=ccarlen, sr=bryner/cls. 2003-04-18 20:54:06 +00:00
seawood%netscape.com fd2883713e Implement mozcomps static build variant.
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
danm%netscape.com 4743b6ee88 add url of window to be opened to nsIWindowCreator2::CreateChromeWindow2. bug 195992 r=adamlock,blizzard 2003-04-08 20:47:18 +00:00
lordpixel%mac.com 82d91c07dc Fix for bug 90823, r=timeless, sr=sfraser 2003-04-06 21:58:14 +00:00
ccarlen%netscape.com 1cabc01e87 Bug 188508 - Upgrade print dialog PDE. r=pinkerton/sr=sfraser 2003-04-03 19:20:27 +00:00
bryner%netscape.com ac1dc038a3 removing unneeded #include. r=kerz, sr=blake 2003-04-03 02:01:42 +00:00
jj%netscape.com 84c11a0e7e updated version strings to 1.4b - bug 198279 2003-04-03 01:56:58 +00:00
dougt%netscape.com ebbbfcf54f Shutdown Assertion unconditionally says GRE failed when it might be XPCOM that failed. r=timeless rs=me b=196865 2003-04-02 22:46:08 +00:00
seawood%netscape.com 80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
timeless%mozdev.org 697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
seawood%netscape.com 77d95c9188 Fixing --disable-xpinstall bustage. 2003-03-24 00:07:10 +00:00
mkaply%us.ibm.com 4cb601776a #188249
r=cls
Various Makefile changes and stuff
2003-03-21 22:13:43 +00:00
dbaron%dbaron.org 35e86e04c9 Remove unneeded includes to fix HP-UX bustage. b=196183 Patch from <bugzilla-mozilla@thewrittenword.com>. r=timeless sr=dbaron 2003-03-21 20:48:05 +00:00
cbiesinger%web.de 1227555904 198296 --disable-xpinstall breaks mozilla build r=dougt, sr=alecf,jag 2003-03-21 14:08:48 +00:00
mkaply%us.ibm.com de88c32a88 No bug - OS/2 only - better error message, fix crash 2003-03-19 22:59:50 +00:00
mkaply%us.ibm.com 7afc448359 Last OS/2 bustage - HURRAH! 2003-03-15 18:53:38 +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
jj%netscape.com 578bd21a89 checking in as binary without AppleSingle encoding 2003-03-11 01:57:46 +00:00
mkaply%us.ibm.com 269429909a #129719
r=pedemont, sr=blizzard 
OS/2 only - pass correct path to OS/2 turbo
2003-03-10 22:35:37 +00:00
cls%seawood.org d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
mkaply%us.ibm.com 7bb6ca7678 Better fix for OS/2 bustage - define missing function 2003-03-05 19:55:30 +00:00
mkaply%us.ibm.com e5ab917761 Fix bustage for now 2003-03-05 18:53:30 +00:00
kairo%kairo.at 5ad0b3c8b1 bug 116375 - unix needs option to customize splash screen, use splash.xpm from the mozilla directory if it does exist, checking in for parish@ntlworld.com, r=bryner, sr=jag 2003-03-05 13:55:09 +00:00
bryner%netscape.com fea5875f57 Fix Cocoa static build bustage (bug 195995). r=cls. 2003-03-05 08:00:17 +00:00
mkaply%us.ibm.com f80f26d422 #129719
r=cls
OS/2 only - turn on OS/2 specific turbo mode
2003-03-05 04:05:06 +00:00
mkaply%us.ibm.com ddc2470002 #129719
r=pedemont, sr=blizzard (platform specific)
OS/2 only - OS/2 specific turbo mode that just preloads the DLLs
2003-03-05 04:04:02 +00:00
bryner%netscape.com 045c5afc96 Move gtk_init to after NS_TraceMallocStartupArgs to try to fix tracemalloc bustage. r=cls. 2003-03-04 05:47:54 +00:00
seawood%netscape.com ec26667992 Add support for building against X11-based toolkits on OS X.
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
bryner%netscape.com 9c58a59069 Consolidate gtk initialization to main(), which fixes inconsistencies with not calling gtk_set_locale(). We can do this now that we're not worrying about drop-in toolkit support. Bug 118478, patch by gelsoft@mx4.tiki.ne.jp, r=me, sr=blizzard. 2003-03-03 08:57:12 +00:00
bryner%netscape.com 1332a759d0 fix leak of nsNativeAppSupport (bug 195515). r=bbaetz, sr=blake. 2003-03-02 04:40:45 +00:00
dougt%netscape.com faa4a51956 I think that this broke the nsTraceMalloc code - backing it out. 2003-02-28 23:37:37 +00:00
dougt%netscape.com dccf8bcbee Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442) Storing the GRE location in a relative way so that we can change GRE versions between launches assuming that they are compatible (191415). Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin. 2003-02-28 21:30:35 +00:00
gerv%gerv.net 763b218418 Bug 194291 - Check in Kerz's simple splash screen (take 2 - even simpler version.) a=asa. 2003-02-28 20:28:13 +00:00
cltbld%netscape.com ccd102dc21 removed CFBundleGetInfoString = "Mozilla 1.3a, �� 1998-2003 The Mozilla Organization"; per jj's instructions r=loan sr=jj 2003-02-27 23:33:45 +00:00
seawood%netscape.com 0c2431c236 Force in-tree zlib to be built using -fPIC.
Re-order linking of mozilla-bin & viewer so that TK_LIBS, which bring in an implicit dependency upon the system zlib on Darwin, is linked in after the in-tree version of zlib.
Bug #194662 r=pavlov
2003-02-27 02:21:59 +00:00
twalker%netscape.com 8e79ef97f4 Version updated to 1.4a. bug# 194082. r=lpham sr=jj 2003-02-25 15:33:09 +00:00
mkaply%us.ibm.com b893c55f9d 158380 for OS/2 2003-02-24 22:41:14 +00:00
ssu%netscape.com 2d0ab6461d merging patch to trunk for bug 158380 - The browser desktop icon doesn't work when launching mozilla -mail -turbo. r=jewell,morse,ssu sr=jag 2003-02-24 18:39:05 +00:00
timeless%mozdev.org dd7bb3a66f Bug 181136 remove xpfe/components/regviewer
r=dveditz sr=bz
2003-02-24 17:44:30 +00:00
seawood%netscape.com 97ed83b7c5 Default to using absolute symlinks when building on Darwin.
Bug #193164 r=ccarlen
2003-02-23 15:54:21 +00:00
gerv%gerv.net b5cb58bf84 Bug 194291 - Kerz's new splash XPM, take two. What kind of twisted image format stores its own filename inside itself, so it can break if you change it? 2003-02-23 14:35:42 +00:00
gerv%gerv.net 66ec58aeee Bug 194291 - Check in Kerz's plain Mozilla splash screen, removing green dino. Patch by kerz; r, a=asa. 2003-02-23 14:13:19 +00:00
dbaron%dbaron.org b1ddb380e6 OK, we can't use __GLIBC_PREREQ, since some compilers report a parse error when it's not present. b=177912 2003-02-22 20:45:06 +00:00
dbaron%dbaron.org fc5233dd91 Fix compilation problems for some people. b=177912 sr=bryner 2003-02-22 19:22:27 +00:00
amardare%qnx.com cc252c2d9d Photon specific changes after synchronizing with the head branch.
These changes were included with our released mozilla 1.0 package.
2003-02-19 00:21:09 +00:00
robin.lu%sun.com 08d3e6e44c fixed Bug 186510 [gtk2] porting splash.
r=blizzard sr=jaggernaut a=dbaron
2003-02-17 02:15:28 +00:00
jj%netscape.com d0cd3aa89d fix for bug 191901: updated version strings for English locale. r=bryner, sr=sfraser, a=asa 2003-02-06 00:50:48 +00:00
bryner%netscape.com 5b6211731b fixing cocoa-only bustage; not part of the normal build. a=roc. 2003-01-25 02:18:29 +00:00
ccarlen%netscape.com 0fcd29efcb Bug 97622 - Put in UI to expose dynamic profile switching. r=kaie/sr=alecf 2003-01-22 06:13:39 +00:00
dougt%netscape.com 09605deb19 Fixing mozilla version command option. r=pavlov, sr=alec, b=189992 2003-01-22 05:03:21 +00:00
dougt%netscape.com a685d8fad3 Disabling Glue when building with timeline b=189869. r=cls 2003-01-21 06:33:50 +00:00
dougt%netscape.com 55e98d6e73 fixing 189839 - remote gives the wrong return value. r=kairo@kairo.at 2003-01-21 00:12:11 +00:00
mkaply%us.ibm.com 7515a858a3 The real fix - there were two places I needed to ifneq 2003-01-20 13:47:49 +00:00
mkaply%us.ibm.com 64b525e175 For reasons beyond me, NOT compling nsStackFrame is causing the bustage on OS/2 2003-01-19 15:11:18 +00:00
dbaron%dbaron.org 1ec50be513 Back out changes for bug 177912, since they broke an RH 7.x commercial tinderbox (and probably other similar build configurations). 2003-01-18 05:18:45 +00:00
dbaron%dbaron.org bc24dba3d1 Possible fix for bustage on some machines. b=177912 2003-01-18 03:58:17 +00:00
dougt%netscape.com 135161218a Fixing which string lib we link to. I think this will fix the relocation error blizzard was seeing. r=me 2003-01-18 01:21:31 +00:00
dbaron%dbaron.org 31483c6df1 Fix some reported compilation problems by including string.h with _GNU_SOURCE defined rather than prototyping strsignal ourselves. b=177912 sr=bryner 2003-01-17 23:44:17 +00:00
mkaply%us.ibm.com a0fe4edf1f OS/2 bustage - add NOE for link, don't build nsStackFrameUnix, and remove palette stuff for now since we don't link to gkgx 2003-01-17 20:56:43 +00:00
mkaply%us.ibm.com 70715cde11 OS/2 bustage - two argArrays 2003-01-17 13:41:39 +00:00
seawood%netscape.com d8542ba99b Link order matters.
Fixing irix tinderbox bustage.
2003-01-17 06:11:55 +00:00
ccarlen%netscape.com fc60b8f10c Fixing OSX orangeness - turning off GRE for OSX, back on for others 2003-01-17 04:09:29 +00:00
darin%netscape.com 01050b61be Attempting to fix Mac OSX bustage 2003-01-17 03:08:36 +00:00
bryner%netscape.com 5c70292d51 fix debug objdir build bustage from tracemalloc split. r=cls. 2003-01-17 01:31:18 +00:00
dougt%netscape.com f164a0e4bc Attempting to keep Mac CFM afloat. 2003-01-16 19:52:54 +00:00