aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)Anthony Ramine2018-03-241-1/+1
* style: Rename StyleContext to ComputedStyle.Emilio Cobos Álvarez2018-03-221-41/+41
* loop until we exhausted all the servo eventsPaul Rouget2018-03-221-5/+11
* Use the --device-pixel-ratio in opt instead of /components/servo/Paul Rouget2018-03-221-2/+12
* remove useless prefPaul Rouget2018-03-221-10/+4
* split window code and browser code in two different filesPaul Rouget2018-03-226-412/+463
* move key code into dedicated filePaul Rouget2018-03-223-352/+360
* forward EmbedderMsg to embedderPaul Rouget2018-03-222-113/+134
* Reduce the number of calls to the embedder by grouping the screen and window ...Paul Rouget2018-03-221-62/+69
* Auto merge of #20327 - kwonoj:fix-ignore, r=paulrougetbors-servo2018-03-221-0/+24
|\
| * fix(keyevent): do not emit default ignorable codepointOJ Kwon2018-03-201-0/+24
* | Bump parking_lot to 0.5Bastien Orivel2018-03-211-1/+1
* | Mouse position from glutin is DevicePixelPaul Rouget2018-03-211-12/+9
|/
* Add Servo_Property_IsShorthand to geckolib/glue.rsJonathan Watt2018-03-191-0/+17
* style: Remove unsound Atom From implementations.Emilio Cobos Álvarez2018-03-191-52/+41
* Auto merge of #20316 - UK992:win32-icon, r=jdmbors-servo2018-03-183-0/+43
|\
| * Add icon to servo.exeUK9922018-03-173-0/+43
* | Auto merge of #20071 - paulrouget:typedsize, r=glennwbors-servo2018-03-161-47/+44
|\ \ | |/ |/|
| * remove WindowMethods::size()Paul Rouget2018-03-161-5/+1
| * alias some euclid typesPaul Rouget2018-03-161-8/+7
| * Use typed coordinates.Paul Rouget2018-03-161-43/+45
* | feat(window): bind hotkey to trigger capture eventOJ Kwon2018-03-161-0/+3
|/
* refactor(window): reference winit where applicableOJ Kwon2018-03-153-28/+32
* Do not loop when animating and suspendedPaul Rouget2018-03-091-4/+2
* do not run after we get a Suspend eventPaul Rouget2018-03-091-1/+13
* Store inner_sizePaul Rouget2018-03-091-31/+27
* Resize buffer on window resizePaul Rouget2018-03-091-1/+4
* do not use events_loop during run_foreverPaul Rouget2018-03-091-9/+7
* unfork glutinPaul Rouget2018-03-094-355/+182
* Disable logging in bindgen to reduce code sizeMatt Brubeck2018-03-081-1/+1
* Split CssUrl from SpecifiedUrl for non-value URLs.Xidorn Quan2018-03-081-2/+2
* Add SpecifiedImageUrl for <url> used as images.Xidorn Quan2018-03-082-7/+6
* Auto merge of #20182 - paulrouget:ctrl_l, r=jdmbors-servo2018-03-043-0/+36
|\
| * Prompt URL on Cmd/Ctrl-LPaul Rouget2018-03-043-0/+36
* | Auto merge of #20191 - jfkthame:font-shorthand-resets-variation-settings, r=e...bors-servo2018-03-042-3/+3
|\ \
| * | style: update stack size of SourcePropertyDeclarationJonathan Kew2018-03-041-1/+1
| * | style: Make 'font' shorthand reset the 'font-variation-settings' property.Jonathan Kew2018-03-041-2/+2
* | | style: Remove more rustc_has_pr45225 stuff.Emilio Cobos Álvarez2018-03-042-12/+2
|/ /
* / #20174 removed the option and unwrapAndrei Cristian Petcu2018-03-021-1/+1
|/
* Update glutin, skia, and azure.Josh Matthews2018-02-281-1/+1
* Stylo: Pass an explicit parent SheetLoadData for child stylesheet loads.Bobby Holley2018-02-282-6/+12
* Auto merge of #20138 - emilio:longhand-iterator, r=noxbors-servo2018-02-281-1/+1
|\
| * style: Only expose longhands to rust via iterators.Emilio Cobos Álvarez2018-02-281-1/+1
* | Bump euclid to 0.17Bastien Orivel2018-02-282-2/+2
|/
* style: Make Shadow DOM not use XBL anymore.Emilio Cobos Álvarez2018-02-271-0/+34
* Auto merge of #20082 - emilio:ignore-existing-styles, r=bholleybors-servo2018-02-211-6/+2
|\
| * style: Cleanup always-false argument to Servo_ResolveStyleLazily.Emilio Cobos Álvarez2018-02-201-6/+2
* | style: Cleanup PrioritizedPropertyIter.Emilio Cobos Álvarez2018-02-201-11/+10
|/
* Add sizeof for AuthorStyles.Xidorn Quan2018-02-191-0/+21
* Auto merge of #20065 - emilio:note-stuff, r=noxbors-servo2018-02-161-1/+1
|\