summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Version bump for release.PM28.3.1_Releasewolfbeast2019-01-23
|
* Disable IntersectionObserver API on release.wolfbeast2019-01-19
| | | | See #935
* Add isIntersecting property to IntersectionObserverEntry. (uplift)wolfbeast2019-01-17
| | | | | | Per updated spec. This resolves the issue raised in #249.
* Improve toolbar icons for all DPIs (uplift)wolfbeast2019-01-17
| | | | | | | | | | Tag #576. - Redraw toolbar SVG images, pixel-aligning them as best as possible with manual node placement on the pixel grid. - Reintroduce PNG versions for < 1.33 dppx (with added glow arrow) - Make the css adaptive around the 1.33 dppx border, using PNG below that threshold and SVG above it.
* [PALEMOON] Add captive portal preference to the UI. (uplift)wolfbeast2019-01-16
| | | | Tag #860
* [PALEMOON] Move Advanced prefs l10n strings to their proper placewolfbeast2019-01-16
|
* Align Element.ScrollIntoView() with the spec. (uplift)PM28.3.0_Releasewolfbeast2019-01-08
| | | | | | | This also removes the (unused) shadow alias from nsIDOMHTMLElement which used the different calling convention. This resolves #927
* Fix library window reference to SVG toolbar image.wolfbeast2019-01-07
| | | | | Tag #576. This needs uplift to the relbranch.
* Merge branch 'master' into Pale_Moon-releasewolfbeast2019-01-06
|\ | | | | | | | | | | | | | | # Conflicts: # application/palemoon/components/feeds/FeedWriter.js # application/palemoon/config/version.txt # security/manager/ssl/nsSTSPreloadList.errors # security/manager/ssl/nsSTSPreloadList.inc
| * Merge pull request #926 from JustOff/PR_WebExAM_addon.nameMoonchild2019-01-06
| |\ | | | | | | [WebExAM] Properly handle the add-on name in case it's localized
| | * [WebExAM] Properly handle the add-on name in case it's localizedJustOff2019-01-06
| |/
| * Expose hidden preference to disable Page Thumbnail generation.wolfbeast2019-01-06
| | | | | | | | This resolves #906.
| * Remove proprietary constructor on AudioContext.wolfbeast2019-01-04
| | | | | | | | | | | | | | | | | | This is a B2G leftover, was proprietary, and is causing issues because `AudioContext` can now have a parameter that is a property bag, per spec (we do not do anything with the property bag now; the audio back-end will use automatic values for everything). This resolves #924.
| * Make MAX_CSS_VAR_LENGTH unsigned to avoid warnings.wolfbeast2019-01-04
| | | | | | | | Follow-up for #891. Tag #457.
| * Update HSTS preload listtrav902019-01-02
| | | | | | | | Tag #447
| * Use getElementBoundingRect and element.ownerGlobal in FormSubmitObserverwolfbeast2019-01-02
| |
| * Update UXP Coding Style guideline document (WIP)wolfbeast2019-01-02
| |
| * Update UXP Coding Style guideline document (WIP)wolfbeast2019-01-02
| |
| * Update UXP Coding Style guideline document (WIP)wolfbeast2019-01-02
| |
| * Add Comodo IS < 6.3 64-bit to the dll blocklistwolfbeast2019-01-02
| |
| * Dont rely on 'this' staying alive long enough for getting favicons.wolfbeast2019-01-02
| | | | | | | | This fixes #809.
| * Merge pull request #917 from janekptacijarabaci/_testBranch_pm_downloads_rewriteMoonchild2018-12-31
| |\ | | | | | | Rewrite Pale Moon FE downloads handling
| | * [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | imports
| | * [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | a JavaScript code module
| | * [PALEMOON] Bug 1129896 - Part 1 of 2 - Keep cached metadata for history ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | downloads indefinitely
| | * [PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | landing of bug 1127867
| | * [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | downloads asynchronously
| | * Fix typosjanekptacijarabaci2018-07-29
| | |
| | * [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | DownloadsDataItem object
| | * [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | properties
| | * [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | a common place (downloadsViewCommon.js)
| | * [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | a common place
| | * [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | and remove now unneeded identifiers
| | * [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | objects
| | * [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItemjanekptacijarabaci2018-07-29
| | |
| | * [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Libraryjanekptacijarabaci2018-07-29
| | |
| | * [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChangedjanekptacijarabaci2018-07-29
| | |
| | * [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | without the target file name annotation
| | * [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | without the target file name annotation
| | * [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for ↵janekptacijarabaci2018-07-29
| | | | | | | | | | | | DownloadsView
| * | Merge pull request #920 from JustOff/PR_nsIBrowserSearchService_async_init_2Moonchild2018-12-31
| |\ \ | | | | | | | | [PALEMOON] Initialize the search service asynchronously when calling 'BrowserSearch.addEngine()'
| | * | [PALEMOON] Initialize the search service asynchronously when calling ↵JustOff2018-12-26
| | | | | | | | | | | | | | | | 'BrowserSearch.addEngine()'
| * | | Merge pull request #922 from trav90/media-workMoonchild2018-12-31
| |\ \ \ | | | | | | | | | | Avoid redefined macro warning in MediaFormatReader
| | * | | Avoid redefined macro warning in MediaFormatReadertrav902018-12-31
| | | | |
| * | | | Merge pull request #921 from trav90/media-workMoonchild2018-12-29
| |\| | | | | | | | | | | | | Use new decode API with recent FFmpeg version
| | * | | [FFmpeg] Don't define AV_CODEC_ID_VPx with libavcodec 58trav902018-12-28
| | | | |
| | * | | [FFmpeg] Use new decode API with recent FFmpeg version.trav902018-12-28
| |/ / / | | | | | | | | | | | | In libavcodec 58 and later, the old avcodec_decode_video2 is broken and only return the first visible frame found after a VP9 super-frame.
| * / / Add UXP Coding Style guideline document (WIP)wolfbeast2018-12-26
| |/ /
| * | Add performance warnings to Deprecated module.wolfbeast2018-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a dedicated handler for performance warnings to be logged to consoles if known performance-impacting methods are called. Search service init is changed from a deprecation warning to a performance warning for synchronous init. This also re-enables the warning for the Basilisk & Co. search service initialization which was previously removed in [a930a79] See also the discussion on #916.
| * | Fix crashiness of IntersectionObservers.wolfbeast2018-12-24
| | | | | | | | | | | | Mozilla hashtables -still- suck.