| 
								
								
									 Haojian Wu | 11ffb9dfb6 | Fix node::Buffer API changes. | 2015-08-11 09:48:29 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 16348fc895 | Copy pdf data on IO thread to avoid causing main process hangs. | 2015-06-16 20:08:30 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 57580e00f9 | Fix code style. | 2015-06-16 20:07:45 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 93bbc6c810 | Simplify the pdf-data handled code. | 2015-06-16 20:07:45 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 894f9c0cb0 | Don't use duprecated node buffer api, fix build error on OS X. | 2015-06-16 20:07:44 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | ccbe554ec0 | Make callback aligns node.js style. | 2015-06-16 20:07:44 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 93243ef223 | Remove some unused IPC messages. | 2015-06-16 20:07:44 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | ac62871645 | Return node::Buffer as a printToPDF callback result. | 2015-06-16 20:07:44 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | ab40da3f31 | Add silent and savePath options. | 2015-06-16 20:07:43 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 6e099af5fe | Move PDF printing setting in JS part. | 2015-06-16 20:07:43 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 2597ded985 | Cleanup. | 2015-06-16 20:02:25 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 600077996c | Fix a landscapeoption error. | 2015-06-16 20:02:24 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | cef177abc4 | Add preview failed error. | 2015-06-16 20:02:24 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 8572ccb807 | Add callback function in printToPDF API. | 2015-06-16 20:02:24 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | ce8bbb689c | Add options to custom print settings in printToPDF API. | 2015-06-16 20:02:24 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 9cf9229308 | Write PDF file in FILE thread. | 2015-06-16 20:02:23 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | 7ffa7042b1 | Add printToPDF Implementation. | 2015-06-16 20:02:23 +08:00 |  | 
				
					
						| 
								
								
									 Haojian Wu | ff87592722 | Make Print API work on Windows. | 2015-04-30 13:42:08 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 57812616b9 | win: Fix tests and compilation errors | 2015-03-18 13:58:33 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 5b2c0110dc | Fix other compilation errors | 2015-03-18 09:57:41 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 5c78ecfe40 | scoped_ptr.PassAs is removed | 2015-01-27 13:18:30 -08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 43421aedcf | OVERRIDE macro is now removed | 2015-01-27 13:18:30 -08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d309fd5a27 | Update printing code | 2014-12-07 06:55:40 -08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 134f8236cc | Update printing code to Chrome 37. | 2014-09-01 15:35:39 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d20ec6952a | Revert "Move the code of getting printing settings to another class." This reverts commit 57d06c5241.
Conflicts:
	atom/browser/printing/printing_config_service.cc | 2014-08-22 15:03:39 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | e43b3309af | Add "silent" and "print_background" option for printing. | 2014-08-22 15:01:07 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 57d06c5241 | Move the code of getting printing settings to another class. | 2014-08-22 12:46:26 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | c9b284d7f7 | Remove more unused printing code. | 2014-08-22 10:27:08 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 99a510701d | Strip out print preview. | 2014-08-21 22:14:27 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | eb3ecab6a8 | Setup PrintingMessageFilter for printing. | 2014-08-21 21:19:43 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 87d5b72b76 | Initailize PrintViewManagerBasic for browser window. | 2014-08-21 20:49:18 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | cb7196a9c1 | Allow script initialized window.print(). | 2014-08-21 16:32:41 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d934526bb3 | Add printing related source codes from chrome. | 2014-08-21 15:43:11 +08:00 |  |