New Tobin Paradigm
6896f68985
Merge pull request #217 from janekptacijarabaci/webextensions_runtime_onMessageExternal-onConnectExternal_1
...
moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConnectExternal"
2018-04-20 17:51:57 -04:00
Matt A. Tobin
114cc12ee9
Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeyword
2018-04-20 15:30:42 -04:00
janekptacijarabaci
0b2e4f1afa
moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConnectExternal"
...
https://github.com/MoonchildProductions/moebius/pull/217
2018-04-20 17:39:09 +02:00
wolfbeast
eb64fb02b6
Make the Mark of the Web preference applicable to all applications.
...
Follow-up to #215 .
2018-04-20 16:09:04 +02:00
wolfbeast
877167cf26
Re-implement pref-able file zone information ("Mark of the Web")
...
See also:
https://github.com/MoonchildProductions/Pale-Moon/issues/593
https://github.com/MoonchildProductions/Pale-Moon/pull/599
2018-04-20 15:59:23 +02:00
Moonchild
f5c377092c
Revert "[PALEMOON] Reimplemented selection internet zone information on downloaded files"
2018-04-20 13:51:38 +00:00
New Tobin Paradigm
954b1888d2
Merge pull request #215 from janekptacijarabaci/pm_zone-information_1
...
[PALEMOON] Reimplemented "Time Zone Information"
2018-04-20 09:41:21 -04:00
janekptacijarabaci
cd05a3a783
[PALEMOON] Reimplemented "Time Zone Information"
...
https://github.com/MoonchildProductions/Pale-Moon/issues/593
Issue #121
2018-04-20 14:52:33 +02:00
janekptacijarabaci
56138c585a
moebius#144: Launch command: basilisk "-migration -p" (throws an error)
...
https://github.com/MoonchildProductions/moebius/pull/144
2018-04-20 08:56:09 +02:00
Thomas Nguyen
09bbda15b2
Bug 1361699 - Add buffer when writing hashstore to file. r=gcp, r=mcmanus, 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
2018-04-19 11:33:20 +02:00
Matt A. Tobin
2b63f23cf3
Restore nsPlacesAutoComplete
2018-04-17 07:32:19 -04:00
Matt A. Tobin
0bdaa97892
Restore typeAheadResult support in autocomplete
2018-04-17 07:31:18 -04:00
New Tobin Paradigm
ba80720469
Merge pull request #174 from janekptacijarabaci/url_parser_1
...
moebius#130: URL parser - fix: don't allow empty host name
2018-04-16 08:25:45 -04:00
wolfbeast
fca67bb95d
Merge branch 'html_input_datetime_1'
...
This is almost everything needed for #162 .
2018-04-15 11:51:11 +02:00
janekptacijarabaci
ae14556114
moebius#130: URL parser - fix: don't allow empty host name
...
https://github.com/MoonchildProductions/moebius/issues/130
2018-04-15 07:29:18 +02:00
New Tobin Paradigm
47354a0f29
Merge pull request #132 from janekptacijarabaci/notifications_settings_1
...
moebius#154: Notifications - user settings - the immediate duration of the alert
2018-04-12 17:13:48 -04:00
janekptacijarabaci
1170e81edd
moebius#154: Notifications - user settings - the immediate duration of the alert
...
https://github.com/MoonchildProductions/moebius/pull/154
2018-04-12 20:23:00 +02:00
Matt A. Tobin
6386363f89
Password Mananger has migration capabilities for only Basilisk
2018-04-12 13:39:45 -04:00
New Tobin Paradigm
706493af4e
Merge pull request #125 from janekptacijarabaci/pm_loginManager_1
...
[PALEMOON] Fix Login Manager (Prompter) - basic
2018-04-12 07:33:58 -04:00
janekptacijarabaci
33f860b25e
moebius#117: Login Manager Prompter - auth: Throws an errors
...
https://github.com/MoonchildProductions/moebius/pull/117
2018-04-12 09:27:21 +02:00
janekptacijarabaci
6d10eb1aff
Revert "[PALEMOON] Login Manager Prompter: win.gBrowser is undefined"
...
This reverts commit 263927c717 .
2018-04-12 07:06:16 +02:00
wolfbeast
597fb9fbe3
Rebase on master
2018-04-11 17:45:54 +02:00
janekptacijarabaci
263927c717
[PALEMOON] Login Manager Prompter: win.gBrowser is undefined
2018-04-11 12:12:49 +02:00
wolfbeast
bf6bb142fc
Remove telemetry experiments framework
2018-04-08 12:24:27 +02:00
trav90
1b846d4b52
Only add -Wno-null-conversion when building with clang
...
Fixes some GCC warning spam.
2018-04-06 14:37:18 -05:00
janekptacijarabaci
c4aadf04aa
Bug 1287677 - Add mozIntl.getDisplayNames API
2018-03-30 18:58:51 +02:00
janekptacijarabaci
a1a007a485
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into html_input_datetime_1
2018-03-30 09:44:21 +02:00
wolfbeast
4e368f8199
Remove base conditional code for crash reporter and injector.
2018-03-30 08:50:58 +02:00
wolfbeast
240ba54a42
Bump max icon size for search engine icons to 32 KB to cater to more common use of HiDPI icons.
2018-03-13 16:39:42 +01:00
wolfbeast
565bf75145
Remove Rust MP4 parser
...
Part 1 for #58
2018-03-13 10:14:21 +01:00
janekptacijarabaci
eda34d02aa
[minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
2018-03-11 16:15:52 +01:00
janekptacijarabaci
8d709fbc81
Bookmarks - HTML export - Write CRLF on Windows systems and LF on others.
2018-03-11 16:10:04 +01:00
trav90
050973b503
Fix a truncation leading to an error with GCC 7
2018-03-04 15:31:36 -06:00
Matt A. Tobin
3e9c160bbb
Correct toolkit search component moz.build
2018-03-02 20:07:40 -05:00
Moonchild
e272829137
Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1
...
Port across devtools enhancements
2018-03-02 10:32:45 +01:00
Matt A. Tobin
11a8a39f6d
Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places
2018-03-01 14:26:41 -05:00
janekptacijarabaci
228d252ab1
DevTools - network - security (improvements)
...
https://github.com/MoonchildProductions/moebius/pull/113
https://github.com/MoonchildProductions/moebius/pull/118
https://github.com/MoonchildProductions/moebius/pull/127
2018-03-01 09:02:37 +01:00
janekptacijarabaci
e59c00a5c5
DevTools - Browser Console - restore sessions
...
https://github.com/MoonchildProductions/moebius/pull/112
2018-03-01 07:17:50 +01:00
janekptacijarabaci
d5d3cc71b8
Basilisk - the cmd line - help (the columns alignment, error improvements) - follow up
...
https://github.com/MoonchildProductions/moebius/pull/58
2018-02-28 12:30:08 +01:00
janekptacijarabaci
d8598c1ed3
Notifications - Run (Desktop) Notifications twice (and more) in a row does not work
2018-02-21 19:49:55 +01:00
wolfbeast
c766897196
Remove the use of GetProcAddress() for shell32
...
This avoids manually hooking into shell32.dll and using the native shell API instead.
Tag #22 .
2018-02-19 10:00:25 +01:00
wolfbeast
b55f0e7f0d
Update executable manifests.
2018-02-18 13:27:04 +01:00
wolfbeast
47b8c58d47
Prevent installing stand-alone installers on unsupported environments.
...
- Prevent installers from installing on XP/Vista.
- Prevent x64 installers from installing on x86.
2018-02-18 13:12:13 +01:00
janekptacijarabaci
8a15fd8d24
Bug 1286182: Implement the layout for <input type=date>
2018-02-14 14:41:19 +01:00
janekptacijarabaci
442e2e04ef
[regression] Places - proper import bookmarks from HTML containing <HR> separators
2018-02-12 15:29:15 +01:00
Matt A. Tobin
ceb5709ba1
Make the Add-on Manager's binary components build
2018-02-10 10:46:49 -05:00
Matt A. Tobin
4fb11cd596
Move WebExtensions enabled Add-ons Manager
2018-02-10 02:49:12 -05:00
Matt A. Tobin
f164d91247
Rename Toolkit's webextensions component directory to better reflect what it is.
2018-02-09 11:10:00 -05:00
wolfbeast
8cecf8d520
Merge branch 'ported-upstream'
2018-02-09 08:53:46 +01:00
Matt A. Tobin
382c3272f3
Fix wrong keyword in toolkit/components/jsdownloads/DownloadIntegration.jsm
2018-02-08 21:32:29 -05:00