summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move Mozilla DevTools to Platform - Part 3: Merge the browser/devtools and ↵Matt A. Tobin2016-10-16
| | | | toolkit/devtools adjusting for directory collisions
* Move Mozilla DevTools to Platform - Part 2: mv l10n filesMatt A. Tobin2016-10-16
|
* Move Mozilla DevTools to Platform - Part 1: Avoid name collision of one fileMatt A. Tobin2016-10-16
|
* Merge pull request #606 from ↵Moonchild2016-10-16
|\ | | | | | | | | janekptacijarabaci/minorFix_places_controllers_an-error Prevent error&abort, and potentially dysfunctional context menu in places, due to already-removed controller.
| * Minor fix: Places - controllers - throws an errorjanekptacijarabaci2016-10-16
|/
* Ensure CTR can't be used on Pale Moon (just in case).Pale Moon2016-10-16
|
* Merge pull request #602 from janekptacijarabaci/places_sortByMoonchild2016-10-15
|\ | | | | Places: Menu "Views" - "Sort" - throws an errors
| * Places: Menu "Views" - "Sort" - throws an errorsjanekptacijarabaci2016-10-15
| |
* | Update woff2 upstream code + update script.Pale Moon2016-10-15
| |
* | Update OTS to 5.1.0 + fix missing OTS_API visibility.Pale Moon2016-10-15
| |
* | Switch AMO SSUAO to Firefox 28.9 instead of 24.9.Pale Moon2016-10-15
| | | | | | | | | | | | - Since our API level includes the later versions of the downloads API and findbar API, this is more akin to what is expected. - Keeping it <v29 avoids Australis-only focused extensions. - Considering we are blocking Jetpack/SDK, the common "minimum v26" for those extensions won't interfere any longer (sdk block vs. implied blocking on version).
* | Version bump.Pale Moon2016-10-15
| |
* | Merge pull request #601 from janekptacijarabaci/places_bookmarksMoonchild2016-10-15
|\ \ | | | | | | Places - "gEditItemOverlay is null" when using the keyboard to cancel "Bookmark all tabs" dialog
| * | Places - "gEditItemOverlay is null" when using the keyboard to cancel ↵janekptacijarabaci2016-10-15
| |/ | | | | | | "Bookmark all tabs" dialog
* | Merge pull request #599 from janekptacijarabaci/downloads_zonePrefMoonchild2016-10-15
|\ \ | | | | | | Downloads - Internet Zone - throws an error
| * | Downloads - Internet Zone - throws an errorjanekptacijarabaci2016-10-15
| |/
* | Merge pull request #600 from ↵Moonchild2016-10-15
|\ \ | |/ |/| | | | | janekptacijarabaci/minorFix_async_objectCreateVs__proto__ Minor fix: Async (Object.create vs. __proto__)
| * Minor fix: Async (Object.create vs. __proto__)janekptacijarabaci2016-10-15
|/
* Sniff less, trust server data more!Pale Moon2016-10-14
| | | | | | We can't sniff SVG file types by content, so we rely on the server-supplied MIME type in that case to properly cache favicons. Otherwise failed sniffing = "corrupt" icon, doesn't get cached or re-used. This resolves #596.
* Merge pull request #598 from janekptacijarabaci/minorFix_placesMoonchild2016-10-14
|\ | | | | Minor fix: Places - aOldNode is undefined
| * Minor fix: Places - aOldNode is undefined (the best solution)janekptacijarabaci2016-10-14
| |
| * Minor fix: Places - aOldNode is undefined (a better solution)janekptacijarabaci2016-10-14
| |
| * Minor fix: Places - aOldNode is undefinedjanekptacijarabaci2016-10-14
| |
* | Check type of node before using xlink:hrefPale Moon2016-10-14
|/ | | | This resolves #286.
* Move (non-)native extension indicator style to global extensions.css style ↵Pale Moon2016-10-14
| | | | | | sheet. Follow-up to #585 [8c9b4b6]
* Merge pull request #597 from wsdfhjxc/extension-indicatorsMoonchild2016-10-14
|\ | | | | Add indicators for (non-)native extensions in Add-ons Manager
| * Add indicators for (non-)native extensions in Add-ons Managerwsdfhjxc2016-10-14
| | | | | | | | This is a proposition for #585.
* | Fix favicon handling on hash navigation.Pale Moon2016-10-13
| |
* | Fix link and style elements to handle onload events Part 2.Pale Moon2016-10-13
| | | | | | | | Remove ::UnsetAttr() since it's no longer in use.
* | Fix link and style elements to handle onload events.Pale Moon2016-10-13
|/ | | | | Move LinkElement/StyleElement::SetAttr to AfterSetAttr. This resolves #595.
* Merge pull request #594 from janekptacijarabaci/devtools_styleEditor_minorFixMoonchild2016-10-13
|\ | | | | Minor fix: DevTools - Style Editor (editing CSS)
| * Minor fix: DevTools - Style editor (editing CSS)janekptacijarabaci2016-10-13
|/
* Add zone information control for downloaded files.Pale Moon2016-10-13
| | | | This resolves #593.
* Disable update logging if given a log file path longer than MAX_PATH.Pale Moon2016-10-13
|
* Revert "Remove the maintenance service (take 2)."Pale Moon2016-10-13
| | | | | This reverts commit 009fdf9eb83e29aceec430ccc6c1132e32b23185. Tag #492.
* Merge pull request #590 from janekptacijarabaci/history_forgetAboutSiteMoonchild2016-10-12
|\ | | | | Forget About This Site command isn't working properly
| * Forget About This Site command isn't working properlyjanekptacijarabaci2016-10-12
| |
* | Remove the maintenance service (take 2).Pale Moon2016-10-12
| | | | | | | | This resolves #492.
* | Merge pull request #589 from janekptacijarabaci/minorFix_session_errorsMoonchild2016-10-11
|\ \ | | | | | | Minor fix: Sessions - throws an error after run, better information on error
| * | Minor fix: Sessions - throws an error after run, better information on errorjanekptacijarabaci2016-10-11
| |/
* | Merge pull request #588 from janekptacijarabaci/printPreviewToolbarMoonchild2016-10-11
|\ \ | | | | | | | | | | | | Print preview bug - The toolbar for the Print Preview window isn't available (outlook.com, mail.yahoo.com, etc.) This resolves #586.
| * | Print preview bug - The toolbar for the Print Preview window isn't available ↵janekptacijarabaci2016-10-11
| |/ | | | | | | (outlook.com, mail.yahoo.com, etc.)
* | Revert "Remove the maintenance service."Pale Moon2016-10-11
| | | | | | | | This reverts commit fb21c6be5428d534caae4c7366ba494763eb01af.
* | Remove the maintenance service.Pale Moon2016-10-11
|/ | | | This resolves #492.
* Make sure the Save file picker window is attached to a live window.Pale Moon2016-10-10
| | | | This resolves #584.
* Enforce Firefox compatibility mode for msn.com and bing.comPale Moon2016-10-10
| | | | (The bigger they are, the less they listen)
* Stop using nsIDownloadManagerUI service in BrowserDownloadsUI() call.Pale Moon2016-10-09
| | | | Either open in a tab or in library view directly.
* Remove deprecated let block in DownloadsCommon.jsm.Pale Moon2016-10-09
|
* Remove Adobe CMap License because it's no longer applicable without pdf.jsPale Moon2016-10-09
|
* Merge pull request #583 from janekptacijarabaci/plugins_placeholderImageTextMoonchild2016-10-09
|\ | | | | Fix: Plugin placeholder image/text (ask to activate) missing