aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Kill AutoDOMEventMarkerAnthony Ramine2017-01-221-33/+7
* Regen bindingsManish Goregaokar2017-01-214-254/+1285
* Auto merge of #15134 - seankao31:font-stretch-shorthand, r=canaltinovabors-servo2017-01-211-5/+18
|\
| * add font-stretch to font shorthand sub-propertykkkkkkkk2017-01-211-5/+18
* | Expose Location only in WindowAnthony Ramine2017-01-211-1/+1
* | Support document.createElement("beforeunloadevent")Anthony Ramine2017-01-211-0/+3
* | Make TransitionEvent::new_inherited privateAnthony Ramine2017-01-211-1/+1
* | Expose PopStateEvent only in WindowAnthony Ramine2017-01-213-9/+10
* | Expose PageTransitionEvent only in WindowAnthony Ramine2017-01-213-9/+10
* | Explicitly expose MouseEvent only in WindowAnthony Ramine2017-01-211-1/+2
* | Expose HashChangeEvent only in WindowAnthony Ramine2017-01-213-9/+10
* | Make FocusEvent::new_uninitialized take a &WindowAnthony Ramine2017-01-213-6/+6
* | Make TransitionEvent::new take a &WindowAnthony Ramine2017-01-212-6/+4
* | Expose BeforeUnloadEvent only in WindowAnthony Ramine2017-01-212-6/+6
|/
* Add some comments for the endAnthony Ramine2017-01-201-13/+60
* Process pending parsing blocking script before deferred scriptsAnthony Ramine2017-01-201-1/+1
* Auto merge of #15128 - nox:load-fixes, r=Ms2gerbors-servo2017-01-202-44/+41
|\
| * Simplify processing of deferred scriptsAnthony Ramine2017-01-202-6/+11
| * Simplify processing of pending parsing-blocking scriptsAnthony Ramine2017-01-201-24/+22
| * Process deferred scripts less oftenAnthony Ramine2017-01-201-1/+2
| * Simplify processing of asap scripts in orderAnthony Ramine2017-01-201-4/+0
| * Simplify the processing of asap scriptsAnthony Ramine2017-01-201-13/+10
* | Auto merge of #15029 - aneeshusa:check-whole-constellation-for-panics, r=asaj...bors-servo2017-01-201-4/+4
|\ \
| * | Check all constellation files for panicsAneesh Agrawal2017-01-201-4/+4
* | | Auto merge of #14646 - canaltinova:origin-clean, r=jdmbors-servo2017-01-205-9/+49
|\ \ \
| * | | Support origins in CSSOM stylesheetsNazım Can Altınova2017-01-205-9/+49
* | | | Auto merge of #15127 - servo:RootedTraceableSet, r=jdmbors-servo2017-01-201-1/+1
|\ \ \ \
| * | | | Privatize RootedTraceableSet.Ms2ger2017-01-201-1/+1
| | |_|/ | |/| |
* | | | Auto merge of #15099 - servo:phf-no-macros, r=jdmbors-servo2017-01-205-13/+56
|\ \ \ \
| * | | | script codegen: Avoid modifying in-place a generated file.Simon Sapin2017-01-194-34/+28
| * | | | Remove usage of phf_macros.Simon Sapin2017-01-183-2/+51
* | | | | Auto merge of #15117 - servo:fileapi, r=noxbors-servo2017-01-201-2/+2
|\ \ \ \ \
| * | | | | Use an ArrayBuffer to implement readAsArrayBuffer.Ms2ger2017-01-191-2/+2
* | | | | | Support dictionaries in unions.Ms2ger2017-01-203-12/+39
| |_|/ / / |/| | | |
* | | | | Auto merge of #15119 - bholley:traversal_stats, r=emiliobors-servo2017-01-195-29/+95
|\ \ \ \ \
| * | | | | Bug 1331856 - Add style performance statistics to Servo. r=emilioBobby Holley2017-01-195-29/+95
* | | | | | Auto merge of #15083 - potocpav:issue-14497, r=KiChjangbors-servo2017-01-191-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix #14497: WeakMediaQueryListVec assumes its contents are still alivePavel Potocek2017-01-171-2/+2
* | | | | | Auto merge of #15098 - nox:load-fixes, r=jdmbors-servo2017-01-195-41/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Mark the page source as loaded only after parsing is doneAnthony Ramine2017-01-195-41/+34
| | |/ / / | |/| | |
* | | | | Don't try to get the global of an object while it's being destroyed.Ms2ger2017-01-191-1/+2
* | | | | squash: convert less interesting debug! logs to tracesDexter Haslem2017-01-185-31/+31
* | | | | Auto merge of #15089 - Manishearth:less-vec, r=SimonSapinbors-servo2017-01-185-46/+80
|\ \ \ \ \
| * | | | | Reduce allocator churn when parsing property declaration blocks (fixes #15060)Manish Goregaokar2017-01-185-46/+80
* | | | | | Auto merge of #15096 - vvuk:custom-font-files, r=emiliobors-servo2017-01-184-57/+238
|\ \ \ \ \ \
| * | | | | | Implement downloadable fonts on WindowsVladimir Vukicevic2017-01-184-57/+238
* | | | | | | Auto merge of #15095 - servo:debug-servourl, r=noxbors-servo2017-01-181-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Omit the 'ServoUrl()' wrapping in ServoUrl's Debug implementation.Ms2ger2017-01-181-1/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Auto merge of #14839 - Permutatrix:iss-12939, r=emiliobors-servo2017-01-181-24/+89
|\ \ \ \ \ \ \
| * | | | | | | Don't take measurements from non-primary fragmentsPermutator2017-01-131-4/+3