aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #10710 - Ms2ger:js, r=noxbors-servo2016-04-214-85/+40
|\ | | | | | | | | | | | | | | Update js. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10710) <!-- Reviewable:end -->
| * Update js.Ms2ger2016-04-204-85/+40
| |
* | Auto merge of #10749 - servo:split-mako, r=noxbors-servo2016-04-218-332/+363
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare related files to make it easier to split up the Mako template https://github.com/servo/servo/pull/10586#issuecomment-211490049 r? @nox <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10749) <!-- Reviewable:end -->
| * | TidySimon Sapin2016-04-203-7/+5
| | |
| * | Extract some Python code from properties.mako.rs into a separate file.Simon Sapin2016-04-204-268/+302
| | |
| * | Move Mako-related files into a new sub-directory.Simon Sapin2016-04-205-2/+6
| | | | | | | | | | | | There’s gonna be more of them.
| * | Merge list_properties.py into build_properties_rs.pySimon Sapin2016-04-203-69/+64
| | |
* | | write cookie_jar, hsts_list, auth_cache, and local_data to file if ↵Daniel2016-04-205-12/+149
| | | | | | | | | | | | profile_dir option is present
* | | Auto merge of #9942 - jdm:load_error, r=ms2gerbors-servo2016-04-2017-159/+268
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the error handling out of network loader Rebase of #8851. Fixes #8678. Fixes #9944. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9942) <!-- Reviewable:end -->
| * | | Make new test use local resources only.Josh Matthews2016-04-203-0/+50
| | | |
| * | | Added 'about:sslfail' and a reftest for SSL failureRavi Shankar2016-04-201-7/+10
| | | |
| * | | Updated the unit tests to include NetworkErrorRavi Shankar2016-04-201-5/+5
| | | |
| * | | Propagating the load errors from network loaderRavi Shankar2016-04-2015-152/+208
| | | |
* | | | Auto merge of #10750 - servo:num, r=noxbors-servo2016-04-2024-92/+147
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Use num's constituent crates. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10750) <!-- Reviewable:end -->
| * | | Update euclid.Ms2ger2016-04-201-27/+27
| | | |
| * | | Use num-traits in compositing.Ms2ger2016-04-204-4/+4
| | | |
| * | | Use num-traits in canvas.Ms2ger2016-04-204-4/+4
| | | |
| * | | Use num-traits in script.Ms2ger2016-04-2011-11/+11
| | | |
| * | | Use num-traits in style.Ms2ger2016-04-205-5/+5
| | | |
| * | | Drop style_traits's unused dependency on num.Ms2ger2016-04-202-2/+0
| | | |
| * | | Use num-traits in range.Ms2ger2016-04-203-4/+4
| | | |
| * | | Update num.Ms2ger2016-04-201-18/+75
| | | |
| * | | Update rustc-serialize.Ms2ger2016-04-201-24/+24
| |/ /
* | | Auto merge of #9968 - izgzhen:scroll, r=asajeffreybors-servo2016-04-2011-10/+451
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement scroll, scrollLeft, scrollTop and friends, addressing issue #9650 This is a work in progress to solve https://github.com/servo/servo/issues/9650. Thanks a lot for helping the review. - [x] scroll - [x] scrollTo - [x] scrollBy - [x] scrollTop (setter and getter) - [x] scrollLeft (setter and getter) The setters will be implemented in another PR after this is merged. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9968) <!-- Reviewable:end -->
| * | element scroll settersZhen Zhang2016-04-204-40/+262
| | |
| * | Implement ScrollTop and ScrollLeft getters:Zhen Zhang2016-04-1911-7/+226
| | | | | | | | | | | | | | | | | | | | | | | | Add new compositor message to get scroll_offset; Add new layout query for computed value of overflow-x/y; Implement layer_id method for ThreadSafeLayoutNode; Add new layout query for layer_id; Implement script interface for getting scrollTop and scrollLeft, as well as relavant helper functions.
* | | Remove extra definition of WHITESPACE under components/util/str.rszakorgyula2016-04-203-18/+14
| | |
* | | Auto merge of #10725 - frewsxcv:net-cleanup, r=KiChjangbors-servo2016-04-203-20/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few minor `net` component cleanups. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10725) <!-- Reviewable:end -->
| * | | Fix incorrect indentation for line continuation.Corey Farwell2016-04-191-1/+1
| | | |
| * | | Flatten and cleanup `ConstellationListener::is_cancelled`.Corey Farwell2016-04-191-11/+9
| | | |
| * | | Refactor `loop` into a `while` loop.Corey Farwell2016-04-191-6/+3
| | | |
| * | | More idiomatic char retrieval from `String`.Corey Farwell2016-04-191-2/+2
| | | |
* | | | Auto merge of #10718 - mbrubeck:trace, r=jdmbors-servo2016-04-201-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lower the logging level of a really chatty fn Reduces the amount of spew when running with settings like `RUST_LOG=script=debug`. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10718) <!-- Reviewable:end -->
| * | | Lower the logging level of a really chatty fnMatt Brubeck2016-04-191-2/+2
| | | |
* | | | Auto merge of #10717 - pcwalton:wr-overflow-scroll, r=glennwbors-servo2016-04-204-8/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | layout: Implement support for `overflow: scroll` in WebRender. Requires a WebRender upgrade. r? @glennw <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10717) <!-- Reviewable:end -->
| * | | | layout: Implement support for `overflow: scroll` in WebRender.Patrick Walton2016-04-194-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a WebRender upgrade. Improves Twitter.
* | | | | Auto merge of #10708 - Ms2ger:warnings, r=emiliobors-servo2016-04-193-3/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some compile warnings. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10708) <!-- Reviewable:end -->
| * | | | Fix some compile warnings.Ms2ger2016-04-193-3/+2
| | |_|/ | |/| |
* | | | Auto merge of #10641 - asajeffrey:dedicated-panic-channel, r=Manishearthbors-servo2016-04-1913-232/+108
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dedicated panic channel Added a dedicated panic channel, and removed the panic messages for the script and layout threads. This is needed so that other threads can report panics, which is part of #10334. Note that this PR includes the commit from #10572, so should land after it lands. r? @Manishearth <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10641) <!-- Reviewable:end -->
| * | | Added a dedicated panic channel.Alan Jeffrey2016-04-1913-232/+108
| |/ /
* | | Auto merge of #10634 - amarant:10574-image-document-base, r=metajackbors-servo2016-04-191-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Issue #10574 Use the document base url in img add a test with base path set to the resources path and an img with a cat and the reference directly to the image <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10634) <!-- Reviewable:end -->
| * | Issue #10574 Use the document base url in imgArnaud Marant2016-04-151-1/+1
| | | | | | | | | | | | add a test with base path set to the resources path and an img with a cat and the reference directly to the image
* | | Auto merge of #10592 - canaltinova:stylesheet_with_base, r=Ms2gerbors-servo2016-04-191-12/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the document base url when resolving stylesheets Use the document base url when resolving stylesheets. Fixes #10575 . <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10592) <!-- Reviewable:end -->
| * | | Use the document base url when resolving stylesheetsNazım Can Altınova2016-04-181-12/+9
| | | |
* | | | Auto merge of #10695 - frewsxcv:no-clone, r=KiChjangbors-servo2016-04-191-12/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid unnecessary `net_traits::LoadData` clone. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10695) <!-- Reviewable:end -->
| * | | | Avoid unnecessary `net_traits::LoadData` clone.Corey Farwell2016-04-181-12/+11
| | |_|/ | |/| |
* | | | Auto merge of #10678 - mrobinson:remove-stackinglevel-from-webrender, r=pcwaltonbors-servo2016-04-192-73/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebRender no longer needs StackingLevel information Since the display list is already sorted before it is passed to WebRender, we don't need to pass the stacking level information any longer. Update webrender, webrender_traits, and gleam. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10678) <!-- Reviewable:end -->
| * | | | WebRender no longer needs StackingLevel informationMartin Robinson2016-04-182-73/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the display list is already sorted before it is passed to WebRender, we don't need to pass the stacking level information any longer. Update webrender, webrender_traits, and gleam.
* | | | | Auto merge of #10652 - dzbarsky:reserved, r=dzbarskybors-servo2016-04-192-7/+9
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent use of reserved names in BindAttribLocation (Depend on the WebGL tests landing) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10652) <!-- Reviewable:end -->
| * | | | Prevent use of reserved names in BindAttribLocationDavid Zbarsky2016-04-172-7/+9
| | | | |