Run Tizen Webapps in single process mode
[platform/framework/web/crosswalk-tizen.git] / chromium_src / chrome / browser / printing / print_preview_message_handler.cc
2018-07-19 surya.kumar7Run Tizen Webapps in single process mode 05/183805/7
2017-02-10 Kevin SawickiMerge pull request #8540 from electron/SECURITY.md
2017-02-06 Kevin SawickiMerge pull request #8501 from electron/chrome56
2017-02-06 Cheng ZhaoFix PrintToPDF not receiving results
2017-02-06 Cheng ZhaoUpdate printing code to latest
2016-10-06 Kevin SawickiMerge pull request #7449 from amtj/repl-docs
2016-10-03 Lucas PugliesiMerge CONTRIBUTING.md
2016-10-03 Kevin SawickiMerge pull request #7434 from rafaelstz/patch-2
2016-10-03 Kevin SawickiMerge pull request #7433 from rafaelstz/patch-1
2016-10-03 Kevin SawickiMerge pull request #7456 from amitmerchant1990/patch-1
2016-10-03 Kevin SawickiMerge pull request #7457 from josephfrazier/fix-findinp...
2016-10-03 Cheng ZhaoMerge pull request #7452 from enlight/node-buffer-safe...
2016-10-03 Vadim MacagonPrevent undefined behavior when some Node Buffer object...
2016-07-10 Haojian WuDon't change chromium_src files.
2016-07-10 Haojian WuModernize to C++11: Use `auto` key to improve code...
2016-06-03 Heilig BenedekMerge pull request #9 from electron/master
2016-06-01 Charlie HessMerge remote-tracking branch 'upstream/master'
2016-05-30 Cheng ZhaoMerge pull request #5718 from felixrieseberg/windows...
2016-05-24 Cheng ZhaoMerge pull request #5669 from felixrieseberg/build...
2016-05-24 Kevin SawickiMerge pull request #5610 from bigtimebuddy/master
2016-05-24 Cheng ZhaoMerge pull request #5648 from electron/chrome51
2016-05-23 Cheng ZhaoMerge branch 'master' into chrome51
2016-05-23 Cheng ZhaoAdapt to changes of Chrome 51 API changes (Part 2)
2016-04-02 Charlie HessMerge remote-tracking branch 'upstream/master'
2016-03-31 Cheng ZhaoMerge pull request #4901 from yucheng-inc/master
2016-03-17 Cheng ZhaoMerge pull request #4821 from yucheng-inc/master
2016-03-15 Cheng ZhaoMerge pull request #4803 from yucheng-inc/master
2016-03-11 Cheng ZhaoMerge pull request #4714 from atom/chrome49
2016-03-10 Cheng ZhaoFix compilation errors on OS X
2016-01-29 Heilig BenedekMerge pull request #1 from atom/master
2015-10-23 Cheng ZhaoMerge pull request #1984 from patrickdet/windows-auto...
2015-09-20 joshaberMerge remote-tracking branch 'atom/master'
2015-09-18 Cheng ZhaoMerge branch 'master' of https://github.com/MaxWhere...
2015-08-25 Jessica LordMerge pull request #2533 from atom/jl-snd-docs
2015-08-25 Cheng ZhaoMerge pull request #2550 from LeMoussel/patch-1
2015-08-25 Cheng ZhaoMerge pull request #2547 from atom/dialog-asterisk...
2015-08-25 Plusb PrecoMerge branch 'master' of https://github.com/preco21...
2015-08-21 Cheng ZhaoMerge pull request #2474 from atom/chrome44
2015-08-21 Cheng ZhaoMerge branch 'master' into chrome44
2015-08-11 Haojian WuFix node::Buffer API changes.
2015-06-17 Cheng ZhaoMerge pull request #1835 from hokein/pdf-api
2015-06-16 Haojian WuCopy pdf data on IO thread to avoid causing main proces...
2015-06-16 Haojian WuFix code style.
2015-06-16 Haojian WuSimplify the pdf-data handled code.
2015-06-16 Haojian WuDon't use duprecated node buffer api, fix build error...
2015-06-16 Haojian WuMake callback aligns node.js style.
2015-06-16 Haojian WuRemove some unused IPC messages.
2015-06-16 Haojian WuReturn node::Buffer as a printToPDF callback result.
2015-06-16 Haojian WuAdd silent and savePath options.
2015-06-16 Haojian WuMove PDF printing setting in JS part.
2015-06-16 Haojian WuCleanup.
2015-06-16 Haojian WuFix a `landscape` option error.
2015-06-16 Haojian WuAdd preview failed error.
2015-06-16 Haojian WuAdd callback function in printToPDF API.
2015-06-16 Haojian WuAdd options to custom print settings in printToPDF...
2015-06-16 Haojian WuWrite PDF file in FILE thread.
2015-06-16 Haojian WuAdd printToPDF Implementation.