| Summary: | AuxiliaryProcess::didReceiveInvalidMessage() for WebPage::PerformDragControllerAction IPC | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||||||||||
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> | ||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||
| Severity: | Normal | CC: | achristensen, ddkilzer, ggaren, webkit-bug-importer, wenson_hsieh | ||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Bug Depends on: | |||||||||||||||
| Bug Blocks: | 213093, 215349 | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Chris Dumez
2020-08-10 15:46:20 PDT
Created attachment 406335 [details]
Patch
Created attachment 406339 [details]
Patch
Created attachment 406341 [details]
Patch
Working on getting GTK/WPE building Comment on attachment 406341 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406341&action=review > Tools/TestWebKitAPI/Tests/mac/DragAndDropTestsMac.mm:151 > + return [NSEvent mouseEventWithType:NSEventTypeLeftMouseDragged > + location:NSMakePoint(0, 200) > + modifierFlags:NSEventModifierFlagOption > + timestamp:[NSDate timeIntervalSinceReferenceDate] > + windowNumber:0 > + context:nil > + eventNumber:1 > + clickCount:1 > + pressure:1]; (Minor style nit - we should either make this all 1 line, or left align all the parameters) Created attachment 406344 [details]
Patch
Comment on attachment 406344 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406344&action=review > Source/WebCore/platform/DragData.h:62 > DragApplicationNone = 0, Darin insisted I remove the "None" enums when switching to use OptionSet<>. We don't need to do that for this patch, but I'll look at doing it as a follow-up (and covert DragApplicationFlags to an enum class). Created attachment 406345 [details]
Patch
Committed r265480: <https://trac.webkit.org/changeset/265480> All reviewed patches have been landed. Closing bug and clearing flags on attachment 406345 [details]. |