ChromeDriver is an implementation of WebDriver, a w3c working draft that presents an API for out of process website testing. This allows website devs to write tests that find elements on a page and manipulate them using the mouse and keyboard.
The main points of discussion I see are:
1) Whether to add new DevTools commands for user input or expose EventSender via special flag/setting
2) Whether to implement ChromeDriver as a JavaScript page hosted in Chrome or as a separate python, java, or C++ application.
3) The other proposed changes to DevTools
Awhile back, Zori and I sent out a proposal for revising the automation system for WebDriver. This approach was favored over that because 1) chromium is trying to reduce dependence on the automation system, and 2) most of the stuff WebDriver needs to do is in the WebKit layer.
Feel free to send comments by email or on the doc.
Thanks
Ken