Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Stub out FxA context menu functions. | wolfbeast | 2018-12-17 | -80/+2 |
| | | | | Tag #812 | |||
* | Merge branch 'master' into Sync-weave | wolfbeast | 2018-12-10 | -5134/+1071 |
|\ | ||||
| * | Merge pull request #902 from trav90/media-work | Moonchild | 2018-12-09 | -823/+21 |
| |\ | | | | | | | Remove the old MP3Parser and reorganize remaining MP3 code | |||
| | * | Add missing #include | trav90 | 2018-12-08 | -0/+1 |
| | | | ||||
| | * | Move the MP3 code to it's own directory | trav90 | 2018-12-08 | -4/+18 |
| | | | ||||
| | * | Remove separate MP3 name space | trav90 | 2018-12-08 | -7/+2 |
| | | | | | | | | | | | | It is no longer needed. | |||
| | * | Remove the old MP3FrameParser | trav90 | 2018-12-08 | -812/+0 |
| | | | | | | | | | | | | All former users of the old MP3 parsing code are gone, so we can now just remove the parser itself as well. | |||
| * | | Merge pull request #901 from trav90/code-cleanup | Moonchild | 2018-12-09 | -386/+1 |
| |\ \ | | | | | | | | | Remove unused files from media gtests | |||
| | * | | Remove files and comments related to MP4Reader | trav90 | 2018-12-08 | -222/+1 |
| | | | | | | | | | | | | | | | | The MP4Reader no longer exists in the tree. | |||
| | * | | Remove Rust files from media gtests | trav90 | 2018-12-08 | -164/+0 |
| | |/ | ||||
| * | | Merge pull request #903 from trav90/issue900 | Moonchild | 2018-12-09 | -6/+34 |
| |\ \ | | |/ | |/| | Only disallow lazy frame construction for direct children of display:… | |||
| | * | Only disallow lazy frame construction for direct children of display: ↵ | trav90 | 2018-12-09 | -6/+34 |
| |/ | | | | | | | contents elements | |||
| * | Fix incorrect preference reference in feed reader. | wolfbeast | 2018-12-07 | -1/+1 |
| | | ||||
| * | Add an option to process favicons. | wolfbeast | 2018-12-06 | -1/+31 |
| | | | | | | | | | | This optimizes the size for UI display and strips animations. Default disabled. This resolves #899. | |||
| * | Stop feeding a Firefox compat mode to AMO. | wolfbeast | 2018-12-06 | -13/+5 |
| | | | | | | | | | | Since AMO has removed all "legacy" extensions, they do not offer anything compatible with us any longer. We send the native UA to them from now on to always have it respond with "Only with Firefox". | |||
| * | Merge pull request #897 from trav90/telemetry-cleanup | Moonchild | 2018-12-03 | -25/+0 |
| |\ | | | | | | | Remove MediaTelemetryConstants | |||
| | * | Remove MediaTelemetryConstants | trav90 | 2018-12-02 | -25/+0 |
| | | | ||||
| * | | Merge pull request #896 from trav90/media-work | Moonchild | 2018-12-03 | -0/+6 |
| |\ \ | | | | | | | | | Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting … | |||
| | * | | Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting them ↵ | trav90 | 2018-12-01 | -0/+6 |
| | |/ | | | | | | | | | | for lib use | |||
| * | | Merge pull request #895 from trav90/code-cleanup | Moonchild | 2018-12-03 | -2833/+6 |
| |\ \ | | | | | | | | | Remove DirectShowReader | |||
| | * | | Remove DirectShowReader Part 4: Tests | trav90 | 2018-12-01 | -4/+3 |
| | | | | ||||
| | * | | Remove DirectShowReader Part 3: Directories | trav90 | 2018-12-01 | -2750/+0 |
| | | | | ||||
| | * | | Remove DirectShowReader Part 2: Build system | trav90 | 2018-12-01 | -35/+0 |
| | | | | ||||
| | * | | Remove DirectShowReader Part 1: Conditional code | trav90 | 2018-12-01 | -44/+3 |
| | |/ | ||||
| * | | [PALEMOON] Complete making Sync optional at build time - Part 2: Packaging | Matt A. Tobin | 2018-12-01 | -0/+8 |
| | | | ||||
| * | | [PALEMOON] Complete making Sync optional at build time | Matt A. Tobin | 2018-12-01 | -2/+31 |
| |/ | ||||
| * | Limit the CSS string length for resolved variables to sane values. | wolfbeast | 2018-12-01 | -0/+9 |
| | | | | | | | | This resolves #891 | |||
| * | Merge pull request #892 from binaryoutcast/pmTreeCleanup | Moonchild | 2018-11-30 | -793/+791 |
| |\ | | | | | | | PR to resolve #889 - Clean up the Pale Moon tree | |||
| | * | Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistent | Matt A. Tobin | 2018-11-30 | -655/+655 |
| | | | ||||
| | * | Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent | Matt A. Tobin | 2018-11-30 | -83/+25 |
| | | | ||||
| | * | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to components | Matt A. Tobin | 2018-11-30 | -19/+33 |
| | | | ||||
| | * | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components | Matt A. Tobin | 2018-11-30 | -9/+23 |
| | | | ||||
| | * | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components | Matt A. Tobin | 2018-11-30 | -3/+17 |
| | | | ||||
| | * | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to components | Matt A. Tobin | 2018-11-30 | -24/+38 |
| |/ | ||||
| * | Issue #890 - Port cpp aboutRedirector to javascript | Matt A. Tobin | 2018-11-30 | -263/+139 |
| | | ||||
* | | Remove non-functional removal summary from quota dialog. | wolfbeast | 2018-12-10 | -64/+0 |
| | | ||||
* | | Restore quota view/warnings to Basilisk. | wolfbeast | 2018-12-10 | -5/+407 |
| | | ||||
* | | Juggle some strings. | wolfbeast | 2018-12-03 | -0/+6 |
| | | ||||
* | | Revert "Restore missing broadcaster strings" | wolfbeast | 2018-12-03 | -5/+0 |
| | | | | | | | | This reverts commit 11d1af7af1799ca32216883862aa78e2e18b57c2. | |||
* | | [BASILISK] Make CUI's PanelUI work with Weave. | wolfbeast | 2018-12-02 | -35/+16 |
| | | ||||
* | | [BASILISK] Make Basilisk front-end use Weave | wolfbeast | 2018-12-01 | -106/+12 |
| | | ||||
* | | Restore missing broadcaster strings | wolfbeast | 2018-12-01 | -0/+5 |
| | | ||||
* | | [BASILISK] Enable the "legacy" panels for the sync preferences. | wolfbeast | 2018-11-30 | -107/+2 |
| | | ||||
* | | Fix status.js | wolfbeast | 2018-11-30 | -1/+0 |
| | | ||||
* | | Remove FxA BrowserIDManager auth | wolfbeast | 2018-11-30 | -789/+1 |
| | | ||||
* | | TPS logging: use app name | wolfbeast | 2018-11-30 | -2/+2 |
| | | ||||
* | | Remove fxAccountsEnabled() | wolfbeast | 2018-11-30 | -45/+7 |
| | | ||||
* | | Remove get/setFxAMigrationSentinel | wolfbeast | 2018-11-30 | -86/+0 |
| | | ||||
* | | Remove telemetry calls from sync | wolfbeast | 2018-11-30 | -9/+0 |
| | | ||||
* | | Remove healthreport telemetry module from Sync + tests | wolfbeast | 2018-11-30 | -1089/+0 |
| | |