Salut,

   I wrote a little design doc proposal on the Wiki:
http://code.google.com/p/chromium/wiki/BrowserViewResizer to find a solution
to issue 458 <http://code.google.com/p/chromium/issues/detail?id=458>, which
claims (and I agree :-) that the Chrome resize bottom-right corner is
unusable.

   Failing to find a good way to reuse the current code in WebKit that
resizes multi-lines edit boxes (for example), I tried to see if I could
inspire myself from what Safari does on Windows (since Cocoa provides this
for free on the Mac, Windows only do it if you have a status bar
unfortunately, at least, as far as I understand it). So I looked at the
WebKit/win<http://svn.webkit.org/repository/webkit/trunk/WebKit/win/WebView.cpp>code
and, as far as I understand it, it seems to rely on a private
interface
(IWebUIDelegatePrivate<http://svn.webkit.org/repository/webkit/trunk/WebKit/win/Interfaces/IWebUIDelegatePrivate.idl>)
and I couldn't find its implementation (I guess, this is why it is private
:-).

   Any ideas an opinions on this? Otherwise, I will simply go with the
solution described in the document, and implement my own little view that
will handle the drawing, mouse moves and window resize by hand. And while
I'm at it, maybe I should add this same functionality to the test_sell for
windows, right?

Thanks!

BYE
MAD

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to