Yes, the maximum for Chrome and Safari is 10000 items for select elements at least.
The relevant lines in the Chrome source can be found here:
Defined max of 10000, Code that enforces limit and puts error in console
Firefox seems to have no practical limit from my testing.