aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #7051 - larsbergstrom:android_updates, r=mbrubeckbors-servo2015-08-071-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Update submodules and don't call setrlimit on Android r? @mbrubeck Fixes #6432. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7051) <!-- Reviewable:end -->
| * Update submodules and don't call setrlimit on AndroidLars Bergstrom2015-08-071-2/+2
| |
* | Fix requestAnimationFrame timestamps in queueHarrison G2015-08-071-1/+2
| | | | | | | | | | | | | | This resolves #7044 which involved callbacks in a queue not receiving the same timestamp despite the specification saying they should. An extra test was added to verify the correct behavior.
* | Auto merge of #7009 - connorimes:remove-confusing-typedefs, r=Ms2gerbors-servo2015-08-071-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | Remove typedefs DevtoolsControlChan and DevtoolsControlPort <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7009) <!-- Reviewable:end -->
| * Remove typedefs DevtoolsControlChan and DevtoolsControlPort. Fixes #6923.Connor Imes2015-08-051-2/+2
| |
* | Auto merge of #6415 - jgraham:dom_load, r=jdmbors-servo2015-08-071-0/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add DOMLoad message to constellation that is sent after the DOM Load event is dispatched. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6415) <!-- Reviewable:end -->
| * | Add DOMLoad message to constellation that is sent after the DOM Load event ↵James Graham2015-08-071-0/+12
| | | | | | | | | | | | is dispatched.
* | | Auto merge of #7000 - Ms2ger:space, r=noxbors-servo2015-08-071-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Remove some stray whitespace. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7000) <!-- Reviewable:end -->
| * | Remove some stray whitespace.Ms2ger2015-08-051-1/+1
| | |
* | | Auto merge of #7003 - notriddle:master, r=Ms2gerbors-servo2015-08-071-1/+52
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GC pause reporting Closes #6968. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7003) <!-- Reviewable:end -->
| * | | GC profiling.Michael Howell2015-08-061-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | * Closes #6968. * Test case for GC profiling thanks to @jdm!
* | | | Auto merge of #6993 - frewsxcv:rm-dead-codegen, r=Ms2gerbors-servo2015-08-072-234/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead Python code in binding generating code Fixes #6956 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6993) <!-- Reviewable:end -->
| * | | | Remove dead Python code in binding generating codeCorey Farwell2015-08-052-234/+4
| | | | | | | | | | | | | | | | | | | | Fixes #6956
* | | | | Auto merge of #7043 - pcwalton:th-width, r=Ms2gerbors-servo2015-08-071-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script: Make the legacy presentational attributes on `<td>` apply to `<th>` too. Makes the Google SERPs not so narrow. r? @Ms2ger <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7043) <!-- Reviewable:end -->
| * | | | | script: Make the legacy presentational attributes on `<td>` apply toPatrick Walton2015-08-061-3/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | `<th>` too. Makes the Google SERPs not so narrow.
* | | | | Rollup merge of #7034 - Ms2ger:mem, r=jdmManish Goregaokar2015-08-072-39/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a run_with_memory_reporting method to reduce the boilerplate a… …ssociated with registering memory reporters. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7034) <!-- Reviewable:end -->
| * | | | | Create a run_with_memory_reporting method to reduce the boilerplate ↵Ms2ger2015-08-062-39/+16
| | | | | | | | | | | | | | | | | | | | | | | | associated with registering memory reporters.
* | | | | | Auto merge of #7027 - Ms2ger:lock-stderr, r=jdmbors-servo2015-08-061-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lock stderr while printing the alert() message. 2a7f262b7df8761261a0fa618394f4e991733a5e was unsufficient for the case where the interleaved output was actually on stderr rather than stdout, such as output from the error macro. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7027) <!-- Reviewable:end -->
| * | | | | | Lock stderr while printing the alert() message.Ms2ger2015-08-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a7f262b7df8761261a0fa618394f4e991733a5e was unsufficient for the case where the interleaved output was actually on stderr rather than stdout, such as output from the error macro.
* | | | | | | Auto merge of #7002 - Ms2ger:eventtarget, r=jdmbors-servo2015-08-061-5/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the unused WorkerGlobalScope::eventtarget method. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7002) <!-- Reviewable:end -->
| * | | | | | Remove the unused WorkerGlobalScope::eventtarget method.Ms2ger2015-08-051-5/+0
| | |_|_|/ / | |/| | | |
* | | | | | Auto merge of #6451 - jgraham:onkey_attributes, r=Ms2gerbors-servo2015-08-062-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add onkey* global event handler attributes <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6451) <!-- Reviewable:end -->
| * | | | | | fixup! Add onkey* global event handler attributesJames Graham2015-06-241-1/+1
| | | | | | |
| * | | | | | Add onkey* global event handler attributesJames Graham2015-06-232-0/+6
| | | | | | |
* | | | | | | Auto merge of #7001 - farodin91:filereader, r=Ms2gerbors-servo2015-08-061-6/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Unnecessary Code in FileReader #6753 @jdm r? <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7001) <!-- Reviewable:end -->
| * | | | | | Remove Unnecessary Code in FileReader #6753farodin912015-08-051-6/+1
| | |/ / / / | |/| | | |
* | | | | | GetImageData should return un-premultiplied alpha valuesDavid Zbarsky2015-08-061-1/+12
| |_|/ / / |/| | | |
* | | | | Refactor DrawImage implementations to avoid code duplicationDavid Zbarsky2015-08-061-140/+53
| | | | |
* | | | | Auto merge of #6990 - Ms2ger:update-animatiom-timimg, r=saneyukibors-servo2015-08-054-16/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Animation Timing links and terminology to the HTML specification. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6990) <!-- Reviewable:end -->
| * | | | | Update Animation Timing links and terminology to the HTML specification.Ms2ger2015-08-054-16/+15
| | | | | |
* | | | | | Auto merge of #6974 - dzbarsky:tiny-create, r=jdmbors-servo2015-08-051-1/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix createImageData with sizes < 1 pixel <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6974) <!-- Reviewable:end -->
| * | | | | Fix createImageData with sizes < 1 pixelDavid Zbarsky2015-08-041-1/+4
| | |_|_|/ | |/| | |
* | | | | Auto merge of #6971 - dzbarsky:negative-radius, r=Ms2gerbors-servo2015-08-052-4/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make createRadialGradient throw for negative radii <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6971) <!-- Reviewable:end -->
| * | | | | Make createRadialGradient throw for negative radiiDavid Zbarsky2015-08-042-4/+9
| |/ / / /
* | | | | Auto merge of #6964 - Ms2ger:dwgs-eventloop, r=jdmbors-servo2015-08-052-90/+92
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup DedicatedWorkerGlobalScope::run_worker_scope. It was getting overcrowded. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6964) <!-- Reviewable:end -->
| * | | | Move the worker script evaluation into a method on WorkerGlobalScope.Ms2ger2015-08-042-16/+19
| | | | |
| * | | | Remove the parent_sender_for_reporter local from ↵Ms2ger2015-08-041-3/+2
| | | | | | | | | | | | | | | | | | | | DedicatedWorkerGlobalScope::run_worker_scope.
| * | | | Register the worker memory reporter outside the _ar scope.Ms2ger2015-08-041-14/+13
| | | | | | | | | | | | | | | | | | | | The comment that claims it needs to be in that scope appears to be incorrect.
| * | | | Use a while let loop for the DedicatedWorkerGlobalScope event loop.Ms2ger2015-08-041-5/+1
| | | | |
| * | | | Move the event processing in the DedicatedWorkerGlobalScope event loop into ↵Ms2ger2015-08-041-19/+23
| | | | | | | | | | | | | | | | | | | | its own function.
| * | | | Rename DedicatedWorkerGlobalScope::handle_event to handle_script_event.Ms2ger2015-08-041-4/+4
| | | | |
| * | | | Split out a receive_event method from the DedicatedWorkerGlobalScope event loop.Ms2ger2015-08-041-34/+35
| |/ / /
* | | | Auto merge of #6416 - jgraham:hosts_replaced, r=jdmbors-servo2015-08-051-7/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use hosts-replaced URL only when loading resources <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6416) <!-- Reviewable:end -->
| * | | | Use hosts-replaced URL only when loading resourcesJames Graham2015-08-051-7/+20
| | |/ / | |/| |
* | | | Auto merge of #6959 - servo:warnings_, r=jdmbors-servo2015-08-052-2/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warnings Adds on top of #6949. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6959) <!-- Reviewable:end -->
| * | | Warning police.Josh Matthews2015-08-042-2/+1
| |/ / | | | | | | | | | Closes #6949.
* | | Auto merge of #6944 - r0e:testing, r=jdmbors-servo2015-08-041-49/+29
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for issue #6768. Refactor ReadData and BlobBody Fix for issue #6768. Merge common fields of ReadData and BlobBody to avoid passing redundant information to functions. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6944) <!-- Reviewable:end -->
| * | Fix for issue #6768.r0e2015-08-031-49/+29
| | | | | | | | | | | | | | | Merged common fields of BlobBody and ReadData into a new struct to avoid passing redundant information
* | | Auto merge of #6943 - dzbarsky:context, r=jdmbors-servo2015-08-042-90/+29
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up some methods in CanvasRendeingContext2D <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6943) <!-- Reviewable:end -->
| * | | Clean up some methods in CanvasRendeingContext2DDavid Zbarsky2015-08-032-90/+29
| | | |