зеркало из https://github.com/mozilla/gecko-dev.git
79f145e226
A quick fix for hazard bustage by increase the NUM_ALLOWED_WRITE_HAZARDS from 3 to 7 is pushed in bug 1348173 comment 37. In this bug, we shall do the actual fix and restore the NUM_ALLOWED_WRITE_HAZARDS. The -moz-border-*-colors bindings trigger errors because they're using outparams (nsStyleBorder) which further manipulate its member (mBorderColors) which is a double raw pointers. Since we don't have the ability to whitelist the indirect access to mBorderColors[x] list, we can only add them to the ignoreContents for now. We might be able to move these bindings to the whitelist of the above treatAsSafeArgument function, if we could refactor mBorderColors to use nsTArray directly. MozReview-Commit-ID: 2cQz58K2A10 --HG-- extra : rebase_source : af2b5b944fb9d19fe28f57eaa37f77174d48bfa4 |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
src | ||
xpconnect | ||
ffi.configure | ||
moz.build | ||
moz.configure |