| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #20431 - talklittle:issues-13234-5600-squashed, r=jdm | bors-servo | 2018-03-26 | 3 | -27/+81 |
|\ |
|
| * | TextDecoder: streaming decode, ignoreBOM | Andrew Shu | 2018-03-26 | 3 | -27/+81 |
* | | Auto merge of #20307 - csmoe:measure_query_time, r=jdm | bors-servo | 2018-03-26 | 7 | -156/+209 |
|\ \ |
|
| * | | fix time measure | csmoe | 2018-03-25 | 5 | -32/+22 |
| * | | introduce layout query timestamp | csmoe | 2018-03-18 | 8 | -8/+48 |
| * | | extract querymsg from ReflowGoal | moe | 2018-03-17 | 5 | -154/+177 |
* | | | Auto merge of #20423 - servo:bytes, r=emilio | bors-servo | 2018-03-26 | 18 | -62/+166 |
|\ \ \ |
|
| * | | | Use ByteBuf for the canvas messages | Anthony Ramine | 2018-03-26 | 18 | -62/+166 |
* | | | | refactor(websocket): do not borrow sender anymore | OJ Kwon | 2018-03-26 | 1 | -25/+13 |
* | | | | Statically allocate static atoms. | Nicholas Nethercote | 2018-03-26 | 2 | -23/+58 |
| |_|/
|/| | |
|
* | | | Auto merge of #20402 - Eijebong:lazy_static, r=emilio | bors-servo | 2018-03-25 | 1 | -6/+3 |
|\ \ \ |
|
| * | | | Dedupe lazy_static | Bastien Orivel | 2018-03-23 | 1 | -6/+3 |
* | | | | Websockets send typed arrays now | Christian Poveda | 2018-03-25 | 2 | -3/+32 |
| |/ /
|/| | |
|
* | | | Updates Bluetooth type to use BufferSource | Anthony Urena | 2018-03-24 | 4 | -11/+17 |
* | | | Switches characteristic to use BufferSource | Anthony Urena | 2018-03-24 | 4 | -9/+14 |
* | | | Switches WriteValue to use BufferSource | Anthony Urena | 2018-03-24 | 2 | -6/+10 |
* | | | Update mozjs. | Emilio Cobos Álvarez | 2018-03-25 | 4 | -77/+121 |
* | | | Auto merge of #20413 - christianpoveda:issue_20344, r=jdm | bors-servo | 2018-03-24 | 2 | -31/+32 |
|\ \ \ |
|
| * | | | TextDecoder's Decode now receives a BufferSource as input | Christian Poveda | 2018-03-24 | 2 | -31/+32 |
* | | | | Auto merge of #20414 - servo:webgl, r=emilio | bors-servo | 2018-03-24 | 7 | -5/+18 |
|\ \ \ \ |
|
| * | | | | Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE) | Anthony Ramine | 2018-03-24 | 7 | -5/+18 |
* | | | | | Auto merge of #20406 - kwonoj:feat-fetch-body-arraybuffer, r=jdm | bors-servo | 2018-03-24 | 4 | -4/+39 |
|\ \ \ \ \ |
|
| * | | | | | refactor(consume_body): json stored in roottraceablebox | OJ Kwon | 2018-03-24 | 1 | -2/+3 |
| * | | | | | feat(consume_body): implement consume_body accepts arraybuffer | OJ Kwon | 2018-03-24 | 1 | -0/+21 |
| * | | | | | feat(webidl): expose arraybuffer overload in body idl | OJ Kwon | 2018-03-23 | 4 | -2/+15 |
* | | | | | | Auto merge of #20405 - christianpoveda:issue_20349, r=jdm | bors-servo | 2018-03-24 | 4 | -261/+328 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnly | Christian Poveda | 2018-03-23 | 4 | -261/+328 |
* | | | | | | Implement missing WebGLShader checks | Anthony Ramine | 2018-03-24 | 2 | -66/+82 |
* | | | | | | Implement WebGLRenderingContextBase.getAttachedShaders | Anthony Ramine | 2018-03-24 | 4 | -1/+30 |
* | | | | | | Implement missing checks in WebGLRenderingContext::GetBufferParameter | Anthony Ramine | 2018-03-24 | 1 | -9/+29 |
| |/ / / /
|/| | | | |
|
* | | | | | Auto merge of #20400 - servo:webgl, r=emilio | bors-servo | 2018-03-24 | 2 | -1/+45 |
|\ \ \ \ \ |
|
| * | | | | | Implement HTMLCanvasElement.toDataURL for WebGL canvas (fixes #19147) | Anthony Ramine | 2018-03-23 | 2 | -1/+45 |
| | |_|/ /
| |/| | | |
|
* | | | | | Auto merge of #20404 - MaximilianDauner:issue_20392, r=jdm | bors-servo | 2018-03-23 | 1 | -4/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Used the zip function to iterate over both vectors simultaneously instead of an | MaximilianDauner | 2018-03-23 | 1 | -4/+2 |
| | |/ /
| |/| | |
|
* | | | | Use safe to_vec() for typed arrays in WebGL bindings | Igor Matuszewski | 2018-03-23 | 1 | -75/+21 |
* | | | | Add codegen test for function overloads taking typed array args | Igor Matuszewski | 2018-03-23 | 2 | -0/+6 |
* | | | | Unify argument auto rooting in codegen | Igor Matuszewski | 2018-03-23 | 1 | -11/+8 |
* | | | | Fix indentation | Igor Matuszewski | 2018-03-23 | 1 | -6/+6 |
* | | | | Fix sanity check in vertex attrib | Igor Matuszewski | 2018-03-23 | 1 | -16/+16 |
* | | | | Appease test-tidy | Igor Matuszewski | 2018-03-23 | 2 | -4/+5 |
* | | | | Adapt uniform[fv] and similar to accept typed array args | Igor Matuszewski | 2018-03-23 | 4 | -376/+411 |
* | | | | Adapt function bodies for usage with typed array args | Igor Matuszewski | 2018-03-23 | 1 | -74/+54 |
* | | | | Change WebGL function signatures accepting typed arrays | Igor Matuszewski | 2018-03-23 | 3 | -99/+66 |
|/ / / |
|
* | | | Auto merge of #20399 - Xanewok:remove-heap-handle-mut, r=jdm | bors-servo | 2018-03-23 | 6 | -7/+26 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use unsafe Heap::handle wherever needed | Igor Matuszewski | 2018-03-23 | 3 | -3/+12 |
| * | | Add safe `handle` function for rooted heap values | Igor Matuszewski | 2018-03-23 | 1 | -2/+12 |
| * | | Use mozjs 0.4 | Igor Matuszewski | 2018-03-23 | 2 | -2/+2 |
* | | | Auto merge of #20397 - servo:webgl, r=emilio | bors-servo | 2018-03-23 | 7 | -28/+91 |
|\ \ \
| |/ /
|/| | |
|
| * | | Implement OES_element_index_uint (fixes #20384) | Anthony Ramine | 2018-03-23 | 5 | -4/+79 |
| * | | Fix some more WebGL methods | Anthony Ramine | 2018-03-23 | 3 | -24/+12 |