Bug 44940 - [EFL] Crashes while dragging any contents because of ClipboardEfl.
Summary: [EFL] Crashes while dragging any contents because of ClipboardEfl.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 03:20 PDT by Ryuan Choi
Modified: 2010-08-31 13:32 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.68 KB, patch)
2010-08-31 04:06 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2010-08-31 03:20:24 PDT
I found that dragging some contents make a crash because of ClipboardEfl.

Although ClipboardEfl wasn't implemented yet, It must not make a crash.
Comment 1 Ryuan Choi 2010-08-31 04:06:25 PDT
Created attachment 66028 [details]
Patch
Comment 2 Antonio Gomes 2010-08-31 09:17:26 PDT
Comment on attachment 66028 [details]
Patch

Great fix. That is the way WebCore is going currently.

> +private:
> +    ClipboardEfl(ClipboardAccessPolicy, bool);
>  };
>  }

I'd had made it protected, instead of private, but it is ok.
Comment 3 WebKit Commit Bot 2010-08-31 13:32:54 PDT
Comment on attachment 66028 [details]
Patch

Clearing flags on attachment: 66028

Committed r66526: <http://trac.webkit.org/changeset/66526>
Comment 4 WebKit Commit Bot 2010-08-31 13:32:58 PDT
All reviewed patches have been landed.  Closing bug.