aboutsummaryrefslogtreecommitdiffstats
path: root/ports/libmlservo
Commit message (Collapse)AuthorAgeFilesLines
...
| * Argh tabs vs spacesAlan Jeffrey2018-11-051-2/+2
| |
| * Responding to review commentsAlan Jeffrey2018-11-051-2/+7
| |
| * Shut down servo when the ML app quitsAlan Jeffrey2018-11-021-3/+20
| |
* | Support scrolling in Magic Leap ServoAlan Jeffrey2018-11-011-6/+88
|/
* Get the Servo2D URL bar to show the current URL, and to navigate when edited.Alan Jeffrey2018-10-311-1/+40
|
* Hook up the back and forward buttons to history traversal in Magic Leap Servo2DAlan Jeffrey2018-10-301-19/+39
|
* Auto merge of #22044 - asajeffrey:magicleap-less-egl-buffer-swapping, r=jdmbors-servo2018-10-301-19/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the amount of EGL buffer swapping the ML port is doing <!-- Please describe your changes on the following line: --> At the moment, we're swapping the EGL buffers every heartbeat, which produces a lot of flickering. We should only swap the buffers when needed. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because we have no way to test on ML <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22044) <!-- Reviewable:end -->
| * Reduce the amount of EGL buffer swapping the ML port is doingAlan Jeffrey2018-10-291-19/+23
| |
* | Get the ML port to follow hyperlinksAlan Jeffrey2018-10-291-0/+59
|/
* Support building for Magic Leap.Alan Jeffrey2018-10-292-0/+251