Commit Graph

226 Commits

Author SHA1 Message Date
6519320457 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 16:12:06 -07:00
7dc9557a3b fix for bug #334305: Importing bookmarks from Opera does not work r=dietrich 2007-08-29 20:21:18 -07:00
d9187ce69c Bug 386678 append the default bookmarks when first run migration from IE, Opera, Safari, etc. (r=sspitzer) 2007-08-29 20:01:07 -07:00
394cfd9079 Bug 308073 - Change default downloading folder in Windows Vista from Desktop to Downloads. Patch by Jim Mathies <jmathies@mozilla.com>. r=robarnold, r=robert.bugzilla, sr=dougt, a=mconnor 2007-08-21 10:22:02 -07:00
721a0dd198 Bug 266413 - Automatic Proxy Configuration URL string is imported from IE, but radio button is still on Direct Connection, patch by Bevan Collins <bevan.collins@gmail.com>, r=gavin 2007-08-18 19:48:31 -07:00
fb0b520b7d fix for bug #392192: first run migration / import from opera browser is slow, history import should use "run in batch" r=dietrich 2007-08-17 10:54:58 -07:00
7f5d92023e fix for bug #392192: first run migration / import from safari browser is slow, history import should use "run in batch" r=sayrer 2007-08-14 12:29:49 -07:00
de8d07dc35 fix for bug #392003: first run migration / import from IE is slow, history import should use "run in batch" r=sayrer 2007-08-14 07:20:42 -07:00
96eca9b86c Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
98de634631 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
4a9231d247 rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi. 2007-06-17 16:40:40 -07:00
d1b11dba3b Remove printf. Bug 377739, r=mconnor. 2007-06-05 18:04:01 -07:00
eb8e77075c Bug 382890 - Crash in File | Import of profile from Seamonkey [@ nsSeamonkeyProfileMigrator::CopyPasswords]. Patch by Adam Guthrie <ispiked@gmail.com>, r=gavin/dolske 2007-06-04 22:35:00 -07:00
34847205af Bug 380857: work around lack of void strings in frozen string API by avoiding the use of nsILoginInfo::Init() (re-enable IE password migration), patch by Justin Dolske <dolske@mozilla.com>, r=me 2007-05-29 20:00:37 -07:00
d6f6f89fc9 Bug 380931. Post-landing cleanup from Bug 374723 (rewrite password manager in JS). Patch by Justin Dolse <dolske@mozilla.com>. r=mconnor/sayrer. 2007-05-26 21:47:40 -07:00
c1f4a3342e Bug 372508 - rename insertItem to insertBookmark and add a title parameter. r=dietrich. 2007-05-22 18:06:31 -07:00
dafc7e42e6 fix build bustage 2007-05-20 10:31:31 -07:00
2ae83d8c4f fix for bug #381298: startup-with-no-profiles and choosing IE / Opera or Safari doesn't doesn't import favorites / bookmarksr=dietrich 2007-05-20 09:31:01 -07:00
05bf812913 fix for bug #381267Bookmark Manager: Import from Netscape/Seamonkey wipes out bookmarksr=mano 2007-05-19 18:03:35 -07:00
ee3fe438bd Bug 376253: Places bookmarks import/export unit tests + assorted fixes uncovered by the tests. r=mano, r=dietrich 2007-05-16 23:06:48 -07:00
e3688731be Bustage fix #3 for bug 374723 2007-05-16 07:07:43 -07:00
1bd79bed05 bustage fix #2 2007-05-16 03:42:41 -07:00
b43ae8fbd6 bustage fix 2007-05-16 03:23:00 -07:00
de366610df Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
f0d9995506 Bug 376008 bookmarks html import/export needs to move to /browser (r=mano) 2007-05-03 01:56:41 -07:00
9af004ac77 Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser 2007-04-23 12:25:39 -07:00
7334d31070 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
dietrich@mozilla.com
8f09e99c3e Bug 370013 Bookmarks toolbar folder should be a child of the bookmark menu folder, Bug 370020 No way to set an arbitrary folder as the bookmarks toolbar folder (r=mano) 2007-03-07 21:22:54 +00:00
dietrich@mozilla.com
f04dc3a760 Bug 360133 - Fixing Windows build bustage (r=mano) 2007-02-27 00:58:29 +00:00
dietrich@mozilla.com
16945b9b5a Bug 360133 Bookmarks must be internally uniquely identifiable (r=mano, sspitzer) 2007-02-26 00:54:36 +00:00
philringnalda@gmail.com
3ce4ec0b1f Bug 366442: search.rdf is obsolete, r=gavin 2007-02-12 03:24:46 +00:00
jshin@mailaps.org
439e47ae1d bug 266839 : opera profile migrator code treats UTF-8 as ASCII
r=mconnor, sr=darin
2007-01-06 17:33:05 +00:00
gavin@gavinsharp.com
cb886487c5 Bug 364041: failure to detect SeaMonkey (>= 1.0) as valid default browsers, which breaks first-startup profile migration, r=mano 2006-12-16 14:30:05 +00:00
gavin@gavinsharp.com
8d559c3c46 Bug 364042: first startup profile migration is broken, r=mano 2006-12-16 14:27:58 +00:00
sspitzer@mozilla.org
3eed8b7170 fix for bug #344284, saved search history not imported from Safari. r=gavin 2006-12-11 21:12:12 +00:00
mozilla.mano@sent.com
0a557b6a8e Bug 361608 - possible leak in Safari profile migrator. r=mento. 2006-11-29 08:01:33 +00:00
sspitzer@mozilla.org
4168853928 fix warning, no bug #. r=gavin 2006-11-29 00:18:06 +00:00
sspitzer@mozilla.org
51e4e38f1b fix for bug #361624: user style sheets may not be imported from Safari, due to an uninitialized variable. also, fix a warning I introduced with a recent checkin for MOZ_PLACES_BOOKMARKS ifdef support.
r=gavin
2006-11-23 07:05:07 +00:00
jshin@mailaps.org
fb43afe529 bug 352365 fix some unicode/character encoding/string issues in nsIEProfileMigrator : r=biesi, sr=darin 2006-11-21 02:03:39 +00:00
benjamin@smedbergs.us
5884d4a5e8 Bug 345517 additional fixup - don't use some additional unfrozen methods, r=gavin 2006-11-14 21:25:56 +00:00
benjamin@smedbergs.us
6a399a8238 Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano 2006-11-13 17:53:01 +00:00
pavlov@pavlov.net
f7bb7881cf backing out 345517 due to leak test bustage 2006-11-10 04:42:03 +00:00
benjamin@smedbergs.us
84c6af09b6 Bug 345517, try #2, make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano 2006-11-09 15:02:29 +00:00
sspitzer@mozilla.org
69152cc1c4 fix for bug #356487
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.

also addresses bugs:

bug #330923:  "View -> Sidebar menu" is empty if you build with places
bug #355738:  implement history sidebar on top of places backend
bug #356175:  hook up the history menu to the places backend
bug #356453:  add back "Clear Private Data" menu item
bug #356630:  add back "History | Show in Sidebar" menu item
bug #356631:  remove "search in history" and "view all history" menu items
bug #357301:  add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831:  history sidebar, right mouse button click should not expand / collapse item

r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
jshin@mailaps.org
96f20efd55 bug 250255 : get rid of a redundant check of 'registry type' in GetSourceHomePageURL (addressing reviewer's comment I missed in the previous check-in) 2006-09-17 05:35:16 +00:00
jshin@mailaps.org
a89dae0c7e bug 250255 : use nsWindowsRegKey APIs for Windows registry handling (importing homepage url from IE) : r=biesi, sr=darin 2006-09-15 00:12:06 +00:00
sayrer@gmail.com
ccd44e209a bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00
martijn.martijn@gmail.com
03739e371e Bug 346602 - crash when importing favorites from Yahoo browser [@ nsIEProfileMigrator::GetSourceHomePageURL], patch by Adam Guthrie, r=mconnor 2006-09-03 18:49:17 +00:00
benjamin@smedbergs.us
34f2348d90 Backout bug 345517 due to various issues. 2006-08-10 14:06:47 +00:00
benjamin@smedbergs.us
93d9775bb1 Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00