| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, for printing code. | thestig@chromium.org | 2012-06-08 | 1 | -8/+7 |
* | Clean up display of print errors to avoid use of BrowserList::GetLastActive(). | ben@chromium.org | 2012-05-30 | 1 | -4/+6 |
* | TabContents -> WebContentsImpl, part 20. | avi@chromium.org | 2012-04-17 | 1 | -2/+2 |
* | Block printing from blocked popup. | abodenha@chromium.org | 2012-03-23 | 1 | -2/+10 |
* | Printing: Handle more error conditions and remove more cruft. | thestig@chromium.org | 2012-03-15 | 1 | -6/+6 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -3/+4 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -2/+2 |
* | Printing: Release the PrinterQuery when a renderer crashes. | thestig@chromium.org | 2012-02-25 | 1 | -19/+29 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -5/+4 |
* | Print Preview: Do not change the print preview state when print preview is no... | thestig@chromium.org | 2012-02-10 | 1 | -1/+6 |
* | Print preview: Do not exit the window.print() nested loop too early when savi... | thestig@chromium.org | 2012-01-24 | 1 | -3/+7 |
* | Make WebUI objects not derive from WebUI. WebUI objects own the controller. T... | jam@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Adding functionality to print PDF embedded in the html page. | gene@chromium.org | 2012-01-13 | 1 | -1/+2 |
* | Move chrome/browser/ui/webui/print_preview* to chrome/browser/ui/webui/print_... | thestig@chromium.org | 2012-01-11 | 1 | -1/+1 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -4/+4 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -16/+16 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Coverity: Fix unchecked return bugs. | kmadhusu@chromium.org | 2011-12-22 | 1 | -2/+2 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -2/+2 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -8/+7 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -3/+3 |
* | Print Preview: Set source modifiable bit for scripted printing. | thestig@chromium.org | 2011-12-01 | 1 | -2/+15 |
* | Print Preview: Properly handle window.print(). | thestig@chromium.org | 2011-11-23 | 1 | -4/+74 |
* | Print Preview: Make print preview tab modal. (try 2) | thestig@chromium.org | 2011-11-15 | 1 | -20/+4 |
* | Move Sad Tab implementation out of the TabContentsViews. | avi@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Revert 110056 - Print Preview: Make print preview tab modal. | thestig@chromium.org | 2011-11-15 | 1 | -4/+20 |
* | Print Preview: Make print preview tab modal. | thestig@chromium.org | 2011-11-15 | 1 | -20/+4 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -10/+10 |
* | base::Bind cleanup in chrome/browser/printing/print_view_manager.cc | dpapad@chromium.org | 2011-10-17 | 1 | -2/+2 |
* | Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ... | thestig@chromium.org | 2011-10-04 | 1 | -8/+0 |
* | Cleanup: Remove unused has_visible_overlays variable. | thestig@chromium.org | 2011-09-23 | 1 | -2/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Cleanup: Convert PrintPreviewTabController to use TabContentsWrapper. | thestig@chromium.org | 2011-08-30 | 1 | -4/+6 |
* | PrintPreview: Make ctrl-shift-p start the native print flow. | kmadhusu@chromium.org | 2011-08-26 | 1 | -0/+20 |
* | PrintPreview: Whenever a preview tab reloads, reset the tab title. | kmadhusu@chromium.org | 2011-08-24 | 1 | -0/+4 |
* | Print Preview: Printing with the system dialog should print the same frame/node. | thestig@chromium.org | 2011-07-22 | 1 | -9/+12 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -8/+9 |
* | Printing: Store the document cookie of the current PrinterQuery on | jhawkins@chromium.org | 2011-07-01 | 1 | -16/+34 |
* | Print Preview: Display a throbber when the user requests the system print | jhawkins@chromium.org | 2011-06-29 | 1 | -1/+14 |
* | PrintPreview: Made code change to display the error messages that occurs whil... | kmadhusu@chromium.org | 2011-06-11 | 1 | -0/+7 |
* | Attempt at fixing crash. It looks like the printing code can delete | sky@chromium.org | 2011-06-09 | 1 | -4/+6 |
* | Print Preview: Print the right WebFrame/WebNode. | thestig@chromium.org | 2011-05-27 | 1 | -0/+8 |
* | Print Preview: Print in the background. | thestig@chromium.org | 2011-05-07 | 1 | -0/+16 |
* | Printing: Notify the browser process of renderer print failures. (try 2) | thestig@chromium.org | 2011-05-06 | 1 | -0/+13 |