Bug 24737

Summary: [Qt] QAction's aren't created / returned for InsertParagraphSeparator and InsertLineSeparator.
Product: WebKit Reporter: Erik L. Bunce <elbunce>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix to make QWebPage::action() return and update InsertParagraphSeparator and InsertLineSeparator. hausmann: review+

Description Erik L. Bunce 2009-03-20 23:20:11 PDT
QWebPage::action() should create and return a QAction object for each QWebPage WebAction. Currently neither InsertParagraphSeparator nor InsertLineSeparator do so.
Comment 1 Erik L. Bunce 2009-03-20 23:25:53 PDT
Created attachment 28819 [details]
Fix to make QWebPage::action() return and update InsertParagraphSeparator and InsertLineSeparator.
Comment 2 Simon Hausmann 2009-03-26 02:11:13 PDT
Comment on attachment 28819 [details]
Fix to make QWebPage::action() return and update InsertParagraphSeparator and InsertLineSeparator.

Looks good to me. Only the indentation in the ChangeLog needs to be fixed when landing :)
Comment 3 Ariya Hidayat 2009-03-26 04:48:35 PDT
Landed in r42000.