Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-format | Philip Lamb | 2020-12-17 | 1 | -2/+1 |
| | |||||
* | Replace use of c++ keyword 'default' in c++ code and C APIs. Also correct ↵ | Philip Lamb | 2020-12-16 | 4 | -6/+6 |
| | | | | obsolete use of qualified name in member declaration. | ||||
* | Use new S3 buckets | Simon Sapin | 2020-11-11 | 3 | -3/+3 |
| | | | | CC https://github.com/servo/project/issues/25 | ||||
* | Add time and app version to crash report | Paul Rouget | 2020-08-11 | 5 | -23/+93 |
| | |||||
* | Auto merge of #27559 - servo:jdm-patch-46, r=jdm | bors-servo | 2020-08-10 | 1 | -1/+1 |
|\ | | | | | | | Update FxR version number. | ||||
| * | Update FxR version number. | Josh Matthews | 2020-08-10 | 1 | -1/+1 |
| | | |||||
* | | Auto merge of #27556 - paulrouget:bookmarks, r=jdm | bors-servo | 2020-08-10 | 10 | -56/+374 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | UWP Bookmarks Fix #27416 Bookmarks are saved in a JSON file. Clicking on the star icon add the bookmark and show a UI to edit the label or cancel the bookmark addition. Clicking on the star icon again allows the user to edit or remove the bookmark. A bookmark toolbar is displayed if there's any bookmark. <img width="471" alt="Screen Shot 2020-08-10 at 15 26 53" src="https://user-images.githubusercontent.com/373579/89791113-22a81300-db23-11ea-9d1a-9d90e1e62534.png"> <img width="978" alt="Screen Shot 2020-08-10 at 15 26 42" src="https://user-images.githubusercontent.com/373579/89791121-250a6d00-db23-11ea-9b42-6c155ccb2b42.png"> | ||||
| * | UWP: Bookmarks | Paul Rouget | 2020-08-10 | 10 | -56/+374 |
| | | |||||
* | | Auto merge of #27543 - paulrouget:strup, r=Manishearth | bors-servo | 2020-08-07 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | UWP: better pref label @Manishearth r? | ||||
| * | | UWP: better pref label | Paul Rouget | 2020-08-07 | 1 | -1/+1 |
| |/ | |||||
* | | Auto merge of #27537 - jdm:armmedia, r=Manishearth | bors-servo | 2020-08-07 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Use gstreamer on UWP targets This fixes a regression that cause our arm64 builds to use the dummy media stack by default. Oops. Fix #27531. Fix #27532. | ||||
| * | | Pipe GST_DEBUG output to its own log file on UWP. | Josh Matthews | 2020-08-07 | 1 | -0/+4 |
| | | | |||||
* | | | Auto merge of #27522 - jdm:home-override, r=paulrouget | bors-servo | 2020-08-07 | 1 | -2/+7 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | Use override value for home button when available. Fixes #27521. | ||||
| * | | Use override value for home button when available. | Josh Matthews | 2020-08-06 | 1 | -2/+7 |
| |/ | |||||
* / | Add missing media session callback in UWP embedding. | Josh Matthews | 2020-08-06 | 7 | -24/+58 |
|/ | |||||
* | Keep C++ pref value in memory longer | Paul Rouget | 2020-08-05 | 1 | -9/+22 |
| | |||||
* | Show only a limited list of preferences | Paul Rouget | 2020-08-05 | 9 | -13/+182 |
| | |||||
* | Allow longer devtools JSON messages | Paul Rouget | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | UWP: Crash report UI | Paul Rouget | 2020-08-03 | 9 | -36/+196 |
| | |||||
* | Do not instanciate random ServoControls | Paul Rouget | 2020-07-31 | 2 | -36/+34 |
| | |||||
* | Update packaged UWP gstreamer plugins. | Josh Matthews | 2020-07-29 | 2 | -0/+97 |
| | |||||
* | Fixed usage of wrong delete | Arjun Ramachandrula | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Make reload button clear the network cache. | Josh Matthews | 2020-07-27 | 1 | -1/+4 |
| | |||||
* | Auto merge of #27396 - jdm:home-button, r=Manishearth | bors-servo | 2020-07-24 | 2 | -1/+5 |
|\ | | | | | | | | | | | Avoid crashing when no homepage preference is set. Fixes #27394. | ||||
| * | Avoid crashing when no homepage preference is set. | Josh Matthews | 2020-07-24 | 2 | -1/+5 |
| | | |||||
* | | Fire sessionavailable if in transient mode | Paul Rouget | 2020-07-23 | 3 | -3/+11 |
|/ | |||||
* | Remove simpleservo antialiasing option, rely on pref | Paul Rouget | 2020-07-21 | 1 | -1/+0 |
| | |||||
* | UWP: rely more on servo preferences | Paul Rouget | 2020-07-20 | 4 | -27/+29 |
| | |||||
* | Make it possible to run fxr:// url in non-kiosk mode | Paul Rouget | 2020-07-16 | 4 | -15/+24 |
| | |||||
* | Auto merge of #27250 - paulrouget:unfocus, r=jdm | bors-servo | 2020-07-13 | 2 | -0/+7 |
|\ | | | | | | | | | | | Unfocus input when virtual keyboard is dismissed Fix #27181 | ||||
| * | Unfocus input when virtual keyboard is dismissed | Paul Rouget | 2020-07-13 | 2 | -0/+7 |
| | | |||||
* | | devtools: TabDescription actor | Paul Rouget | 2020-07-13 | 1 | -18/+22 |
|/ | |||||
* | UWP: allow servo's initial URL to be set before Servo starts | Paul Rouget | 2020-07-06 | 5 | -13/+26 |
| | |||||
* | Auto merge of #27149 - paulrouget:key_events2, r=jdm | bors-servo | 2020-07-03 | 4 | -21/+58 |
|\ | | | | | | | | | | | | | | | UWP: support virtual keyboard Fix #26898 and fix #26680. @jdm: can you test on the device? | ||||
| * | UWP: support virtual keyboard | Paul Rouget | 2020-07-02 | 4 | -21/+58 |
| | | |||||
* | | Enable stdout logging for all UWP builds | Josh Matthews | 2020-07-02 | 1 | -23/+13 |
|/ | |||||
* | Auto merge of #27114 - paulrouget:key_events, r=jdm | bors-servo | 2020-06-30 | 7 | -16/+211 |
|\ | | | | | | | | | | | | | [UWP] Key events This is the initial work required for proper keyboard events. The text controller implementation is very basic, just enough to show the virtual keyboard when it's needed, and have basic key events. | ||||
| * | UWP: Basic key events | Paul Rouget | 2020-06-30 | 7 | -16/+211 |
| | | |||||
* | | Auto merge of #27107 - paulrouget:darktheme, r=jdm | bors-servo | 2020-06-29 | 12 | -59/+31 |
|\ \ | | | | | | | | | | | | | | | | | | | UWP: Dark theme support Removed hard coded colors and replaced icons with builtin icon font. Fix #27058 | ||||
| * | | UWP: Dark theme support | Paul Rouget | 2020-06-29 | 12 | -59/+31 |
| |/ | |||||
* / | Fix DEFAULT_URL | Paul Rouget | 2020-06-29 | 7 | -37/+56 |
|/ | |||||
* | UWP console: force white background | Paul Rouget | 2020-06-23 | 4 | -14/+15 |
| | |||||
* | remove server panel | Paul Rouget | 2020-06-22 | 4 | -15/+6 |
| | |||||
* | Allow embedder to bypass devtools prompt | Paul Rouget | 2020-06-22 | 9 | -14/+23 |
| | |||||
* | UWP: Add console input | Paul Rouget | 2020-06-19 | 5 | -29/+89 |
| | |||||
* | UWP: use a listview to build the console | Paul Rouget | 2020-06-19 | 5 | -33/+79 |
| | |||||
* | UWP: clear console when navigating pages. | Josh Matthews | 2020-06-18 | 4 | -1/+10 |
| | |||||
* | [UWP] Basic console panel | Paul Rouget | 2020-06-17 | 9 | -33/+400 |
| | |||||
* | Auto merge of #26840 - paulrouget:l10n, r=Manishearth | bors-servo | 2020-06-11 | 16 | -118/+460 |
|\ | | | | | | | | | | | | | | | UWP L10N Partially addresses #26665. This does not cover Rust strings and resources files. | ||||
| * | L10N for UWP app. | Paul Rouget | 2020-06-11 | 10 | -59/+421 |
| | |