The original search restricts to commits for which you are the uploader or owner. This is wrong because it won't find unpublished drafts you've left on other people's reviews. Only the "has:unresolved" condition must be confined to items owned by you or where you are the most recent uploader.
There are a lot of search terms like (uploader:me+or+owner:me) because this handles situations when you have uploaded a patchset to someone else's review, that you need to keep tabs on (at least while you are the most recent uploader).
Fixed issue with "Active Drafts/Unresolved" pane:
The original search restricts to commits for which you are the uploader or owner. This is wrong because it won't find unpublished drafts you've left on other people's reviews. Only the "has:unresolved" condition must be confined to items owned by you or where you are the most recent uploader.There are a lot of search terms like (uploader:me+or+owner:me) because this handles situations when you have uploaded a patchset to someone else's review, that you need to keep tabs on (at least while you are the most recent uploader).