wuggy
daa6179d22
Replace application/basilisk with browser/
2026-06-26 20:25:10 -07:00
wolfbeast
177b28a898
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
2019-02-16 00:00:39 +08:00
Ascrod
fcd72d8112
Remove tracking protection tour.
2019-02-16 00:00:06 +08:00
Ascrod
dece98a7b5
Remove UITour and customize tips.
2019-02-16 00:00:05 +08:00
Ascrod
199c3900f8
Remove duplicate ifdefs in browser-safebrowsing.js
2019-02-15 23:59:55 +08:00
Ascrod
867cbe5252
Remove Social API.
2019-02-15 23:59:43 +08:00
Moonchild
aa52f6bd53
Revert "Remove the Social API"
2019-02-15 23:58:52 +08:00
Ascrod
44dc9ecd8e
Remove the Social API
2019-02-15 23:58:48 +08:00
trav90
e04e651ffe
Make safebrowsing optional at build time - Part 1: browser/
2019-02-15 23:57:53 +08:00
Ascrod
f0af6dce04
Change Reader API to use events, remove messaging.
2019-02-15 23:57:51 +08:00
Ascrod
1c494e80a6
Initial updates for Reader View.
2019-02-15 23:57:50 +08:00
wolfbeast
800b6be51b
Bug 1449548.
2019-02-15 23:57:02 +08:00
janekptacijarabaci
cf54612b55
Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js
2019-02-15 23:55:01 +08:00
janekptacijarabaci
c7e2043fa1
Bug 1333726 - use serializeToString instead of non-existant serializePrincipal
2019-02-15 23:54:59 +08:00
janekptacijarabaci
9b3581eddb
Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab
2019-02-15 23:54:58 +08:00
janekptacijarabaci
f563201762
Bug 1332595 - remove useless click handling
2019-02-15 23:54:56 +08:00
janekptacijarabaci
f99258328c
Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private window
2019-02-15 23:54:55 +08:00
janekptacijarabaci
c32aa9df5d
Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURL
2019-02-15 23:54:49 +08:00
janekptacijarabaci
2a27202c64
moebius#209: Throws an error - "CloudSync is not defined"
...
https://github.com/MoonchildProductions/moebius/pull/209
2019-02-15 23:50:06 +08:00
janekptacijarabaci
18d312235d
moebius#230: Consider blocking top level window data: URIs (part 3/3 without tests)
...
https://github.com/MoonchildProductions/moebius/pull/230
2019-02-15 23:49:20 +08:00
janekptacijarabaci
61ce67c968
moebius#65: Fix: "about:..." - throws an errors
...
https://github.com/MoonchildProductions/moebius/pull/65
2019-02-15 23:49:10 +08:00
janekptacijarabaci
2f455353a4
Use preprocessor for "chrome://devtools/skin/devtools-browser.css" in browser.xul
2019-02-15 23:48:54 +08:00
janekptacijarabaci
1cbd27ae55
Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the anchored input box is clicked
2019-02-15 23:45:01 +08:00
janekptacijarabaci
cac5c5adc7
moebius#92: HTML - input - datetime
...
+ 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
2019-02-15 23:44:39 +08:00
janekptacijarabaci
83f3f3f2db
Bug 1341190: Date picker panel and email input validation popup close immediately after opening
2019-02-15 23:44:36 +08:00
janekptacijarabaci
6a3c79040e
Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) [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
2019-02-15 23:43:05 +08:00
janekptacijarabaci
38abddf0e6
[DevTools] Use preprocessing for: a global variable "gDevTools" and the context menu - a function "Inspect Element"
...
Follow up: #106
2019-02-15 23:41:48 +08:00
janekptacijarabaci
624b3b73de
[DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)
...
Issue #95
Follow up: #99
2019-02-15 23:41:37 +08:00
janekptacijarabaci
93944a63e9
Remove unused variables (DevTools) in browser.js
...
Issue #95
2019-02-15 23:41:21 +08:00
NTD
81c6c590cc
Make about:logopage available to any browser that opts into MOZ_PHOENIX
...
Follow up to 5e8e0689c
2019-02-15 23:41:03 +08:00
wolfbeast
5934916122
Remove about:home snippets.
2019-02-15 23:40:57 +08:00
wolfbeast
434f3590e3
Remove base conditional code for crash reporter and injector.
2019-02-15 23:39:53 +08:00
wolfbeast
df053b80f5
Set up the "DRM not available" messages in a saner way.
2019-02-15 23:37:57 +08:00
wolfbeast
d789488825
Hard-disable the use of sponsored tiles.
2019-02-15 23:36:45 +08:00
wolfbeast
49ceae702e
Remove testing-only UI components for e10s
...
This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.)
This resolves #37
2019-02-15 23:35:22 +08:00
janekptacijarabaci
63ba51f58e
DevTools - Browser Console - restore sessions
...
https://github.com/MoonchildProductions/moebius/pull/112
2019-02-15 23:34:35 +08:00
NTD
29b56a9e55
Update configure variable verification
2019-02-15 23:34:12 +08:00
wolfbeast
80a865ac12
Remove unnecessary front-end features and pres when not building EME.
...
Tag #26 .
2019-02-15 23:34:04 +08:00
wolfbeast
dc18b8b1cd
Fix typo in f3f9b7b06e37f870463a5f2196457cca6b10d700 (caps)
2019-02-15 23:33:29 +08:00
wolfbeast
b4950642a2
Prevent issues and possible leaks with the bookmarks menu bar as a result of XBL re-binding.
2019-02-15 23:33:28 +08:00
wolfbeast
325f4d648e
Restore the dynamic release notes URL from pref
2019-02-15 23:33:10 +08:00
wolfbeast
2265fae404
Strip HHMM from the about dialog displayed version.
2019-02-15 23:33:08 +08:00
wolfbeast
f82a2fe7e4
Update various texts and references.
2019-02-15 23:33:07 +08:00
wolfbeast
ebb98d070f
Link about dialog version to general.useragent.appVersionIsBuildID.
...
true: YYYY.MM.DD.HHMM
false: v{internal version number} (YYYY-MM-DD)
2019-02-15 23:33:05 +08:00
wolfbeast
4eca2a10d6
Replace display version in about box with build ID.
2019-02-15 23:32:58 +08:00
wolfbeast
10c9be356b
Rename Options to Preferences and unify location.
...
This also removes OS-specific naming/handling for separate locations.
Fixes #270 .
2019-02-15 23:32:20 +08:00
wolfbeast
9ee75644b9
Align ToolbarIconColor luminance computation with UWP guideline as well to make it consistent with the rest of the browser.
2019-02-15 23:32:17 +08:00
wolfbeast
2ce8b3b74e
Add a signal preference for dynamic color changes to adjust "brighttext" in the front-end.
...
This makes all relevant toolbars pick up the fact that the Windows accent color has changed and should check and if necessary update the "brighttext" property on them for styling of controls.
This is a bit of a hack-around to the fact that there is no real easy way otherwise to notify the front-end of color changes without needing a change in focus of the window.
There is a deliberate 300ms delay built in, because otherwise the styles might not have propagated yet, resulting in brighttext not being updated properly.
2019-02-15 23:32:15 +08:00
wolfbeast
3a47053738
Update application license override.
...
This resolves #222 .
2019-02-15 23:31:54 +08:00
NTD
251ddc2212
Make Basilisk function without WebExtensions
2019-02-15 23:31:31 +08:00