Closed
Bug 823265
Opened 13 years ago
Closed 13 years ago
Error: Error: Permission denied to access property ... ,HTML5 video is unable to play back any more if browser quit three times with opened the HTML5 video page
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 823279
People
(Reporter: alice0775, Unassigned)
Details
Build Identifier:
http://hg.mozilla.org/mozilla-central/rev/bfd85c9652fa
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20121219 Firefox/20.0 ID:20121219030847
Steps to reproduce:
1. Create new profile and Start Browser with the profile
2. Set media.windows-media-foundation.enabled to true in about:config and Restart Browser
3. Open http://www.quirksmode.org/html5/tests/video.html and Exit Browser immediately when Green and Red pattern are displayed.
4. Start Browser again
5. Open Error Console
6. Open http://www.quirksmode.org/html5/tests/video.html again
if you can not reproduce, you repeat step 3-6.
deleting startupCache fixes the problem.
Actual results:
All HTML5 videos can not play back.
Error: Error: Permission denied to access property 'getAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 90
----------
Error: Error: Permission denied to access property 'Utils'
Source file: chrome://global/content/bindings/videocontrols.xml
Line: 116
----------
Error: Error: Permission denied to access property 'getAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 90
----------
Error: Error: Permission denied to access property 'Utils'
Source file: chrome://global/content/bindings/videocontrols.xml
Line: 116
----------
Error: Error: Permission denied to access property '_setIntegerAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 53
----------
Error: Error: Permission denied to access property 'getAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 90
----------
Error: Error: Permission denied to access property 'Utils'
Source file: chrome://global/content/bindings/videocontrols.xml
Line: 116
----------
Error: Error: Permission denied to access property 'getAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 90
----------
Error: Error: Permission denied to access property 'Utils'
Source file: chrome://global/content/bindings/videocontrols.xml
Line: 116
----------
Error: Error: Permission denied to access property '_setIntegerAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 53
----------
Error: Error: Permission denied to access property 'getAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 90
----------
Error: Error: Permission denied to access property 'Utils'
Source file: chrome://global/content/bindings/videocontrols.xml
Line: 116
----------
Error: Error: Permission denied to access property 'getAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 90
----------
Error: Error: Permission denied to access property 'Utils'
Source file: chrome://global/content/bindings/videocontrols.xml
Line: 116
----------
Error: Error: Permission denied to access property '_setIntegerAttribute'
Source file: chrome://global/content/bindings/scale.xml
Line: 53
Expected results:
All HTML5 videos should be able to play back.
There should not be any error.
![]() |
Reporter | |
Comment 1•13 years ago
|
||
Alternate Steps to reproduce:
1. Create new profile and Start Browser with the profile
2. Set media.windows-media-foundation.enabled to true in about:config
3. Install https://addons.mozilla.org/ja/firefox/addon/gecko-profiler/ and Restart Browser
4. Open Error Console (Ctrl+Shift+J)
5. Open http://www.quirksmode.org/html5/tests/video.html and Wait for page loading completion
6. Restart Browser
7. Repeat step 4-6 three times
![]() |
Reporter | |
Comment 2•13 years ago
|
||
(In reply to Alice0775 White from comment #1)
> Alternate Steps to reproduce:
> 1. Create new profile and Start Browser with the profile
> 2. Set media.windows-media-foundation.enabled to true in about:config
> 3. Install https://addons.mozilla.org/ja/firefox/addon/gecko-profiler/ and
> Restart Browser
>
> 4. Open Error Console (Ctrl+Shift+J)
> 5. Open http://www.quirksmode.org/html5/tests/video.html and Wait for page
> loading completion
> 6. Restart Browser
>
> 7. Repeat step 4-6 three times
Aha,
Not necessary to Install https://addons.mozilla.org/ja/firefox/addon/gecko-profiler/
![]() |
Reporter | |
Updated•13 years ago
|
Summary: Error: Error: Permission denied to access property ... ,HTML5 video is unable to play back any more if browser quit while loading HTML5 video → Error: Error: Permission denied to access property ... ,HTML5 video is unable to play back any more if browser quit three times with opened the HTML5 video page
![]() |
Reporter | |
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•