| Commit message (Expand) | Author | Age | Files | Lines |
* | Add smoketest command. | Josh Matthews | 2019-05-09 | 1 | -0/+5 |
* | Fix the broken link in about-page | polemius | 2019-03-19 | 1 | -1/+1 |
* | Add HTML test | Manish Goregaokar | 2018-08-24 | 1 | -0/+32 |
* | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 2 | -2/+167 |
* | Fix tabs | Igor Matuszewski | 2018-03-18 | 1 | -6/+6 |
* | Add key/value iterable HTML benchmark | Igor Matuszewski | 2018-03-18 | 1 | -0/+44 |
* | added autoclose worker | Nupur Baghel | 2018-02-22 | 3 | -0/+15 |
* | Added extra bool in Window object to know about its Mutation Observers | Nupur Baghel | 2018-02-16 | 1 | -0/+47 |
* | Added a test for font selection | Dan Robertson | 2018-02-06 | 1 | -0/+85 |
* | Implement CanvasRenderingContext2d.fillText's "unimplemented" message | Bruno Bernardino | 2017-08-23 | 1 | -0/+18 |
* | WebVR 1.1 spec compatibility | Imanol Fernandez | 2017-07-05 | 6 | -31/+30 |
* | 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 |
|\ \
| |/
|/| |
|