Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bug 1441941 - Limit allocations in SkTDArray. r=jrmuizel, a=RyanVM | Lee Salzman | 2018-04-19 |
| | |||
* | Bug 1409440. r=tnikkel, a=RyanVM | Andrew Osmond | 2018-04-19 |
| | |||
* | Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVM | Boris Zbarsky | 2018-04-19 |
| | | | | | | | | MozReview-Commit-ID: 9mPO2ezk2Y7 --HG-- extra : source : 060024fa93121d878d27f329c959757e6f71017a extra : intermediate-source : 925d5693c5a1a73806062947b18c98ed13efc6c3 | ||
* | Bug 1433609 - Ensure that deserialized URL is correct. r=mayhemer, a=RyanVM | Valentin Gosu | 2018-04-19 |
| | | | | MozReview-Commit-ID: BMQfPzPhDhc | ||
* | Bug 1361699 - Add buffer when writing hashstore to file. r=gcp, r=mcmanus, ↵ | Thomas Nguyen | 2018-04-19 |
| | | | | | | | | | | | | | a=RyanVM We write a lot of 4-bytes prefixes to file which call many system calls. We should use a buffer and only write to file if the buffer is full or finish writing. nsIBufferedOutputStream is a good candidate to do that MozReview-Commit-ID: CzGOd7iXVTv --HG-- extra : source : 8f2b4efc5f0d3191a7e80d9324933621e111b44a | ||
* | Bug 1443891. r=emk, a=RyanVM | Henri Sivonen | 2018-04-19 |
| | | | | MozReview-Commit-ID: AkUTNnVslMf | ||
* | Bug 1440717 - Use RefPtr for CompositingRenderTargetOGL::mGL. r=Bas, a=ritu | Nicolas Silva | 2018-04-19 |
| | | | | | | --HG-- extra : source : b6d2d55223d2aa5cb85bbdf33075d1d38f2a9a30 extra : intermediate-source : 0ec90964e0bc479412a4da8a61d48b665211736e | ||
* | Bug 1446062: libtremor Vorbis fix. r=jmspeex a=dveditz | Thomas Daede | 2018-04-19 |
| | | | | | --HG-- extra : transplant_source : %D3%CE8%8D%D3%C0%D3%C7%BE%7D%F2m%5DM%E3%A0%E4%0CW%F3 | ||
* | Bug 1446062 - Vorbis fix. r=jmspeex, a=lizzard | Monty Montgomery | 2018-04-19 |
| | | | | | | --HG-- extra : source : 6b4e98424f0dcc024fcad48608ada351e4075e59 extra : intermediate-source : 3db9e3d52b17563efca181ccbb50deb8660c59ae | ||
* | Merge pull request #206 from janekptacijarabaci/pm_PopupNotifications.jsm_1 | Moonchild | 2018-04-19 |
|\ | | | | | [PALEMOON] [frontend vs backend] Fix: PopupNotifications.jsm (some extra checkbox) + catch exceptions from callbacks | ||
| * | [PALEMOON] Fix: PopupNotifications.jsm (some extra checkbox) + catch ↵ | janekptacijarabaci | 2018-04-19 |
| | | | | | | | | | | | | exceptions from callbacks Issue #121 | ||
* | | Merge pull request #205 from janekptacijarabaci/pm_engine-manager_keyword_1 | Moonchild | 2018-04-19 |
|\ \ | | | | | | | [PALEMOON] Engine Manager throws a warning (deprecated) | ||
| * | | [PALEMOON] Engine manager - fix typo (added a name function for debugging) | janekptacijarabaci | 2018-04-19 |
| | | | | | | | | | | | | Issue #121 | ||
| * | | [PALEMOON] Engine Manager throws a warning (deprecated) | janekptacijarabaci | 2018-04-19 |
| |/ | | | | | | | Issue #121 | ||
* | | Merge pull request #204 from janekptacijarabaci/pm_toolbarbutton_badge_1 | Moonchild | 2018-04-19 |
|\ \ | |/ |/| | [PALEMOON] Fix badged button renders | ||
| * | [PALEMOON] [frontend vs backend] Follow up - ↵ | janekptacijarabaci | 2018-04-19 |
| | | | | | | | | | | | | ".toolbarbutton-badge-container" was renamed to ".toolbarbutton-badge-stack" Issue #202 | ||
| * | [PALEMOON] Fix badged button renders | janekptacijarabaci | 2018-04-19 |
|/ | | | | Issue #202 | ||
* | Merge pull request #203 from janekptacijarabaci/pm_urlbar_dropmarker_1 | New Tobin Paradigm | 2018-04-18 |
|\ | | | | | [PALEMOON] URL/Address/Location bar - suggestions in location bar cannot be hidden by clicking dropmarker again | ||
| * | [PALEMOON] URL/Address/Location bar - suggestions in location bar cannot be ↵ | janekptacijarabaci | 2018-04-19 |
|/ | | | | | | hidden by clicking dropmarker again https://github.com/MoonchildProductions/Pale-Moon/pull/1382 | ||
* | Use tried-and-proven backends for content rendering and reserve the use of ↵ | wolfbeast | 2018-04-18 |
| | | | | | | Skia for canvas only. This should prevent anemic, poorly-spaced and/or cut glyphs in content text. | ||
* | Merge pull request #201 from janekptacijarabaci/pm_places_error_1 | Moonchild | 2018-04-18 |
|\ | | | | | [PALEMOON] Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager] | ||
| * | [PALEMOON] Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵ | janekptacijarabaci | 2018-04-18 |
| | | | | | | | | | | | | | | [nsIEditor.transactionManager] Issue #133 Tag https://github.com/MoonchildProductions/UXP/pull/134 | ||
* | | Use natural border width rounding. | wolfbeast | 2018-04-18 |
| | | | | | | | | | | | | | | Round subpixel border widths to nearest integer instead of nearest-below integer. Split caret widths off from border widths and continue to use rounding to nearest-below integer for that. Bump Goanna version for visual rendering change. | ||
* | | Merge pull request #199 from trav90/buildsystem-work | New Tobin Paradigm | 2018-04-18 |
|\ \ | | | | | | | Set default MOZ_OPTIMIZE_FLAGS to -O2 when using GCC | ||
| * | | Set default MOZ_OPTIMIZE_FLAGS to -O2 when using GCC | trav90 | 2018-04-17 |
| | | | |||
* | | | Strengthen the use of the Master Password. | wolfbeast | 2018-04-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Use 30k iterations instead of 1. - Enforce minimum password length of 8 characters. - Adjust strength meter accordingly. This resolves #82. | ||
* | | | [PALEMOON] Only use the private autocomplete binding on the URL bar | Matt A. Tobin | 2018-04-18 |
| | | | |||
* | | | Add extra JS scope for DownloadUtils in urlbarBinding.xml to cater to global ↵ | wolfbeast | 2018-04-18 |
| | | | | | | | | | | | | lexical scope. | ||
* | | | Merge pull request #198 from JustOff/PR_asyncOpen2 | New Tobin Paradigm | 2018-04-18 |
|\ \ \ | |_|/ |/| | | Use asyncOpen2 instead of asyncOpen everywhere in Pale Moon | ||
| * | | Use asyncOpen2 instead of asyncOpen everywhere in Pale Moon | JustOff | 2018-04-17 |
|/ / | |||
* | | Merge pull request #168 from janekptacijarabaci/xpcom_exportFunction_length_1 | New Tobin Paradigm | 2018-04-17 |
|\ \ | |/ |/| | moebius#242: XPCOM: exportFunction() - fix wrong .length attribute | ||
| * | moebius#242: XPCOM: exportFunction() - fix wrong .length attribute | janekptacijarabaci | 2018-04-14 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/243 | ||
* | | [PALEMOON] Localize a private copy of the pre-richlistbox autocomplete ksmodule | Matt A. Tobin | 2018-04-17 |
| | | |||
* | | [PALEMOON] Localize a private copy of the pre-newawesomebar autocomplete ↵ | Matt A. Tobin | 2018-04-17 |
| | | | | | | | | bindings and styling | ||
* | | Restore nsPlacesAutoComplete | Matt A. Tobin | 2018-04-17 |
| | | |||
* | | Restore typeAheadResult support in autocomplete | Matt A. Tobin | 2018-04-17 |
| | | |||
* | | Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite" | Matt A. Tobin | 2018-04-16 |
| | | | | | | | | This reverts commit 532de8c09d10767960cdecbb4fcaa4262884016e. | ||
* | | Revert "[PALEMOON] Use unified complete in autocompletesearch attribute for ↵ | Matt A. Tobin | 2018-04-16 |
| | | | | | | | | | | | | urlbar" This reverts commit 2ccac3373fd4eaebe4fdd1812550549232fb6ed1. | ||
* | | [PALEMOON] Use unified complete in autocompletesearch attribute for urlbar | Matt A. Tobin | 2018-04-16 |
| | | |||
* | | [PALEMOON] Source nsPlacesAutoComplete from the suite | Matt A. Tobin | 2018-04-16 |
| | | |||
* | | Merge pull request #195 from janekptacijarabaci/pm_toolbars_custom_persist_1 | New Tobin Paradigm | 2018-04-16 |
|\ \ | | | | | | | palemoon#903 a #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible) | ||
| * | | [PALEMOON] Customizable toolbars - added a comment | janekptacijarabaci | 2018-04-16 |
| | | | |||
| * | | palemoon#975: Customizable toolbars - backward compatible (but unidirectional) | janekptacijarabaci | 2018-04-15 |
| | | | |||
| * | | palemoon#903: Customizable toolbars - persist the attribute "collapsed" | janekptacijarabaci | 2018-04-15 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/903 | ||
* | | | Merge pull request #196 from JustOff/PR_remove_sync_promo_icon | New Tobin Paradigm | 2018-04-16 |
|\ \ \ | | | | | | | | | Remove unused Sync promotion notification icon | ||
| * | | | Remove unused Sync promotion notification icon | JustOff | 2018-04-16 |
|/ / / | |||
* | | | Merge pull request #194 from JustOff/PR_remove_sync_promobox | New Tobin Paradigm | 2018-04-16 |
|\ \ \ | | | | | | | | | Remove the Sync promotion in the add-on install doorhanger | ||
| * | | | Remove Sync promobox from popup-notifications.inc as well | JustOff | 2018-04-16 |
| | | | | |||
| * | | | Remove the Sync promotion in the add-on install doorhanger | JustOff | 2018-04-16 |
|/ / / | |||
* | | | Merge pull request #192 from JustOff/PR_netError.dtd_malformedURI.title_dupe | New Tobin Paradigm | 2018-04-16 |
|\ \ \ | | | | | | | | | [PALEMOON] Remove accidentally duplicated 'malformedURI.title' from netError.dtd |