| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove some obsolete bookmark manager preferences. | tfarina@chromium.org | 2010-06-04 | 1 | -13/+0 |
* | 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 |
* | Get rid of BookmarkEditor::Handler entirely. | viettrungluu@chromium.org | 2010-04-29 | 1 | -11/+5 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -1/+2 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -2/+1 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 1 | -1/+2 |
* | gtk: Show confirmation dialog while opening a lot of bookmarks. | evan@chromium.org | 2010-03-31 | 1 | -1/+20 |
* | 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 | 1 | -0/+25 |
* | GTK: implement extension bookmark manager drag api. | estade@chromium.org | 2010-03-18 | 1 | -3/+4 |
* | Add bookmark copying while dragging by holding down the <option> key. | mrossetti@chromium.org | 2010-03-11 | 1 | -0/+3 |
* | Initial implementation of Drag and Drop for the extension BMM. | feldstein@chromium.org | 2010-03-07 | 1 | -23/+24 |
* | Bookmark Manager Drag and Drop backend. | arv@chromium.org | 2010-02-20 | 1 | -4/+44 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled... | pkasting@chromium.org | 2010-02-12 | 1 | -2/+2 |
* | Implement BookmarkModel::SetUrl | arv@chromium.org | 2010-02-09 | 1 | -40/+10 |
* | Implement copy/paste of bookmarks for mac | feldstein@chromium.org | 2010-02-06 | 1 | -14/+1 |
* | GTK: middle click on a bookmark bar folder should open all in tabs. | estade@chromium.org | 2010-02-03 | 1 | -0/+1 |
* | BSD port: chrome/app and chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-01 | 1 | -6/+4 |
* | More bookmarks string1t work. | munjal@chromium.org | 2010-01-21 | 1 | -3/+4 |
* | Make bookmarks manager search work for URLs containing uppercase characters | kinuko@chromium.org | 2009-12-16 | 1 | -3/+4 |
* | Lands http://codereview.chromium.org/469009 for Thiago: | sky@chromium.org | 2009-12-16 | 1 | -1/+1 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -1/+1 |
* | Enable localization of default downloaded filename. | tony@chromium.org | 2009-11-04 | 1 | -1/+2 |
* | Do some cleanup of file path name handling. | brettw@chromium.org | 2009-10-22 | 1 | -1/+1 |
* | Makes canceling 'bookmark all tabs' delete the folder. Or rather, | sky@chromium.org | 2009-10-16 | 1 | -48/+65 |
* | Converts some uses of native_view to native_window. This is necessitated | sky@chromium.org | 2009-10-12 | 1 | -3/+3 |
* | Allow the NTP to be bookmarked. | pkasting@chromium.org | 2009-10-09 | 1 | -13/+5 |
* | * Add ctrl-shift-d to bookmark all tabs. | pkasting@chromium.org | 2009-10-08 | 1 | -9/+9 |
* | Adds the ability to create a bookmark folder populated with a bookmark | sky@chromium.org | 2009-10-08 | 1 | -4/+33 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | Fixes bug in determining if we can paste from the clipboard. Need to | sky@chromium.org | 2009-10-01 | 1 | -1/+6 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -1/+1 |
* | GTK: implement bookmark manager copy/paste. | estade@chromium.org | 2009-08-04 | 1 | -39/+11 |
* | Typo fix | estade@chromium.org | 2009-07-31 | 1 | -1/+1 |
* | Since bookmark copy/paste is not impl on non-Windows platforms, don't remove ... | estade@chromium.org | 2009-07-31 | 1 | -0/+5 |
* | Gtk: DnD extravaganza | estade@chromium.org | 2009-07-28 | 1 | -0/+10 |
* | Have the ApplyEdit* bookmark utilities return the BookmarkNode pointer | tim@chromium.org | 2009-07-07 | 1 | -23/+22 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -50/+48 |
* | GTK bookmark manager: organize menu and aesthetic improvements. | estade@chromium.org | 2009-06-08 | 1 | -3/+0 |
* | Linux bookmark manager first cut. | estade@chromium.org | 2009-06-03 | 1 | -0/+7 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Support for searching bookmarks for IDN. | brettw@chromium.org | 2009-06-02 | 1 | -5/+13 |
* | Converts a bunch things from NativeWindow to NativeView to make it | sky@chromium.org | 2009-05-27 | 1 | -3/+3 |
* | Adds an index over bookmark titles for fast look up. | sky@chromium.org | 2009-05-19 | 1 | -26/+0 |
* | Move tree-related classes that Linux code depends on from views/ to app/ | phajdan.jr@chromium.org | 2009-05-13 | 1 | -5/+5 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -2/+2 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -8/+7 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |