summaryrefslogtreecommitdiff
path: root/toolkit/components
Commit message (Collapse)AuthorAge
* Restore typeAheadResult support in autocompleteMatt A. Tobin2018-04-17
|
* Merge pull request %174 from janekptacijarabaci/url_parser_1New Tobin Paradigm2018-04-16
|\ | | | | moebius%130: URL parser - fix: don't allow empty host name
| * moebius%130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15
| | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130
* | Merge branch 'html_input_datetime_1'wolfbeast2018-04-15
|\ \ | |/ |/| | | This is almost everything needed for %162.
| * Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30
| |
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30
| |\ | | | | | | | | | html_input_datetime_1
| * | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14
| | |
* | | Merge pull request %132 from janekptacijarabaci/notifications_settings_1New Tobin Paradigm2018-04-12
|\ \ \ | | | | | | | | moebius%154: Notifications - user settings - the immediate duration of the alert
| * | | moebius%154: Notifications - user settings - the immediate duration of the alertjanekptacijarabaci2018-04-12
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/154
* | | | Password Mananger has migration capabilities for only BasiliskMatt A. Tobin2018-04-12
|/ / /
* | | Merge pull request %125 from janekptacijarabaci/pm_loginManager_1New Tobin Paradigm2018-04-12
|\ \ \ | | | | | | | | [PALEMOON] Fix Login Manager (Prompter) - basic
| * | | moebius%117: Login Manager Prompter - auth: Throws an errorsjanekptacijarabaci2018-04-12
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/117
| * | | Revert "[PALEMOON] Login Manager Prompter: win.gBrowser is undefined"janekptacijarabaci2018-04-12
| | | | | | | | | | | | | | | | This reverts commit 263927c717e7eb7146091839930f36424d7bd5bf.
| * | | [PALEMOON] Login Manager Prompter: win.gBrowser is undefinedjanekptacijarabaci2018-04-11
| | | |
* | | | Rebase on masterwolfbeast2018-04-11
|\| | |
| * | | Remove telemetry experiments frameworkwolfbeast2018-04-08
| | | |
| * | | Only add -Wno-null-conversion when building with clangtrav902018-04-06
| | |/ | |/| | | | | | | Fixes some GCC warning spam.
* / | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30
|/ /
* | Bump max icon size for search engine icons to 32 KB to cater to more common ↵wolfbeast2018-03-13
| | | | | | | | use of HiDPI icons.
* | Remove Rust MP4 parserwolfbeast2018-03-13
| | | | | | | | Part 1 for %58
* | [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - ↵janekptacijarabaci2018-03-11
| | | | | | | | 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
* | Bookmarks - HTML export - Write CRLF on Windows systems and LF on others.janekptacijarabaci2018-03-11
| |
* | Fix a truncation leading to an error with GCC 7trav902018-03-04
| |
* | Correct toolkit search component moz.buildMatt A. Tobin2018-03-02
| |
* | Merge pull request %34 from janekptacijarabaci/devtools_import-from-moebius_1Moonchild2018-03-02
|\ \ | | | | | | Port across devtools enhancements
| * | DevTools - network - security (improvements)janekptacijarabaci2018-03-01
| | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
| * | Basilisk - the cmd line - help (the columns alignment, error improvements) - ↵janekptacijarabaci2018-02-28
| | | | | | | | | | | | | | | | | | follow up 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
|/ / | | | | | | places
* | Notifications - Run (Desktop) Notifications twice (and more) in a row does ↵janekptacijarabaci2018-02-21
| | | | | | | | not work
* | Remove the use of GetProcAddress() for shell32wolfbeast2018-02-19
| | | | | | | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag mcp-graveyard/UXP%22.
* | Update executable manifests.wolfbeast2018-02-18
| |
* | Prevent installing stand-alone installers on unsupported environments.wolfbeast2018-02-18
|/ | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86.
* [regression] Places - proper import bookmarks from HTML containing <HR> ↵janekptacijarabaci2018-02-12
| | | | separators
* Make the Add-on Manager's binary components buildMatt A. Tobin2018-02-10
|
* Move WebExtensions enabled Add-ons ManagerMatt A. Tobin2018-02-10
|
* Rename Toolkit's webextensions component directory to better reflect what it is.Matt A. Tobin2018-02-09
|
* Merge branch 'ported-upstream'wolfbeast2018-02-09
|\
| * Add missing sanitization for HTML exporting of bookmarks.wolfbeast2018-02-08
| |
* | Fix wrong keyword in toolkit/components/jsdownloads/DownloadIntegration.jsmMatt A. Tobin2018-02-08
|/
* Confirm launch of executables other than .exe on Windowswolfbeast2018-02-08
|
* Take forms out of the RSS reader feed.wolfbeast2018-02-05
|
* Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03
|
* Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵Matt A. Tobin2018-02-02
| | | | and integration with sync, OneCRL and the custom time check for derives system time.
* Issue N/A - Undeprecate viewSource.xul's original APIMatt A. Tobin2018-02-02
|
* Issue N/A - Restore the Toolkit Error Console - Part 1: ToolkitMatt A. Tobin2018-02-02
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02