| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -1/+1 |
* | Moved WorkerId type to devtools_traits | Florian Strübe | 2015-12-07 | 1 | -2/+2 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -3/+4 |
* | Auto merge of #8477 - asajeffrey:opaque-domstring, r=asajeffrey | bors-servo | 2015-11-13 | 1 | -1/+1 |
|\ |
|
| * | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -1/+1 |
* | | script: Make timer events e10s-safe. | Patrick Walton | 2015-11-12 | 1 | -6/+6 |
|/ |
|
* | XHR timeouts use same abstraction as scripts timers. (fixes #3396) | benshu | 2015-11-11 | 1 | -2/+12 |
* | Check in for task 1,4 and 5 | Abhishek Kumar | 2015-11-05 | 1 | -1/+1 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | rearrange imports to be in alphabetical order | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | Timers are scheduled by a dedicated per-constellation thread. | benshu | 2015-10-21 | 1 | -15/+22 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -5/+6 |
* | Refactor Error enum usage to consistently be qualified | Anthony Urena | 2015-10-06 | 1 | -5/+4 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -7/+7 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -12/+8 |
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -2/+0 |
* | Move EventTargetTypeId/NodeTypeId to DOMClass | Michael Wu | 2015-09-12 | 1 | -6/+7 |
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -15/+15 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -23/+8 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Auto merge of #7238 - Wafflespeanut:workerglobal, r=Ms2ger | bors-servo | 2015-08-20 | 1 | -14/+14 |
|\ |
|
| * | Improved field names for devtools-related channels; r=Ms2ger | Ravi Shankar | 2015-08-20 | 1 | -14/+14 |
* | | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -4/+4 |
* | | Cleanup WebGLRenderingContext, Websocker, WorkerGlobalScope | Manish Goregaokar | 2015-08-18 | 1 | -2/+2 |
* | | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -2/+2 |
* | | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -4/+4 |
|/ |
|
* | Splitting ScriptMsg into various enums; r=jdm | Ravi Shankar | 2015-08-15 | 1 | -3/+3 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+8 |
* | Auto merge of #7000 - Ms2ger:space, r=nox | bors-servo | 2015-08-07 | 1 | -1/+1 |
|\ |
|
| * | Remove some stray whitespace. | Ms2ger | 2015-08-05 | 1 | -1/+1 |
* | | Auto merge of #7002 - Ms2ger:eventtarget, r=jdm | bors-servo | 2015-08-06 | 1 | -5/+0 |
|\ \ |
|
| * | | Remove the unused WorkerGlobalScope::eventtarget method. | Ms2ger | 2015-08-05 | 1 | -5/+0 |
| |/ |
|
* / | Move the worker script evaluation into a method on WorkerGlobalScope. | Ms2ger | 2015-08-04 | 1 | -2/+17 |
|/ |
|
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -1/+1 |
* | Implement a WorkerGlobalScopeInit struct to pass arguments to WorkerGlobalSco... | Ms2ger | 2015-08-03 | 1 | -13/+17 |
* | Take WorkerGlobalScope's worker_id out of its Option. | Ms2ger | 2015-08-03 | 1 | -3/+3 |
* | Fixes issue #6866 | Harrison G | 2015-08-02 | 1 | -1/+8 |
* | Persuading devtools to communicate with the workers; r=jdm | Ravi Shankar | 2015-08-01 | 1 | -2/+33 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+10 |
* | devtools: Convert the developer tools to run over IPC. | Patrick Walton | 2015-07-27 | 1 | -5/+7 |
* | script: Make most of 2D canvas and WebGL run over IPC. | Patrick Walton | 2015-07-25 | 1 | -2/+9 |
* | Wire up the JS engine's memory reporting. | Nicholas Nethercote | 2015-07-15 | 1 | -0/+8 |
* | Implement window.crypto.getRandomValues() | Tim Taubert | 2015-07-03 | 1 | -0/+7 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -2/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -19/+18 |
* | Remove reference counting from the Runtime implementation. | Ms2ger | 2015-05-10 | 1 | -3/+4 |
* | Move evaluate_script to Runtime. | Ms2ger | 2015-05-10 | 1 | -1/+1 |
* | Use Runtime in WorkerGlobalScope and DedicatedWorkerGlobalScope. | Ms2ger | 2015-05-10 | 1 | -8/+7 |