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
/
profile_writer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-14
1
-1
/
+3
*
Revert 136499 - Taking over issue 10006037.
yusukes@google.com
2012-05-11
1
-3
/
+1
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-11
1
-1
/
+3
*
Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...
pkasting@chromium.org
2012-04-27
1
-1
/
+1
*
Add a Profile* member to TemplateURL. This makes some invocations of Replace...
pkasting@chromium.org
2012-04-23
1
-2
/
+2
*
Enforce that TemplateURLs' URLs cannot be empty.
pkasting@chromium.org
2012-04-19
1
-10
/
+8
*
Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...
pkasting@chromium.org
2012-04-04
1
-6
/
+6
*
Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...
dbeam@chromium.org
2012-04-04
1
-6
/
+6
*
Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...
pkasting@chromium.org
2012-04-03
1
-6
/
+6
*
Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...
pkasting@chromium.org
2012-03-30
1
-1
/
+1
*
Pass TemplateURL* instead of TemplateURL across the profile import IPC message.
pkasting@chromium.org
2012-03-26
1
-9
/
+8
*
Misc. cleanup for chrome/browser/importer/:
pkasting@chromium.org
2012-03-16
1
-38
/
+14
*
Profile refactoring: Remove all PasswordStore code from the Profile interface.
erg@chromium.org
2012-03-14
1
-1
/
+3
*
Adding ExtensiveChanges state to BookmarkModel.
nyquist@chromium.org
2012-02-17
1
-2
/
+2
*
Use URLRows rather than std::vector<URLRow>. Also, there is an equivalent Typ...
mrossetti@chromium.org
2012-02-10
1
-2
/
+2
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-7
/
+1
*
Bookmark import from IE preserving the order.
kinaba@chromium.org
2011-12-22
1
-8
/
+28
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
1
-1
/
+1
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+0
*
Fixed behavior of the bookmark bar visibility.
joaodasilva@chromium.org
2011-10-11
1
-5
/
+2
*
bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.
tfarina@chromium.org
2011-07-22
1
-2
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+2
*
ui/base/models: Add empty() accessor to TreeNode class.
tfarina@chromium.org
2011-06-08
1
-1
/
+1
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
1
-7
/
+9
*
Many fixes to bookmark importing.
isherman@chromium.org
2011-05-26
1
-130
/
+109
*
Style cleanup in bookmarks import code
isherman@chromium.org
2011-05-24
1
-22
/
+18
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
1
-1
/
+1
*
importer: Convert AddBookmarkEntries to string16.
tfarina@chromium.org
2011-04-02
1
-11
/
+10
*
importer: Remove instances of wstring from ProfileWriter.
tfarina@chromium.org
2011-03-24
1
-13
/
+12
*
importer: Remove unneeded includes of importer_host.h
tfarina@chromium.org
2011-03-21
1
-6
/
+4
*
bookmarks: Rename AddGroup to AddFolder.
tfarina@chromium.org
2011-03-18
1
-12
/
+12
*
fav icon -> favicon. Pass 9: chrome/browser/history
avi@chromium.org
2011-03-15
1
-1
/
+1
*
bookmarks: Rename entries with GroupModified to FolderModified.
tfarina@chromium.org
2011-03-12
1
-1
/
+1
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-5
/
+5
*
importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].
tfarina@chromium.org
2011-03-09
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-1
/
+1
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-2
/
+2
*
Current firefox2_importer and firefox3_importer could not import empty folder.
yutak@chromium.org
2011-01-28
1
-4
/
+10
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-19
1
-3
/
+3
*
Revert 71485 - Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-3
/
+3
*
Remove wstring from TemplateURL and friends.
avi@chromium.org
2011-01-14
1
-3
/
+3
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+8
*
Reduce the number of files that recompile when changing template_url.h or tem...
levin@chromium.org
2010-08-31
1
-0
/
+1
*
Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...
viettrungluu@chromium.org
2010-08-30
1
-3
/
+3
*
Remove wstrings from bookmarks, part 17.
viettrungluu@chromium.org
2010-08-29
1
-3
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Re-land r56742 now with correct database files
brettw@chromium.org
2010-08-21
1
-2
/
+3
*
Revert 56742 - A new field to describe the sources of history urls(visits) is...
brettw@chromium.org
2010-08-19
1
-3
/
+2
[next]