aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #12186 - GuillaumeGomez:video-metadata, r=larsbergstrom,jdm,KiC...bors-servo2016-07-295-7/+65
|\
| * Change tests results to set timeout/failure expectedGuillaume Gomez2016-07-301-2/+1
| * Add condition to not use video-metadata on aarch64 architecture as wellGuillaume Gomez2016-07-283-5/+5
| * Disable video-metadata build on arm architecture as wellGuillaume Gomez2016-07-273-5/+6
| * Remove video-metadata from android platformGuillaume Gomez2016-07-273-19/+34
| * Update to last video-metadata crate versionGuillaume Gomez2016-07-251-1/+1
| * Update cargo libcGuillaume Gomez2016-07-251-1/+1
| * Implement video-metadata checkggomez2016-07-252-5/+35
| * Add video-metadata-rs dependenciesggomez2016-07-253-0/+13
* | Auto merge of #12653 - Manishearth:split-values, r=SimonSapinbors-servo2016-07-294-2336/+2341
|\ \
| * | style: Split values.rs into specified/computed module filesManish Goregaokar2016-07-294-2336/+2341
* | | Auto merge of #12642 - notriddle:textarea_height, r=asajeffreybors-servo2016-07-291-2/+3
|\ \ \
| * | | Use explicit height of inline-block fragmentsMichael Howell2016-07-281-2/+3
* | | | Auto merge of #12637 - asajeffrey:constellation-use-reentrant-logging-mutex, ...bors-servo2016-07-294-5/+229
|\ \ \ \
| * | | | Replaced mutex in constellation logging by a reentrant mutex.Alan Jeffrey2016-07-294-5/+229
* | | | | Auto merge of #12502 - avadacatavra:devtools, r=jdmbors-servo2016-07-297-24/+76
|\ \ \ \ \
| * | | | | Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-297-24/+76
* | | | | | Auto merge of #12635 - nc4rrillo:refactor-spawn-multiprocess, r=Manishearthbors-servo2016-07-291-20/+49
|\ \ \ \ \ \
| * | | | | | Extracted common parts of the starting content processnc4rrillo2016-07-281-20/+49
* | | | | | | Auto merge of #12649 - Ms2ger:update-script, r=Manishearthbors-servo2016-07-293-7/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Remove the no longer necessary iter_arith feature gate.Ms2ger2016-07-291-1/+0
| * | | | | | Correct the call to JS_SetGCZeal.Ms2ger2016-07-291-4/+4
| * | | | | | Remove an unused argument to ErrorInfo::from_dom_exception.Ms2ger2016-07-291-2/+2
* | | | | | | Auto merge of #12631 - Manishearth:stylo-unsafe-coord, r=bholleybors-servo2016-07-291-3/+4
|\ \ \ \ \ \ \
| * | | | | | | stylo: Use unsafe accessors for coord data; regen bindingsManish Goregaokar2016-07-291-3/+4
* | | | | | | | Auto merge of #12648 - heycam:store-extra-data, r=Manishearthbors-servo2016-07-296-20/+64
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Store UrlExtraData in {specified,computed}::Image::Url.Cameron McCormack2016-07-295-12/+50
| * | | | | | | Pull UrlExtraData up to values.rs.Cameron McCormack2016-07-292-8/+14
* | | | | | | | Auto merge of #12620 - vrod:add-htmllielement-value, r=KiChjangbors-servo2016-07-284-1/+46
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Implement HTMLLIElement#valuevrod2016-07-284-1/+46
* | | | | | | | Auto merge of #12639 - asajeffrey:constellation-logging-when-poisoned, r=meta...bors-servo2016-07-281-6/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Send logging messages even if the channel lock is poisoned.Alan Jeffrey2016-07-281-6/+4
* | | | | | | | Auto merge of #12632 - bobthekingofegypt:signed_parse_double, r=KiChjangbors-servo2016-07-281-6/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | account for sign in double parsingBob2016-07-281-6/+6
* | | | | | | | Auto merge of #12623 - notriddle:master, r=emiliobors-servo2016-07-283-19/+37
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Complete animations whether or not cascade is doneMichael Howell2016-07-283-19/+37
* | | | | | | | Auto merge of #12617 - mskrzypkows:expose_interfaces, r=Ms2gerbors-servo2016-07-2810-10/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Partial fix for #12415: expose interfaces of some HTML ElementsMaciej Skrzypkowski2016-07-2810-10/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Auto merge of #12621 - jdm:sigabrt, r=emiliobors-servo2016-07-281-1/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Attach more signals to the backtrace signal handler.Josh Matthews2016-07-281-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | Auto merge of #12255 - servo:smup, r=jdmbors-servo2016-07-286-113/+222
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Update SpiderMonkey to m-c bcf4ff0c3eef.Ms2ger2016-07-286-113/+222
| | |/ / / | |/| | |
* | | | | Auto merge of #12538 - szeged:error-refactor, r=noxbors-servo2016-07-287-62/+76
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor Bluetooth error handlingzakorgy2016-07-277-62/+76
* | | | | Auto merge of #12615 - nox:die-opts-die, r=Ms2gerbors-servo2016-07-271-12/+11
|\ \ \ \ \
| * | | | | Remove use of opts::use_webrender in layout_threadAnthony Ramine2016-07-271-12/+11
| |/ / / /
* | | | | Auto merge of #12603 - zakorgy:write-value, r=KiChjangbors-servo2016-07-271-0/+6
|\ \ \ \ \
| * | | | | WebBluetooth Specification Changezakorgyula2016-07-261-0/+6
* | | | | | Auto merge of #11850 - splav:box-shadow#11662, r=glennwbors-servo2016-07-271-1/+1
|\ \ \ \ \ \
| * | | | | | Fix PaintContext page_rect due to display list originAlexandrov Sergey2016-07-131-1/+1