- Changes and rebases are combined.
It should be said, this is part of the recent "five tips to get your code reviewed faster". You should never combine a rebase with an actual substantial change, because it makes it very hard to compare between patchsets. (I didn't see this in the "quick tips" list, thought I should mention it)
And if you can, try to use the "rebase" button as much as possible!