| Summary: | WPEQtView is missing most features | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | tusooa | ||||||||
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | aperez, bugs-noreply, jbedard, pnormand | ||||||||
| Priority: | P2 | ||||||||||
| Version: | WebKit Local Build | ||||||||||
| Hardware: | PC | ||||||||||
| OS: | Linux | ||||||||||
| Attachments: |
|
||||||||||
|
Description
tusooa
2022-02-16 18:03:54 PST
Created attachment 455417 [details]
Expose WebKitWebView in WPEQtView
LGTM but a ChangeLog is needed, see https://webkit.org/contributing-code/#changelog-files Created attachment 455583 [details]
Expose WebKitWebView from WPEQtView (with changelog)
Marked the patch as "r?", since it seems that was Tusooa's intent. Comment on attachment 455583 [details] Expose WebKitWebView from WPEQtView (with changelog) I think we could merge this, but could you please make the style bot happy? If you want to check your commit locally, you can use “Tools/Scripts/check-webkit-style -g @” View in context: https://bugs.webkit.org/attachment.cgi?id=455583&action=review > Source/WebKit/ChangeLog:11 > + No new tests (OOPS!). You need to remove this line, or rewrite it as “No new tests needed.” Created attachment 456292 [details]
Expose WebKitWebView from WPEQtView
(In reply to Adrian Perez from comment #5) > Comment on attachment 455583 [details] > Expose WebKitWebView from WPEQtView (with changelog) > > I think we could merge this, but could you please make the style > bot happy? If you want to check your commit locally, you can use > “Tools/Scripts/check-webkit-style -g @” > > View in context: > https://bugs.webkit.org/attachment.cgi?id=455583&action=review > > > Source/WebKit/ChangeLog:11 > > + No new tests (OOPS!). > > You need to remove this line, or rewrite it as “No new tests needed.” Thank you for suggesting the tool. It no longer complains with the patch I added just now. (In reply to tusooa from comment #7) > (In reply to Adrian Perez from comment #5) > > Comment on attachment 455583 [details] > > Expose WebKitWebView from WPEQtView (with changelog) > > > > I think we could merge this, but could you please make the style > > bot happy? If you want to check your commit locally, you can use > > “Tools/Scripts/check-webkit-style -g @” > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=455583&action=review > > > > > Source/WebKit/ChangeLog:11 > > > + No new tests (OOPS!). > > > > You need to remove this line, or rewrite it as “No new tests needed.” > > Thank you for suggesting the tool. It no longer complains with the patch I > added just now. Thanks, patch approved. I'll wait that the bots are green before sending it to the commit queue :) ChangeLog entry in Source/WebKit/ChangeLog contains OOPS!. Committed r292236 (249137@main): <https://commits.webkit.org/249137@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456292 [details]. |