When going to the DevTools window and typing -location.resolveURL() (Upcoming in HTML5, not yet implemented)
This result is (for example) - TypeError: Object https://mail.google.com/mail/?zx=pz5xmnblzgma&shva=1#compose has no method 'resolveURL' Which does not seem right to me (the name of the object part, not the fact that it is not implemented yet). Same for regular links, type there - document.links[0].dummyFunction() And the result is (for example) - TypeError: Object https://mail.google.com/mail/?ui=html&zy=e has no method 'dummyFunction' Is this considered a bug? ☆PhistucK --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
