aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* run_in_headless_android_emulator: add support for $HOST_FILESimon Sapin2018-07-261-1/+6
* Update to gleam 0.6Anthony Ramine2018-07-181-1/+1
* Update euclid to 0.18Bastien Orivel2018-07-181-1/+1
* Convert logical glutin coordinates to physical coordinates for input events.Josh Matthews2018-07-161-9/+16
* refactor(window): get hidpi factor from winit across platformOJ Kwon2018-07-011-20/+8
* refactor(window): update to latest winit, glutin interfaceOJ Kwon2018-07-012-23/+28
* Update to glutin 0.17 and winit 0.16UK9922018-07-011-2/+2
* Add window icon on X11 and WindowsUK9922018-07-012-2/+9
* Update to glutin 0.16 and winit 0.15UK9922018-07-011-2/+2
* improve spec compliance of window.closeGregory Terzian2018-06-041-0/+6
* Auto merge of #20707 - gterzian:embedder_handling_of_prompts_and_alerts_2, r=...bors-servo2018-05-243-53/+97
|\
| * fix url input for androidGregory Terzian2018-05-242-1/+13
| * send message to embedder in prompt_to_unloadGregory Terzian2018-05-231-0/+7
| * move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-20/+20
| * move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-232-35/+60
* | Support i686-linux-android target.Josh Matthews2018-05-236-11/+30
|/
* Remove ports/geckolib.Emilio Cobos Álvarez2018-05-1711-6531/+0
* style: Remove code that is no longer called.Emilio Cobos Álvarez2018-05-051-27/+1
* style: Remove a bit of trivially dead code.Emilio Cobos Álvarez2018-05-051-5/+0
* style: Make SMIL values not roundtrip through strings.Emilio Cobos Álvarez2018-05-051-0/+14
* style: Fix tidy issues.Emilio Cobos Álvarez2018-05-051-1/+1
* 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