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
*
Added EditBookmarksEnabled policy.
joaodasilva@chromium.org
2011-04-12
1
-0
/
+1
*
Replacing base::DIR_TEMP with ScopedTempDir when appropriate.
mkwst@chromium.org
2011-04-12
1
-8
/
+5
*
Implemented policy for disabling the bookmark bar.
pastarmovj@chromium.org
2011-04-11
1
-0
/
+4
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-1
/
+1
*
Changes 'Open all' bookmarks to not recurse through nested folders.
sky@chromium.org
2011-04-06
3
-32
/
+33
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
2
-2
/
+2
*
importer: Convert AddBookmarkEntries to string16.
tfarina@chromium.org
2011-04-02
1
-3
/
+8
*
Remove unused has_history_service flag in TestingProfile
akalin@chromium.org
2011-03-29
1
-1
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
7
-8
/
+8
*
Removing off the record references from TestingProfile and RenderMessageFilter.
vipul.bhasin@gmail.com
2011-03-25
1
-1
/
+1
*
importer: Remove instances of wstring from ProfileWriter.
tfarina@chromium.org
2011-03-24
1
-7
/
+7
*
Improve the algorithm of TreeNode::Remove.
tfarina@chromium.org
2011-03-22
2
-3
/
+3
*
bookmarks: Rename more entries from Group/group/GROUP to Folder/folder/FOLDER.
tfarina@chromium.org
2011-03-21
5
-18
/
+18
*
Reverse the order of parameters in TreeNode::Add function.
tfarina@chromium.org
2011-03-18
3
-9
/
+9
*
bookmarks: Rename AddGroup to AddFolder.
tfarina@chromium.org
2011-03-18
10
-96
/
+96
*
fav icon -> favicon. Pass 12/12: all the rest
avi@chromium.org
2011-03-16
1
-3
/
+3
*
Populated the IconType in FavIconService.
michaelbai@google.com
2011-03-16
5
-30
/
+17
*
fav icon -> favicon. Pass 10: bookmarks
avi@chromium.org
2011-03-15
8
-23
/
+23
*
fav icon -> favicon. Pass 9: chrome/browser/history
avi@chromium.org
2011-03-15
2
-2
/
+2
*
fav icon -> favicon. Pass 5: fav_icon -> favicon
avi@chromium.org
2011-03-15
3
-5
/
+5
*
fav icon -> favicon. Pass 2: GetFavIcon -> GetFavicon
avi@chromium.org
2011-03-15
2
-2
/
+2
*
bookmarks: Rename entries with GroupModified to FolderModified.
tfarina@chromium.org
2011-03-12
5
-18
/
+18
*
Rename TreeNode::SetTitle to TreeNode::set_title. Part 4.
tfarina@chromium.org
2011-03-11
4
-13
/
+13
*
Coverity: Fix negative return function errors.
kmadhusu@chromium.org
2011-03-11
3
-5
/
+9
*
bookmarks: Rename entries with group_modified to folder_modified.
tfarina@chromium.org
2011-03-11
5
-23
/
+24
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
10
-57
/
+57
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
6
-29
/
+29
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
8
-21
/
+21
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
3
-10
/
+10
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
2
-3
/
+3
*
Clean up more of Widget.
ben@chromium.org
2011-03-03
1
-1
/
+1
*
Convert some windows code to use the new Widget methods.
ben@chromium.org
2011-03-03
1
-5
/
+8
*
De-wstringify OSExchangeData.
evan@chromium.org
2011-03-02
1
-4
/
+4
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
3
-4
/
+4
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-8
/
+5
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-5
/
+8
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
views: Organize all the bookmark UI files into the chrome/browser/ui/views/bo...
tfarina@chromium.org
2011-03-01
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
5
-5
/
+5
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
2
-2
/
+2
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #2
phajdan.jr@chromium.org
2011-02-25
4
-5
/
+10
*
Remove usages of RootView from View by moving relevant RootView API methods t...
ben@chromium.org
2011-02-18
1
-4
/
+2
*
Initialize TitleMatch member.
finnur@chromium.org
2011-02-14
1
-1
/
+3
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
2
-3
/
+5
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-2
/
+2
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
2
-2
/
+2
*
Move Event files into views/events
ben@chromium.org
2011-02-09
2
-2
/
+2
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
8
-8
/
+8
*
GTK uses a different controller for the bookmark bar view context menu
finnur@chromium.org
2011-02-03
1
-3
/
+5
[next]