Status: Untriaged Owner: tony.chromium CC: [email protected], [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Jank
New issue 24035 by tony.chromium: merge the theme dll (default.dll) into chrome.dll http://code.google.com/p/chromium/issues/detail?id=24035 We originally put the theme images into a separate dll thinking that it would be an easy way to change themes. Now that we have themes, it turns out we're not using separate theme files in the themes directory. If we're not planning on using the themes directory, we should just merge all the resources into chrome.dll and kill off the themes directory and default.dll to get faster startup times. Alternately, maybe we should come up with a way to pack themes into a single file to speed up their startup (the perf bots show that start up with a theme is a lot slower-- about 60% slower with a complex theme on the bot). Even if we do this, it probably wouldn't be in the themes directory (since themes are extensions) so we can still merge default.dll into chrome.dll. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
