Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #898 from MoonchildProductions/Sync-weave | Moonchild | 2018-12-12 | -285/+405 |
|\ | | | | | Remove FxA Phase 1 | |||
| * | Merge branch 'master' into Sync-weave | wolfbeast | 2018-12-10 | -1064/+993 |
| |\ | ||||
| * | | 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 |
| | | | ||||
| * | | [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 |
| | | | ||||
| * | | [BASILISK] Enable the "legacy" panels for the sync preferences. | wolfbeast | 2018-11-30 | -107/+2 |
| | | | ||||
* | | | Update Dropbox UAO | wolfbeast | 2018-12-11 | -1/+1 |
| |/ |/| | ||||
* | | 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". | |||
* | | [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/+27 |
| | | ||||
* | | 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 |
|/ | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-29 | -17/+7 |
|\ | ||||
| * | Revert "[PALEMOON] Sanitize - "Form and search history" sanitize also the ↵ | JustOff | 2018-11-28 | -17/+7 |
| | | | | | | | | | | | | Findbar text and history (Ctrl-Z)" This reverts commit a97887a67742aa3f95c47ad79b3c4c3827565944. | |||
* | | Fix typo for Firefox compatmode prefs. | wolfbeast | 2018-11-29 | -3/+3 |
|/ | | | | Fixes regression from ec2e3bc0273f69592e46249578b9aec4cf6e9e85 | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-19 | -17/+703 |
|\ | ||||
| * | Merge pull request #874 from FranklinDM/sound_indicator-work | Moonchild | 2018-11-19 | -17/+703 |
| |\ | | | | | | | Add mute/media playing indicator to tabs | |||
| | * | Hide mute menu item and disable mute hotkey with existing pref | FranklinDM | 2018-11-18 | -0/+39 |
| | | | ||||
| | * | Fix undefined isSameDocument | FranklinDM | 2018-11-17 | -0/+2 |
| | | | ||||
| | * | Follow-up: Add missing getTabFromAudioEvent method | FranklinDM | 2018-11-17 | -0/+16 |
| | | | ||||
| | * | Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others | FranklinDM | 2018-11-17 | -11/+11 |
| | | | | | | | | | | | | - alltabs => allTabs | |||
| | * | Issue #638 - Part 9: Add sound icon to all tabs menu | FranklinDM | 2018-11-17 | -1/+11 |
| | | | ||||
| | * | Issue #638 - Part 8: Add overlay sound icon for pinned tabs | FranklinDM | 2018-11-17 | -17/+163 |
| | | | | | | | | | | | | - This also moves some styles to tabbrowser.css | |||
| | * | Issue #638 - Part 7: Remove hover and active states for sound indicator | FranklinDM | 2018-11-17 | -277/+74 |
| | | | ||||
| | * | Issue #638 - Part 6: Fix up remaining references | FranklinDM | 2018-11-16 | -12/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Refactor _tabAttrModified to accept two parameters - Modify consumers of _tabAttrModified to pass details - Add missing _soundPlayingAttrRemovalTimer field - Add missing checks for mute/unmute around the tab browser - Tab sound icon should inherit 'selected' attribute instead of 'visuallyselected' | |||
| | * | Issue #638 - Part 5: Add mute/unmute option to tab context menu | FranklinDM | 2018-11-16 | -0/+46 |
| | | | ||||
| | * | Issue #638 - Part 4: Add tab sound icon to tab drop-down list | FranklinDM | 2018-11-16 | -0/+27 |
| | | | ||||
| | * | Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute state | FranklinDM | 2018-11-16 | -0/+4 |
| | | | ||||
| | * | Issue #638 - Part 2: Add tooltip to mute/unmute buttons | FranklinDM | 2018-11-16 | -3/+23 |
| | | | ||||
| | * | Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs | FranklinDM | 2018-11-16 | -1/+538 |
| | | | ||||
* | | | Belated new cycle version bump | wolfbeast | 2018-11-19 | -1/+1 |
|/ / | ||||
* | | Strip Inkscape data from toolbar SVGs and remove obsolete PNGs. | wolfbeast | 2018-11-19 | -2695/+2362 |
| | | | | | | | | Tag #576 | |||
* | | Merge pull request #873 from JustOff/PR_bm_folders_copy_paste | Moonchild | 2018-11-19 | -23/+34 |
|\ \ | | | | | | | [PALEMOON] Align the places component with the updated PlacesUtils API | |||
| * | | [PALEMOON] Align the places component with the updated PlacesUtils API | JustOff | 2018-11-16 | -23/+34 |
| |/ | ||||
* / | Replace toolbar PNG bitmaps with SVG vectors. | wolfbeast | 2018-11-19 | -13/+4185 |
|/ | | | | | | | | This makes the main toolbar icon set use SVG vector images, so they are prepared for HiDPI use. The download indicator "attention" state (green arrow) has been folded into the main toolbar image. This is a direct replacement of the previous images (and not separate icon files) to have a direct drop-in replacement for the previously used files. Tag #576 | |||
* | Merge pull request #869 from FranklinDM/sync_notification-work | Moonchild | 2018-11-14 | -1/+1 |
|\ | | | | | [Pale Moon] Fix missing icon for Sync notifications | |||
| * | [Pale Moon] Sync notification widget's messageImage should inherit the ↵ | FranklinDM | 2018-11-14 | -1/+1 |
| | | | | | | | | 'type' attribute | |||
* | | Issue #861 - The bookmark properties window should focus on the Name Picker ↵ | Matt A. Tobin | 2018-11-14 | -0/+5 |
|/ | | | | text box on init | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-14 | -11/+4 |
|\ | ||||
| * | [PALEMOON] Use generic application icon for external applications in about:feeds | Matt A. Tobin | 2018-11-14 | -16/+4 |
| | | ||||
| * | Revert "[PALEMOON] Use generic application icon for external applications in ↵ | Matt A. Tobin | 2018-11-14 | -1/+6 |
| | | | | | | | | | | | | about:feeds" This reverts commit c8d90e332f4da50fdaa77eb733481d8be547391c. | |||
* | | Revert "[PALEMOON] Focus and select the first non-collapsed text element in ↵ | wolfbeast | 2018-11-14 | -5/+0 |
|/ | | | | | | | | the bookmark properties dialog" This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867 |