aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #9111 - frewsxcv:rm-parsed-attr, r=noxbors-servo2016-01-021-9/+6
|\
| * Remove parsed attribute 'bgcolor' field HTMLTableElementCorey Farwell2015-12-311-9/+6
* | Auto merge of #9115 - notriddle:everybody_do_the_flop, r=larsbergstrombors-servo2016-01-023-155/+50
|\ \
| * | Revert "Update glutin"Michael Howell2016-01-013-155/+50
|/ /
* | Auto merge of #9049 - KiChjang:form-data-refactor, r=eefriedmanbors-servo2016-01-0114-87/+467
|\ \
| * | Refactor FormData code to match updated specKeith Yeung2016-01-0114-87/+467
* | | Auto merge of #9109 - nerith:createpattern, r=jdmbors-servo2016-01-013-11/+5
|\ \ \
| * | | Support empty strings as the repeat argument (CreatePattern)Brandon Fairchild2015-12-313-11/+5
* | | | Auto merge of #8871 - KiChjang:task-source-channels, r=KiChjangbors-servo2016-01-012-16/+153
|\ \ \ \ | |_|/ / |/| | |
| * | | Split script_chan into 5 different task queue channelsKeith Yeung2015-12-092-16/+153
* | | | Auto merge of #9104 - vwvww:issue_9098, r=noxbors-servo2016-01-011-11/+12
|\ \ \ \
| * | | | Refactor AssertRequestsMustNotHaveHeaders to AssertRequestMustNotIncludeHeadersBeomjin Kim2015-12-311-11/+12
* | | | | Auto merge of #9078 - nikkisquared:split_http_loader_load, r=jdmbors-servo2016-01-011-65/+82
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixes #8976: Split `load()` into `process_response()`Nikki2015-12-291-65/+82
* | | | | Auto merge of #9099 - frewsxcv:rm-parsed-attr, r=noxbors-servo2016-01-012-32/+20
|\ \ \ \ \
| * | | | | Remove fields with parsed attribute values on HTMLTextAreaElementCorey Farwell2015-12-302-32/+20
* | | | | | Auto merge of #9096 - servo:glutinup, r=noxbors-servo2016-01-013-50/+155
|\ \ \ \ \ \
| * | | | | | Update glutinSimon Sapin2015-12-313-50/+155
* | | | | | | Auto merge of #9094 - servo:silent-debug-message, r=SimonSapinbors-servo2015-12-311-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Make a debugging println!() conditional on is_running_problem_testSimon Sapin2015-12-301-1/+3
| |/ / / / / /
* | | | | | | Auto merge of #9090 - Ms2ger:stylesheets-vec, r=SimonSapinbors-servo2015-12-312-7/+6
|\ \ \ \ \ \ \
| * | | | | | | Don't copy the list of stylesheets in LayoutTask::handle_reflow.Ms2ger2015-12-302-7/+6
* | | | | | | | Auto merge of #8190 - jdm:4138, r=eefriedmanbors-servo2015-12-3129-122/+387
|\ \ \ \ \ \ \ \
| * | | | | | | | Accept all Content-Type values for fonts if sniffing is disabled. Restore the...Josh Matthews2015-12-311-0/+5
| * | | | | | | | Update mime_guess to incorporate TTF MIME changes.Josh Matthews2015-12-313-6/+6
| * | | | | | | | Send a response to font load initiators even when a font is ignored.Josh Matthews2015-12-311-0/+1
| * | | | | | | | Remove unneeded dead_code annotations.Josh Matthews2015-12-311-10/+0
| * | | | | | | | Add a test for contextual MIME sniffing.Josh Matthews2015-12-314-0/+104
| * | | | | | | | Enable MIME sniffing via a pref instead of a global option.Josh Matthews2015-12-313-8/+3
| * | | | | | | | Use valid MIME types in the font classifier.Josh Matthews2015-12-311-3/+3
| * | | | | | | | Restrict font loads to known MIME types.Josh Matthews2015-12-316-2/+39
| * | | | | | | | Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-3118-93/+226
* | | | | | | | | Auto merge of #9073 - dsprenkels:issue-8733, r=Wafflespeanutbors-servo2015-12-312-90/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tidy.py: made `check_rust(file_name, lines)` more readableDaan Sprenkels2015-12-312-90/+68
* | | | | | | | | | Auto merge of #9018 - jdm:corstests, r=Manishearthbors-servo2015-12-3110-76/+264
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Enable cors/ directory for WPT.Josh Matthews2015-12-3010-76/+264
* | | | | | | | | | Auto merge of #8420 - craftytrickster:8371/generic-font-family, r=glennwbors-servo2015-12-315-89/+122
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Enabled use of FontFamily enum type and replaced plain string parameters with...David Raifaizen2015-12-305-89/+122
* | | | | | | | | | | Auto merge of #9105 - jdm:buttoneventsintermittent, r=noxbors-servo2015-12-315-21/+19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Implement the onreset event handler.Josh Matthews2015-12-303-12/+2
| * | | | | | | | | | Implement support for modifying the type attribute of button elements. Fixes ...Josh Matthews2015-12-302-9/+17
* | | | | | | | | | | Auto merge of #7919 - 6112:master, r=noxbors-servo2015-12-303-17/+47
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | form submission for <textarea> and <select>Nicolas2015-12-303-17/+47
* | | | | | | | | | | Auto merge of #9089 - Ms2ger:style-unsafe, r=noxbors-servo2015-12-304-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Deny unsafe code in style.Ms2ger2015-12-304-0/+9
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Auto merge of #9086 - servo:no-snapshot, r=noxbors-servo2015-12-305-44/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename rust-snapshot-hash to rust-nightly-dateSimon Sapin2015-12-305-37/+36
| * | | | | | | | | | Remove "Servo does not bootstrap 32bit snapshots of Rust" messageSimon Sapin2015-12-301-7/+0
| |/ / / / / / / / /
* | | | | | | | | | Auto merge of #9080 - jdm:canvaspattern, r=Ms2gerbors-servo2015-12-304-1/+47
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add test for fillStyle/strokeStyle getting/setting roundtrips.Josh Matthews2015-12-293-0/+39