aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #20431 - talklittle:issues-13234-5600-squashed, r=jdmbors-servo2018-03-263-27/+81
|\
| * TextDecoder: streaming decode, ignoreBOMAndrew Shu2018-03-263-27/+81
* | Auto merge of #20307 - csmoe:measure_query_time, r=jdmbors-servo2018-03-267-156/+209
|\ \
| * | fix time measurecsmoe2018-03-255-32/+22
| * | introduce layout query timestampcsmoe2018-03-188-8/+48
| * | extract querymsg from ReflowGoalmoe2018-03-175-154/+177
* | | Auto merge of #20423 - servo:bytes, r=emiliobors-servo2018-03-2618-62/+166
|\ \ \
| * | | Use ByteBuf for the canvas messagesAnthony Ramine2018-03-2618-62/+166
* | | | refactor(websocket): do not borrow sender anymoreOJ Kwon2018-03-261-25/+13
* | | | Statically allocate static atoms.Nicholas Nethercote2018-03-262-23/+58
| |_|/ |/| |
* | | Auto merge of #20402 - Eijebong:lazy_static, r=emiliobors-servo2018-03-251-6/+3
|\ \ \
| * | | Dedupe lazy_staticBastien Orivel2018-03-231-6/+3
* | | | Websockets send typed arrays nowChristian Poveda2018-03-252-3/+32
| |/ / |/| |
* | | Updates Bluetooth type to use BufferSourceAnthony Urena2018-03-244-11/+17
* | | Switches characteristic to use BufferSourceAnthony Urena2018-03-244-9/+14
* | | Switches WriteValue to use BufferSourceAnthony Urena2018-03-242-6/+10
* | | Update mozjs.Emilio Cobos Álvarez2018-03-254-77/+121
* | | Auto merge of #20413 - christianpoveda:issue_20344, r=jdmbors-servo2018-03-242-31/+32
|\ \ \
| * | | TextDecoder's Decode now receives a BufferSource as inputChristian Poveda2018-03-242-31/+32
* | | | Auto merge of #20414 - servo:webgl, r=emiliobors-servo2018-03-247-5/+18
|\ \ \ \
| * | | | Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)Anthony Ramine2018-03-247-5/+18
* | | | | Auto merge of #20406 - kwonoj:feat-fetch-body-arraybuffer, r=jdmbors-servo2018-03-244-4/+39
|\ \ \ \ \
| * | | | | refactor(consume_body): json stored in roottraceableboxOJ Kwon2018-03-241-2/+3
| * | | | | feat(consume_body): implement consume_body accepts arraybufferOJ Kwon2018-03-241-0/+21
| * | | | | feat(webidl): expose arraybuffer overload in body idlOJ Kwon2018-03-234-2/+15
* | | | | | Auto merge of #20405 - christianpoveda:issue_20349, r=jdmbors-servo2018-03-244-261/+328
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add constructors for typed arrays in DOMMatrix and DOMMatrixReadOnlyChristian Poveda2018-03-234-261/+328
* | | | | | Implement missing WebGLShader checksAnthony Ramine2018-03-242-66/+82
* | | | | | Implement WebGLRenderingContextBase.getAttachedShadersAnthony Ramine2018-03-244-1/+30
* | | | | | Implement missing checks in WebGLRenderingContext::GetBufferParameterAnthony Ramine2018-03-241-9/+29
| |/ / / / |/| | | |
* | | | | Auto merge of #20400 - servo:webgl, r=emiliobors-servo2018-03-242-1/+45
|\ \ \ \ \
| * | | | | Implement HTMLCanvasElement.toDataURL for WebGL canvas (fixes #19147)Anthony Ramine2018-03-232-1/+45
| | |_|/ / | |/| | |
* | | | | Auto merge of #20404 - MaximilianDauner:issue_20392, r=jdmbors-servo2018-03-231-4/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Used the zip function to iterate over both vectors simultaneously instead of anMaximilianDauner2018-03-231-4/+2
| | |/ / | |/| |
* | | | Use safe to_vec() for typed arrays in WebGL bindingsIgor Matuszewski2018-03-231-75/+21
* | | | Add codegen test for function overloads taking typed array argsIgor Matuszewski2018-03-232-0/+6
* | | | Unify argument auto rooting in codegenIgor Matuszewski2018-03-231-11/+8
* | | | Fix indentationIgor Matuszewski2018-03-231-6/+6
* | | | Fix sanity check in vertex attribIgor Matuszewski2018-03-231-16/+16
* | | | Appease test-tidyIgor Matuszewski2018-03-232-4/+5
* | | | Adapt uniform[fv] and similar to accept typed array argsIgor Matuszewski2018-03-234-376/+411
* | | | Adapt function bodies for usage with typed array argsIgor Matuszewski2018-03-231-74/+54
* | | | Change WebGL function signatures accepting typed arraysIgor Matuszewski2018-03-233-99/+66
|/ / /
* | | Auto merge of #20399 - Xanewok:remove-heap-handle-mut, r=jdmbors-servo2018-03-236-7/+26
|\ \ \ | |/ / |/| |
| * | Use unsafe Heap::handle wherever neededIgor Matuszewski2018-03-233-3/+12
| * | Add safe `handle` function for rooted heap valuesIgor Matuszewski2018-03-231-2/+12
| * | Use mozjs 0.4Igor Matuszewski2018-03-232-2/+2
* | | Auto merge of #20397 - servo:webgl, r=emiliobors-servo2018-03-237-28/+91
|\ \ \ | |/ / |/| |
| * | Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-235-4/+79
| * | Fix some more WebGL methodsAnthony Ramine2018-03-233-24/+12