Confirmed users, Bureaucrats and Sysops emeriti
792
edits
| Line 126: | Line 126: | ||
* {{bug|480088}} -- Use a single cached chunk of memory for painting, instead of allocating each time | * {{bug|480088}} -- Use a single cached chunk of memory for painting, instead of allocating each time | ||
There are some patches that enable the ActiveX build in embedding/browser/activex/src/plugin . | There are some patches that enable the ActiveX build in embedding/browser/activex/src/plugin . This uses the ATL that comes with VC9, which seems to work. | ||
* [http://people.mozilla.com/~vladimir/ce/activex-flash.patch activex-flash.patch] | * [http://people.mozilla.com/~vladimir/ce/activex-flash.patch activex-flash.patch] | ||
* Due to some reason that I haven't tracked down yet, MozActiveX.res might fail to build in embedding/browser/activex/src/plugin. Build it manually -- at the start of the build is fine -- with the following (replace the .rc dir appropriately for your source location): | |||
C:\proj\firefox-wince-opt\embedding\browser\activex\src\plugin>rc -I"C:\Program Files\Microsoft Visual Studio 9.0\VC\ce\atlmfc\include" -r -Fo MozActiveX.res c:/proj/mozilla-central/embedding/browser/activex/src/plugin/MozActiveX.rc | |||
= Outstanding Issues = | = Outstanding Issues = | ||