Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto merge of #9603 - Ms2ger:document-bc, r=jdm | bors-servo | 2016-02-19 | 1 | -4/+7 |
|\ | | | | | | | | | | | | | | | Store a pointer to the browsing context in the Document. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9603) <!-- Reviewable:end --> | ||||
| * | Store a pointer to the browsing context in the Document. | Ms2ger | 2016-02-11 | 1 | -4/+7 |
| | | |||||
* | | Implement planned navigation | Keith Yeung | 2016-02-18 | 1 | -1/+3 |
| | | |||||
* | | Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to ↵ | Kamil Muszyński | 2016-02-14 | 1 | -51/+51 |
| | | | | | | | | TaskSource | ||||
* | | Notify devtools about new script globals sooner. | Josh Matthews | 2016-02-11 | 1 | -5/+3 |
| | | |||||
* | | Report CSS errors to script task for further processing. | Josh Matthews | 2016-02-11 | 1 | -1/+2 |
|/ | |||||
* | Make iframes block the enclosing document's load event. Fixes #6663. | Josh Matthews | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | mozbrowsersercuritychange event | Paul Rouget | 2016-02-09 | 1 | -0/+2 |
| | |||||
* | Make iframe's load event trigger a reflow of the enclosing window. Add a ↵ | Josh Matthews | 2016-01-26 | 1 | -0/+8 |
| | | | | catch-all reflow for all same-origin pages sharing an event loop.a | ||||
* | compositing: Fix a couple of bugs that prevented iframes from painting | Patrick Walton | 2016-01-26 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | after navigation. The first bug was that iframes were not reflowed in their parent DOM when the child page navigated. This is fixed by simply having the constellation notify the appropriate script thread when navigation occurs. The second bug was that the compositor was unable to adjust the pipeline for existing iframe layers, only new ones. This patch adds logic to do that. Closes #8081. | ||||
* | Check if root page exist before handling DOM events | Paul Rouget | 2016-01-25 | 1 | -6/+11 |
| | |||||
* | Auto merge of #9263 - DarinM223:move_mousebutton, r=KiChjang | bors-servo | 2016-01-16 | 1 | -3/+2 |
|\ | | | | | | | | | | | | | | | | | | | Moved MouseButton from msg to script_traits Fixes #9250 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9263) <!-- Reviewable:end --> | ||||
| * | Moving MouseButton from msg to script_traits | Darin Minamoto | 2016-01-13 | 1 | -3/+2 |
| | | |||||
* | | Rename SCRIPT_TASK_ROOT to SCRIPT_THREAD_ROOT | Joshua Holmer | 2016-01-14 | 1 | -7/+7 |
|/ | | | | Resolves #9316 | ||||
* | move MozBrowserEvent to script_traits (+ documentation) | apopiak | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Moving MouseEventType from msg to script_traits | Matt McCoy | 2016-01-11 | 1 | -2/+3 |
| | |||||
* | Auto merge of #8972 - GauriGNaik:expose-css-errors-1, r=jdm | bors-servo | 2016-01-12 | 1 | -10/+13 |
|\ | | | | | | | | | | | | | | | M1501: CSS Error Reporting: Final Steps Last Part <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8972) <!-- Reviewable:end --> | ||||
| * | Final steps | GauriGNaik | 2016-01-11 | 1 | -10/+13 |
| | | |||||
* | | Stop reexporting ReflowGoal from layout_interface. | Ms2ger | 2016-01-11 | 1 | -1/+2 |
|/ | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -0/+2247 |