| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
LGTM, but could you add a test maybe?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
added the test, PTALA
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[compiler] Pass context to PropagateException for Fast API calls
Fast API calls were using null as context when invoking
Runtime_PropagateException() in the exception case. This is different
to CEntry and CallApiCallback which both pass the correct context as
argument in this case.
Calling PropagateException goes through CEntry. CEntry stores the
context argument into IsolateFieldId::kContext.
Fast API calls still continue to clear the IsolateFieldId::kContext
field in the success (non-exception) case in debug builds.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |