aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* style: Remove ServoStyleSheet usage.Emilio Cobos Álvarez2018-05-053-26/+30
* style: Handle Shadow DOM in keyframes lookup.Emilio Cobos Álvarez2018-05-051-3/+4
* Update to gleam 0.5Anthony Ramine2018-05-051-1/+1
* Auto merge of #20480 - kwonoj:refactor-file-manager, r=paulrougetbors-servo2018-04-291-1/+43
|\
| * refactor(embedder): rename file select messageOJ Kwon2018-04-271-1/+1
| * refactor(filemanager): uses embedderproxy directlyOJ Kwon2018-04-271-1/+6
| * refactor(filemanager): use filemanagermsg to request embedderOJ Kwon2018-04-271-2/+7
| * feat(browser): implement select file dialogOJ Kwon2018-04-271-1/+31
| * refactor(compositor): expose new embeddermsgOJ Kwon2018-04-271-0/+2
* | style: Handle keywords for color values.Xidorn Quan2018-04-291-2/+11
* | style: Add collect_values function to SpecifiedValueInfo trait for collecting...Xidorn Quan2018-04-291-20/+46
* | style: Forward webrender error log to gfxCriticalNote.sotaro2018-04-294-13/+0
* | style: followup: Skip a rustest that depends on include order and isn't super...Emilio Cobos Álvarez2018-04-291-1/+10
* | style: Use Servo side data to back InspectorUtils::CssPropertySupportsType.Xidorn Quan2018-04-291-1/+30
* | style: Update StyleSource to use ArcUnion.Bobby Holley2018-04-292-8/+10
* | style: Make tidy happy.Emilio Cobos Álvarez2018-04-281-1/+1
* | style: Pack the shadow cascade order in ApplicableDeclarationBlock.Emilio Cobos Álvarez2018-04-281-1/+1
* | style: Use user defined types for font-stretch / font-style.Jonathan Watt2018-04-281-3/+11
* | style: Use a generic type in preparation to fix animation.Emilio Cobos Álvarez2018-04-281-7/+12
* | style: Update font-style to css-fonts-4.Emilio Cobos Álvarez2018-04-281-7/+10
* | style: Update font-stretch to css-fonts-4.Emilio Cobos Álvarez2018-04-281-5/+6
* | style: Fix cascade order of !important in Shadow DOM.Emilio Cobos Álvarez2018-04-282-2/+2
* | style: Parse sheets on the thread pool.Bobby Holley2018-04-283-17/+143
* | style: Pass a bonafide nsACString to Servo.Bobby Holley2018-04-281-3/+2
* | style: Update font-weight property and descriptor to css-fonts-4.Emilio Cobos Álvarez2018-04-281-3/+2
* | style: Switch stylo function signature checking to use generated bindings.Bobby Holley2018-04-281-4/+4
|/
* delegate resource reading to embedderPaul Rouget2018-04-273-4/+121
* fix(browser): do not omit unexpected keyeventOJ Kwon2018-04-241-1/+1
* Notify the embedder when it should display or hide an IMEFabrice Desré2018-04-211-0/+6
* Auto merge of #20658 - kvark:deglify, r=emiliobors-servo2018-04-192-135/+136
|\
| * Small key utils refactorDzmitry Malyshau2018-04-191-98/+99
| * Make gleam optional for compositor, switch various names from glutin to winitDzmitry Malyshau2018-04-182-37/+37
* | feat(browser): implement device select dialogOJ Kwon2018-04-181-0/+39
|/
* Auto merge of #20648 - mattnenterprise:aliased-line-width-range, r=noxbors-servo2018-04-181-1/+1
|\
| * Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)Matt McCoy2018-04-171-1/+1
* | style: Allow placeholder import sheets.Bobby Holley2018-04-172-4/+3
|/
* style: Implement ServoStyleRule::SetSelectorText.Kerem Kat2018-04-151-1/+32
* Auto merge of #20597 - emilio:host, r=xidornbors-servo2018-04-091-2/+2
|\
| * style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-2/+2
* | Use Servo code to check whether a property is inherited.Xidorn Quan2018-04-091-0/+19
|/
* style: Add an FFI function to see if an element is display: contents.Emilio Cobos Álvarez2018-04-071-5/+22
* Stop using NS_STYLE_FONT_WEIGHT_NORMAL and NS_STYLE_FONT_WEIGHT_BOLDJonathan Watt2018-04-061-2/+2
* Make DOMIntersectionObserver use nsStyleSides for mRootMargin, and use Servo ...Xidorn Quan2018-04-051-11/+20
* Use Servo data to back @counter-style rule.Xidorn Quan2018-04-051-86/+215
* Use Servo data to back @font-face rule in Gecko.Xidorn Quan2018-04-041-89/+264
* Cleanup ports/servo to only rely on libservoFabrice Desré2018-03-306-35/+21
* Auto merge of #20465 - Eijebong:log, r=SimonSapinbors-servo2018-03-284-9/+9
|\
| * Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-284-9/+9
* | Use Servo to implement GetStatesForPseudoClass function in InspectorUtils.Xidorn Quan2018-03-281-1/+12
|/
* Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)Anthony Ramine2018-03-241-1/+1