Notes about the Applet patch * Environments assume that all Qt stuff is on the "E:\" hard drive (I work in a VM) * I used Cygwin "patch" to apply and remove patches * 4.5.3-shared build already contains the patch and works (except for cookies and proxy stuff) * Arora browser can be used to test, grab the 0.10.2 tarball and build in "Qt Creator" after Settings->Qt add 4.5.3-shared & 4.6.0-shared (both of which have WebKit debug symbols) and updating the project's "Project"-panel settings to use the Qt shared build you are working with. * "Qt Creator" is the C++ IDE recommended for compiling Arora and other test programs, for actual building Qt I use the command "build-qt.cmd" in "E:\Qt" * Once the patch has been applied, do "build-qt.cmd", select Make Qt for the approriate working directory see https://bugs.webkit.org/show_bug.cgi?id=33044