Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 396415

Summary: [safari] URL-shim not working in Safari
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-12-12 10:05:23 EST
When trying to load the URL-shim module in Safari (5.1.7) a TypeError is thrown about window.URL being undefined:

> TypeError: 'undefined' is not an object (evaluating 'window.URL.createObjectURL')
> URL-shim.js:418

This breaks Orionode's [1] Node shell command output in Safari since we are using the URL shim to construct URLs.

[1] https://github.com/mamacdon/orionode
Comment 1 Simon Kaegi CLA 2012-12-12 10:16:25 EST
Thanks Mark.
I'll fix it right away.
Comment 2 Simon Kaegi CLA 2012-12-12 10:21:42 EST
Fixed in Master