pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Firefox 24 doesn't restore session



> > And I will create the patch for firefox 25 and 24 tonight.
> 
> And with the change it now seems to work for me. I'll report it upstream.

Thanks for tracking.

BTW, it looks there is a wrong type which might affect LP64BE:
https://hg.mozilla.org/mozilla-central/file/3ef3b7592a53/toolkit/components/osfile/osfile_unix_back.jsm#l175

175          stat.add_field_at(OS.Constants.libc.OSFILE_OFFSETOF_STAT_ST_SIZE,
176                         "st_size", Types.size_t.implementation);

Probably st_size should be off_t, not size_t.

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index