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
/
bookmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
bookmarks: Replace history_database.h include by url_database.h
tfarina@chromium.org
2012-12-30
3
-3
/
+3
*
bookmarks: Remove unused includes from bookmark_model_unittest.cc
tfarina@chromium.org
2012-12-26
1
-8
/
+2
*
bookmarks: Remove many entries from DEPS whitelist.
tfarina@chromium.org
2012-12-24
1
-6
/
+0
*
bookmarks: Forward declare FaviconBitmapResult in bookmark_html_writer.h
tfarina@chromium.org
2012-12-22
3
-10
/
+14
*
Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.
joi@chromium.org
2012-12-22
6
-14
/
+16
*
bookmarks: Forward declare FaviconImageResult in bookmark_model.h
tfarina@chromium.org
2012-12-21
5
-3
/
+10
*
bookmarks: Get rid of |was_bookmarked| parameter from BookmarkModel::AddNode(...
tfarina@chromium.org
2012-12-20
2
-11
/
+6
*
Move BookmarkManagerAPI to c/b/e/api
rdevlin.cronin@chromium.org
2012-12-19
4
-790
/
+0
*
bookmarks: Move num_urls_before_prompting into ui/bookmarks/ directory.
tfarina@chromium.org
2012-12-19
2
-9
/
+0
*
bookmarks: Clean up the public API of BookmarkTabHelper.
tfarina@chromium.org
2012-12-17
1
-5
/
+7
*
Adding a new folder/url to the BMB via right-click insert it at the location ...
yoichio@chromium.org
2012-12-17
1
-2
/
+6
*
Make BookmarkAPI a PKS
rdevlin.cronin@chromium.org
2012-12-16
11
-1720
/
+24
*
Remove straggling TabContents references.
avi@chromium.org
2012-12-14
1
-1
/
+1
*
Disable 6 ExtensionApiTests on win asan
dgrogan@chromium.org
2012-12-13
1
-1
/
+7
*
bookmarks: Make BookmarkModel not send notifications through content::Notific...
tfarina@chromium.org
2012-12-09
2
-94
/
+7
*
bookmarks: Remove unused BookmarkDropInfo API.
tfarina@chromium.org
2012-12-07
2
-148
/
+0
*
Remove deprecated extension EventRouter APIs.
mpcomplete@chromium.org
2012-12-07
2
-5
/
+5
*
Convert some FaviconService functions to use New CancelableTaskTracker
kaiwang@chromium.org
2012-12-07
4
-38
/
+32
*
Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().
gab@chromium.org
2012-12-06
1
-2
/
+2
*
bookmarks: Break the dependency in ui/cocoa.
tfarina@chromium.org
2012-12-05
3
-165
/
+0
*
Bookmark: change Move() with no effect to keep the folder timestamp.
kinaba@chromium.org
2012-12-05
2
-2
/
+18
*
ChromeOS: Show Google Drive folder in bookmark import file chooser.
kinaba@chromium.org
2012-11-30
1
-1
/
+4
*
Sync the bookmark's icon URL.
pkotwicz@chromium.org
2012-11-30
2
-0
/
+14
*
bookmarks: Remove more entries from DEPS whitelist.
tfarina@chromium.org
2012-11-29
1
-2
/
+0
*
bookmarks: Pass BrowserContext to ToggleWhenVisible() function.
tfarina@chromium.org
2012-11-29
2
-13
/
+0
*
bookmarks: Pass BrowserContext to BookmarkIndex.
tfarina@chromium.org
2012-11-28
3
-9
/
+13
*
bookmarks: Pass BrowserContext to BookmarkDropOperation() function.
tfarina@chromium.org
2012-11-26
2
-3
/
+9
*
bookmarks: Remove gtk_custom_drag.h entry from DEPS whitelist.
tfarina@chromium.org
2012-11-20
1
-1
/
+0
*
bookmarks: Remove file_changed() accessor from BookmarkModel API.
tfarina@chromium.org
2012-11-20
2
-11
/
+1
*
bookmarks: Do not use Value::Create* functions.
tfarina@chromium.org
2012-11-18
2
-4
/
+4
*
chrome/browser: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-17
2
-3
/
+3
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-2
/
+2
*
This patch changes participation condition of bookmark prompt experiment to:
yosin@chromium.org
2012-11-16
1
-14
/
+1
*
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...
zelidrag@chromium.org
2012-11-08
3
-10
/
+24
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
1
-6
/
+6
*
Coalesce event router Init calls into their constructors.
yoz@chromium.org
2012-11-05
2
-6
/
+1
*
bookmarks: Implement DragBookmarks() in the ui specific directories.
tfarina@chromium.org
2012-10-31
1
-56
/
+1
*
New feature: Bookmark Prompt Finch Experiment
yosin@chromium.org
2012-10-31
2
-0
/
+100
*
Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...
mirandac@chromium.org
2012-10-29
3
-7
/
+11
*
[Sync] Ensure that creation_time_us changes are pushed into the bookmark model
zea@chromium.org
2012-10-27
3
-1
/
+45
*
Transaction version is used to detect out-of-sync between sync model and nati...
haitaol@chromium.org
2012-10-26
8
-5
/
+180
*
Move ImportantFileWriter to base/. It now has two consumers, base/prefs and c...
joi@chromium.org
2012-10-24
1
-3
/
+3
*
bookmarks: Remove tab_contents.h entry from DEPS whitelist.
tfarina@chromium.org
2012-10-23
1
-1
/
+0
*
Hopefully fix TwoClientBookmarksSyncTest.SC_AddFirstBMWithFavicon flakiness
pkotwicz@chromium.org
2012-10-23
2
-8
/
+16
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
5
-5
/
+5
*
[Bookmarks] Be less aggressive about collapsing whitespace within bookmark ti...
isherman@chromium.org
2012-10-20
2
-12
/
+54
*
Implement Bookmark Autocomplete Provider
mrossetti@chromium.org
2012-10-18
3
-2
/
+14
*
bookmarks: Pass browser context pointer to BookmarkStorage instead of a point...
tfarina@chromium.org
2012-10-17
2
-6
/
+9
*
bookmarks: Remove TabContents from BookmarkManagerExtensionAPI.
tfarina@chromium.org
2012-10-16
2
-8
/
+12
*
bookmarks: Add missing browser.h entry to please checkdeps.py
tfarina@chromium.org
2012-10-15
1
-1
/
+1
[next]