| Commit message (Expand) | Author | Age | Files | Lines |
* | Move PrefMember to base/prefs/public now that it has no bad dependencies. | joi@chromium.org | 2012-12-12 | 1 | -1/+1 |
* | Remove PrefObserver usage, batch 9. | joi@chromium.org | 2012-11-21 | 1 | -6/+0 |
* | Remove content::NotificationObserver dependency from most Prefs code. | joi@chromium.org | 2012-11-01 | 1 | -0/+6 |
* | Move WebContentsUserData to content/public/browser. | joi@chromium.org | 2012-10-09 | 1 | -3/+3 |
* | Revert "Revert 159158 - Make using WebContentsUserData simpler." | avi@chromium.org | 2012-09-28 | 1 | -1/+0 |
* | Revert 159158 - Make using WebContentsUserData simpler. | dharani@google.com | 2012-09-28 | 1 | -0/+1 |
* | Make using WebContentsUserData simpler. | avi@chromium.org | 2012-09-27 | 1 | -1/+0 |
* | Move WebContentsUserData to chrome/browser/common. | avi@chromium.org | 2012-09-27 | 1 | -1/+1 |
* | Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData. | avi@chromium.org | 2012-09-18 | 1 | -10/+9 |
* | Move PrefMember and PrefChangeRegistrar to api directory. | joi@chromium.org | 2012-08-21 | 1 | -1/+1 |
* | Block printing through JS when printing is disabled by policy or pref | bartfab@chromium.org | 2012-07-26 | 1 | -2/+14 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | These are the Chrome side changes to support the Print device charm in Metro. | mad@chromium.org | 2012-06-29 | 1 | -0/+5 |
* | TabContentsWrapper -> TabContents, for printing code. | thestig@chromium.org | 2012-06-08 | 1 | -6/+5 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Clean up display of print errors to avoid use of BrowserList::GetLastActive(). | ben@chromium.org | 2012-05-30 | 1 | -3/+0 |
* | TabContents -> WebContentsImpl, part 20. | avi@chromium.org | 2012-04-17 | 1 | -2/+3 |
* | Block printing from blocked popup. | abodenha@chromium.org | 2012-03-23 | 1 | -0/+3 |
* | Printing: Release the PrinterQuery when a renderer crashes. | thestig@chromium.org | 2012-02-25 | 1 | -0/+3 |
* | Print preview: Do not exit the window.print() nested loop too early when savi... | thestig@chromium.org | 2012-01-24 | 1 | -1/+5 |
* | 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 |