Bug 100889 - CustomFilterOperation parameters list is not decoded correctly in CoordinatedGraphicsArgumentCoders
Summary: CustomFilterOperation parameters list is not decoded correctly in Coordinated...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexandru Chiculita
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 14:29 PDT by Alexandru Chiculita
Modified: 2012-10-31 17:10 PDT (History)
3 users (show)

See Also:


Attachments
Patch V1 (3.68 KB, patch)
2012-10-31 14:34 PDT, Alexandru Chiculita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-10-31 14:29:23 PDT
The parameter list is initialized with a size and then the append command is used to add the paramaters. That will double the size of the list and let some empty spaces at the beginning of it.
Comment 1 Alexandru Chiculita 2012-10-31 14:34:28 PDT
Created attachment 171722 [details]
Patch V1
Comment 2 Noam Rosenthal 2012-10-31 14:37:21 PDT
Comment on attachment 171722 [details]
Patch V1

Thank you!
Comment 3 WebKit Review Bot 2012-10-31 17:10:16 PDT
Comment on attachment 171722 [details]
Patch V1

Clearing flags on attachment: 171722

Committed r133099: <http://trac.webkit.org/changeset/133099>
Comment 4 WebKit Review Bot 2012-10-31 17:10:19 PDT
All reviewed patches have been landed.  Closing bug.