| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -3/+3 |
* | Print Preview: Set source modifiable bit for scripted printing. | thestig@chromium.org | 2011-12-01 | 1 | -1/+2 |
* | Print Preview: Properly handle window.print(). | thestig@chromium.org | 2011-11-23 | 1 | -0/+23 |
* | Cleanup: Remove forward declarations in various chrome/browser directories. | thestig@chromium.org | 2011-11-16 | 1 | -1/+0 |
* | Print Preview: Make print preview tab modal. (try 2) | thestig@chromium.org | 2011-11-15 | 1 | -11/+0 |
* | Move Sad Tab implementation out of the TabContentsViews. | avi@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Revert 110056 - Print Preview: Make print preview tab modal. | thestig@chromium.org | 2011-11-15 | 1 | -0/+11 |
* | Print Preview: Make print preview tab modal. | thestig@chromium.org | 2011-11-15 | 1 | -11/+0 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Cleanup: Remove dead code - printing::PrintedPagesSource::RenderSourceName() ... | thestig@chromium.org | 2011-10-04 | 1 | -6/+5 |
* | PrintPreview: Make ctrl-shift-p start the native print flow. | kmadhusu@chromium.org | 2011-08-26 | 1 | -0/+5 |
* | PrintPreview: Whenever a preview tab reloads, reset the tab title. | kmadhusu@chromium.org | 2011-08-24 | 1 | -0/+3 |
* | Print Preview: Printing with the system dialog should print the same frame/node. | thestig@chromium.org | 2011-07-22 | 1 | -0/+7 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Printing: Store the document cookie of the current PrinterQuery on | jhawkins@chromium.org | 2011-07-01 | 1 | -3/+7 |
* | Print Preview: Display a throbber when the user requests the system print | jhawkins@chromium.org | 2011-06-29 | 1 | -0/+11 |
* | PrintPreview: Made code change to display the error messages that occurs whil... | kmadhusu@chromium.org | 2011-06-11 | 1 | -0/+3 |
* | Attempt at fixing crash. It looks like the printing code can delete | sky@chromium.org | 2011-06-09 | 1 | -2/+5 |
* | Print Preview: Print the right WebFrame/WebNode. | thestig@chromium.org | 2011-05-27 | 1 | -0/+6 |
* | Printing: Notify the browser process of renderer print failures. (try 2) | thestig@chromium.org | 2011-05-06 | 1 | -0/+2 |
* | Revert 84343 - Printing: Notify the browser process of renderer print failures. | thestig@chromium.org | 2011-05-05 | 1 | -2/+0 |
* | Printing: Notify the browser process of renderer print failures. | thestig@chromium.org | 2011-05-05 | 1 | -0/+2 |
* | Cleanup: Remove more dead printing code. | thestig@chromium.org | 2011-04-29 | 1 | -5/+0 |
* | Cleanup: Move TabContent::PrintNow() out of src/content. | thestig@chromium.org | 2011-04-15 | 1 | -0/+5 |
* | Print Preview: Set a print job's title and url correctly. | thestig@chromium.org | 2011-04-07 | 1 | -0/+8 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Fix clang error. | thestig@chromium.org | 2011-03-25 | 1 | -1/+1 |
* | Cleanup: Move the last bits of chrome printing code out of content/. | thestig@chromium.org | 2011-03-25 | 1 | -7/+6 |
* | Move printing messages to their own file. | jam@chromium.org | 2011-03-24 | 1 | -2/+2 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | Linux Printing: Properly print a subset of all pages. | thestig@chromium.org | 2011-03-03 | 1 | -0/+5 |
* | Update more includes that were pointing to the old locations. | jam@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | Make TabContentsObserver handle registration automatically, as well as exposi... | jam@chromium.org | 2011-02-17 | 1 | -6/+1 |
* | printing: Prevent a race between PrintViewManager::OnDidGetPrintedPagesCount ... | thestig@chromium.org | 2011-02-01 | 1 | -1/+4 |
* | Rename WebNavigationObserver to TabContentsObserver. | jam@chromium.org | 2011-01-28 | 1 | -3/+3 |
* | Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed. | jam@chromium.org | 2011-01-25 | 1 | -6/+8 |
* | Remove dead code - PrintViewManager::PrintNowInternal. | thestig@chromium.org | 2010-10-08 | 1 | -6/+0 |
* | Printing: Convert several wstrings to string16. | jhawkins@chromium.org | 2010-09-13 | 1 | -1/+2 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 1 | -9/+7 |
* | Move printing related stuff to the root printing project from the browser pro... | sverrir@google.com | 2009-07-07 | 1 | -1/+1 |
* | Add Print Selection support to Chrome. This change is fairly involved since ... | sverrir@google.com | 2009-06-19 | 1 | -0/+6 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-21 | 1 | -1/+3 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -4/+4 |
* | Rename WebContentsView* to TabContentsView* in preparation for merging | brettw@chromium.org | 2009-04-20 | 1 | -4/+0 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Remove black magic and >100 lines. Unhook a lot of dead code. | maruel@chromium.org | 2009-02-05 | 1 | -33/+0 |
* | Commiting the changes from my previous cl that are specific to not including ... | jam@chromium.org | 2009-02-04 | 1 | -4/+2 |