[Webkit-unassigned] [Bug 41348] Remove global variables from XSLTProcessorLibxslt.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 08:24:59 PDT 2010


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





--- Comment #9 from Andreas Wictor <andreas.wictor at xcerion.com>  2010-07-06 08:24:59 PST ---
(In reply to comment #8)
> Looking at just this code, it seems that it can be simplified a little by storing transformation contexts instead of processors/stylesheets. But it's difficult to get to the context from where _private is set. Maybe it can be structured differently, although I don't have a concrete solution.

You can store transformation contexts instead of processors, but I don't think it can be done for stylesheets. All import callbaks as already been fired before you get a chance to store a pointer to the libxslt stylesheet. So I think it's better to be concistent and use the same aproach for both cases.

I will soon supply a new patch and will be available to respond to feedback until friday, european time. After that will I be away for a month.

-- 
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