Bug 92435

Summary: Initialize the Event Names' string from read only memory
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebCore Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 92465    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2012-07-26 16:11:57 PDT
Initialize the Event Names' string from read only memory
Comment 1 Benjamin Poulain 2012-07-26 16:16:37 PDT
Created attachment 154785 [details]
Patch
Comment 2 Benjamin Poulain 2012-07-26 17:35:10 PDT
Committed r123820: <http://trac.webkit.org/changeset/123820>
Comment 3 WebKit Review Bot 2012-07-26 23:33:10 PDT
Re-opened since this is blocked by 92465
Comment 4 Csaba Osztrogonác 2012-07-27 00:17:07 PDT
Comment on attachment 154785 [details]
Patch

Rollod out by http://trac.webkit.org/changeset/123840 (see the bot history for details)

And please watch the bots after landing next time.
Comment 5 Benjamin Poulain 2012-07-27 00:27:54 PDT
Thanks Ossy. The StringImpl are supposed to be BufferInternal. I made a mistake in the previous patch.

I'll fix that separately.
Comment 6 Benjamin Poulain 2012-08-03 08:23:34 PDT
Committed r124616: <http://trac.webkit.org/changeset/124616>