Closed
Bug 477642
Opened 16 years ago
Closed 14 years ago
Experiment with Web Workers / Worker Pool
Categories
(Skywriter Graveyard :: General, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dion, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
73.33 KB,
patch
|
Details | Diff | Splinter Review |
Where there are UI bottlenecks, experiment with Web Workers to offload the work.
One example: syntax highlighting. Do that work in a Worker.
Would be cool to implement the W3C Web Worker API in a way that "just works" when the impl is there, when Gears is there, and when nothing is available (setTimeout())
Reporter | ||
Updated•16 years ago
|
Severity: normal → enhancement
Priority: -- → P5
Updated•16 years ago
|
Group: mozilla-corporation-confidential
Attachment #366103 -
Attachment is obsolete: true
Comment 3•16 years ago
|
||
This is a mass migration from Mozilla Labs :: Bespin to Bespin :: General.
This bug likely still needs to be triaged and categorized.
Component: Bespin → General
Product: Mozilla Labs → Bespin
QA Contact: bespin → general
Updated•16 years ago
|
Target Milestone: Future → ---
Comment 4•14 years ago
|
||
ACETRANSITION
The Skywriter project has merged with Ajax.org's Ace project (the full server part of which is their Cloud9 IDE project). Background on the change is here:
http://mozillalabs.com/skywriter/2011/01/18/mozilla-skywriter-has-been-merged-into-ace/
The bugs in the Skywriter product are not necessarily relevant for Ace and quite a bit of code has changed. For that reason, I'm closing all of these bugs. Problems that you have with Ace should be filed in the Ace issue tracker at GitHub:
https://github.com/ajaxorg/ace/issues
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•