summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Switch to Lanczos scaling from Hamming to get acceptable fast downscaling.wolfbeast2018-07-14-16/+11
| | | | | | | | | | In visual tests we see that Hamming-1 is not as good as Lanczos-2, however it is about 40% faster, and Lanczos-2 itself is about 30% faster than Lanczos-3. The use of Hamming-1 has been deemed an unacceptable trade-off between quality and speed due to the limited pixel space it operates in, so we pick Lanczos-2 here. On modern hardware, Lanczos-2 doesn't have any noticeable impact in normal use.
* Issue #634 - aAddon.markAsSeen is not a function newaddon.jsMatt A. Tobin2018-07-13-3/+8
|
* Update requirements.txtMoonchild2018-07-13-1/+1
|
* Merge pull request #628 from janekptacijarabaci/build_bustage_debug_1Moonchild2018-07-13-2/+7
|\ | | | | Fix Build Bustage - with "--enable-debug"
| * Fix Build Bustage - with "--enable-debug"janekptacijarabaci2018-07-12-2/+7
| |
* | Merge pull request #633 from FranklinDM/issue-336-fixMoonchild2018-07-13-0/+24
|\ \ | | | | | | Fix issue #336: Full-screen does not initialized properly when called from an empty new tab
| * | Issue #336: Mouse position tracker not set even if chrome is still visible ↵Franklin DM2018-07-13-0/+12
| | | | | | | | | | | | on fullscreen
| * | Issue #336: Mouse position tracker not set even if chrome is still visible ↵Franklin DM2018-07-13-0/+12
| | | | | | | | | | | | on fullscreen
* | | Update mozharness reqs.wolfbeast2018-07-13-2/+2
|/ /
* | Merge pull request #632 from ↵Moonchild2018-07-13-20/+38
|\ \ | | | | | | | | | | | | janekptacijarabaci/images_tab-closing_never-ending_1 Fix closing a tab when there are many images on the page
| * | Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now ↵janekptacijarabaci2018-07-12-9/+1
| | | | | | | | | | | | unused
| * | Bug 1346501. Don't mark every image as visible when a frame is created for itjanekptacijarabaci2018-07-12-11/+37
| |/
* / Remove recover instruction results after bailouts.wolfbeast2018-07-13-38/+20
|/
* Merge branch 'ANGLE-rollback'wolfbeast2018-07-11-55193/+21184
|\ | | | | | | | | | | This resolves #624 Note: Cherry-picked some fixes on top of the ANGLE version that we want to keep.
| * Ad workaround for broken B5G6R5 format in Intel driver.wolfbeast2018-07-11-2/+16
| |
| * Fix incorrect namespace use.wolfbeast2018-07-11-2/+2
| |
| * Switch from ShCompileOptions to int.wolfbeast2018-07-11-29/+30
| |
| * Restore emulated functions for OS X 10.8/10.7wolfbeast2018-07-11-0/+11
| |
| * Re-apply genericDraw* fixeswolfbeast2018-07-11-6/+6
| |
| * Roll back to ANGLE/2845wolfbeast2018-07-11-55178/+21143
|/
* Merge pull request #623 from janekptacijarabaci/dom_event_srcElement_1Moonchild2018-07-11-0/+2
|\ | | | | Add event.srcElement (the alias for event.target)
| * Add event.srcElement (the alias for event.target)janekptacijarabaci2018-07-11-0/+2
| | | | | | | | Issue #622
* | Merge pull request #620 from SpockMan02/patch-5Moonchild2018-07-11-1/+1
|\ \ | | | | | | Fix typo
| * | Fix typoSpockFan022018-07-10-1/+1
| |/
* | Merge pull request #619 from SpockMan02/issue-586Moonchild2018-07-11-0/+7
|\ \ | | | | | | Pale Moon: Fix positioning of caption buttons in application-drawn ti…
| * | Pale Moon: Fix positioning of caption buttons in application-drawn titlebarSpockMan022018-07-08-0/+7
| | |
* | | Make nsAtomicFileOutputStream::DoOpen() fail if the file is read-only.wolfbeast2018-07-10-0/+7
| |/ |/| | | | | This means we don't leave behind prefs-<n>.js files when prefs.js is read-only.
* | Merge pull request #613 from SpockMan02/mac-privatebrowsing-maskMoonchild2018-07-09-11/+55
|\ \ | | | | | | Pale Moon: Restore osx private browsing indicator
| * | Pale Moon: Restore osx private browsing indicatorSpockMan022018-07-08-11/+55
| |/
* | Merge pull request #615 from janekptacijarabaci/devtools_console_new-lines_1Moonchild2018-07-09-1/+1
|\ \ | |/ |/| DevTools - display newlines in some console messages
| * DevTools - display newlines in some console messagesjanekptacijarabaci2018-07-09-1/+1
|/ | | | Issue #614
* Merge pull request #612 from janekptacijarabaci/firefox_name_1Moonchild2018-07-08-2/+2
|\ | | | | Rename some remaining strings "firefox[-branding].js" to "basilisk[-branding].js" (or [application name].js)
| * Rename some remaining strings "firefox[-branding].js" to ↵janekptacijarabaci2018-07-08-2/+2
| | | | | | | | | | | | | | "basilisk[-branding.js]" (or [application].js) Ad: https://github.com/MoonchildProductions/UXP/commit/30cc819b77891ec4c097156670ecb5ce10b5d9c7
* | Merge pull request #611 from janekptacijarabaci/firefox_name_2Moonchild2018-07-08-3/+3
|\ \ | | | | | | [BASILISK] "about:privatebrowsing" - use "Basilisk" instead of "Firefox"
| * | [BASILISK] "about:privatebrowsing" - use "Basilisk" instead of "Firefox"janekptacijarabaci2018-07-08-3/+3
| |/ | | | | | | Issue #610
* | Restore pref -- enhanced tiles aren't dead yet.PM28.0.0b3_Unstablewolfbeast2018-07-08-0/+3
| | | | | | | | (without this, the newtab page is broken)
* | Version bump to beta 3wolfbeast2018-07-08-1/+1
| |
* | Reconfigure Pale Moonwolfbeast2018-07-08-127/+80
|/ | | | | Also fold a number of prefs back into the app prefs from shared branding prefs. This resolves #555.
* Merge pull request #609 from ↵Moonchild2018-07-07-5/+5
|\ | | | | | | | | janekptacijarabaci/devtools_locales_memory_typos-in-comments_1 Fix typos in comments - memory.properties
| * Fix typos in comments - memory.propertiesjanekptacijarabaci2018-07-07-5/+5
|/
* Merge pull request #606 from Ascrod/masterMoonchild2018-07-07-38/+16
|\ | | | | Updates to Reader and Narrator components.
| * Revert "Bug 1456652 - SameSite cookie Reader view patch bypass"Ascrod2018-07-07-12/+1
| | | | | | | | This reverts commit 6f64e487f35986f093dbb002d12554a61021b2c9.
| * Bug 1456652 - SameSite cookie Reader view patch bypassAscrod2018-07-05-1/+12
| |
| * Remove telemetry from NarrateControls.jsm.Ascrod2018-07-04-23/+0
| |
| * Fix local link handling in Reader Mode.Ascrod2018-07-04-15/+16
| |
* | Make the page visibility API pref-controlled.wolfbeast2018-07-07-0/+6
| | | | | | | | This resolves #607.
* | Update about:rights links.wolfbeast2018-07-06-2/+2
| | | | | | | | This resolves #603.
* | Fix redirector pathswolfbeast2018-07-06-7/+2
| | | | | | | | This resolves #602.
* | Merge pull request #599 from janekptacijarabaci/dom_fetch_request_navigate_1Moonchild2018-07-05-38/+20
|\ \ | | | | | | Added support for Request constructor with "mode: navigate"
| * | Bug 1331564 - XHR SyncTeardownRunnable must run also when the worker is in ↵janekptacijarabaci2018-07-05-5/+3
| | | | | | | | | | | | killing state