Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Initial updates for Reader View. | Ascrod | 2018-05-15 |
| | |||
* | Merge pull request #359 from JustOff/PR_about_newtab_fix | New Tobin Paradigm | 2018-05-15 |
|\ | | | | | Revive the quickdial page (about:newtab) | ||
| * | Revive the quickdial page (about:newtab) | JustOff | 2018-05-16 |
|/ | |||
* | Don't linkify data: or javascript: URLs in the web console. | wolfbeast | 2018-05-15 |
| | |||
* | Merge libhyphen fix from upstream. | wolfbeast | 2018-05-15 |
| | |||
* | Consistently use PR memory functions. | wolfbeast | 2018-05-15 |
| | |||
* | Update in-tree freetype2 lib (unused) to 2.9.1 | wolfbeast | 2018-05-15 |
| | |||
* | Add omitted Skia "Safe Math" includes. | wolfbeast | 2018-05-15 |
| | |||
* | Check for infinite value in txFormatNumberFunctionCall. | wolfbeast | 2018-05-15 |
| | |||
* | Use a temporary in Animation::Tick() | wolfbeast | 2018-05-15 |
| | |||
* | Drop invisible characters from downloads filename. | wolfbeast | 2018-05-15 |
| | |||
* | Pale Moon version bump | Matt A. Tobin | 2018-05-15 |
| | |||
* | Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist | Matt A. Tobin | 2018-05-15 |
| | |||
* | Merge pull request #356 from JustOff/PR_ssuao_revert_1148544 | New Tobin Paradigm | 2018-05-14 |
|\ | | | | | Revert incorrect UAO optimization that broke SSUAO | ||
| * | Revert incorrect UAO optimization that broke SSUAO | JustOff | 2018-05-15 |
| | | |||
* | | [PALEMOON] Override Windows Installer usage of MOZ_APP_DISPLAYNAME when ↵ | Matt A. Tobin | 2018-05-14 |
|/ | | | | appropriate | ||
* | [*AM] Make soft-blocked phrasing more generic so people will cry less when ↵ | Matt A. Tobin | 2018-05-14 |
| | | | | we do our job | ||
* | Remove moz_widget_toolkit_gonk | wolfbeast | 2018-05-14 |
| | | | | Tag #288 | ||
* | Merge pull request #351 from janekptacijarabaci/aboutSessionRestore_error_2 | Moonchild | 2018-05-14 |
|\ | | | | | about:welcomeback - fix an error "invalid 'in' operand gTreeData[idx]" in aboutSessionRestore.js | ||
| * | about:welcomeback - fix an error "invalid 'in' operand gTreeData[idx]" in ↵ | janekptacijarabaci | 2018-05-13 |
| | | | | | | | | aboutSessionRestore.js | ||
* | | Merge pull request #350 from janekptacijarabaci/aboutSessionRestore_error_1 | Moonchild | 2018-05-14 |
|\| | | | | | about:sessionrestore - fix an error "treeView.treeBox is null" in aboutSessionRestore.js | ||
| * | about:sessionrestore - fix an error "treeView.treeBox is null" in ↵ | janekptacijarabaci | 2018-05-13 |
| | | | | | | | | aboutSessionRestore.js | ||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-05-14 |
|\ \ | |||
| * | | [PALEMOON] Remove non-applicable lines from package-manifest.in that block ↵ | Matt A. Tobin | 2018-05-14 |
| | | | | | | | | | | | | basic macintosh packaging | ||
* | | | Add AMO override. | wolfbeast | 2018-05-14 |
|/ / | |||
* | | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 |
| | | | | | | | | Tag #288. | ||
* | | Remove missed MOZ_WIDGET_GONK ifdef | wolfbeast | 2018-05-13 |
| | | | | | | | | Tag #288 | ||
* | | Fix incorrectly removed #includes | wolfbeast | 2018-05-13 |
| | | | | | | | | Tag #288. | ||
* | | Remove MOZ_WIDGET_GONK [2/2] | wolfbeast | 2018-05-13 |
| | | | | | | | | Tag #288 | ||
* | | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 |
| | | | | | | | | Tag #288 | ||
* | | Convert uses of KEY_MAP_ANDROID_EXCEPT_B2G to KEY_MAP_ANDROID | wolfbeast | 2018-05-12 |
| | | |||
* | | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 |
| | | |||
* | | Remove gonk IDL reference in /hal. | wolfbeast | 2018-05-12 |
| | | | | | | | | Solves build bustage. Follow-up to cfe5ef4ac7cd59f094b538252161ad74223c47da | ||
* | | Merge branch 'ported-upstream' | wolfbeast | 2018-05-12 |
|\ \ | |||
| * | | Bug 1449548. | wolfbeast | 2018-05-10 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-05-12 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #342 from JustOff/PR_mse_ui | Moonchild | 2018-05-11 |
| |\ \ | | | | | | | | | Remove the obsolete `media.mediasource.format-reader` control from the preferences UI | ||
| | * | | Remove the obsolete `media.mediasource.format-reader` control from the ↵ | JustOff | 2018-05-11 |
| | | | | | | | | | | | | | | | | preferences UI | ||
* | | | | Remove Gonk build directories | wolfbeast | 2018-05-12 |
|/ / / | |||
* / / | Enable xrender by default. | wolfbeast | 2018-05-10 |
|/ / | | | | | | | | | Resolves perf regressions over remote X, and makes sense for our content back-ends. Resolves #341. | ||
* | | Merge branch 'ported-upstream' | wolfbeast | 2018-05-10 |
|\| | |||
| * | Bug 1454692 - Backport some upstream Skia fixes to ESR52. r=rhunt, a=abillings | Lee Salzman | 2018-05-10 |
| | | | | | | | | | | --HG-- extra : histedit_source : 0fcd64cabe6f54a2286083d6518e4e6451183a19%2C37f5e7f9dbbfc01102631c33b23329d2af5aa71b | ||
| * | Bug 1426129 - Hold CamerasChild via promoting "this" to a RefPtr. ↵ | Paul Adenot | 2018-05-10 |
| | | | | | | | | r=pehrsons, a=RyanVM | ||
| * | Bug 1447080 - Remove SEE_MASK_FLAG_NO_UI for better Windows 10 ↵ | Jim Mathies | 2018-05-10 |
|/ | | | | | | | | | | compatibility. r=dparks, a=lizzard MozReview-Commit-ID: FbaKIfQdV8K --HG-- extra : source : 56bfd2178dcad46a5b611b14e31938f1d96124a0 extra : intermediate-source : ed7be30d31414eedb16d557c0a2e7a9aeb5ec36d | ||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-05-09 |
|\ | |||
| * | Merge pull request #340 from ↵ | Moonchild | 2018-05-09 |
| |\ | | | | | | | | | | | | | janekptacijarabaci/preferences_fonts_fallback-character-encoding_1 Add UTF-8 as a default fallback encoding for unknown encodings | ||
| | * | Add UTF-8 as a default fallback encoding for unknown encodings | janekptacijarabaci | 2018-05-09 |
| | | | | | | | | | | | | Issue #315 | ||
* | | | Merge branch 'intl-ICU-emoji-work' | wolfbeast | 2018-05-09 |
|\ \ \ | |/ / |/| | | |||
| * | | Font fallback should detect emoji range for color emoji font. | wolfbeast | 2018-05-09 |
| | | | |||
| * | | Fix build bustage | wolfbeast | 2018-05-09 |
| | | | | | | | | | | | | Fix nsAtom->nsIAtom and FindAndAddFamilies() |