In Firefox, I view my site and get no warnings about insecure mixed content.
Using FireBug, I can see that every request is https
.
In Chrome, I
You can use SslCheck
It's a free online tool that crawls a website recursively (following all internal links) and scans for nonsecure includes - images, scripts and CSS.
(disclaimer: I'm one of the developers)
You can add the "scheme" column to the Chrome developer tools network tab to show which requests were sent over http or https:
In Chrome's Developer Tools, the Console tab shows the resources that it won't load because they unsecure.
In 48-th version of chrome they added a security panel. Using it you can quickly identify the mixed content resources: