[chromium-dev] Layout test valgrind initial impressions

2009-03-28 Thread Dan Kegel
The change that adds support for valgrinding layout tests is http://codereview.chromium.org/55034 I'm about about 10% of the way through valgrinding the layout tests on a debug build, and about 20% of the way through on a release build. With valgrind set to ignore reachable and possible leaks,

[chromium-dev] Re: Chromium App Executables Disk Layout

2009-03-28 Thread Erik Kay
On Wed, Mar 25, 2009 at 6:11 PM, cpu c...@chromium.org wrote: On windows the exe/dll separation it was meant to simplify upgrade but in practice the exe changes frequently enough that we still need to support exe upgrading in place. (resending) While the exe changing issue is annoying, and

[chromium-dev] Re: Chromium App Executables Disk Layout

2009-03-28 Thread Dan Kegel
On Sat, Mar 28, 2009 at 4:59 PM, Erik Kay erik...@chromium.org wrote: ...When you update in place, resources can be changed, removed, etc. So let's say that some dll hasn't been loaded yet, but then an autoupdate happens. Now you trigger loading the dll, and you crash, because this kind of