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

262 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 86b85d7e51 bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org 2005-08-12 00:42:16 +00:00
bsmedberg%covad.net 8992fb4c7d Backout bug 299992 - too much odd platform-specific bustage 2005-08-11 22:07:08 +00:00
bsmedberg%covad.net e9c48557e9 Bug 299992, the part before the actual work: move pldhash and the templatized hashtables into the glue (and drop the minor dependencies on NSPR), and centralize our various in-tree nsINIParser classes into the glue (does not affect the ones used for the various installers) r=brendan/darin a=chase/cbeard 2005-08-11 20:40:53 +00:00
aaronleventhal%moonset.net 1fb0ed7fde Fixing whitespace nits from mconnor that I had forgotten in last checkin for bug 302554 2005-08-04 21:34:08 +00:00
aaronleventhal%moonset.net 77b4ba4085 Bug 302554. Fix accessibility problems in migration wizard (import). r+a=mconnor 2005-08-04 21:32:13 +00:00
gavin%gavinsharp.com 6d0928efa1 Bug 247427 followup fix: ensure file exists before trying to open it, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>, r+a=bsmedberg 2005-08-02 23:08:52 +00:00
mozilla.mano%sent.com 92ea40f18d Bug 236304 - MacIE profile migrator (only imports bookmarks). r=josh/mconnor, a=bsmedberg. 2005-07-25 21:33:21 +00:00
mozilla.mano%sent.com 8bd58089c5 Bug 300203 - Safari profile migrator fails to import cookies. r=josh, a=cbeard 2005-07-10 15:40:28 +00:00
mozilla.mano%sent.com 388808e858 Bug 300161 - don't import safari's homepage setting. r=josh, a=cbread. 2005-07-09 03:25:32 +00:00
jshin%mailaps.org 9370ad30d6 bug 297915 : profile migration dialog doesn't open up for a clean launch: r=cbie, sr=darin, a=chofmann 2005-07-06 02:15:09 +00:00
mozilla.mano%sent.com fe022eaa40 Bug 299235 - fix gcc4 build bustage from bug 236300 (Safari profile migrator). r=mento, sr=smfr, a=bsmedberg. 2005-06-30 20:13:05 +00:00
mozilla.mano%sent.com aebc6adbb2 Bug 236300 - Landing Safari profile migrator. Work by Ben and me. r=mconnor+josh/smfr. a=sjobs 2005-06-30 05:42:01 +00:00
timeless%mozdev.org f7d0172012 Bug 252405 proxy settings import doesn't strip http:// if present in IE
patch by ted.mielczarek@gmail.com r=mconnor a=asa
2005-06-22 01:18:40 +00:00
jshin%mailaps.org acc702ca90 bug 297584 : MS IE profile migrator casts LWPSTR to |char *| and treats the result as UTF-8. fixes memory leaks as well (r=cbie, sr=darin, a=asa) 2005-06-18 01:33:50 +00:00
jshin%mailaps.org d6a8192fdf bug 250255: use nsIWindowsRegKey for profile migration : r=cbie, sr=darin, a=asa 2005-06-16 02:14:10 +00:00
joshmoz%gmail.com 5f890490c2 gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron 2005-06-15 03:52:48 +00:00
mozilla.mano%sent.com 92c7a27860 Bug 289367 - CleanResource called at wrong time. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa 2005-05-09 07:16:34 +00:00
darin%meer.net 2c230c7743 fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann 2005-04-26 00:37:23 +00:00
bsmedberg%covad.net 7283bd6f34 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 16:59:25 +00:00
mconnor%myrealbox.com 537565241e bug 284333 - SHGetMalloc API call is deprecated (in nsIEProfileMigrator.cpp), patch by david.gardiner@unisa.edu.au, r=me 2005-03-03 16:22:35 +00:00
roc+%cs.cmu.edu 27d8bcfcf0 Bug 262057. Migrate i18n prefs from Seamonkey to Firefox. r=mconnor, patch by Wolfgang Rosenauer (Novell) 2005-02-28 23:57:22 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net 3051ba969b Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:36:54 +00:00
roc+%cs.cmu.edu f1635b58a4 Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc 2005-01-23 23:58:32 +00:00
bzbarsky%mit.edu 99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
ben%bengoodger.com 5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
bryner%brianryner.com 29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
steffen.wilberg%web.de bb6e58e0d2 Bug 253008: Set network.proxy.share_proxy_settings if IE has a single proxy set up. p=mconnor, r=vlad, sr=darin 2004-11-05 16:18:21 +00:00
ben%bengoodger.com 5989e7c153 245722 - crash on import of IE passwords due to uncaught COM exceptions, patch by Bernard Alleysson <balleysson@bigfoot.com> r+a=me 2004-10-07 02:06:20 +00:00
ben%bengoodger.com a6703a8945 249302 - firefox offers to migrate a non-existent Phoenix Firebird Firefox profile, round 2: also, make sure the wizard's first page's onpageshow handler is not called before onload, guard against showing phoenix item in list in non-automigrate cases too. 2004-09-29 19:08:20 +00:00
ben%bengoodger.com 35b07989a4 245722 - ff10pr1 crash in nsIEProfileMigrator::GetSignonsListFromPStore - lots of addtl error checking 2004-09-29 08:15:51 +00:00
ben%bengoodger.com 1e7d0eb036 249302 - firefox offers to migrate a non-existant phoenix firefox firebird profile... add "fromfile" to the exlcusion list 2004-09-29 07:45:07 +00:00
bsmedberg%covad.net eaf99b1638 Potential fix for bug 255060 2004-08-13 16:56:17 +00:00
darin%meer.net 065fb7242c fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil 2004-08-09 21:17:12 +00:00
jshin%mailaps.org 272b0e5427 bug 247377: profile migration doesn't work with non-ASCII characters in username on Windows (r=bsmedberg, effectively a=chofmann) 2004-07-30 20:45:30 +00:00
ben%bengoodger.com fd29ced56b 248215 - firefox 091 topcrash dereferencing null protected storage system pointer. 2004-07-26 04:55:20 +00:00
ben%bengoodger.com d3f0ae0cdf 252546 - don't import IE homepage since we'll be providing our own one soon 2004-07-22 23:12:41 +00:00
bsmedberg%covad.net d8b9c5aed7 Merge changes from the aviary branch to start centralizing locale files. (bug 250672) 2004-07-12 17:15:10 +00:00
jruderman%hmc.edu a429b6720a Bug 247606 - Review Firefox JS for dangerous eval() use. r=bryner. 2004-07-07 03:04:09 +00:00
bsmedberg%covad.net d5baacacf8 Blindly try to fix mac bustage from the nsILineInputStream conversion to use CStrings. 2004-06-17 23:34:29 +00:00
bsmedberg%covad.net d9ba66a275 Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106). 2004-06-17 21:23:51 +00:00
ben%bengoodger.com 5e58715a59 246596 - crash in migration wizard trying to migrate non-existent Seamonkey profile 2004-06-13 21:34:30 +00:00
ben%bengoodger.com ccee312481 246018 - Firefox imports IE bookmarks over old bookmarks
237732 - user.js not copied by phoenix profile migrator
240136 - Firefox should not auto-import settings without user confirmation
2004-06-10 06:28:27 +00:00
ben%bengoodger.com d8af8e7641 245765 - Preferences should live under Edit...Preferences on Unix and terminology should be consistent 2004-06-07 08:17:00 +00:00
mconnor%myrealbox.com d0bc7622d1 firefox part of bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(), patch by Charles Fenwick (clf03f@garnet.acns.fsu.edu), r=mconnor 2004-05-23 19:51:30 +00:00
ben%bengoodger.com deeca5d835 241292 - proxy settings with ports specified are not imported properly. use nsCAutoStrings instead of nsDependentCStrings because we need null terminated strings containing only the fragment returned by Substring(). 2004-05-23 08:31:59 +00:00
mconnor%myrealbox.com 3fde5da9cc bug 240648 - next button disabled when last checkbox unchecked in Import Wizard, r=ben@mozilla.org 2004-05-22 01:32:19 +00:00
ben%bengoodger.com dee0988e80 237241 - form history not imported by phoenix profile migrator. 2004-05-21 09:45:47 +00:00
mconnor%myrealbox.com 9f4d59c104 Bug 236687 - Build chokes on browser/components/migration/src/nsOperaProfileMigrator.cpp, patch by Fredrik Holmqvist (thesuckiestemail@yahoo.se), r=sergei_d@fi.tartu.ee, sr=bryner 2004-05-02 16:49:20 +00:00
mkaply%us.ibm.com c6b4a00409 #242011
r=mkaply
Add a default case for #ifdefs in migration XUL file
2004-04-29 20:46:01 +00:00
mkaply%us.ibm.com b3fafd37f4 #242011
r=mkaply
Code from pedemonte - build break -don't build opera migration stuff on OS/2
2004-04-29 17:32:26 +00:00
bienvenu%nventure.com 4d40ab419f make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538 2004-04-22 15:32:54 +00:00
ben%bengoodger.com 97aca7f024 sigh, build bustage 2004-04-20 19:05:19 +00:00
ben%bengoodger.com 8c25516302 forgot to update a function call 2004-04-20 10:06:34 +00:00
ben%bengoodger.com 97ebd0e4ba 241028 - should be able to create smart keywords to forms that use the http POST method. 2004-04-20 09:45:12 +00:00
danm-moz%comcast.net 7bac04894b bail if no Opera profile to migrate. patch by eric@5stops.com. bug 236673 r=ben 2004-03-31 15:59:30 +00:00
bryner%brianryner.com 6147ddd6a2 remove extraneous ) 2004-03-19 07:47:42 +00:00
cls%seawood.org 5a31106a54 Disable the IE Profile Migrator when building with mingw gcc.
Bug #236901 r=bryner sr=ben
2004-03-17 17:30:34 +00:00
ben%bengoodger.com 56cc1b271f 237190 - fix some leaks in migration. r=brendan 2004-03-16 03:58:41 +00:00
ben%bengoodger.com 91b5f4fc4b Better structure error handling logic, at mconnor's suggestion 2004-03-11 01:29:15 +00:00
ben%bengoodger.com 49b3b5e66e 203077 - Rename Firefox profile data folder from Phoenix to Firefox. This includes some changes to better support the Phoenix Profile Migrator.
Also, make migration wizard show for 5 seconds (with a Finish button to dismiss) when automigrating, so the user can see what's happening.
for full details see http://bugzilla.mozilla.org/show_bug.cgi?id=203077#c35
r=jst
2004-03-11 01:26:41 +00:00
ben%bengoodger.com 6254f6d05b forgot to set the keys appropriately 2004-03-09 21:24:25 +00:00
ben%bengoodger.com 90bc2f6eec Fix crash in profile migrator on startup if there are no phoenix profiles - linux and mac 2004-03-09 21:16:02 +00:00
jshin%mailaps.org ac2f18a8e9 bug 191053 : relanding the original patch + ben's firefox patch + additional patch (sr=bz for additional changes to fix Windows bustage) 2004-03-09 19:33:48 +00:00
bzbarsky%mit.edu 92c9a2c2d8 Backing out bug 191053 and various bustage fixes due to tree red and lack of
ability to get a hold of jshin.  a=#developers (acting sheriff).
2004-03-09 06:09:15 +00:00
ben%bengoodger.com 9bacdcbb35 build bustage! 2004-03-09 05:32:16 +00:00
ben%bengoodger.com 123b18a81b return a value! 2004-03-05 19:55:50 +00:00
bryner%brianryner.com 141c94e4bd fix missing newline warnings 2004-03-05 19:47:34 +00:00
bryner%brianryner.com dfe775c949 fix uninitialized variable 2004-03-05 19:47:17 +00:00
bryner%brianryner.com 58999cf75d fix missing return 2004-03-05 19:46:05 +00:00
bryner%brianryner.com 650327ac6c fix unused variable warning 2004-03-05 19:42:45 +00:00
bryner%brianryner.com 49c27c8e7c fixing warning about missing newline 2004-03-05 19:42:05 +00:00
bryner%brianryner.com afa29553bd remove extra semicolon 2004-03-05 19:41:49 +00:00
ben%bengoodger.com bd67aaaf11 (215094) Move migration-started observer notification to the correct place to fix automigration 2004-03-05 00:46:54 +00:00
ben%bengoodger.com 7bf11d6698 (215094) - here comes profile automigration. Also, change name of Phoenix profile folder to "Firefox". Ensure migration UI is opened modally from automigration system to prevent additional profiles being created by profile startup. 2004-03-05 00:42:05 +00:00
ben%bengoodger.com 4e0748a005 Fix Imola bustage - move includes to .h file 2004-03-03 23:18:17 +00:00
ben%bengoodger.com ce905b03db (215094) more mac migration stuff 2004-03-03 21:26:48 +00:00
ben%bengoodger.com abd53e9dea (215094) break imola now, so I can fix the safari profile migrator. 2004-03-03 21:02:16 +00:00
ben%bengoodger.com be7017006d fix gabrielle. substitute single \ for \\ 2004-03-03 21:00:30 +00:00
ben%bengoodger.com 2e940217f7 turn back on IE profile migrator to break gabrielle 2004-03-03 20:48:43 +00:00
ben%bengoodger.com f7d7fa2ee8 change the name of the profile module so clobbering doesn't break the build 2004-03-03 20:48:02 +00:00
ben%bengoodger.com 115e9c90b3 uhh... turn off ie migrator too then. 2004-03-03 09:13:11 +00:00
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 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
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
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
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
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
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
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
ben%bengoodger.com de2e6f44c1 (215094) Update string uses, replace history contract id with cid 2004-02-24 10:38:24 +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
ben%bengoodger.com 462e9372a9 more safari migrator stuff 2004-02-18 05:04:22 +00:00
ben%bengoodger.com d481c45ab0 Begin to do some migration code... add code to the safari migrator that opens a Property List file into a CFDictionary... 2004-02-17 07:59:11 +00:00
ben%bengoodger.com 02108bd617 Make the Migrator build on OS X 2004-02-17 03:59:06 +00:00
ben%bengoodger.com 1c6bf4af45 Bring migration branch to trunk. This is not turned on yet! 2004-02-15 00:54:42 +00:00