| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser. | thestig@chromium.org | 2012-05-14 | 2 | -2/+0 |
* | browser: Rename Browser::tabstrip_model to Browser::tab_strip_model. | tfarina@chromium.org | 2012-05-12 | 1 | -1/+1 |
* | Quote WebPreferences in namespace webkit_glue. | wangxianzhu@chromium.org | 2012-05-11 | 1 | -1/+2 |
* | browser: Move the tabs directory into ui. | tfarina@chromium.org | 2012-05-11 | 3 | -3/+3 |
* | Rename BrowserInit to StartupBrowserCreator, and move into startup subdir. | ben@chromium.org | 2012-05-10 | 2 | -11/+11 |
* | Update GAIA URL to accounts.google.com/... from www.google.com/accounts/... | zelidrag@chromium.org | 2012-05-10 | 2 | -2/+2 |
* | Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st... | ben@chromium.org | 2012-05-10 | 2 | -11/+11 |
* | Rename BrowserInit to StartupBrowserCreator, and move into startup subdir. | ben@chromium.org | 2012-05-10 | 2 | -11/+11 |
* | browser: Remove tab handler concept. | tfarina@chromium.org | 2012-05-06 | 1 | -1/+1 |
* | webui: Extract WebDialogDelegate into its own header file. | tfarina@chromium.org | 2012-05-03 | 4 | -2/+8 |
* | Fix HtmlDialog typos. | tfarina@chromium.org | 2012-04-30 | 1 | -2/+2 |
* | browser: Get rid of DialogStyle altogether. | tfarina@chromium.org | 2012-04-26 | 2 | -7/+2 |
* | Web-ify a bunch of these names. I am going to move some of the framework code... | ben@chromium.org | 2012-04-25 | 6 | -94/+96 |
* | Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it. | khorimoto@chromium.org | 2012-04-25 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, chrome/browser/ part 5 | rsleevi@chromium.org | 2012-04-25 | 5 | -40/+53 |
* | Move RefCountedStaticMemory to base namespace | simon.hong81@gmail.com | 2012-04-24 | 1 | -1/+2 |
* | Convert the last users of DOMView to WebView. | ben@chromium.org | 2012-04-24 | 1 | -39/+6 |
* | Revert 133467 - Convert the last users of DOMView to WebView. | ben@chromium.org | 2012-04-23 | 1 | -10/+27 |
* | Convert the last users of DOMView to WebView. | ben@chromium.org | 2012-04-23 | 1 | -27/+10 |
* | Move RefCountedBytes Class to base namespace. | simon.hong81@gmail.com | 2012-04-20 | 5 | -19/+25 |
* | TabContents -> WebContentsImpl, part 20. | avi@chromium.org | 2012-04-17 | 7 | -10/+11 |
* | Move notifications used only in chrome/ out of content/. | avi@chromium.org | 2012-04-16 | 1 | -1/+1 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 2 | -2/+2 |
* | Convert printing ui_tests to browser_tests. | jam@chromium.org | 2012-04-09 | 1 | -74/+103 |
* | Honor window size for chrome.windows.create when parent window is maximized. | aa@chromium.org | 2012-04-04 | 1 | -1/+2 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 3 | -5/+5 |
* | Move PrintDialogCloud.HandlersRegistered test to interactive_ui_tests | scottbyer@chromium.org | 2012-03-28 | 1 | -0/+0 |
* | Block printing from blocked popup. | abodenha@chromium.org | 2012-03-23 | 3 | -3/+15 |
* | PrintPreview: Hide/Show the header footer option based on print frame margins. | kmadhusu@chromium.org | 2012-03-20 | 2 | -0/+7 |
* | Remove "base/values.h" import from "base/location.h", fix up downstream files. | isherman@chromium.org | 2012-03-16 | 1 | -0/+1 |
* | Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and... | oshima@chromium.org | 2012-03-16 | 1 | -0/+1 |
* | ScopedPrinterInfoSetter sets printer related information to be available for ... | vitalybuka@chromium.org | 2012-03-16 | 1 | -0/+3 |
* | Profiles: Really fix refcounted services. | erg@chromium.org | 2012-03-16 | 2 | -2/+2 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | Printing: Refactor code that access a PrintPreviewUI. | thestig@chromium.org | 2012-03-15 | 2 | -44/+28 |
* | Printing: Handle more error conditions and remove more cruft. | thestig@chromium.org | 2012-03-15 | 1 | -6/+6 |
* | Force print dialog to the foreground. | abodenha@chromium.org | 2012-03-15 | 1 | -2/+28 |
* | Move some resources to a proper location. | scottbyer@chromium.org | 2012-03-14 | 11 | -293/+0 |
* | Revert 126459 - Force print dialog to the foreground. | scottmg@google.com | 2012-03-13 | 1 | -24/+2 |
* | Force print dialog to the foreground. | abodenha@chromium.org | 2012-03-13 | 1 | -2/+24 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath(). | thestig@chromium.org | 2012-03-13 | 1 | -13/+11 |
* | Per recent discussion on chromium-dev@, we are going to disallow nested "set ... | dpranke@chromium.org | 2012-03-13 | 1 | -1/+0 |
* | Make test server to talk with the python test server which is running on remo... | jnd@chromium.org | 2012-03-12 | 1 | -0/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 4 | -2/+5 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 7 | -9/+10 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 4 | -7/+7 |
* | Convert uses of int ms to TimeDelta in chrome/browser/printing. | tedvessenes@gmail.com | 2012-03-03 | 1 | -2/+2 |
* | Cleanup: Another round of unused forward declaration cleanup. | thestig@chromium.org | 2012-03-03 | 1 | -1/+0 |
* | Printing: Release the PrinterQuery when a renderer crashes. | thestig@chromium.org | 2012-02-25 | 2 | -19/+32 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -1/+1 |