- Aug 25, 2017
-
-
Gregory Szorc authored
Backed out changeset 9923fffd4f64 (bug 1390700) for somehow breaking chain of trust on some Windows builds CLOSED TREE --HG-- extra : amend_source : e039e6840e52ee3186f4c8c0ae20d75cdccdee5a
-
Gregory Szorc authored
CLOSED TREE
-
Gregory Szorc authored
CLOSED TREE --HG-- extra : amend_source : 7618f27e1cf71347f12384935374d303d5c1ab23 extra : histedit_source : 1143d226673ace563bb5d9ff3c420ded33439791%2C9746a30097304bd2214a0072773dc00c767d31cd
-
- Aug 23, 2017
-
-
Mike Conley authored
Bug 1385453 - Factor out unloading tabs helper for async tab switcher to avoid postActions re-entry. r=billm MozReview-Commit-ID: IIDUY0mZ7Xs --HG-- extra : rebase_source : f91d755683a4f9eb475487cfc00f004bab28e405
-
Mike Conley authored
MozReview-Commit-ID: 9DOv9drNi9n --HG-- extra : rebase_source : f7927107e5374404f2043550e0cd1c9ee46f5991
-
Mike Conley authored
MozReview-Commit-ID: LTxerOEQyQq --HG-- extra : rebase_source : 7e858f026945ee55472e2877d520582faf2e1393
-
- Aug 09, 2017
-
-
Mike Conley authored
Bug 1385453 - Add Telemetry to measure how successful speculative tab warming is when switching tabs. r=billm,liuche, data-review=liuche MozReview-Commit-ID: GSMEE3IUlzN --HG-- extra : rebase_source : be219d2caea47e5050efa3414e941e10bd1ee1e8
-
- Aug 21, 2017
-
-
Mike Conley authored
Bug 1385453 - Speculatively warm-up a tab for the async tab switcher when hovering the tab element. r=billm MozReview-Commit-ID: 1xSduIdiQFQ --HG-- extra : rebase_source : 7f229506b257fa7baca0280d482e2b4bc01aed4a
-
Mike Conley authored
MozReview-Commit-ID: FIVx5d6ZOqq --HG-- extra : rebase_source : 3756ef4f6ae24b215ace6cffa889c6682953a7b5
-
- Aug 23, 2017
-
-
JW Wang authored
MozReview-Commit-ID: 36PqGtOpAbf --HG-- extra : rebase_source : 9ff9234f1f5db9151808d9a2ee33ced6d9e089c6
-
JW Wang authored
MozReview-Commit-ID: E1lkfLARMhS --HG-- extra : rebase_source : 354adbb22db9bdacec74a824bf04bfce0775faad
-
JW Wang authored
MozReview-Commit-ID: GwzIBNLjcZr --HG-- extra : rebase_source : 7673ba535636b3442f3987d3fe30f7e00822c621
-
- Aug 24, 2017
-
-
Makoto Kato authored
There is no reason that SetTextRangeStyle is defined at nsISelectionPrivate. Also, SetTextRangeStyle isn't scriptable, and is called from CompositionTransaction::SetIMESelection only. So we should move this to Selection. MozReview-Commit-ID: FCOA6wVhvYZ --HG-- extra : rebase_source : 64eb9e5fb973195b2c87ab4eb296685c8a4d0319
-
- Aug 23, 2017
-
-
Jan Henning authored
Bug 1390140 - Account for bookmark ID being <null> when populating BrowserSearch's HomeContextMenuInfo. r=Grisha The combined history view returns a bookmark ID of <null> for items that aren't a bookmark. Calling cursor.getInt() silently turns this into an ID of 0, which doesn't play well with the rest of our code that assumes that the bookmark ID for items that aren't in fact bookmarks is -1. When pressing "Remove" on a search history result, this means that we then end up trying to remove bookmark 0, i.e. the root "bookmark". Luckily this attempt doesn't succeed, but unfortunately still manages to crash the browser along the way. MozReview-Commit-ID: FZk4cI2EDAE --HG-- extra : rebase_source : c35a8c3eabeb8607392e073df0d697585e78c64c
-
- Aug 24, 2017
-
-
Manish Goregaokar authored
servo: Merge #18223 - Handle calcs in ScrollSnapPoints conversions (from Manishearth:stylo-scrollsnap); r=emilio fixes bug 1393580 https://bugzilla.mozilla.org/show_bug.cgi?id=1393580 Source-Repo: https://github.com/servo/servo Source-Revision: d7f7d550ab2f0f0edbcc36dab510701f21a25f7a --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 3d3c8e9fe88baed57e9ffac7b691a6f2c9d55215
-
Nazım Can Altınova authored
servo: Merge #18222 - stylo: Implement font feature values lookup (from canaltinova:font-feature-values-lookup); r=emilo,xidorn This PR reviewed by emilio and xidorn on bugzilla --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes [Bug 1355721](https://bugzilla.mozilla.org/show_bug.cgi?id=1355721) Source-Repo: https://github.com/servo/servo Source-Revision: 76e77be04107b1827588c6c0e70e6fd1919a7b33 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : c923dcb3b6c05d5fd83327046514eee86a845fe7
-
Gijs Kruitbosch authored
The panel-subview-header is always hidden in photon (sub)panels, and so we now never show it. Removing it avoids having to readd the old label for the bookmarks view, remove some unused strings, and I noticed that we accidentally left the PanelUI-sidebar container which is unused since bug 1360282. MozReview-Commit-ID: 4ProWA1sUUs --HG-- extra : rebase_source : e887b156f450a62cf04228db13b8584810fdf5a0
-
Gijs Kruitbosch authored
MozReview-Commit-ID: CNNbbfJTnlG --HG-- extra : rebase_source : ade3148178c99955ba007ff341b4d0e997191aa2
-
- Aug 14, 2017
-
-
Nazım Can Altınova authored
MozReview-Commit-ID: DUd4VTZQ33X --HG-- extra : rebase_source : c2772a233015b1ff419716ff9e34926d4a1a949f
-
- Aug 24, 2017
-
-
Nazım Can Altınova authored
MozReview-Commit-ID: 7wgQ1NCn7vL --HG-- extra : rebase_source : c104c2b09ebfbf5cdb98bc5638473cac1bfc40c9
-
- Aug 25, 2017
-
-
Ryan VanderMeulen authored
CLOSED TREE --HG-- extra : amend_source : 57c6e5e3155c1ad79d409f8a71c40704297b0600
-
Ryan VanderMeulen authored
-
Ryan VanderMeulen authored
Backed out changeset be0fe9a8d424 (bug 1367921) for browser_contextmenu_sendpage.js and browser_page_action_menu.js browser-chrome failures on a CLOSED TREE.
-
Ryan VanderMeulen authored
-
- Aug 24, 2017
-
-
Ryan VanderMeulen authored
-
Tom Ritter authored
Bug 1393498 Mark the stub_BaseThreadInitThunk as MOZ_NORETURN to silence a warning about a noreturn function not returning r=dmajor /home/worker/workspace/build/src/mozglue/build/WindowsDllBlocklist.cpp:816:1: error: 'noreturn' function does return [-Werror] MozReview-Commit-ID: SYgPDW0sMV --HG-- extra : rebase_source : 1039c3f8669093c9d77a3c30090c76457c8eb6e8
-
Wes Kocher authored
Backed out changeset 25f127dff090 (bug 1390249) for browser_all_files_referenced.js failures a=backout CLOSED TREE MozReview-Commit-ID: GRUTuGs7F4M --HG-- extra : amend_source : afe4e3e3a2cd1701ec3d8e7da015ed17c78cbe5b
-
Wes Kocher authored
Backed out changeset 2ce8a387fa80 (bug 1392787) Backed out changeset bf5a6ff97a8f (bug 1392787) MozReview-Commit-ID: 2cA5bdnNDIe
-
Wes Kocher authored
MozReview-Commit-ID: FRRUDa6rIuS
-
Wes Kocher authored
Backed out changeset 69f853076a0f (bug 1381460) for failures in browser_UsageTelemetry_content.js a=backout MozReview-Commit-ID: 3oQoIoK1uwD
-
Wes Kocher authored
Backed out changeset 2f9462c542b9 (bug 1382033) for failures in browser_all_files_referenced.js a=backout MozReview-Commit-ID: BxG4WjenJkP
-
Josh Matthews authored
This removes a trait object from the path of reporting a CSS error. --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] There are tests for these changes Source-Repo: https://github.com/servo/servo Source-Revision: d4ddec8d33dbdaa248ae45d7c8ff58cfca7d7a5e --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 2cba60dc31ad007b10425814f9aa46299a053366
-
Drew Willcoxon authored
Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs MozReview-Commit-ID: 8StaNxrvryT --HG-- extra : rebase_source : 638106ab10ac6ba85d2877aca24149c928412617
-
Wes Kocher authored
MozReview-Commit-ID: 9LrZYhCPjRv
-
L10n Bumper Bot authored
wo -> ['android', 'android-api-15', 'android-multilocale']
-
Sebastian Hengst authored
MozReview-Commit-ID: 6TGQRm8SSk0
-
Andreas Farre authored
-
Jonathan Kew authored
Bug 1392659 - Activate fonts available in the macOS "Language Support" directory so that they are available in Gecko. r=jrmuizel
-
Jonathan Kew authored
Bug 1393185 - Annotate gfxFT2LockedFace as a stack-based helper, and avoid touching the refcount of the font. r=lsalzman
-
Michal Novotny authored
-