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
/
firefox2_importer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
importer: Pull out Importer util function into its own file.
tfarina@chromium.org
2011-07-18
1
-2
/
+4
*
importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN.
tfarina@chromium.org
2011-07-15
1
-1
/
+1
*
Many fixes to bookmark importing.
isherman@chromium.org
2011-05-26
1
-33
/
+20
*
Style cleanup in bookmarks import code
isherman@chromium.org
2011-05-24
1
-3
/
+2
*
Chrome crashes on importing bookmark files from Bookmark Manager.
toyoshim@chromium.org
2011-04-21
1
-4
/
+16
*
importer: Remove unneeded includes.
tfarina@chromium.org
2011-04-10
1
-1
/
+0
*
importer: Cleanup ProfileInfo calls a little bit.
tfarina@chromium.org
2011-04-06
1
-6
/
+7
*
importer: Refactor ImporterList so it doesn't have to know about Importer.
tfarina@chromium.org
2011-04-04
1
-1
/
+1
*
importer: Convert AddBookmarkEntries to string16.
tfarina@chromium.org
2011-04-02
1
-5
/
+5
*
importer: Use unnamed namespace instead of static keyword.
tfarina@chromium.org
2011-03-25
1
-8
/
+10
*
importer: Remove instances of wstring from ProfileWriter.
tfarina@chromium.org
2011-03-24
1
-42
/
+39
*
importer: Make const strings static and move them outside the function.
tfarina@chromium.org
2011-03-24
1
-9
/
+9
*
importer: Convert GetLocalizedString to string16.
tfarina@chromium.org
2011-03-23
1
-2
/
+2
*
importer: Remove unneeded includes of importer_data_types.h
tfarina@chromium.org
2011-03-21
1
-5
/
+2
*
fav icon -> favicon. Pass 9: chrome/browser/history
avi@chromium.org
2011-03-15
1
-4
/
+4
*
fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*
avi@chromium.org
2011-03-15
1
-1
/
+1
*
importer: Some more cleanups.
tfarina@chromium.org
2011-03-05
1
-22
/
+10
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Current firefox2 importer import bookmarks with strict rules.
yutak@chromium.org
2011-02-01
1
-5
/
+60
*
importer: push more FilePath around to reduce conversions
evan@chromium.org
2011-01-28
1
-4
/
+2
*
Current firefox2_importer and firefox3_importer could not import empty folder.
yutak@chromium.org
2011-01-28
1
-5
/
+54
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-19
1
-4
/
+4
*
Revert 71485 - Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-4
/
+4
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-4
/
+4
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-09
1
-1
/
+1
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-2
/
+2
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+3
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
1
-0
/
+1
*
Make bookmark import not to enable bookmark bar by default.
huanr@chromium.org
2010-07-09
1
-1
/
+3
*
Move import in Mac OS X into its own process.
mirandac@chromium.org
2010-06-04
1
-20
/
+20
*
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
*
chrome 2: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-1
/
+4
*
Convert a bunch more of importer into FilePath.
evan@chromium.org
2010-02-22
1
-31
/
+28
*
[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
-1
/
+1
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
1
-1
/
+1
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-1
/
+1
*
Remove the dependency on i18n/icu_string_conversions from base/string_util.h.
brettw@chromium.org
2009-10-10
1
-10
/
+11
*
(please review thoroughly since this touches many moving parts).
jeremy@chromium.org
2009-10-06
1
-34
/
+29
*
Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu...
mattm@chromium.org
2009-10-05
1
-29
/
+34
*
(please review thoroughly since this touches many moving parts).
jeremy@chromium.org
2009-10-05
1
-34
/
+29
*
While importing favicon, make sure there is an entry in the history db.
kuchhal@chromium.org
2009-09-11
1
-5
/
+10
*
When importing bookmarks from Firefox, filter out the default bookmarks.
evan@chromium.org
2009-08-09
1
-6
/
+3
*
Split NSSDecryptor out into platform specific files.
willchan@chromium.org
2009-07-22
1
-0
/
+1
*
Header cleanup in browser/importer
phajdan.jr@chromium.org
2009-07-20
1
-0
/
+3
*
Lands http://codereview.chromium.org/126036 for Thiago.
sky@chromium.org
2009-06-30
1
-4
/
+19
*
Import bookmarks to bookmark bar if user has not bookmarked anything yet.
kuchhal@chromium.org
2009-06-18
1
-7
/
+6
[next]