| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Restore bookmark folder editor controller. | flackr@chromium.org | 2012-02-28 | 3 | -5/+215 |
* | Break two classes defined in json_value_serializer.cc, .h into separate files. | bbudge@chromium.org | 2012-02-26 | 2 | -4/+5 |
* | bookmarks: Disable the 'Open all bookmarks' from everywhere but a folder cont... | tfarina@chromium.org | 2012-02-23 | 1 | -9/+12 |
* | ash: Allow dragging using touch/gesture events. | sadrul@chromium.org | 2012-02-22 | 1 | -1/+1 |
* | Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter. | peter@pcc.me.uk | 2012-02-22 | 2 | -4/+6 |
* | bookmarks: Do not DCHECK new_browser after checking its nullity. | tfarina@chromium.org | 2012-02-17 | 1 | -2/+1 |
* | Adding ExtensiveChanges state to BookmarkModel. | nyquist@chromium.org | 2012-02-17 | 6 | -29/+99 |
* | Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents. | flackr@chromium.org | 2012-02-16 | 4 | -235/+2 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 1 | -2/+1 |
* | Flakiness cleanup: disable flaky tests under chrome/browser/ | evan@chromium.org | 2012-02-14 | 1 | -2/+2 |
* | Updates OWNERS files. | sky@chromium.org | 2012-02-13 | 1 | -0/+2 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -2/+2 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -2/+2 |
* | Move TabContentsViewMac to content. | avi@chromium.org | 2012-02-06 | 1 | -2/+1 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -2/+3 |
* | Toward an android build of sync_unit_tests: OWNERS=sky | jrg@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Remove duplicate calls to SendResponse(). BookmarkFunction already does this. | aa@chromium.org | 2012-01-27 | 1 | -2/+4 |
* | [Coverity] pass FilePath by const ref | tbreisacher@chromium.org | 2012-01-25 | 2 | -5/+7 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2012-01-24 | 1 | -1/+1 |
* | Move RenderViewHostDelegate to content/public and content namespace. | joi@chromium.org | 2012-01-18 | 1 | -5/+5 |