implement ChromeClient::openColorChooser, closeColorChooser, and setSelectedColorInColorChooser for WebKit mac
Created attachment 103437 [details] patch
Comment on attachment 103437 [details] patch Obsoleting patch. I will be changing the NSColorPanel behavior to match OS X.
Is there a status update on this? Is there a way I can help, or take the bug?
Right now I am trying to land the patch for the Chromium side. I tried to implement it for Safari but I have given up because it requires modifying Safari. Please take this bug :)
Sure! I tried to enable INPUT_COLOR and it looks like there were some loose ends that didn't get checked in (like a missing virtual destructor in ColorChooserClient), aside from just impl'ing the client. Are those part of your patches that haven't been checked in yet, or are they part of another bug?
(In reply to comment #5) > Sure! I tried to enable INPUT_COLOR and it looks like there were some loose ends that didn't get checked in (like a missing virtual destructor in ColorChooserClient), aside from just impl'ing the client. Are those part of your patches that haven't been checked in yet, or are they part of another bug? I've uploaded patches Bug 77698, Bug 77699, Bug 77701 to fix bugs I know about.