aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-1/+2
* Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-191-2/+1
|\
| * Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+1
* | Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-0/+1
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Make usage of core_intrinsics optionalSimon Sapin2017-10-161-1/+1
* Make usage of unstable feature on_unimplemented optional.Simon Sapin2017-10-161-1/+1
* Remove usage of unstable features const_ptr_null and const_ptr_null_mutSimon Sapin2017-10-161-2/+0
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+0
* Move remaining uses of NonZero to our nonzero crateSimon Sapin2017-10-161-1/+0
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-0/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+0
* Remove usage of unstable feature try_fromSimon Sapin2017-10-121-1/+0
* Remove usage of unstable feature ascii_ctypesSimon Sapin2017-10-111-1/+0
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-1/+1
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Remove unused 'untagged_unions' feature gateMatt Brubeck2017-09-221-1/+0
* Auto merge of #18579 - mbrubeck:features, r=KiChjangbors-servo2017-09-211-2/+0
|\
| * Remove unused 'unboxed_closures' feature flagMatt Brubeck2017-09-201-1/+0
| * Remove unnecessary 'stmt_expr_attributes' feature flagMatt Brubeck2017-09-201-1/+0
* | Auto merge of #18059 - sendilkumarn:mito, r=noxbors-servo2017-09-211-0/+1
|\ \
| * | moving to oncecellsendilkumarn2017-09-091-0/+1
* | | Auto merge of #18533 - servo:TASKS, r=SimonSapinbors-servo2017-09-181-0/+3
|\ \ \ | |_|/ |/| |
| * | Introduce a task! macro and use it for internal pause stepsAnthony Ramine2017-09-181-1/+3
| * | Move Task to its own moduleAnthony Ramine2017-09-181-0/+1
| |/
* / Upgrade to rustc 1.22.0-nightly (277476c4f 2017-09-16)Simon Sapin2017-09-171-0/+2
|/
* style: Remove NODE_NEEDS_DIRTY_ON_VIEWPORT_SIZE_CHANGE.Emilio Cobos Álvarez2017-08-281-1/+1
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+0
* Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-0/+1
* Implement basic Time To First Paint and First Contentful Paint PWMsFernando Jiménez Moreno2017-07-201-0/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-0/+1
* script: Move the layout_wrapper outside of script.Emilio Cobos Álvarez2017-07-151-4/+18
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Stop using the unstable optin_builtin_traits featureMatt Brubeck2017-06-281-1/+0
* EventSource: decode UTF-8 code points across network packetsSimon Sapin2017-05-271-0/+1
* Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+2
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-1/+4
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-2/+1
* Stop using unstable slice_patterns featureMatt Brubeck2017-05-011-1/+0
* Auto merge of #15666 - clementmiao:keyboard_shortcuts, r=asajeffreybors-servo2017-04-121-0/+1
|\
| * new keyboard shortcuts inside text inputClement Miao2017-04-071-0/+1
* | Revert to per-process shared lock for author-origin stylesheetsSimon Sapin2017-04-031-0/+2
* | Replace use of rustc_serialize::base64 by base64Anthony Ramine2017-03-261-1/+1
* | Only pass the protocol in use in to establish a WS connectionAnthony Ramine2017-03-241-1/+0
* | Update cssparser for https://github.com/servo/rust-cssparser/pull/123Simon Sapin2017-02-281-1/+0
* | Update to cssparser 0.11Simon Sapin2017-02-261-4/+3
* | Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+2
* | Update to rustc 1.17.0-nightly (413a975e3 2017-02-23)Simon Sapin2017-02-241-1/+0
* | Extract layout image request into separate file. Do not block the document lo...Josh Matthews2017-02-221-0/+1
* | Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-1/+0