mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
9690f1b2d6
Currently, setting a file input element's value property in a content process creates a File object that seems valid but causes form submission to fail -- inexplicably so, from the user's point of view. The next patch will make that throw, so this patch prepares SessionStore by making it catch that exception and leave that element unrestored (but continue with the rest of the form). The user would already have needed to manually re-pick the file -- until bug 1122855 is fixed to make SessionStore properly e10s-enabled -- but this makes that more obvious. |
||
---|---|---|
.. | ||
components | ||
content | ||
crashreporter | ||
devtools | ||
forgetaboutsite | ||
identity | ||
library | ||
locales | ||
modules | ||
mozapps | ||
obsolete | ||
profile | ||
system | ||
themes | ||
webapps | ||
xre | ||
moz.build | ||
toolkit.mozbuild |