summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30-0/+41
|
* moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-203/+791
| | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-1248/+5084
|\ | | | | | | html_input_datetime_1
| * Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVMTom Ritter2018-03-14-1/+1
| | | | | | | | | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
| * Hard-disable the use of sponsored tiles.wolfbeast2018-03-13-1/+7
| |
| * Bump max icon size for search engine icons to 32 KB to cater to more common ↵wolfbeast2018-03-13-1/+1
| | | | | | | | use of HiDPI icons.
| * Remove Rust from the tree.wolfbeast2018-03-13-282/+0
| | | | | | | | Part 4 for #58
| * Remove cargo nsstring componentwolfbeast2018-03-13-21/+0
| | | | | | | | Part 3 for #58
| * Remove Rust URL parser CAPIwolfbeast2018-03-13-20/+0
| | | | | | | | Part 2 for #58
| * Remove Rust MP4 parserwolfbeast2018-03-13-72/+0
| | | | | | | | Part 1 for #58
| * Fix for loops in selectAddons.js (SyntaxError: missing ] after element list)Matt A. Tobin2018-03-12-1/+5
| |
| * Remove the hard blocker on unmodified jetpack extensions from TychoAMMatt A. Tobin2018-03-12-30/+3
| | | | | | | | Be sure to remove the now unused string from Pale Moon
| * Adjust error number for WebExtensions on TychoAM and add the string to BasiliskMatt A. Tobin2018-03-12-1/+1
| | | | | | | | Pale Moon l10n will need an adjustment as well from -5 to -9
| * Fix for loops in update.js (SyntaxError: missing ] after element list)Matt A. Tobin2018-03-12-8/+53
| |
| * [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - ↵janekptacijarabaci2018-03-11-2/+7
| | | | | | | | 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
| * Bookmarks - HTML export - Write CRLF on Windows systems and LF on others.janekptacijarabaci2018-03-11-1/+6
| |
| * Merge pull request #51 from trav90/buildsystem-workMoonchild2018-03-10-2/+7
| |\ | | | | | | Improve support for GCC 7.x
| | * Fix a truncation leading to an error with GCC 7trav902018-03-04-2/+2
| | |
| | * Disable -Wimplicit-fallthrough in jsoncpptrav902018-03-04-0/+5
| | | | | | | | | | | | GCC 7 supports the clang option -Wimplicit-fallthrough.
| * | Port Pale Moon commit a3044d3 - Exclude default theme from update checks.Matt A. Tobin2018-03-08-4/+7
| |/ | | | | | | Do this both for TychoAM and WebExAM
| * Import lss code from esr52trav902018-03-03-1/+4501
| | | | | | | | Fixes build bustage on Linux (even with crashreporter disabled).
| * Remove testing-only UI components for e10swolfbeast2018-03-03-7/+0
| | | | | | | | | | This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.) This resolves #37
| * Merge pull request #36 from janekptacijarabaci/devtools_import-from-moebius_2Moonchild2018-03-03-0/+31
| |\ | | | | | | Port across devtools enhancements - 2
| | * moebius#342: Columns are not sorted correctly (Natural Sort algorithm)janekptacijarabaci2018-03-02-0/+31
| | | | | | | | | | | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/342
| * | Correct toolkit search component moz.buildMatt A. Tobin2018-03-02-2/+5
| |/
| * Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1Moonchild2018-03-02-29/+49
| |\ | | | | | | Port across devtools enhancements
| | * DevTools - network - security (improvements)janekptacijarabaci2018-03-01-8/+27
| | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127
| | * DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-5/+5
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
| | * Basilisk - the cmd line - help (the columns alignment, error improvements) - ↵janekptacijarabaci2018-02-28-1/+1
| | | | | | | | | | | | | | | | | | follow up https://github.com/MoonchildProductions/moebius/pull/58
| | * Basilisk - the cmd line - help (the columns alignment, error improvements)janekptacijarabaci2018-02-28-15/+16
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58
| * | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01-23/+11
| |/ | | | | | | places
| * Remove non-functional nsDragAndDrop due to refactoringMatt A. Tobin2018-02-27-605/+0
| |
| * Don't build GMP-clearkey when not building EME.wolfbeast2018-02-24-1/+5
| |
| * Move --enable-eme out of mozconfigurewolfbeast2018-02-24-44/+2
| |
| * Restore toolkit/obsolete files and reinstate them to toolkit/contentMatt A. Tobin2018-02-23-0/+1065
| |
| * Revert "Restore toolkit/obsolete"Matt A. Tobin2018-02-23-473/+0
| | | | | | | | This reverts commit b61927d4cdb92636758c4c80d5050b3266486529.
| * Update various texts and references.wolfbeast2018-02-21-11/+11
| |
| * Notifications - Run (Desktop) Notifications twice (and more) in a row does ↵janekptacijarabaci2018-02-21-2/+27
| | | | | | | | not work
| * Remove Windows XP and Windows Vista theme components and resources.wolfbeast2018-02-20-473/+302
| |
| * Remove always-false #if WINVER < 0x0600 (Windows Vista) check in toolkit/win.wolfbeast2018-02-19-5/+0
| |
| * Remove redundant Vista checks in toolkit/xrewolfbeast2018-02-19-26/+5
| |
| * Remove the use of GetProcAddress() for shell32wolfbeast2018-02-19-54/+10
| | | | | | | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag #22.
| * Update executable manifests.wolfbeast2018-02-18-4/+0
| |
| * Prevent installing stand-alone installers on unsupported environments.wolfbeast2018-02-18-42/+8
| | | | | | | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86.
| * Stop shipping d3dcompiler_43.dllwolfbeast2018-02-18-10/+0
| |
| * Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER ↵Matt A. Tobin2018-02-17-1/+3
| | | | | | | | (backend) and make both optional
| * Add a configure option to disable including jetpackMatt A. Tobin2018-02-17-1/+3
| |
| * Don't generate redundant packaging artifactsMatt A. Tobin2018-02-17-20/+1
| |
| * Put generated installers and mar files in dist rootMatt A. Tobin2018-02-17-3/+3
| |
| * Use BUILDID for package name for Basilisk and ONLY BasiliskMatt A. Tobin2018-02-17-0/+4
| |