Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | Remove telemetry calls from sync | wolfbeast | 2018-11-30 | -9/+0 | |
| * | | | Remove healthreport telemetry module from Sync + tests | wolfbeast | 2018-11-30 | -1089/+0 | |
| * | | | Remove FxaMigrator module | wolfbeast | 2018-11-30 | -547/+0 | |
| * | | | Bump Weave client version | wolfbeast | 2018-11-30 | -1/+1 | |
| * | | | Merge branch 'master' into Sync-weave | wolfbeast | 2018-11-30 | -21/+11 | |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into Sync-weave | wolfbeast | 2018-11-28 | -20600/+12665 | |
| |\ \ \ \ | |||||
| * | | | | | Prevent form sync error when there's nothing to sync. | wolfbeast | 2018-10-30 | -0/+3 | |
| * | | | | | Update constants. | wolfbeast | 2018-10-24 | -1/+5 | |
| * | | | | | Pass exceptions directly to logger. | wolfbeast | 2018-10-24 | -59/+49 | |
| * | | | | | Merge branch 'master' into Sync-weave | wolfbeast | 2018-10-24 | -52/+0 | |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into Sync-weave | wolfbeast | 2018-10-24 | -6552/+494436 | |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Teach Sync history engine about TRANSITION_RELOAD visit type. | wolfbeast | 2018-10-06 | -1/+1 | |
| * | | | | | | | Fix error in locallyModified. | wolfbeast | 2018-10-06 | -1/+1 | |
| * | | | | | | | Make Everything Work⢠| wolfbeast | 2018-10-06 | -17/+7 | |
| * | | | | | | | Update constants.js for array assignment. | wolfbeast | 2018-10-06 | -2/+6 | |
| * | | | | | | | Update sync client for JS changes. | wolfbeast | 2018-10-06 | -228/+256 | |
| * | | | | | | | Import Tycho weave client | wolfbeast | 2018-10-06 | -16759/+7272 | |
* | | | | | | | | Fix mistakingly flagged instructions. | wolfbeast | 2018-12-12 | -1/+1 | |
* | | | | | | | | Clear weak pointers in FT2 font list shutdown observers. | wolfbeast | 2018-12-12 | -6/+12 | |
* | | | | | | | | Clear weak pointers in VTT shutdown observers. | wolfbeast | 2018-12-11 | -3/+14 | |
* | | | | | | | | Update Dropbox UAO | wolfbeast | 2018-12-11 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Merge pull request #902 from trav90/media-work | Moonchild | 2018-12-09 | -823/+21 | |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 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 | |
| * | | | | | | | Remove the old MP3FrameParser | trav90 | 2018-12-08 | -812/+0 | |
* | | | | | | | | Merge pull request #901 from trav90/code-cleanup | Moonchild | 2018-12-09 | -386/+1 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove files and comments related to MP4Reader | trav90 | 2018-12-08 | -222/+1 | |
| * | | | | | | | | 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: content... | trav90 | 2018-12-09 | -6/+34 | |
|/ / / / / / / | |||||
* | | | | | | | 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 | |
* | | | | | | | Stop feeding a Firefox compat mode to AMO. | wolfbeast | 2018-12-06 | -13/+5 | |
* | | | | | | | Merge pull request #897 from trav90/telemetry-cleanup | Moonchild | 2018-12-03 | -25/+0 | |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 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 them for... | trav90 | 2018-12-01 | -0/+6 | |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #895 from trav90/code-cleanup | Moonchild | 2018-12-03 | -2833/+6 | |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 | |
* | | | | | | | Merge pull request #892 from binaryoutcast/pmTreeCleanup | Moonchild | 2018-11-30 | -793/+791 | |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | 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 |