http://bugs.winehq.org/show_bug.cgi?id=27168
--- Comment #79 from voidcastr voidcastr@gmail.com 2012-10-04 03:00:58 CDT --- That might be hard to tell... as seen in the diff (attachment to comment #41), the patch is altering multiple files:
dlls/crypt32/... ...cert.c ...collectionstore.c ...context.c ...crypt32_private.h ...store.c dlls/secur32/schannel_gnutls.c
The new stuff in there mostly allows for dealing with https connections (especially certificates) in chromium/awesomium based apps...
When you just see the "circle of doom" (endlessly rolling ring in the bazar), it might indicate that the new https part implemented by the patch does not work for you, for some reason.
But if you get bazar rendering issues I'm quite sure that the patch actually works but some code beyond its scope (i.e. from mainline or a specific lib) is failing because of some dependency trouble you got. Most likely, this would be quite hard to identify... tough -- in this case -- I think it's related to chromium based website rendering in general.
Most likely Ilya Konovalov is more into this -- he wrote the patch.