index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
importer
/
firefox3_importer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
1
-2
/
+2
*
importer: Convert the remaining wstrings to string16.
tfarina@chromium.org
2011-12-07
1
-11
/
+13
*
importer: Remove unused variable.
tfarina@chromium.org
2011-11-14
1
-2
/
+0
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
1
-2
/
+2
*
importer: Pull out Importer util function into its own file.
tfarina@chromium.org
2011-07-18
1
-1
/
+2
*
Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...
chromium@hybridsource.org
2011-05-28
1
-3
/
+3
*
Many fixes to bookmark importing.
isherman@chromium.org
2011-05-26
1
-27
/
+21
*
Style cleanup in bookmarks import code
isherman@chromium.org
2011-05-24
1
-1
/
+1
*
importer: Cleanup ProfileInfo calls a little bit.
tfarina@chromium.org
2011-04-06
1
-5
/
+10
*
importer: Convert AddBookmarkEntries to string16.
tfarina@chromium.org
2011-04-02
1
-2
/
+2
*
importer: Attempt to use app/sql API instead of sqlite_utils.h
tfarina@chromium.org
2011-03-29
1
-104
/
+105
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
importer: Remove instances of wstring from ProfileWriter.
tfarina@chromium.org
2011-03-24
1
-7
/
+7
*
importer: Convert GetLocalizedString to string16.
tfarina@chromium.org
2011-03-23
1
-4
/
+4
*
importer: Remove unneeded includes of importer_data_types.h
tfarina@chromium.org
2011-03-21
1
-1
/
+0
*
fav icon -> favicon. Pass 9: chrome/browser/history
avi@chromium.org
2011-03-15
1
-3
/
+3
*
fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*
avi@chromium.org
2011-03-15
1
-1
/
+1
*
importer: Pull Importer class out on its own header file.
tfarina@chromium.org
2011-03-09
1
-0
/
+1
*
importer: Some more cleanups.
tfarina@chromium.org
2011-03-05
1
-15
/
+5
*
Firefox3Importer crashes on importing empty folder from Bookmarks Menu.
toyoshim@chromium.org
2011-02-28
1
-8
/
+10
*
importer: push more FilePath around to reduce conversions
evan@chromium.org
2011-01-28
1
-13
/
+5
*
Current firefox2_importer and firefox3_importer could not import empty folder.
yutak@chromium.org
2011-01-28
1
-11
/
+35
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-09
1
-1
/
+1
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+11
*
Rename ChromeThread to BrowserThread Part11:
tfarina@chromium.org
2010-10-10
1
-2
/
+2
*
Convert some importer NOTREACHED() cases to LOG(WARNING)s.
estade@chromium.org
2010-09-10
1
-0
/
+1
*
Fix Firefox data import for Mac.
mirandac@chromium.org
2010-09-07
1
-1
/
+4
*
Fix a couple of firefox search engine import bugs.
estade@chromium.org
2010-09-01
1
-4
/
+28
*
Re-land r56742 now with correct database files
brettw@chromium.org
2010-08-21
1
-1
/
+1
*
Revert 56742 - A new field to describe the sources of history urls(visits) is...
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
A new field to describe the sources of history urls(visits) is added. This fi...
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
1
-0
/
+1
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
1
-1
/
+1
*
Move import in Mac OS X into its own process.
mirandac@chromium.org
2010-06-04
1
-17
/
+17
*
Use FilePath in ProfileInfo struct.
tfarina@chromium.org
2010-05-15
1
-2
/
+2
*
Move importer data types into a separate file to prepare for moving importer
mirandac@chromium.org
2010-03-22
1
-1
/
+8
*
Convert a bunch more of importer into FilePath.
evan@chromium.org
2010-02-22
1
-35
/
+36
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
1
-0
/
+1
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-3
/
+3
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
1
-3
/
+3
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-3
/
+3
*
(please review thoroughly since this touches many moving parts).
jeremy@chromium.org
2009-10-06
1
-34
/
+30
*
Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu...
mattm@chromium.org
2009-10-05
1
-30
/
+34
*
(please review thoroughly since this touches many moving parts).
jeremy@chromium.org
2009-10-05
1
-34
/
+30
*
While importing favicon, make sure there is an entry in the history db.
kuchhal@chromium.org
2009-09-11
1
-5
/
+10
*
Import passwords from Firefox 3.1 and above.
kuchhal@chromium.org
2009-08-15
1
-11
/
+15
*
Safari Bookmark/Favicon import.
jeremy@chromium.org
2009-08-05
1
-17
/
+3
[next]