|
|
| Line 40: |
Line 40: |
| * {{bug|453432}} Checking for MaybeGC | | * {{bug|453432}} Checking for MaybeGC |
| *{{bug|414715}} Notify the user if places.sqlite is locked, backed out due to possible Ts regression, needs new patch. | | *{{bug|414715}} Notify the user if places.sqlite is locked, backed out due to possible Ts regression, needs new patch. |
| * [http://people.mozilla.com/~bturner/workerbundle.hg bent's worker bundle], which includes: (Backed out because of unit test failure.)
| | ** {{bug|453865}} - Allow JSON-able objects to be passed as messages to worker threads. Backed out because of unit test failure. |
| ** {{bug|464983}} - Throw exceptions properly from XHR status getters and fake abort events in race conditions.
| |
| ** {{bug|465108}} - Add navigator object.
| |
| ** {{bug|465141}} - Implement expression flavor of timeouts, use nsAutoJSValHolder.
| |
| ** {{bug|465447}} - Implement terminate() for explicitly killing a worker.
| |
| ** {{bug|466256}} - Prevent cross-site workers and properly resolve relative URIs.
| |
| ** {{bug|466257}} - Errors in sub workers aren't propagated to top-most parents like they should.
| |
| ** {{bug|459790}} - Following Error console link causes uncaught exception ( 0x80004002 (NS_NOINTERFACE) [nsISupports.QueryInterface] ).
| |
| ** {{bug|465006}} - Passing no arguments to the worker constructor throws an NS_ERROR_NOT_INITIALIZED error, incorrectly.
| |
| ** {{bug|453865}} - Allow JSON-able objects to be passed as messages to worker threads. | |