Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #818 from trav90/mfbt-work | Moonchild | 2018-10-08 | -0/+3386 |
|\ | | | | | Add mozilla::Span | |||
| * | Fix Span.h constexprs for VS2017 | trav90 | 2018-10-06 | -6/+6 |
| | | ||||
| * | Add mozilla::Span | trav90 | 2018-10-06 | -0/+3386 |
| | | ||||
* | | Merge pull request #822 from trav90/code-cleanup | Moonchild | 2018-10-08 | -661/+1 |
|\ \ | | | | | | | [ffvpx] Remove support for 32-bit Mac | |||
| * | | [ffvpx] Remove support for 32-bit Mac | trav90 | 2018-10-07 | -661/+1 |
|/ / | ||||
* | | Use device pixels instead of CSS pixels for table borders. | wolfbeast | 2018-10-07 | -38/+41 |
| | | | | | | | | This resolves #821 (regression). | |||
* | | Make caret width normal/thick behind CJK char configurable. | wolfbeast | 2018-10-07 | -1/+10 |
|/ | | | | Fixes #820 (regression). | |||
* | Merge pull request #813 from JustOff/PR_SessionStorage_principal_origin | Moonchild | 2018-10-06 | -1/+8 |
|\ | | | | | [BASILISK] Protect against nsIPrincipal.origin throwing for about:blank iframes and custom protocol urls | |||
| * | [BASILISK] Protect against nsIPrincipal.origin throwing for about:blank ↵ | JustOff | 2018-10-06 | -1/+8 |
| | | | | | | | | iframes and custom protocols | |||
* | | Set the default action to not lock content scrolling when a menu is open. | wolfbeast | 2018-10-06 | -2/+3 |
|/ | | | | This resolves issues with the bookmarks and other menus with submenus if scrollable in case of many items displayed. | |||
* | Merge pull request #811 from MaxKoll/MaxKoll-patch-1 | Moonchild | 2018-10-04 | -61/+81 |
|\ | | | | | Fix in-tab close button behavior | |||
| * | Fix in-tab close button behavior (#775) | MaxKoll | 2018-10-04 | -61/+81 |
| | | | | | | | | - Fixes #775. - Coincidentally also fixes a regression that prevented opening new tabs via double click on an empty space in the tab bar. | |||
* | | Ensure we got an nsISSLStatus when deserializing in TransportSecurityInfo. | wolfbeast | 2018-10-04 | -1/+92 |
| | | ||||
* | | Bug 1493900. | wolfbeast | 2018-10-04 | -3/+12 |
|/ | | | | DiD fix. | |||
* | Make all arguments to init*Event() optional except the first | wolfbeast | 2018-10-04 | -169/+175 |
| | | | | This resolves #810. | |||
* | Merge pull request #808 from trav90/media-work | Moonchild | 2018-10-02 | -3/+15 |
|\ | | | | | [ffmpeg] Always allocate memory to pass extradata | |||
| * | [ffmpeg] Always allocate memory to pass extradata | trav90 | 2018-10-01 | -3/+15 |
|/ | | | | Despite wording of the documentation to the contrary, we can't provide a static pointer to an immutable object. | |||
* | Merge pull request #806 from trav90/ffvpx-resync | Moonchild | 2018-10-02 | -8816/+8812 |
|\ | | | | | Update ffvpx code to 4.0.2 (take 2) | |||
| * | Clobber for ffvpx update | trav90 | 2018-10-01 | -1/+1 |
| | | ||||
| * | [ffvpx] Remove unneeded libavcodec symbols and dummy functions | trav90 | 2018-10-01 | -10/+0 |
| | | | | | | | | Fixes linkage errors on Windows. | |||
| * | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-10-01 | -8815/+8821 |
|/ | ||||
* | Merge pull request #805 from ↵ | Moonchild | 2018-10-01 | -8822/+8816 |
|\ | | | | | | | | | MoonchildProductions/revert-801-update-from-upstream Revert "Update ffvpx code to 4.0.2" | |||
| * | Revert "Update ffvpx code to 4.0.2" | Moonchild | 2018-10-01 | -8822/+8816 |
|/ | ||||
* | Merge pull request #801 from trav90/update-from-upstream | Moonchild | 2018-10-01 | -8816/+8822 |
|\ | | | | | Update ffvpx code to 4.0.2 | |||
| * | Clobber for ffvpx update | trav90 | 2018-09-30 | -1/+1 |
| | | ||||
| * | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-09-30 | -8815/+8821 |
| | | ||||
* | | Merge pull request #804 from JustOff/PR_s4e_FullScreenVideo | Moonchild | 2018-10-01 | -20/+69 |
|\ \ | | | | | | | [PALEMOON] Use message manager to detect full-screen HTML5 video in S4E module | |||
| * | | [PALEMOON] Use message manager to detect full-screen HTML5 video in S4E module | JustOff | 2018-10-01 | -20/+69 |
| | | | ||||
* | | | Remove telemetry reporting functions from CubebUtils | wolfbeast | 2018-10-01 | -40/+0 |
|/ / | | | | | | | Tag #21. | |||
* | | Remove telemetry from cache v1 service locking (part2). | wolfbeast | 2018-10-01 | -81/+65 |
| | | | | | | | | | | | | | | - Fold Lock(TelemetryID) into Lock(); - Fold nsCacheServiceAutoLock(TelemetryID) into nsCacheServiceAutoLock(); Tag #21. | |||
* | | Remove telemetry from cache v1 service locking (part1). | wolfbeast | 2018-10-01 | -11/+2 |
| | | | | | | | | Tag #21. | |||
* | | Remove unused telemetry functions/variables. | wolfbeast | 2018-10-01 | -29/+1 |
|/ | | | | Tag #21. | |||
* | Remove cache I/O telemetry. | wolfbeast | 2018-09-30 | -126/+0 |
| | | | | Tag #21. | |||
* | Remove telemetry probes to get detailed disk cache hit rate. | wolfbeast | 2018-09-30 | -212/+0 |
| | | | | Tag #21. | |||
* | Remove telemetry probes for cache file system. | wolfbeast | 2018-09-29 | -99/+0 |
| | ||||
* | Clean up a number of unused variables. | wolfbeast | 2018-09-29 | -77/+0 |
| | | | | Tag #21. | |||
* | Update telemetry whitelists. | wolfbeast | 2018-09-29 | -3/+0 |
| | | | | Tag #21. | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-29 | -2021/+3191 |
|\ | ||||
| * | Merge pull request #800 from trav90/update-from-upstream | Moonchild | 2018-09-29 | -114/+268 |
| |\ | | | | | | | Update libnestegg from upstream | |||
| | * | Update test files for libnestegg update | trav90 | 2018-09-29 | -3/+5 |
| | | | ||||
| | * | Update libnestegg from upstream | trav90 | 2018-09-28 | -108/+260 |
| | | | ||||
| | * | Update upstream URL and update script for libnestegg | trav90 | 2018-09-28 | -3/+3 |
| | | | ||||
| * | | Update HSTS preload list | trav90 | 2018-09-29 | -1907/+2923 |
| | | | | | | | | | | | | Tag #447 | |||
* | | | Remove telemetry to find optimal cache entry hash size | wolfbeast | 2018-09-29 | -117/+0 |
|/ / | | | | | | | Tag #21. | |||
* / | Get rid of the incorrect mechanism to remove insecure fallback hosts. | wolfbeast | 2018-09-29 | -12/+0 |
|/ | | | | This fixes #797. | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-29 | -3/+3 |
|\ | ||||
| * | Only opt-in to esr52 search service for select applications | Matt A. Tobin | 2018-09-28 | -3/+3 |
| | | ||||
* | | Rename address bar back to location bar | wolfbeast | 2018-09-29 | -2/+2 |
|/ | | | | Tag Issue #765 | |||
* | Remove IndexedDB for content pref. | wolfbeast | 2018-09-29 | -32/+0 |
| | | | | Tag Issue #765 | |||
* | Update permissions manager strings. | wolfbeast | 2018-09-28 | -1/+1 |
| | | | | Tag Issue #765 |