Changeset 69961 in webkit


Ignore:
Timestamp:
Oct 18, 2010 8:41:14 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-18 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Antonio Gomes.

[QT] Unable to load pages on QtTestBrowser after canceling a page load.
https://bugs.webkit.org/show_bug.cgi?id=43827

  • Api/qwebpage.cpp: (QWebPage::triggerAction):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebpage.cpp

    r69825 r69961  
    21752175        case Stop:
    21762176            mainFrame()->d->frame->loader()->stopForUserCancel();
     2177            d->updateNavigationActions();
    21772178            break;
    21782179        case Reload:
  • trunk/WebKit/qt/ChangeLog

    r69856 r69961  
     12010-10-18  Yi Shen  <yi.4.shen@nokia.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [QT] Unable to load pages on QtTestBrowser after canceling a page load.
     6        https://bugs.webkit.org/show_bug.cgi?id=43827
     7
     8        * Api/qwebpage.cpp:
     9        (QWebPage::triggerAction):
     10
    1112010-10-15  Qi Zhang  <qi.2.zhang@nokia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.