summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing
Commit message (Expand)AuthorAgeFilesLines
* Fix the build by updating FRIEND_TEST line.phajdan.jr@chromium.org2010-05-191-0/+1
* Disable PrintDialogCloudTest.HandlersRegistered because of crashiness.phajdan.jr@chromium.org2010-05-191-1/+2
* Turn on cloud print for Chromium OS.scottbyer@chromium.org2010-05-184-17/+121
* [Large; Chromium OS] Work to host the cloud print dialog when builtmaruel@chromium.org2010-05-145-0/+1055
* Moved cloud print code from the chrome/browser/printing/cloud_print to chrome...sanjeevr@chromium.org2010-05-1316-2691/+7
* Set the job name for the print job on the Mac.avi@chromium.org2010-05-124-12/+12
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-074-4/+4
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-9/+6
* Remove deprecated things from net test suite:phajdan.jr@chromium.org2010-04-301-6/+6
* First cut of Cloud Print Proxy implementation. The code is not enabled for no...sanjeevr@google.com2010-04-2016-0/+2775
* [GTTF] Miscellanous UI tests cleanups:phajdan.jr@chromium.org2010-03-301-19/+4
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-173-3/+3
* Changes made to the printing logic to allow plugins to participate in the bro...sanjeevr@chromium.org2010-03-124-3/+9
* Compile more printing code on Linux and nuke some stubs.craig.schlenter@chromium.org2010-02-221-58/+0
* linux: readjust some stubbed filesevan@chromium.org2010-02-153-99/+4
* Linux: fix shared build.craig.schlenter@chromium.org2010-02-151-17/+0
* Remove the temporary scaffolding stubs.phajdan.jr@chromium.org2010-02-104-0/+174
* Linux: Don't show all of the print dialog's children, including widgets norma...thestig@chromium.org2009-12-081-1/+1
* printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS).maruel@chromium.org2009-12-082-2/+2
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-231-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-4/+3
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-064-6/+14
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-022-8/+6
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-6/+6
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+2
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-2/+1
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-1/+2
* Enable the RenderViewTest printing tests on the Mac.stuartmorgan@chromium.org2009-10-141-2/+2
* More style nits.erg@google.com2009-10-144-5/+4
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-136-15/+73
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-2/+2
* GTK: don't dcheck when user dismisses print dialog.estade@chromium.org2009-10-131-0/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Reverting 27389.darin@chromium.org2009-09-306-34/+7
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-286-7/+34
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-286-34/+7
* Linux Printing: Move file open operation to file thread.estade@chromium.org2009-09-181-0/+3
* GTK: Add a dialog for printing.estade@chromium.org2009-09-162-0/+193
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-141-8/+7
* Uses the FilePath::CopyFile version that recieves FilePath instead of std::ws...thestig@chromium.org2009-08-211-11/+12
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-131-1/+1
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-131-1/+1
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-131-1/+1
* Extract Image class so it can be used in more tests.sverrir@chromium.org2009-07-131-175/+3
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-092-24/+22
* I've seen recently a race condition while debugging printing. The pages are ...sverrir@google.com2009-07-091-1/+5
* Move printing related stuff to the root printing project from the browser pro...sverrir@google.com2009-07-0732-2749/+13
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-068-42/+38