summaryrefslogtreecommitdiffstats
path: root/components/printing
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple in //components with std::tupletzik2016-03-091-16/+18
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-252-0/+8
* Replicating WebFrame::uniqueName across renderers.lukasza2016-02-221-4/+6
* Cleanup misc nits in printing code.thestig2016-02-206-25/+12
* printing: Sandboxed processes must ask the browser to allocate shared memory.erikchen2016-02-191-16/+3
* Reland of Cleanup: Remove unused PrintSettings shrink factors. (patchset #1 i...phoglund2016-02-166-29/+3
* Revert of Cleanup: Remove unused PrintSettings shrink factors. (patchset #1 i...phoglund2016-02-156-3/+29
* Cleanup: Remove unused PrintSettings shrink factors.thestig2016-02-106-29/+3
* Printing: Restore platform-specific scale factors from before r369539.thestig2016-02-091-11/+16
* Stop using macros to paste together names for static_asserts.danakj2016-02-061-10/+9
* Link Blink into the browser process less.brettw2016-02-041-1/+1
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-035-23/+2
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-305-2/+23
* skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite ...tomhudson2016-01-283-4/+5
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-01-195-23/+2
* Unify some platform-specific methods for PrintWebViewHelper.thestig2016-01-144-220/+132
* Mark printing code as basic printing and/or print preview code.thestig2016-01-1410-108/+194
* Fix crashes on multiple print requestsvitalybuka2016-01-111-5/+10
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-261-2/+2
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-2513-18/+49
* Cleanup: Fix some nits in printings code.thestig2015-12-082-9/+8
* Printing: Consolidate some common code.thestig2015-12-085-56/+47
* The API of the metadata helpers doesn't depend on PlatformDevice.tomhudson2015-11-301-1/+1
* Add more components to "gn check"brettw2015-11-273-1/+14
* Get rid of unused skia::IsDraftMode()tomhudson2015-11-193-5/+0
* Propagate scrolling/marginwidth/marginheight property values to child frame.lazyboy2015-11-031-2/+5
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-1/+1
* Printing: Avoid creating base::SharedMemory with an invalid handle.thestig2015-09-231-1/+2
* Cleanup PrintWebViewHelper.thestig2015-09-155-123/+79
* Make isPluginDocument() checks for main frames OOPIF-friendly.alexmos2015-09-081-2/+2
* Fixing URL on footer when print previewing selection onlyMateus Vendramini2015-09-031-3/+1
* Remove command line flags and prefs for disabling Java.dcheng2015-08-261-1/+0
* Sync GN tests with GYP build.brettw2015-08-184-6/+7
* Reland "Add ExecuteJavaScriptForTest and make all tests use it"Jochen Eisinger2015-07-241-1/+1
* Revert of Add ExecuteJavaScriptForTest and make all tests use it (patchset #1...sigbjornf2015-07-241-1/+1
* Add ExecuteJavaScriptForTest and make all tests use itjochen2015-07-241-1/+1
* Cleanup: Remove dead ViewMsgs and comments that refer to them.thestig2015-07-211-4/+4
* Refactor some browser-side chrome and webview printing code into component/pr...timvolodine2015-07-145-0/+215
* Crash on nested IPC handlers in PrintWebViewHelpervitalybuka2015-07-092-1/+21
* Cleanup unused overload for Web(Remote)?FrameClient::frameDetached.dcheng2015-07-081-6/+0
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-11/+5
* Disabled two IPC messages on ChromeOSvitalybuka2015-06-292-8/+1
* Revert of Disabled two IPC messages on ChromeOS (patchset #1 id:1 of https://...kalman2015-06-291-1/+1
* Disabled two IPC messages on ChromeOSvitalybuka2015-06-291-1/+1
* Replace Cloud Print WebUI dialog with regular tabvitalybuka2015-06-262-34/+4
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Print Preview: Fix a divide by zero crash.thestig2015-06-101-0/+6
* Detach old frame on WebFrame::swap.lfg2015-06-031-0/+8
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-023-8/+11
* Move Tuple to base namespace.brettw2015-05-291-16/+16