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
*
Componentize TemplateURL
hashimoto@chromium.org
2014-06-25
1
-1
/
+1
*
Remove Profile* from TemplateURL
hashimoto@chromium.org
2014-06-18
1
-1
/
+1
*
Stop using UIThreadSearchTermsData in TemplateURL
hashimoto@chromium.org
2014-06-16
1
-6
/
+10
*
Move bookmarks/core/... to bookmarks/...
naiem.shaik@gmail.com
2014-05-20
1
-1
/
+1
*
Move bookmarks' production code to components/bookmarks
sdefresne@chromium.org
2014-04-30
1
-1
/
+1
*
BookmarkManagerPrivate API meta info improvements.
rfevang@chromium.org
2014-04-24
1
-3
/
+6
*
Move PasswordStore and friends into the password_manager component.
blundell@chromium.org
2014-02-07
1
-1
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-3
/
+3
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-2
/
+2
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-2
/
+2
*
Add base namespace to some instances of string16.
brettw@chromium.org
2013-12-06
1
-5
/
+6
*
Move PasswordForm from //content to //autofill.
blundell@chromium.org
2013-09-09
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Move some importer-related functionality to chrome/browser/importer
scottmg@chromium.org
2013-07-02
1
-2
/
+2
*
Use a direct include of strings headers in chrome/browser/i*/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Extract BookmarksFileImporter and BookmarkHTMLReader from Firefox2Importer.
avi@chromium.org
2013-05-14
1
-24
/
+12
*
bookmarks: Make BookmarkModel::IsLoaded() not virtual.
tfarina@chromium.org
2013-05-08
1
-2
/
+2
*
Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactory
caitkp@chromium.org
2013-03-13
1
-3
/
+2
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-1
/
+1
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
history: Rename history.h to history_service.h
tfarina@chromium.org
2013-01-25
1
-1
/
+1
*
bookmarks: Forward declare FaviconImageResult in bookmark_model.h
tfarina@chromium.org
2012-12-21
1
-0
/
+2
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
1
-1
/
+1
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-1
/
+2
*
Revert 152904 - Moving FaviconService to a ProfileKeyedService.
ricow@chromium.org
2012-08-23
1
-2
/
+1
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-1
/
+2
*
Removing instances of profile_->GetBookmarkModel() as part of converting Book...
rlp@chromium.org
2012-07-30
1
-2
/
+3
*
A working implementation of AQS (Assisted Query Stats).
bartn@google.com
2012-06-24
1
-2
/
+2
*
Removing usage of profile_->GetHistory() from the codebase in order to remove...
rlp@chromium.org
2012-06-19
1
-1
/
+2
*
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
[next]