[Webkit-unassigned] [Bug 49791] [GTK] Implement SharedMemory for WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 10:03:16 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=49791


Amruth Raj <amruthraj at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78694|0                           |1
        is obsolete|                            |
  Attachment #78694|review?                     |
               Flag|                            |
  Attachment #79755|                            |review?
               Flag|                            |




--- Comment #10 from Amruth Raj <amruthraj at motorola.com>  2011-01-21 10:03:14 PST ---
Created an attachment (id=79755)
 --> (https://bugs.webkit.org/attachment.cgi?id=79755&action=review)
Reverted back to mmap implementation

As discussed on IRC, modifications done to the GMappedFile buffer are private to the process which does the modifications. They can't be accessed by another process. So, I reverted back to the mmap implementation. Additionally, usage of g_get_tmp_dir() and closing the fd returned by g_mkstemp are addressed with this patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list