Bug 108600 - Web Inspector: [Canvas] do not store a dropped trace log in backend
Summary: Web Inspector: [Canvas] do not store a dropped trace log in backend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Adaikin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-01 01:56 PST by Andrey Adaikin
Modified: 2013-02-05 04:36 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.92 KB, patch)
2013-02-01 01:58 PST, Andrey Adaikin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Adaikin 2013-02-01 01:56:51 PST
Clear memory immediately on dropping current trace log instead of waiting for the next capture command.

Patch to follow.
Comment 1 Andrey Adaikin 2013-02-01 01:58:32 PST
Created attachment 185983 [details]
Patch
Comment 2 Pavel Feldman 2013-02-04 00:26:02 PST
Comment on attachment 185983 [details]
Patch

Missing a test
Comment 3 Andrey Adaikin 2013-02-04 03:25:00 PST
(In reply to comment #2)
> (From update of attachment 185983 [details])
> Missing a test

hm... this is quite hard to test (injected script), and IMO does not worth testing, in a sense, that the only thing that changed is nulling a pointer upon dropping a trace log.
Comment 4 Pavel Feldman 2013-02-04 03:41:32 PST
Comment on attachment 185983 [details]
Patch

At this point, I don't think proceeding with no tests at all is acceptable. We need at least some acceptance tests.
Comment 5 WebKit Review Bot 2013-02-05 04:36:12 PST
Comment on attachment 185983 [details]
Patch

Clearing flags on attachment: 185983

Committed r141884: <http://trac.webkit.org/changeset/141884>
Comment 6 WebKit Review Bot 2013-02-05 04:36:15 PST
All reviewed patches have been landed.  Closing bug.