Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Merge pull request #233 from ↵ | Moonchild | 2018-04-23 | -0/+2 | |
|\ \ | | | | | | | | | | | | | janekptacijarabaci/webextensions_sandbox_sandboxName_1 moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxes | ||||
| * | | moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxes | janekptacijarabaci | 2018-04-23 | -0/+2 | |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/328 | ||||
* | | | moebius#65: Fix: "about:..." - throws an errors | janekptacijarabaci | 2018-04-23 | -0/+4 | |
|/ / | | | | | | | https://github.com/MoonchildProductions/moebius/pull/65 | ||||
* | | Merge pull request #217 from ↵ | New Tobin Paradigm | 2018-04-20 | -42/+262 | |
|\ \ | | | | | | | | | | | | | janekptacijarabaci/webextensions_runtime_onMessageExternal-onConnectExternal_1 moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConnectExternal" | ||||
| * | | moebius#217: WebExtensions - Implemented ↵ | janekptacijarabaci | 2018-04-20 | -42/+262 | |
| | | | | | | | | | | | | | | | | | | "runtime.onMessageExternal"/"onConnectExternal" https://github.com/MoonchildProductions/moebius/pull/217 | ||||
* | | | Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeyword | Matt A. Tobin | 2018-04-20 | -4/+0 | |
|/ / | |||||
* | | Make the Mark of the Web preference applicable to all applications. | wolfbeast | 2018-04-20 | -18/+0 | |
| | | | | | | | | Follow-up to #215. | ||||
* | | Re-implement pref-able file zone information ("Mark of the Web") | wolfbeast | 2018-04-20 | -0/+32 | |
| | | | | | | | | | | | | See also: https://github.com/MoonchildProductions/Pale-Moon/issues/593 https://github.com/MoonchildProductions/Pale-Moon/pull/599 | ||||
* | | Revert "[PALEMOON] Reimplemented selection internet zone information on ↵ | Moonchild | 2018-04-20 | -32/+0 | |
| | | | | | | | | downloaded files" | ||||
* | | Merge pull request #215 from janekptacijarabaci/pm_zone-information_1 | New Tobin Paradigm | 2018-04-20 | -0/+32 | |
|\ \ | | | | | | | [PALEMOON] Reimplemented "Time Zone Information" | ||||
| * | | [PALEMOON] Reimplemented "Time Zone Information" | janekptacijarabaci | 2018-04-20 | -0/+32 | |
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/issues/593 Issue #121 | ||||
* | | | moebius#144: Launch command: basilisk "-migration -p" (throws an error) | janekptacijarabaci | 2018-04-20 | -4/+14 | |
|/ / | | | | | | | https://github.com/MoonchildProductions/moebius/pull/144 | ||||
* | | Bug 1361699 - Add buffer when writing hashstore to file. r=gcp, r=mcmanus, ↵ | Thomas Nguyen | 2018-04-19 | -22/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Restore nsPlacesAutoComplete | Matt A. Tobin | 2018-04-17 | -0/+1786 | |
| | | |||||
* | | Restore typeAheadResult support in autocomplete | Matt A. Tobin | 2018-04-17 | -52/+273 | |
| | | |||||
* | | Merge pull request #174 from janekptacijarabaci/url_parser_1 | New Tobin Paradigm | 2018-04-16 | -2/+5 | |
|\ \ | | | | | | | moebius#130: URL parser - fix: don't allow empty host name | ||||
| * | | moebius#130: URL parser - fix: don't allow empty host name | janekptacijarabaci | 2018-04-15 | -2/+5 | |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130 | ||||
* | | | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -7/+46 | |
|\ \ \ | |/ / |/| | | | | | This is almost everything needed for #162. | ||||
| * | | Bug 1287677 - Add mozIntl.getDisplayNames API | janekptacijarabaci | 2018-03-30 | -0/+41 | |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-30 | -104/+97 | |
| |\ \ | | | | | | | | | | | | | html_input_datetime_1 | ||||
| * | | | Bug 1286182: Implement the layout for <input type=date> | janekptacijarabaci | 2018-02-14 | -7/+5 | |
| | | | | |||||
* | | | | Merge pull request #132 from janekptacijarabaci/notifications_settings_1 | New Tobin Paradigm | 2018-04-12 | -3/+8 | |
|\ \ \ \ | | | | | | | | | | | moebius#154: Notifications - user settings - the immediate duration of the alert | ||||
| * | | | | moebius#154: Notifications - user settings - the immediate duration of the alert | janekptacijarabaci | 2018-04-12 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/154 | ||||
* | | | | | Password Mananger has migration capabilities for only Basilisk | Matt A. Tobin | 2018-04-12 | -2/+4 | |
|/ / / / | |||||
* | | | | Merge pull request #125 from janekptacijarabaci/pm_loginManager_1 | New Tobin Paradigm | 2018-04-12 | -1/+28 | |
|\ \ \ \ | | | | | | | | | | | [PALEMOON] Fix Login Manager (Prompter) - basic | ||||
| * | | | | moebius#117: Login Manager Prompter - auth: Throws an errors | janekptacijarabaci | 2018-04-12 | -1/+28 | |
| | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/117 | ||||
| * | | | | Revert "[PALEMOON] Login Manager Prompter: win.gBrowser is undefined" | janekptacijarabaci | 2018-04-12 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 263927c717e7eb7146091839930f36424d7bd5bf. | ||||
| * | | | | [PALEMOON] Login Manager Prompter: win.gBrowser is undefined | janekptacijarabaci | 2018-04-11 | -3/+5 | |
| | | | | | |||||
* | | | | | Rebase on master | wolfbeast | 2018-04-11 | -30/+5 | |
|\| | | | | |||||
| * | | | | Remove telemetry experiments framework | wolfbeast | 2018-04-08 | -29/+1 | |
| | | | | | |||||
| * | | | | Only add -Wno-null-conversion when building with clang | trav90 | 2018-04-06 | -1/+4 | |
| | |/ / | |/| | | | | | | | | | | Fixes some GCC warning spam. | ||||
* / | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -42/+1 | |
|/ / / | |||||
* | | | Bump max icon size for search engine icons to 32 KB to cater to more common ↵ | wolfbeast | 2018-03-13 | -1/+1 | |
| | | | | | | | | | | | | use of HiDPI icons. | ||||
* | | | Remove Rust MP4 parser | wolfbeast | 2018-03-13 | -33/+0 | |
| | | | | | | | | | | | | Part 1 for #58 | ||||
* | | | [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - ↵ | janekptacijarabaci | 2018-03-11 | -2/+7 | |
| | | | | | | | | | | | | 0x80070057 (NS_ERROR_ILLEGAL_VALUE) | ||||
* | | | Bookmarks - HTML export - Write CRLF on Windows systems and LF on others. | janekptacijarabaci | 2018-03-11 | -1/+6 | |
| | | | |||||
* | | | Fix a truncation leading to an error with GCC 7 | trav90 | 2018-03-04 | -2/+2 | |
| |/ |/| | |||||
* | | Correct toolkit search component moz.build | Matt A. Tobin | 2018-03-02 | -2/+5 | |
| | | |||||
* | | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1 | Moonchild | 2018-03-02 | -14/+33 | |
|\ \ | | | | | | | Port across devtools enhancements | ||||
| * | | DevTools - network - security (improvements) | janekptacijarabaci | 2018-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 sessions | janekptacijarabaci | 2018-03-01 | -5/+5 | |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112 | ||||
| * | | Basilisk - the cmd line - help (the columns alignment, error improvements) - ↵ | janekptacijarabaci | 2018-02-28 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | 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. Tobin | 2018-03-01 | -12/+9 | |
|/ / | | | | | | | places | ||||
* | | Notifications - Run (Desktop) Notifications twice (and more) in a row does ↵ | janekptacijarabaci | 2018-02-21 | -2/+27 | |
| | | | | | | | | not work | ||||
* | | Remove the use of GetProcAddress() for shell32 | wolfbeast | 2018-02-19 | -32/+8 | |
| | | | | | | | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag #22. | ||||
* | | Update executable manifests. | wolfbeast | 2018-02-18 | -1/+0 | |
| | | |||||
* | | Prevent installing stand-alone installers on unsupported environments. | wolfbeast | 2018-02-18 | -4/+1 | |
|/ | | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86. | ||||
* | [regression] Places - proper import bookmarks from HTML containing <HR> ↵ | janekptacijarabaci | 2018-02-12 | -0/+1 | |
| | | | | separators | ||||
* | Make the Add-on Manager's binary components build | Matt A. Tobin | 2018-02-10 | -0/+12 | |
| | |||||
* | Move WebExtensions enabled Add-ons Manager | Matt A. Tobin | 2018-02-10 | -1/+1 | |
| |