Comment #70 on issue 181 by lhunath: Feature request: mouse gesture support http://code.google.com/p/chromium/issues/detail?id=181
This needs to be native because mouse gestures only ever work reliably and consistently when they are a *window* feature, and not a *canvas* feature. They need to work in the whole window; not just the page canvas, and they need to work in *every* window; not be dependent on what page happens to be loaded in it at the time. It has to keep working: 1. When a page is loading. 2. When on extension-restricted pages such as https/chrome. 3. On the new-tab page 4. On the tabs bar That's only possible if this is a coherent part of the browser, not just a page extension. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
