Changeset 46928 in webkit


Ignore:
Timestamp:
Aug 7, 2009 4:51:39 PM (15 years ago)
Author:
abarth@webkit.org
Message:

2009-07-30 Martin Robinson <mrobinson@appcelerator.com>

Reviewed by Xan Lopez, Gustavo Noronha and Jan Alonzo.

[GTK] new-window-policy-decision-requested provides no information about the target frame
https://bugs.webkit.org/show_bug.cgi?id=27792

Add frameName property to the WebKitWebNavigation object.

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::getNavigationAction): (WebKit::FrameLoaderClient::dispatchDecidePolicyForNewWindowAction): (WebKit::FrameLoaderClient::dispatchDecidePolicyForNavigationAction):
  • webkit/webkitwebnavigationaction.cpp: (webkit_web_navigation_action_get_property): (webkit_web_navigation_action_set_property): (webkit_web_navigation_action_class_init): (webkit_web_navigation_action_get_target_frame): (webkit_web_navigation_action_set_target_frame):
  • webkit/webkitwebnavigationaction.h:
Location:
trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r46622 r46928  
    75027502        * gtk/WebCoreSupport/ChromeClientGdk.h: Added.
    75037503
     75042009-08-07  Luke Kenneth Casson Leighton  <lkcl@lkcl.net>
     7505
     7506        Reviewed by Eric Seidel.
     7507
     7508        https://bugs.webkit.org/show_bug.cgi?id=27428
     7509
     7510        * bindings/gdom/GdomDOMObject.cpp: Added.
     7511        * bindings/gdom/GdomDOMObject.h: Added.
     7512        * bindings/gdom/GdomDOMObjectPrivate.h: Added.
     7513
Note: See TracChangeset for help on using the changeset viewer.