| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement Gamepad API | Imanol Fernandez | 2017-04-12 | 1 | -0/+420 |
* | bluetooth test fix | Zakor Gyula | 2017-02-13 | 1 | -1/+2 |
* | Bluetooth Permission API integration | Zakor Gyula | 2017-02-13 | 1 | -0/+68 |
* | Permission API | Attila Dusnoki | 2017-02-13 | 1 | -0/+37 |
* | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 20 | -0/+10604 |
* | Remove unused html bluetooth tests | Attila Dusnoki | 2016-12-21 | 24 | -1615/+0 |
* | Auto merge of #13969 - bbansalWolfPack:master, r=jdm | bors-servo | 2016-11-25 | 1 | -0/+21 |
|\ |
|
| * | html form validation initial steps with test html file, added stub methods, ... | Bhavya Bansal | 2016-11-23 | 1 | -0/+21 |
* | | Add Promises to Service Worker Container | Patrick Trottier | 2016-10-31 | 1 | -17/+28 |
|/ |
|
* | layout: Don't touch the inline positions of block children unless they | Patrick Walton | 2016-10-11 | 1 | -0/+20 |
* | Improve test_webgl_triangle.html | Imanol Fernandez | 2016-10-03 | 1 | -4/+22 |
* | Update WebBluetooth to use Promises | Mátyás Mustoha | 2016-09-26 | 22 | -293/+422 |
* | Auto merge of #13184 - szeged:requestdevice-refactor, r=jdm | bors-servo | 2016-09-15 | 1 | -0/+28 |
|\ |
|
| * | requestDevice update | zakorgyula | 2016-09-14 | 1 | -0/+28 |
* | | store senders instead of buffering messages | Rahul Sharma | 2016-09-07 | 7 | -22/+54 |
* | | Make service workers talk to their serviceworkerglobalscopes | Rahul Sharma | 2016-09-07 | 2 | -1/+12 |
|/ |
|
* | Remove `./tests/html/tiny_test.html` | UK992 | 2016-08-31 | 1 | -1/+0 |
* | Check for shadowing properties on DOM proxies. Fixes #12357. | Josh Matthews | 2016-08-25 | 1 | -0/+12 |
* | Issue #12421: tidy should also check .html files | Simon Martin | 2016-08-09 | 28 | -241/+241 |
* | Auto merge of #12682 - creativcoder:fire-fetch, r=jdm | bors-servo | 2016-08-04 | 9 | -16/+45 |
|\ |
|
| * | Dispatch events to service worker object and refactor html tests | Rahul Sharma | 2016-08-02 | 9 | -16/+45 |
* | | Issue 7720: Add target selector and update when scrolling to fragment | Steve Melia | 2016-08-03 | 1 | -0/+51 |
|/ |
|
* | Refactoring the WebBluetooth html tests. | zakorgyula | 2016-07-28 | 23 | -119/+1112 |
* | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 10 | -0/+90 |
* | Add a manual test for measuring DOM binding performance | Josh Matthews | 2016-07-14 | 1 | -0/+36 |
* | Auto merge of #12118 - emilio:animation-shorthand, r=SimonSapin | bors-servo | 2016-07-08 | 1 | -0/+23 |
|\ |
|
| * | style: Fix timing-function overriding from the keyframe declaration list. | Emilio Cobos Álvarez | 2016-07-07 | 1 | -0/+23 |
* | | Issue 8719: Add basic support for :active selector | Steve Melia | 2016-07-04 | 1 | -0/+18 |
|/ |
|
* | Add a manual test for panicking while JS stack frames exist. | Josh Matthews | 2016-06-22 | 1 | -0/+16 |
* | script: When using WebRender, keep the DOM-side scroll positions for | Patrick Walton | 2016-06-10 | 1 | -0/+7 |
* | Fix all the links to the UI Events spec | Anthony Ramine | 2016-06-04 | 1 | -1/+1 |
* | Add included services | Attila Dusnoki | 2016-05-24 | 1 | -0/+62 |
* | Remove BluetoothDevice members | zakorgy | 2016-05-05 | 1 | -5/+0 |
* | Add html tests | zakorgyula | 2016-05-03 | 6 | -0/+408 |
* | element scroll setters | Zhen Zhang | 2016-04-20 | 1 | -0/+4 |
* | Implement ScrollTop and ScrollLeft getters: | Zhen Zhang | 2016-04-19 | 1 | -2/+17 |
* | Auto merge of #10529 - pcwalton:nested-fixed-position-webrender, r=glennw | bors-servo | 2016-04-12 | 1 | -0/+7 |
|\ |
|
| * | layout: Make child stacking contexts of fixed position stacking contexts | Patrick Walton | 2016-04-11 | 1 | -0/+7 |
* | | Auto merge of #10224 - emilio:shader-type-validations, r=jdm | bors-servo | 2016-04-12 | 1 | -12/+18 |
|\ \
| |/
|/| |
|
| * | webgl: tests: Fix webgl triangle test | Emilio Cobos Álvarez | 2016-04-03 | 1 | -12/+17 |
| * | webgl: Make the api return the context limits and use them for validations | Emilio Cobos Álvarez | 2016-04-03 | 1 | -0/+1 |
* | | layout: Make inner scroll wrappers acquire the overflow region of their | Patrick Walton | 2016-04-08 | 1 | -0/+37 |
* | | Auto merge of #9688 - KiChjang:worker-terminate, r=jdm | bors-servo | 2016-04-08 | 3 | -0/+63 |
|\ \ |
|
| * | | Implement Worker#terminate() (fixes #4427). | Joe Wilm | 2016-04-07 | 3 | -0/+63 |
| |/ |
|
* / | layout: Allow non-absolutely-positioned elements with `overflow: scroll` | Patrick Walton | 2016-04-06 | 1 | -0/+38 |
|/ |
|
* | webgl: finish, flush, detachShader, generateMipmap, Uniform1i | Connor Brewster | 2016-04-02 | 2 | -0/+160 |
* | Implement initial pieces of form validation. | Sagar Muchhal | 2016-03-24 | 1 | -0/+29 |
* | Fix unexpected overflow with overflow: hidden set. | Glenn Watson | 2016-03-03 | 1 | -0/+7 |
* | #1716 The indicated part of the document. | Peter | 2016-02-17 | 1 | -0/+120 |
* | layout: Separate out overflow-for-scrolling from overflow-for-paint. | Patrick Walton | 2016-02-03 | 1 | -0/+32 |