| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 144313 - mac: Remove nav.pdf in favor of IDR_DEFAULT_FAVICON. | thakis@chromium.org | 2012-07-03 | 1 | -2/+6 |
* | Implement base::win::IsMetroProcess. | siggi@chromium.org | 2012-06-18 | 1 | -1/+1 |
* | Remove executable bits. | hbono@chromium.org | 2012-06-18 | 2 | -0/+0 |
* | bookmarks: Fix compilation on linux_aura. | tfarina@chromium.org | 2012-06-17 | 2 | -3/+3 |
* | bookmarks: Do not depend on bookmark_bar_view.h in BookmarkContextMenuControl... | tfarina@chromium.org | 2012-06-17 | 3 | -7/+22 |
* | bookmarks: Hide some methods from BookmarNode that are not interesting outsid... | tfarina@chromium.org | 2012-06-13 | 1 | -18/+12 |
* | Add dependencies on HistoryService/BookmarkModel. | erg@chromium.org | 2012-06-12 | 1 | -1/+1 |
* | Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus... | rlp@chromium.org | 2012-06-08 | 6 | -26/+118 |
* | TabContentsWrapper -> TabContents, part 7. | avi@chromium.org | 2012-06-07 | 3 | -10/+8 |
* | Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() | davemoore@chromium.org | 2012-06-07 | 1 | -1/+1 |
* | Disable the new window context menu option in the bookmarks extension for Win... | ananta@chromium.org | 2012-06-06 | 2 | -0/+29 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 7 | -7/+7 |
* | browser: Fold ShowQuestionMessageBox() into ShowMessageBox() function. | tfarina@chromium.org | 2012-05-26 | 1 | -7/+8 |
* | Revert 138867 b/c too much redness on MFYI waterfall from many, many leak rep... | bruening@google.com | 2012-05-25 | 6 | -118/+26 |
* | Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus... | rlp@chromium.org | 2012-05-24 | 6 | -26/+118 |
* | bookmarks: Change MakeDragImage to use GetFavicon() function from BookmarkModel. | tfarina@chromium.org | 2012-05-24 | 1 | -3/+4 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 1 | -6/+7 |
* | Remove a bunch of RenderViewHostDelegate usage in chrome. I added a WebConten... | jam@chromium.org | 2012-05-22 | 1 | -1/+1 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -1/+2 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 2 | -6/+6 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser. | thestig@chromium.org | 2012-05-14 | 1 | -1/+2 |
* | Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. | aa@chromium.org | 2012-05-14 | 1 | -2/+2 |
* | Move chrome/browser/simple_message_box.h to chrome/browser/ui. | thestig@chromium.org | 2012-05-13 | 1 | -1/+1 |
* | Bookmark manager: Add undo command for bookmark and folder deletions. | dubroy@chromium.org | 2012-05-03 | 1 | -0/+2 |
* | Move RefCountedMemory Class to Base namespace | simon.hong81@gmail.com | 2012-05-02 | 2 | -3/+5 |
* | RefCounted types should not have public destructors, chrome/browser/bookmarks... | rsleevi@chromium.org | 2012-04-25 | 3 | -73/+164 |
* | browser: Rename two message box functions to more accurate names. | tfarina@chromium.org | 2012-04-23 | 1 | -4/+4 |
* | TabContents -> WebContentsImpl, part 15. | avi@chromium.org | 2012-04-17 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 5. | avi@chromium.org | 2012-04-11 | 1 | -2/+2 |
* | Fix drag&drop not working in the bookmark manager after the TabContentsViewWi... | jam@chromium.org | 2012-04-03 | 1 | -4/+9 |
* | ui/base/models: Make ComboboxModel::GetItemCount() a constant function. | tfarina@chromium.org | 2012-03-27 | 2 | -4/+4 |
* | Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant... | alokp@chromium.org | 2012-03-26 | 2 | -4/+4 |
* | ui/base/models: Make ComboboxModel::GetItemCount() a constant function. | tfarina@chromium.org | 2012-03-26 | 2 | -4/+4 |
* | bookmarks: "Open in New Tab" menu should open the bookmark in background. | tfarina@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -2/+1 |
* | Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-21 | 1 | -1/+1 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 2 | -8/+8 |
* | bookmarks: Fix extraneous ampersand (&) character in bookmarks delete confirm... | tfarina@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Remove Bookmark Export code for Android. | yfriedman@chromium.org | 2012-03-14 | 1 | -0/+5 |
* | Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount | mdm@chromium.org | 2012-03-13 | 1 | -11/+11 |
* | mac: Don't use kWebURLsWithTitlesPboardType from third_party/mozilla | thakis@chromium.org | 2012-03-13 | 1 | -5/+5 |
* | This function now accepts a null for the optional arugment. | mtytel@chromium.org | 2012-03-09 | 1 | -1/+1 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 2 | -5/+6 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -2/+2 |
* | Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid... | jam@chromium.org | 2012-03-05 | 1 | -1/+1 |
* | Exclude browser/importer from Android build. | jgreenwald@chromium.org | 2012-03-01 | 1 | -0/+5 |
* | Use BookmarkEditor to rename bookmark folders. | flackr@chromium.org | 2012-03-01 | 5 | -217/+28 |
* | Use correct bookmark editor window titles. | flackr@chromium.org | 2012-02-29 | 2 | -0/+26 |