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

1750 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 55160b9c14 turn off safari migrator until I'm at a mac and can figure this out 2004-03-03 08:47:21 +00:00
ben%bengoodger.com 77300dad75 215094 Turn on profile migration 2004-03-03 07:52:59 +00:00
ben%bengoodger.com c393aae4e4 (215094) - Make Seamonkey & Phoenix migrators copy host permissions file, make automigrate work 2004-03-03 07:42:53 +00:00
ben%bengoodger.com f5d8c2798e (215094) More Safari profile migrator stuff - detect the default character set for web page fonts. 2004-03-02 21:26:25 +00:00
chanial%noos.fr ab314af661 check in locale/contents.rdf 2004-03-02 01:24:28 +00:00
ben%bengoodger.com 4e10af9ca4 (215094) - fix compile error in opera profile migrator that for some reason didn't affect linux 2004-03-01 23:26:00 +00:00
bsmedberg%covad.net 97cdab633d Bug 236134 - wallpaper patch; if users delete chrome.rdf in their firefox profile, they will crash at next startup. This adds an empty chrome package browser-region/content so that the chrome registry will work correctly. r=pch 2004-03-01 21:27:42 +00:00
chanial%noos.fr f8ff77b0c7 Bug 235317: locale version mismatch in the inspector package. This won't fix the real bustage issue (the jar packager doesn't update preprocessed files when macros are changed) but at least, the locale and content contents.rdf files for the inspector package will now change at the same time and stay in sync. 2004-03-01 19:09:32 +00:00
ben%bengoodger.com d4b5c839a4 (215094) - hi-ya! OK, I think I understand what's going on here now, finally. Not only was I leaking, I was also blowing all my buffers. Realloc the buffer alloced by the binary stream when reading a string of bytes from the Opera Cookies file to make room for the null terminator. Hopefully this is cut #999 or #1000 or so in the migrator's linux death. 2004-02-29 23:15:19 +00:00
ben%bengoodger.com 57c9a7c807 (215094) more memory management tweaks 2004-02-29 22:35:37 +00:00
ben%bengoodger.com 3589e2bacc (215094) - let's not play the manual memory management game unless we have to. Use some more XPIDLStrings instead of manually freeing PRUnichar*... 2004-02-29 22:07:43 +00:00
ben%bengoodger.com d5ac1b593a (215094) yes, ben, you are expected to free strings after they're allocated. Except in this case we don't need to do a string copy anymore now that we made the INI parser take a const char*, so just use .get() on the path we got earlier. 2004-02-29 22:03:47 +00:00
ben%bengoodger.com 4521564347 (215094) - leaks, leaks, all around. Free buffers allocated by Binary Stream when reading cookies. 2004-02-29 21:58:21 +00:00
ben%bengoodger.com 1c299a7bf5 (215094) - only free the pref transform's |stringValue| field if the transform's type was STRING - otherwise it's uninitalized garbage and can cause us to crash on linux. 2004-02-29 21:45:25 +00:00
ben%bengoodger.com 8786effc2b Bring patch from 236010 across - prevent INI parser from reading memory beyond EOF. Patch by Andrew Schultz <ajschult@mindspring.com>, r=bsmedberg, sr=dveditz 2004-02-29 21:38:36 +00:00
mconnor%myrealbox.com 69cef8f316 Bug 223287 - Cannot manually edit home page in Preferences if toolbar icon is removed, patch by pike@pikey.me.uk, r=pch 2004-02-29 18:37:24 +00:00
ben%bengoodger.com a705969288 235129 - crash when exporting bookmarks. (add a null check) 2004-02-29 06:10:56 +00:00
ben%bengoodger.com 42793b726a (215094) leak city in opera profile migrator. Switch to using XPIDLCStrings to avoid having to manually free cstrings alloced by INI parser 2004-02-29 05:56:43 +00:00
ben%bengoodger.com a9034efaa2 (215094) fix a few warnings 2004-02-29 03:21:58 +00:00
mconnor%myrealbox.com 04521b8697 Bug 196474: pop-up icon should appear in status bar before about popup blocking appears, r=pch 2004-02-29 02:41:05 +00:00
ben%bengoodger.com 4bfaea652e (215094) - fix leak in CopySmartKeywords - free the INI parser when we're done with it. 2004-02-29 02:20:17 +00:00
ben%bengoodger.com 0b43563ce1 (215094) - fix a hang in Opera Preferences migration - when no color settings are present in Opera preferences file, do not copy uninitialized variables into buffer 2004-02-29 02:18:44 +00:00
ben%bengoodger.com 7b1b1fe0fc remove another unnecessary printf 2004-02-29 01:54:38 +00:00
ben%bengoodger.com 841a6c4ef0 remove unnecessary dump 2004-02-29 01:50:14 +00:00
ben%bengoodger.com 2d7692acdb (215094) - Opera Migrator hangs at the end occasionally because of null observer service 2004-02-29 01:49:53 +00:00
ben%bengoodger.com a8724d26f5 (215094) Make profile migrator build and somewhat run on Linux 2004-02-29 00:48:11 +00:00
ben%bengoodger.com 602b725ee8 (215094) - Make Migrator only show options in import data source list that can be imported after the profile has been loaded. 2004-02-25 10:23:18 +00:00
bryner%brianryner.com 856a899981 Update license file location to match reality; fixes blank license in installer (bug 234962) 2004-02-25 09:34:25 +00:00
ben%bengoodger.com 1ba383a21b (215094) - migration wizard should not be opened as a modal window on MacOS X. 2004-02-25 05:26:34 +00:00
mconnor%myrealbox.com 4974fbed2d Bug 233899: Deletion of non-contiguous cookies leaves holes in Cookie Manager, port fix from Seamonkey bug 231499, r=blake 2004-02-25 03:52:16 +00:00
mconnor%myrealbox.com aa82b6572d Bug 235137: remove unused checkDownloadDirectory() from pref-navigator.js, r=blake 2004-02-25 03:28:31 +00:00
ben%bengoodger.com b0d37e9d00 (215094) Add Phoenix Profile Migrator to handle old profiles after we change the application directory name to "Firefox" from "Phoenix", shuffle shared code into the Netscape Profile Migrator base. 2004-02-25 02:46:07 +00:00
jst%mozilla.jstenback.com dd400389d1 Prevent exceptions thrown in the shutdown code from stopping the execution of the rest of the shutdown code. r+sr=ben 2004-02-25 00:27:13 +00:00
ben%bengoodger.com de2e6f44c1 (215094) Update string uses, replace history contract id with cid 2004-02-24 10:38:24 +00:00
bryner%brianryner.com 8ca153cebd Add layout-debug support for FireFox 2004-02-24 07:04:57 +00:00
bryner%brianryner.com 83d7f1b11d Add layout-debug support for FireFox 2004-02-24 06:57:42 +00:00
ben%bengoodger.com ed2afb145b Make migration wizard more generic and less complex 2004-02-24 05:35:32 +00:00
ben%bengoodger.com 9d1096ef32 Extend API to allow the migrators to say if a) the browser is installed and b) the import data sources that are avialable for that browser 2004-02-24 03:38:15 +00:00
ben%bengoodger.com fd51122268 Bug 234426 - IE profile migrator sets deprecated seamonkey pref browser.startup.page. Fix by Dave Hallowell <dave532@uklinux.net> r=ben@mozilla.org 2004-02-24 00:42:12 +00:00
amardare%qnx.com b9025115ba Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
Added the support for a splashscreen for firefox on qnx.
2004-02-23 20:03:44 +00:00
ben%bengoodger.com 976fc31f29 test some code on imola to see if this code is executing all the time 2004-02-23 09:47:36 +00:00
ben%bengoodger.com 49755b2ca7 use a sane window size for new profiles at all screen resolutions 2004-02-23 02:20:36 +00:00
blakeross%telocity.com 421df07918 Also focus quicksearch field in bookmarks sidebar to match history. 2004-02-21 11:37:06 +00:00
blakeross%telocity.com 7ab18c7188 Fix 205107: focus search box in history quicksearch box. 2004-02-21 11:11:29 +00:00
blakeross%telocity.com 93916fa325 Fix 207188: clearing history/all in prefs doesn't clear session history. 2004-02-21 07:02:53 +00:00
cls%seawood.org 294ab743fd Link order matters. Fixing mingw bustage.
Thanks to Nick Thomas <nrthomas@ihug.co.nz> for the original patch.
Bug #234940 r=cls
2004-02-21 04:51:44 +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
blakeross%telocity.com 3a6fb58d73 Fix up a few things in open location: our product isn't called "Navigator", and we don't need to use string bundle anymore to set text of dialog buttons. 2004-02-20 02:22:23 +00:00
blakeross%telocity.com daccbcc82a Fix 229199: Open Location dlg is mostly busted. Patch by pike@pikey.me.uk. 2004-02-20 02:14:48 +00:00
blakeross%telocity.com dc4f814149 Fix 176675: Dragging text to search bar should search for it. Also guard against a crash. 2004-02-20 00:56:59 +00:00