aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Support the updated spidermonkey bindingsMichael Wu2015-10-141-1/+2
* Set a reasonable max count on open files and don't panic if set failsConnor Imes2015-10-131-5/+27
* Auto merge of #7777 - KiChjang:caseless-group-name-match, r=jdmbors-servo2015-10-021-0/+1
|\
| * Add support for caseless group name matching in HTML input elementsKeith Yeung2015-10-021-0/+1
* | Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-0/+1
|/
* Use util::str::str_join in more placesCorey Farwell2015-09-281-1/+0
* fixed the 'as_slice' deprecated warningRavi Shankar2015-09-261-1/+0
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-27/+25
* Upgrade rust to f93ab64d4a1a7ee91759a1594ab2a426b6cc657e/rustc-1.5.0-dev.Manish Goregaokar2015-09-231-5/+0
* Issue #7390 correct the order of mod declarationHugo Thiessard2015-09-181-4/+4
* Fixed serialize_list to no longer append an additional space at the end of th...Martin Tomasi2015-09-021-0/+1
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-0/+1
* make test-tidy check that = have space after themerneyja2015-09-011-3/+3
* webgl: Add shader validation and translationecoal952015-08-301-0/+1
* Fix CharacterDataMethods to count UTF-16 code units, not code points.Simon Sapin2015-08-281-0/+2
* Move RegisterBindings::RegisterProxyHandlers call into script::initJoão Oliveira2015-08-241-0/+6
* Auto merge of #7097 - boghison:memtypes, r=jdmbors-servo2015-08-131-0/+1
|\
| * Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* | Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-0/+1
|/
* Auto merge of #6778 - nox:childnodes, r=jdmbors-servo2015-08-101-0/+1
|\
| * Optimise Node.childNodesAnthony Ramine2015-08-091-0/+1
* | Update submodules and don't call setrlimit on AndroidLars Bergstrom2015-08-071-2/+2
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-0/+1
* | Auto merge of #6741 - servo:fix-setpropertypriority, r=pcwaltonbors-servo2015-08-011-0/+1
|\ \
| * | Remove some PropertyDeclaration cloning.Simon Sapin2015-07-311-0/+1
* | | Persuading devtools to communicate with the workers; r=jdmRavi Shankar2015-08-011-1/+0
| |/ |/|
* | Use local slice_charsJack Moffitt2015-07-311-1/+0
|/
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-1/+1
|\
| * Remove usage of the deprecated OwnedAsciiExtSimon Sapin2015-07-301-1/+1
* | Remove unused script -> layout_traits dependencyMatt Brubeck2015-07-281-1/+0
* | Introduce VirtualMethods::children_changed()Anthony Ramine2015-07-251-0/+1
|/
* script: Increase our file descriptor limit on Linux.Patrick Walton2015-07-231-0/+22
* Reject websocket protocol requests that don't match https://tools.ietf.org/ht...Josh Matthews2015-07-221-0/+1
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-0/+1
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-0/+1
* script: Split `Pipeline::create` into chrome process and contentPatrick Walton2015-07-141-0/+1
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-141-0/+1
* Add a `-Z replace-surrogates` command-line option.Simon Sapin2015-07-131-0/+2
* Add servo Image type. Remove rust-png dependency from script, gfx, layout.Glenn Watson2015-07-071-1/+0
* Implement window.crypto.getRandomValues()Tim Taubert2015-07-031-0/+1
* Check the result of JS_Init.Ms2ger2015-07-021-1/+1
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-0/+1
* Stop using position_elem.Ms2ger2015-06-271-1/+0
* Stop using Vec::from_raw_buf.Ms2ger2015-06-261-1/+0
* Update to zero-copy* HTML parsingSimon Sapin2015-06-251-0/+1
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-3/+17
* Upgrade to SM 39Michael Wu2015-06-191-0/+7
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Remove gfx_traits from the dependencies of [script].Mátyás Mustoha2015-06-121-1/+0
* Add attributes for canvas shadows.Hyowon Kim2015-06-121-0/+1