Comment #2 on issue 24611 by [email protected]: Eliminate base/  
dependencies in context_menu_client_impl.cc
http://code.google.com/p/chromium/issues/detail?id=24611

The methods GetMisspelledWord and IsASingleWord would have to move
downstream into chrome's render_view.cpp. However, to do that, the
following new apis (classes, methods) are  required:

WebHitTestResult:
    innerNode
    localPoint
WebFrame (class exists but methods below don't)
    eventHandler
    setSelectionGranularity
    shouldChangeSelection
    selectedText
WebEventHandler::
    hitTestResultAtPoint
WebVisiblePosition
    isNotNull
WebVisibleSelection
     expandGranulatiry
     isRange
WebKit::WordGranularity (enum)

--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to