Bug 21864

Summary: Add userData() and setUserData() methods to QWebHistoryItem.
Product: WebKit Reporter: Yael <yael>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, darin, hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 21863    
Bug Blocks:    
Attachments:
Description Flags
Add new API hausmann: review+

Yael
Reported 2008-10-24 13:48:21 PDT
Add userData() and setUserData() methods to QWebHistoryItem. Also add signal QWebFrame::aboutToUpdateHistory(QWebHistoryItem*).
Attachments
Add new API (6.55 KB, patch)
2008-10-24 14:32 PDT, Yael
hausmann: review+
Yael
Comment 1 2008-10-24 14:32:05 PDT
Created attachment 24652 [details] Add new API Add new API.
Darin Adler
Comment 2 2008-11-03 09:35:04 PST
Why is this separate from bug 21863? It would be clearer to have a single patch for review than these two patches.
Yael
Comment 3 2008-11-03 10:02:07 PST
(In reply to comment #2) > Why is this separate from bug 21863? It would be clearer to have a single patch > for review than these two patches. > Sorry for the confusion. I was told that it is easier to review patches if they are broken into smaller chunks. If that's not the case, I will not break my patches in the future. thanks!
Darin Adler
Comment 4 2008-11-03 10:25:38 PST
(In reply to comment #3) > Sorry for the confusion. I was told that it is easier to review patches if they > are broken into smaller chunks. If that's not the case, I will not break my > patches in the future. thanks! That is indeed true in general. But in this case, the chunks don't have any good logical separation -- there's just a lower level machinery that's unused and then adding the API to get at it. Please don't take this as a general push to make patches larger in the future! It's good to break things up into the smallest sensible chunks that you can.
Simon Hausmann
Comment 5 2008-11-04 08:23:21 PST
Comment on attachment 24652 [details] Add new API Looks good! I'll do a few small cleanups before applying.
Simon Hausmann
Comment 6 2008-11-04 08:23:41 PST
Landed in r38097
Note You need to log in before you can comment on or make changes to this bug.