| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Improve some button labels in preferences
|
| | |
|
| |
| |
| |
| | |
This resolves #266
|
|\ \
| | |
| | | |
moebius#209: Throws an error - "CloudSync is not defined"
|
| | |
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/pull/209
|
|\ \ \
| | | |
| | | | |
moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
a comment
https://github.com/MoonchildProductions/moebius/pull/30
https://github.com/MoonchildProductions/moebius/pull/37
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
moebius#223, #224, #226, #230: DOM - consider blocking top level window data: URIs
|
| | |
| | |
| | |
| | |
| | |
| | | |
tests)
https://github.com/MoonchildProductions/moebius/pull/230
|
|\ \ \
| | | |
| | | | |
moebius#221: WebExtensions - commands API does not support shortcuts with space or numbers
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
space or numbers
https://github.com/MoonchildProductions/moebius/pull/221
|
|\ \ \
| | | |
| | | | |
moebius#65: Fix: various "about:..." system pages errors
|
| |/ /
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/pull/65
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
browser.xul
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
is null / missing
https://github.com/MoonchildProductions/moebius/pull/219
|
| |
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/184
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
This is almost everything needed for #162.
|
| | |
| | |
| | |
| | | |
anchored input box is clicked
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
+ 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
|
| |\ \
| | | |
| | | |
| | | | |
html_input_datetime_1
|
| | | |
| | | |
| | | |
| | | | |
immediately after opening
|
| | | |
| | | |
| | | |
| | | |
| | | | |
[drive]:/[path]/browser/components/BrowserComponents.manifest: WARNING:
no useful preprocessor directives found
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
|
|\ \ \ \
| | | | |
| | | | | |
Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[nsIEditor.transactionManager]
Steps to reproduce:
1) The main menu:
"Tools" - "Options" - "Privacy" - "History":
[x] "Remember my browsing and download history"
2) The main menu:
"History" - "Clear Recent History...":
"Today"/"Everything" - "Browsing & Download History" - "OK"
3) Go to: "https://www.palemoon.org/"
4) The main menu:
"History" - "Show All History"
5) Clicking right mouse button on an item "https://www.palemoon.org" in
"History",
clicking on "Delete This Page".
6) Clicking on "History":
Throws an error in Browser Console:
NS_ERROR_FAILURE: Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
editBookmarkOverlay.js:341
|
|\ \ \ \ |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
janekptacijarabaci/devtools_browser_cleanUp_followUp_3
[DevTools] Use preprocessing for: a global variable "gDevTools" and the context menu - a function "Inspect Element"
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
context menu - a function "Inspect Element"
Follow up: #106
|
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
janekptacijarabaci/devtools_browser_cleanUp_followUp_2
[DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Issue #95
Follow up: #99
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Issue #95
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Follow up to 5e8e0689c
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
into old-configure
MOZ_PLACES
MOZ_SOCIAL
MOZ_SERVICES_HEALTHREPORT
MOZ_SERVICES_SYNC
MOZ_SERVICES_CLOUDSYNC
|
| | | | | |
|