| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill AutoDOMEventMarker | Anthony Ramine | 2017-01-22 | 1 | -33/+7 |
* | Regen bindings | Manish Goregaokar | 2017-01-21 | 4 | -254/+1285 |
* | Auto merge of #15134 - seankao31:font-stretch-shorthand, r=canaltinova | bors-servo | 2017-01-21 | 1 | -5/+18 |
|\ |
|
| * | add font-stretch to font shorthand sub-property | kkkkkkkk | 2017-01-21 | 1 | -5/+18 |
* | | Expose Location only in Window | Anthony Ramine | 2017-01-21 | 1 | -1/+1 |
* | | Support document.createElement("beforeunloadevent") | Anthony Ramine | 2017-01-21 | 1 | -0/+3 |
* | | Make TransitionEvent::new_inherited private | Anthony Ramine | 2017-01-21 | 1 | -1/+1 |
* | | Expose PopStateEvent only in Window | Anthony Ramine | 2017-01-21 | 3 | -9/+10 |
* | | Expose PageTransitionEvent only in Window | Anthony Ramine | 2017-01-21 | 3 | -9/+10 |
* | | Explicitly expose MouseEvent only in Window | Anthony Ramine | 2017-01-21 | 1 | -1/+2 |
* | | Expose HashChangeEvent only in Window | Anthony Ramine | 2017-01-21 | 3 | -9/+10 |
* | | Make FocusEvent::new_uninitialized take a &Window | Anthony Ramine | 2017-01-21 | 3 | -6/+6 |
* | | Make TransitionEvent::new take a &Window | Anthony Ramine | 2017-01-21 | 2 | -6/+4 |
* | | Expose BeforeUnloadEvent only in Window | Anthony Ramine | 2017-01-21 | 2 | -6/+6 |
|/ |
|
* | Add some comments for the end | Anthony Ramine | 2017-01-20 | 1 | -13/+60 |
* | Process pending parsing blocking script before deferred scripts | Anthony Ramine | 2017-01-20 | 1 | -1/+1 |
* | Auto merge of #15128 - nox:load-fixes, r=Ms2ger | bors-servo | 2017-01-20 | 2 | -44/+41 |
|\ |
|
| * | Simplify processing of deferred scripts | Anthony Ramine | 2017-01-20 | 2 | -6/+11 |
| * | Simplify processing of pending parsing-blocking scripts | Anthony Ramine | 2017-01-20 | 1 | -24/+22 |
| * | Process deferred scripts less often | Anthony Ramine | 2017-01-20 | 1 | -1/+2 |
| * | Simplify processing of asap scripts in order | Anthony Ramine | 2017-01-20 | 1 | -4/+0 |
| * | Simplify the processing of asap scripts | Anthony Ramine | 2017-01-20 | 1 | -13/+10 |
* | | Auto merge of #15029 - aneeshusa:check-whole-constellation-for-panics, r=asaj... | bors-servo | 2017-01-20 | 1 | -4/+4 |
|\ \ |
|
| * | | Check all constellation files for panics | Aneesh Agrawal | 2017-01-20 | 1 | -4/+4 |
* | | | Auto merge of #14646 - canaltinova:origin-clean, r=jdm | bors-servo | 2017-01-20 | 5 | -9/+49 |
|\ \ \ |
|
| * | | | Support origins in CSSOM stylesheets | Nazım Can Altınova | 2017-01-20 | 5 | -9/+49 |
* | | | | Auto merge of #15127 - servo:RootedTraceableSet, r=jdm | bors-servo | 2017-01-20 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Privatize RootedTraceableSet. | Ms2ger | 2017-01-20 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #15099 - servo:phf-no-macros, r=jdm | bors-servo | 2017-01-20 | 5 | -13/+56 |
|\ \ \ \ |
|
| * | | | | script codegen: Avoid modifying in-place a generated file. | Simon Sapin | 2017-01-19 | 4 | -34/+28 |
| * | | | | Remove usage of phf_macros. | Simon Sapin | 2017-01-18 | 3 | -2/+51 |
* | | | | | Auto merge of #15117 - servo:fileapi, r=nox | bors-servo | 2017-01-20 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Use an ArrayBuffer to implement readAsArrayBuffer. | Ms2ger | 2017-01-19 | 1 | -2/+2 |
* | | | | | | Support dictionaries in unions. | Ms2ger | 2017-01-20 | 3 | -12/+39 |
| |_|/ / /
|/| | | | |
|
* | | | | | Auto merge of #15119 - bholley:traversal_stats, r=emilio | bors-servo | 2017-01-19 | 5 | -29/+95 |
|\ \ \ \ \ |
|
| * | | | | | Bug 1331856 - Add style performance statistics to Servo. r=emilio | Bobby Holley | 2017-01-19 | 5 | -29/+95 |
* | | | | | | Auto merge of #15083 - potocpav:issue-14497, r=KiChjang | bors-servo | 2017-01-19 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fix #14497: WeakMediaQueryListVec assumes its contents are still alive | Pavel Potocek | 2017-01-17 | 1 | -2/+2 |
* | | | | | | Auto merge of #15098 - nox:load-fixes, r=jdm | bors-servo | 2017-01-19 | 5 | -41/+34 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Mark the page source as loaded only after parsing is done | Anthony Ramine | 2017-01-19 | 5 | -41/+34 |
| | |/ / /
| |/| | | |
|
* | | | | | Don't try to get the global of an object while it's being destroyed. | Ms2ger | 2017-01-19 | 1 | -1/+2 |
* | | | | | squash: convert less interesting debug! logs to traces | Dexter Haslem | 2017-01-18 | 5 | -31/+31 |
* | | | | | Auto merge of #15089 - Manishearth:less-vec, r=SimonSapin | bors-servo | 2017-01-18 | 5 | -46/+80 |
|\ \ \ \ \ |
|
| * | | | | | Reduce allocator churn when parsing property declaration blocks (fixes #15060) | Manish Goregaokar | 2017-01-18 | 5 | -46/+80 |
* | | | | | | Auto merge of #15096 - vvuk:custom-font-files, r=emilio | bors-servo | 2017-01-18 | 4 | -57/+238 |
|\ \ \ \ \ \ |
|
| * | | | | | | Implement downloadable fonts on Windows | Vladimir Vukicevic | 2017-01-18 | 4 | -57/+238 |
* | | | | | | | Auto merge of #15095 - servo:debug-servourl, r=nox | bors-servo | 2017-01-18 | 1 | -1/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Omit the 'ServoUrl()' wrapping in ServoUrl's Debug implementation. | Ms2ger | 2017-01-18 | 1 | -1/+7 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Auto merge of #14839 - Permutatrix:iss-12939, r=emilio | bors-servo | 2017-01-18 | 1 | -24/+89 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Don't take measurements from non-primary fragments | Permutator | 2017-01-13 | 1 | -4/+3 |