Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #211 from JustOff/PR_PMkit_part1 | New Tobin Paradigm | 2018-04-20 | -2/+277 |
|\ | | | | | Make Add-on SDK (Jetpack) work on Pale Moon || Part 1 | |||
| * | [PMkit] Allow access to 'sdk/ui/buttons' via require('sdk/ui') | JustOff | 2018-04-19 | -1/+6 |
| | | ||||
| * | [PMkit] Add the shim for 'sdk/ui/button' | JustOff | 2018-04-19 | -1/+251 |
| | | ||||
| * | [PMkit] Update 'module.metadata' with the Pale Moon engine where appropriate ↵ | JustOff | 2018-04-19 | -0/+18 |
| | | | | | | | | in 'sdk/*' | |||
| * | [PMkit] Add Pale Moon to 'modules/system/Startup.js' | JustOff | 2018-04-19 | -0/+1 |
| | | ||||
| * | [PMkit] Add Pale Moon as a target engine to 'sdk/system/xul-app.jsm' | JustOff | 2018-04-19 | -0/+1 |
| | | ||||
* | | Merge pull request #212 from janekptacijarabaci/profile_resseting_1 | New Tobin Paradigm | 2018-04-20 | -45/+78 |
|\ \ | |/ |/| | moebius#84, #205: Fix: The profile - resetting (partially) | |||
| * | Revert partially (application/palemoon) "moebius#205: Fix: The profile - ↵ | janekptacijarabaci | 2018-04-20 | -659/+0 |
| | | | | | | | | resetting (the custom profile name)" | |||
| * | Revert "[PALEMOON] Fix: The profile resseting - partially" | janekptacijarabaci | 2018-04-20 | -1164/+20 |
| | | | | | | | | This reverts commit 4e7e4c2cbed8209974691f18180fa7ea8f00e785. | |||
| * | [PALEMOON] Fix: The profile resseting - partially (no the cmd "-migration") | janekptacijarabaci | 2018-04-20 | -0/+2 |
| | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f | |||
| * | [PALEMOON] Fix: The profile resseting - partially | janekptacijarabaci | 2018-04-20 | -20/+1164 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f - Revert migration - Partially - no manual migration from Places - no migration from other browsers - no the cmd `-migration` - Fix migration files (`// Tycho:`) - Something in the last commit (a typo) | |||
| * | moebius#205: Fix: The profile - resetting (the custom profile name) | janekptacijarabaci | 2018-04-19 | -28/+696 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/205 | |||
| * | moebius#84: Fix: The profile - resetting (follow up) | janekptacijarabaci | 2018-04-19 | -1/+0 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/84 | |||
| * | moebius#84: Fix: The profile - resetting | janekptacijarabaci | 2018-04-19 | -2/+14 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/184 | |||
| * | Bug 1122124: Fix default profile setting after reset, keep profile name | janekptacijarabaci | 2018-04-19 | -14/+25 |
| | | | | | | | | | | Native in moebius https://github.com/MoonchildProductions/moebius/pull/184 | |||
* | | Merge pull request #210 from janekptacijarabaci/pm_installer_1 | New Tobin Paradigm | 2018-04-19 | -3/+3 |
|\ \ | |/ |/| | [PALEMOON] Installer - fix some comments (firefox.exe => palemoon.exe) | |||
| * | [PALEMOON] Installer - fix some comments (firefox.exe => palemoon.exe) | janekptacijarabaci | 2018-04-19 | -3/+3 |
|/ | ||||
* | Enable requestIdleCallback API | wolfbeast | 2018-04-19 | -4/+0 |
| | | | | This resolves #209. | |||
* | Merge pull request #207 from ↵ | Moonchild | 2018-04-19 | -200/+580 |
|\ | | | | | | | | | janekptacijarabaci/js_dom_window_requestIdleCallback_1 moebius#73: DOM - window.requestIdleCallback - improvements | |||
| * | moebius#73: DOM - window.requestIdleCallback - improvements (basic) - follow up | janekptacijarabaci | 2018-04-18 | -1/+1 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/73 | |||
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-04-18 | -163/+165 |
| |\ | | | | | | | | | | js_dom_window_requestIdleCallback_1 | |||
| * | | Bug 1337814 - Remove rIC callback from pending callbacks before running it | janekptacijarabaci | 2018-04-18 | -2/+1 |
| | | | ||||
| * | | Bug 1337814 - Add test for cancelling currently executing rIC callback | janekptacijarabaci | 2018-04-18 | -0/+6 |
| | | | ||||
| * | | Bug 1334904 - Add test for when rIC timeouts doesn't need timeout | janekptacijarabaci | 2018-04-18 | -0/+15 |
| | | | ||||
| * | | Bug 1336229 - Don't dispatch canceled IdleRequestExecutors | janekptacijarabaci | 2018-04-18 | -3/+5 |
| | | | ||||
| * | | moebius#73: DOM - window.requestIdleCallback - improvements (basic) | janekptacijarabaci | 2018-04-18 | -200/+558 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/73 | |||
* | | | Merge branch 'ported-upstream' | wolfbeast | 2018-04-19 | -203/+523 |
|\ \ \ | ||||
| * | | | Bug 1452202 - Clean up PLDHashTable move operator. r=froydnj, a=RyanVM | Eric Rahm | 2018-04-19 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : source : 9036c64b7a66ffe93e717ca97642a4400e396d9c extra : intermediate-source : 041d1c561feb5f4d9bcd492f31f7203ca477f938 | |||
| * | | | Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVM | Boris Zbarsky | 2018-04-19 | -35/+29 |
| | | | | | | | | | | | | | | | | MozReview-Commit-ID: UO4wssYHj7 | |||
| * | | | Bug 1393367 - Change MOZ_ASSERT to MOZ_RELEASE_ASSERT. r=mstange, r=fbraun, ↵ | Miko Mynttinen | 2018-04-19 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a=RyanVM --HG-- extra : source : 1908cd8ed88dd4f77a99dff39c193d7d3f435195 extra : intermediate-source : 9718d92fab4d9a39acdc2afb0302b6fcd7997f6c | |||
| * | | | Bug 1452075 - Backport some upstream pdf.js fixes. | Ryan VanderMeulen | 2018-04-19 | -42/+60 |
| | | | | ||||
| * | | | Bug 1444668 - Avoid allocating large AssemblerBuffers. r=luke, r=bbouvier, ↵ | Jan de Mooij | 2018-04-19 | -9/+49 |
| | | | | | | | | | | | | | | | | a=RyanVM | |||
| * | | | Bug 1451376 - Properly enforce single PrintingParent per content process. ↵ | Bob Owen | 2018-04-19 | -4/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=jld, a=RyanVM --HG-- extra : source : 6e0fe40d8a55a986a26844393853722824918ffe extra : intermediate-source : 8364f4c4f877f5edfb03ddf1304840b9f2cf7b11 | |||
| * | | | Bug 1452416 - Release GraphDrivers outside of StableState runnable to avoid ↵ | Randell Jesup | 2018-04-19 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | spinning the event queue. r=smaug, r=padenot, a=RyanVM --HG-- extra : source : c90ec782d481f05f5848f171a945cfc5bcf5b0ca | |||
| * | | | Bug 1388020. r=nical, a=RyanVM | Andrew Osmond | 2018-04-19 | -6/+41 |
| | | | | ||||
| * | | | Bug 1448705 - Use input latency for draining. r=jya, a=RyanVM | Randell Jesup | 2018-04-19 | -5/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : source : b2904f128f854a71216f299b835da5a422ceb3cd extra : intermediate-source : eae4410ea11d83feed90ca9d3b6bd5a9c67c17a7 | |||
| * | | | Bug 1449574 - Update tzdata in ICU data files to 2018d. r=Waldo, a=RyanVM | André Bargull | 2018-04-19 | -35/+43 |
| | | | | ||||
| * | | | Error out on missing or searchplugin or empty list. | wolfbeast | 2018-04-19 | -2/+2 |
| | | | | ||||
| * | | | Bug 1448774. r=dholbert, a=RyanVM | Robert Longson | 2018-04-19 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : source : edfd9ffbd7208ef0a59f40a0d77d8dd53c905cb9 extra : intermediate-source : 3784b22ec536b08ce95201d73ae8806340c18b8c | |||
| * | | | Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from ↵ | Botond Ballo | 2018-04-19 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsSVGUtils::GetBBox(). r=jwatt, a=RyanVM AnimVal() is a DOM getter, and it flushes animations, which we don't want in GetBBox() which is called from display list building cide and FrameLayerBuilder. MozReview-Commit-ID: DWgm7wAV7C0 | |||
| * | | | Bug 1441941 - Limit allocations in SkTDArray. r=jrmuizel, a=RyanVM | Lee Salzman | 2018-04-19 | -3/+145 |
| | | | | ||||
| * | | | Bug 1409440. r=tnikkel, a=RyanVM | Andrew Osmond | 2018-04-19 | -8/+20 |
| | | | | ||||
| * | | | Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVM | Boris Zbarsky | 2018-04-19 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -15/+49 |
| | | | | | | | | | | | | | | | | MozReview-Commit-ID: BMQfPzPhDhc | |||
| * | | | Bug 1361699 - Add buffer when writing hashstore to file. r=gcp, r=mcmanus, ↵ | Thomas Nguyen | 2018-04-19 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -2/+14 |
|/ / / | | | | | | | | | | MozReview-Commit-ID: AkUTNnVslMf | |||
* | | | Bug 1440717 - Use RefPtr for CompositingRenderTargetOGL::mGL. r=Bas, a=ritu | Nicolas Silva | 2018-04-19 | -2/+2 |
| | | | | | | | | | | | | | | | | | | --HG-- extra : source : b6d2d55223d2aa5cb85bbdf33075d1d38f2a9a30 extra : intermediate-source : 0ec90964e0bc479412a4da8a61d48b665211736e | |||
* | | | Bug 1446062: libtremor Vorbis fix. r=jmspeex a=dveditz | Thomas Daede | 2018-04-19 | -9/+9 |
| | | | | | | | | | | | | | | | --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 | -38/+10 |
| | | | | | | | | | | | | | | | | | | --HG-- extra : source : 6b4e98424f0dcc024fcad48608ada351e4075e59 extra : intermediate-source : 3db9e3d52b17563efca181ccbb50deb8660c59ae | |||
* | | | Merge pull request #206 from janekptacijarabaci/pm_PopupNotifications.jsm_1 | Moonchild | 2018-04-19 | -16/+105 |
|\ \ \ | | | | | | | | | [PALEMOON] [frontend vs backend] Fix: PopupNotifications.jsm (some extra checkbox) + catch exceptions from callbacks |