| Commit message (Expand) | Author | Age | Lines |
... | |
* | Merge pull request #712 from JustOff/PR_viewPartialSource | Moonchild | 2018-08-17 | -24/+2 |
|\ |
|
| * | [PALEMOON] Align viewPartialSource with the UXP codebase | JustOff | 2018-08-17 | -24/+2 |
* | | Fix missed in32->int64 in df852120098dc7ba5df4a76126c6297c6d2d1b7b | wolfbeast | 2018-08-17 | -1/+1 |
|/ |
|
* | Reinstate RC4 and mark 3DES weak. | wolfbeast | 2018-08-17 | -1/+9 |
* | Extend {EnabledWeakCiphers} bit field to allow more cipher suites. | wolfbeast | 2018-08-17 | -8/+8 |
* | Merge pull request #708 from wicknix/master | Moonchild | 2018-08-16 | -2/+2 |
|\ |
|
| * | Add files via upload | wicknix | 2018-08-14 | -0/+0 |
| * | Update Info.plist.in | wicknix | 2018-08-14 | -2/+2 |
* | | Update CODE_OF_CONDUCT.md | Moonchild | 2018-08-15 | -1/+2 |
* | | Move Code of Conduct to where it belongs. | wolfbeast | 2018-08-15 | -0/+0 |
* | | Add Code of Conduct for contributors. | Moonchild | 2018-08-15 | -0/+47 |
* | | Do not try and include devtools shared l10n when devtools is not built | Matt A. Tobin | 2018-08-15 | -0/+2 |
|/ |
|
* | Enforce NSS 3.38 for people who still insist on using system NSS. | wolfbeast | 2018-08-14 | -1/+1 |
* | Update NSS to 3.38 | wolfbeast | 2018-08-14 | -7145/+4873 |
* | Set version for normal unstable channel use. | wolfbeast | 2018-08-13 | -1/+1 |
* | Merge pull request #707 from trav90/class-memaccess-errors | Moonchild | 2018-08-13 | -28/+10 |
|\ |
|
| * | Simplify HeapSlot to make it trivially copyable | trav90 | 2018-08-12 | -29/+8 |
| * | Avoid using memcpy on HeapSlot that is not trivially copyable. | trav90 | 2018-08-12 | -4/+7 |
* | | Merge pull request #706 from trav90/gcc8 | Moonchild | 2018-08-13 | -14/+17 |
|\ \ |
|
| * | | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2) | trav90 | 2018-08-10 | -5/+5 |
| * | | Fix a warning with GCC 8: unnecessary parentheses in declaration of 'type name' | trav90 | 2018-08-10 | -2/+2 |
| * | | Disable -Werror on -Wmultistatement-macros | trav90 | 2018-08-10 | -0/+3 |
| * | | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 | trav90 | 2018-08-10 | -5/+5 |
| * | | Initialize mVersion to silence a warning with GCC 8 | trav90 | 2018-08-10 | -1/+1 |
| * | | js::atomics_wait: Remove unnecessary parentheses in declaration of 'addr' | trav90 | 2018-08-10 | -1/+1 |
| |/ |
|
* | | Merge pull request #704 from trav90/buildsystem-work | Moonchild | 2018-08-13 | -1/+7 |
|\ \
| |/
|/| |
|
| * | Shell quote environment variable values when dumping them in dump_env.py | trav90 | 2018-08-11 | -1/+7 |
|/ |
|
* | Fix include path | Matt A. Tobin | 2018-08-06 | -1/+1 |
* | Add a slightly modified version of the gecko/44 search service and use it whe... | Matt A. Tobin | 2018-08-06 | -3/+5709 |
* | Move the "native" search service to a subdirectory | Matt A. Tobin | 2018-08-06 | -24/+33 |
* | Merge pull request #698 from SpockFan02/master | Moonchild | 2018-08-05 | -18/+48 |
|\ |
|
| * | Restore some osx icons | SpockMan02 | 2018-08-05 | -0/+4 |
| * | Revert osx editBookmarkOverlay.css to osx version | SpockMan02 | 2018-08-05 | -18/+44 |
* | | Merge pull request #697 from SpockFan02/undeprecate-appcache | Moonchild | 2018-08-05 | -28/+0 |
|\ \
| |/
|/| |
|
| * | Issue #686: Un-deprecate the Application Cache API | SpockMan02 | 2018-08-05 | -28/+0 |
|/ |
|
* | Merge pull request #694 from adeshkp/patch-10 | Moonchild | 2018-08-04 | -4/+1 |
|\ |
|
| * | Fix constructor in nsHtml5AtomTable.cpp | adeshkp | 2018-08-04 | -4/+1 |
* | | re-apply "Improve nsHtml5AtomTable performance (#693)" (#695)" | wolfbeast | 2018-08-04 | -0/+20 |
* | | Revert "Improve nsHtml5AtomTable performance (#693)" (#695) | Moonchild | 2018-08-04 | -20/+0 |
|/ |
|
* | Improve nsHtml5AtomTable performance (#693) | adeshkp | 2018-08-04 | -0/+20 |
* | Make AC option for devtools (client) an enable_bool to align with the default. | wolfbeast | 2018-08-04 | -4/+4 |
* | Merge pull request #691 from janekptacijarabaci/pm_preferences_applications_a... | Moonchild | 2018-08-04 | -53/+52 |
|\ |
|
| * | [PALEMOON] Bug 863773 - Changes the way plugin handlers are loaded at the pre... | janekptacijarabaci | 2018-07-26 | -21/+12 |
| * | [PALEMOON] Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in applic... | janekptacijarabaci | 2018-07-25 | -1/+1 |
| * | [PALEMOON] Bug 480242 - "Always ask" doesn't work for Plugins | janekptacijarabaci | 2018-07-25 | -24/+30 |
| * | [PALEMOON] Bug 757726 - Populate Preferences' Applications list using PluginHost | janekptacijarabaci | 2018-07-25 | -18/+20 |
* | | Merge pull request #690 from janekptacijarabaci/netwerk_cors_multiple_1 | Moonchild | 2018-08-04 | -1/+2 |
|\ \ |
|
| * | | Fixed misleading console error message for multiple CORS headers | janekptacijarabaci | 2018-07-31 | -1/+2 |
* | | | Merge pull request #692 from SpockFan02/master | Moonchild | 2018-08-04 | -0/+256 |
|\ \ \ |
|
| * | | | Restore Mac bookmark doorhanger styling | SpockMan02 | 2018-08-03 | -8/+256 |