[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marshall Greenblatt
Sorry, forgot to CC the list. On Sun, Oct 5, 2008 at 7:38 PM, Marshall Greenblatt <[EMAIL PROTECTED]>wrote: > Hi M-A, > > On Sun, Oct 5, 2008 at 4:25 PM, Marc-Antoine Ruel <[EMAIL PROTECTED]>wrote: > >> 2008/10/5 Marshall Greenblatt <[EMAIL PROTECTED]>: >> > Do you have the code for the previous

[chromium-dev] Issue 3080: {Get/Set}CurrentDirectory()

2008-10-05 Thread enchantingBlu
Hi, A bug has been filed lately for replacing GetCurrentDirectory and SetCurrentDirectory. No furthur information is provided. I assume the problem with these would be about DOS kind of naming and full path naming of the directory paths? Also, with the cross platform work going on, these will be

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marshall Greenblatt
Hi Peter, On Sun, Oct 5, 2008 at 8:30 PM, Peter Kasting <[EMAIL PROTECTED]> wrote: > On Sun, Oct 5, 2008 at 4:46 PM, Marshall Greenblatt < > [EMAIL PROTECTED]> wrote: > >> At a minimum I think we should show print spool progress and provide the >> ability to cancel the print job. >> > > Don't pri

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Peter Kasting
On Sun, Oct 5, 2008 at 4:46 PM, Marshall Greenblatt <[EMAIL PROTECTED]>wrote: > At a minimum I think we should show print spool progress and provide the > ability to cancel the print job. > Don't printer drivers frequently show this? Or am I mistaken? What do other browsers do here? PK --~--~

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marc-Antoine Ruel
> On Sun, Oct 5, 2008 at 7:38 PM, Marshall Greenblatt <[EMAIL PROTECTED]> >> Yes, I'm just thinking ahead. It's hard to design with print preview >> support in mind if I don't know what print preview support might look like >> :-). Don't worry, it's currently relatively easily to implement. >>

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marshall Greenblatt
Hi Ben, On Sun, Oct 5, 2008 at 5:37 PM, Ben Goodger (Google) <[EMAIL PROTECTED]>wrote: > > Hi Marshall, > > If you reach a point where you need to start thinking about UI, please > send a followup email describing what needs to be conveyed and we can > produce mocks. In general, we try to avoid d

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Ben Goodger (Google)
Hi Marshall, If you reach a point where you need to start thinking about UI, please send a followup email describing what needs to be conveyed and we can produce mocks. In general, we try to avoid dialog boxes (modal or modeless) as much as possible, so we may be able to come up with something cr

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marc-Antoine Ruel
2008/10/5 Marshall Greenblatt <[EMAIL PROTECTED]>: > Do you have the code for the previous print preview implementation sitting > around somewhere? At a particular revision, perhaps? It would be good for my > understanding if I could take a look at it. I'm not sure it'd really help that much. The

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marshall Greenblatt
Hi M-A, On Sun, Oct 5, 2008 at 7:13 AM, Marc-Antoine Ruel <[EMAIL PROTECTED]>wrote: > > BTW, If you look closely at some the classes name, you'll understand > that print preview was there but got removed, due to instability. > Don't worry, it'll be back. Do you have the code for the previous pr

[chromium-dev] Re: Wish list for printing support refactor

2008-10-05 Thread Marc-Antoine Ruel
Some background info that will help you understand the current state. Note, spooling is asynchronous, it's executed in its own thread. What you mean is that document rendering is synchronous. Spooling is *much* slower than rendering. First, the document rendering was completely asynchronous. In