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
*
Split RecentlyUsedFolderComboModel into its own module, so we can share it
tfarina@chromium.org
2010-06-12
2
-0
/
+114
*
Cleanup: Remove some obsolete bookmark manager preferences.
tfarina@chromium.org
2010-06-04
2
-17
/
+1
*
Moved ImportantFileWriter to chrome/common in preparation of moving JsonPrefS...
sanjeevr@chromium.org
2010-05-20
2
-2
/
+3
*
Implement drag from bookmark manager to bookmark bar or a folder thereof. Imp...
mrossetti@chromium.org
2010-05-18
2
-3
/
+10
*
Linux: Null terminate text/html data we send to the clipboard. Change WriteHy...
thestig@chromium.org
2010-05-17
1
-3
/
+3
*
Get rid of some dead bookmark context menu code.
viettrungluu@chromium.org
2010-05-06
3
-104
/
+38
*
Fix various uses of release() that did not check its value
estade@chromium.org
2010-05-04
2
-10
/
+8
*
Make PROFILE_DESTROYED notifications work with OTR profiles.
mnissler@chromium.org
2010-05-04
1
-2
/
+2
*
Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the b...
avi@chromium.org
2010-04-30
1
-4
/
+29
*
Make a new yes/no messagebox wrapper function, use it in the bookmark alert.
avi@chromium.org
2010-04-30
1
-29
/
+4
*
Add and implement cut/copy/paste to the bookmark bar and folder context menus...
mrossetti@chromium.org
2010-04-29
1
-36
/
+11
*
Get rid of BookmarkEditor::Handler entirely.
viettrungluu@chromium.org
2010-04-29
3
-26
/
+9
*
Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument.
viettrungluu@chromium.org
2010-04-28
2
-5
/
+3
*
GTK: make tabbed bookmark manager compatible with more types of drops.
estade@chromium.org
2010-04-28
2
-7
/
+23
*
Windows/Views: delete native bookmark manager code.
viettrungluu@chromium.org
2010-04-28
9
-1495
/
+6
*
Linux/GTK: delete native bookmark manager code.
viettrungluu@chromium.org
2010-04-26
3
-14
/
+22
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
2
-4
/
+5
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
2
-5
/
+4
*
Lands http://codereview.chromium.org/1649009/show from Thiago:
sky@chromium.org
2010-04-20
2
-69
/
+6
*
Remove extra notification from BookmarkModel::Copy.
skrul@chromium.org
2010-04-16
1
-3
/
+2
*
Lands http://codereview.chromium.org/1600010/show for Thiago:
sky@chromium.org
2010-04-12
3
-149
/
+176
*
Strips http from the omnibox
sky@chromium.org
2010-04-09
2
-4
/
+5
*
detect preferences errors
erikkay@chromium.org
2010-04-06
1
-1
/
+1
*
Fix copying/dragging of empty folders in BMM on mac
feldstein@chromium.org
2010-04-02
1
-0
/
+4
*
Remove bookmarks log message.
dhollowa@chromium.org
2010-04-02
1
-2
/
+0
*
gtk: Show confirmation dialog while opening a lot of bookmarks.
evan@chromium.org
2010-03-31
1
-1
/
+20
*
Minor style fixes to bookmark_pasteboard_helper_mac.mm.
viettrungluu@chromium.org
2010-03-29
1
-33
/
+38
*
Fix the logic in extensions GetCurrentWindow:
mpcomplete@chromium.org
2010-03-26
1
-1
/
+1
*
Makes adding a new folder from the bookmark context menu add the
sky@chromium.org
2010-03-25
4
-27
/
+60
*
UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.
evan@chromium.org
2010-03-23
1
-15
/
+28
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-5
/
+6
*
GTK: implement extension bookmark manager drag api.
estade@chromium.org
2010-03-18
3
-9
/
+32
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
2
-2
/
+2
*
Change so that the extension favicon is read on the UI thread since extension...
arv@chromium.org
2010-03-17
4
-9
/
+9
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
5
-5
/
+5
*
Make all entry points to opening the bookmark manager go through Browser::Sho...
arv@chromium.org
2010-03-12
1
-1
/
+9
*
Long string continuation lines require an 'L' on each continuation.
mrossetti@chromium.org
2010-03-11
1
-1
/
+1
*
Add bookmark copying while dragging by holding down the <option> key.
mrossetti@chromium.org
2010-03-11
6
-0
/
+121
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
1
-0
/
+0
*
Initial implementation of Drag and Drop for the extension BMM.
feldstein@chromium.org
2010-03-07
5
-66
/
+205
*
Convert a bunch more of importer into FilePath.
evan@chromium.org
2010-02-22
1
-1
/
+1
*
Bookmark Manager Drag and Drop backend.
arv@chromium.org
2010-02-20
4
-4
/
+57
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
6
-7
/
+7
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
2
-0
/
+2
*
Bookmark manager: don't unset |model_| when executing a command.
estade@chromium.org
2010-02-17
2
-16
/
+5
*
Lands http://codereview.chromium.org/596029 from Thiago Farina <thiago.farina...
sky@chromium.org
2010-02-17
1
-1
/
+3
*
Enable BookmarkContextMenuControllerTest (browser/views/bookmark_context_menu...
estade@chromium.org
2010-02-13
1
-18
/
+14
*
Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...
pkasting@chromium.org
2010-02-12
1
-2
/
+2
*
First stab at a DataTypeController.
skrul@chromium.org
2010-02-10
1
-1
/
+1
*
Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...
ian@chromium.org
2010-02-10
2
-5
/
+7
[next]