summaryrefslogtreecommitdiffstats
path: root/browser/base/content
Commit message (Collapse)AuthorAgeLines
* Use preprocessor for "chrome://devtools/skin/devtools-browser.css" in ↵janekptacijarabaci2018-04-22-0/+2
| | | | browser.xul
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-4/+7
|\ | | | | | | This is almost everything needed for #162.
| * Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the ↵janekptacijarabaci2018-03-31-2/+4
| | | | | | | | anchored input box is clicked
| * moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-196/+90
| |\ | | | | | | | | | html_input_datetime_1
| * | Bug 1341190: Date picker panel and email input validation popup close ↵janekptacijarabaci2018-02-14-1/+0
| | | | | | | | | | | | immediately after opening
* | | Merge pull request #134 from janekptacijarabaci/places_error_1New Tobin Paradigm2018-04-12-17/+16
|\ \ \ | | | | | | | | Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
| * | | Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵janekptacijarabaci2018-02-13-17/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* | | Rebase on masterwolfbeast2018-04-11-389/+10
|\ \ \
| * | | [DevTools] Use preprocessing for: a global variable "gDevTools" and the ↵janekptacijarabaci2018-04-08-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | context menu - a function "Inspect Element" Follow up: #106
| * | | [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08-0/+2
| | | | | | | | | | | | | | | | | | | | Issue #95 Follow up: #99
| * | | Remove unused variables (DevTools) in browser.jsjanekptacijarabaci2018-04-08-41/+0
| | | | | | | | | | | | | | | | Issue #95
| * | | Make about:logopage available to any browser that opts into MOZ_PHOENIXMatt A. Tobin2018-04-07-2/+3
| | | | | | | | | | | | | | | | Follow up to 5e8e0689c
| * | | Remove about:home snippets.wolfbeast2018-04-06-353/+2
| | |/ | |/|
* / | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-65/+4
|/ /
* | Set up the "DRM not available" messages in a saner way.wolfbeast2018-03-17-30/+28
| |
* | Hard-disable the use of sponsored tiles.wolfbeast2018-03-13-22/+6
| |
* | Remove testing-only UI components for e10swolfbeast2018-03-03-49/+1
| | | | | | | | | | This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.) This resolves #37
* | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1Moonchild2018-03-02-1/+1
|\ \ | | | | | | Port across devtools enhancements
| * | DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-1/+1
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
* | | Update configure variable verificationMatt A. Tobin2018-02-28-1/+7
|/ /
* | Remove unnecessary front-end features and pres when not building EME.wolfbeast2018-02-24-0/+4
| | | | | | | | Tag #26.
* | Fix typo in f3f9b7b06e37f870463a5f2196457cca6b10d700 (caps)wolfbeast2018-02-23-2/+2
| |
* | Prevent issues and possible leaks with the bookmarks menu bar as a result of ↵wolfbeast2018-02-22-0/+4
| | | | | | | | XBL re-binding.
* | Restore the dynamic release notes URL from prefwolfbeast2018-02-22-1/+1
| |
* | Strip HHMM from the about dialog displayed version.wolfbeast2018-02-21-1/+1
| |
* | Update various texts and references.wolfbeast2018-02-21-10/+4
| |
* | Link about dialog version to general.useragent.appVersionIsBuildID.wolfbeast2018-02-21-1/+7
| | | | | | | | | | true: YYYY.MM.DD.HHMM false: v{internal version number} (YYYY-MM-DD)
* | Replace display version in about box with build ID.wolfbeast2018-02-21-8/+9
| |
* | Remove some obsolete front-end code in Basilisk.wolfbeast2018-02-19-55/+1
| |
* | Rename Options to Preferences and unify location.wolfbeast2018-02-18-20/+2
| | | | | | | | | | This also removes OS-specific naming/handling for separate locations. Fixes #270.
* | Align ToolbarIconColor luminance computation with UWP guideline as well to ↵wolfbeast2018-02-17-2/+2
| | | | | | | | make it consistent with the rest of the browser.
* | Add a signal preference for dynamic color changes to adjust "brighttext" in ↵wolfbeast2018-02-17-0/+17
|/ | | | | | | | 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.
* Update application license override.wolfbeast2018-02-12-1/+2
| | | | This resolves #222.
* Make Basilisk function without WebExtensionsMatt A. Tobin2018-02-11-1/+10
|
* Remove referrers when opening a link in a new private window.wolfbeast2018-02-08-0/+6
|
* Make the url bar strip javascript even when preceded by control characterswolfbeast2018-02-08-1/+1
|
* Avoid drag-and-drop of javascript: URIswolfbeast2018-02-05-21/+34
|
* Use app.releaseNotesURL preference instead of a hardcoded URL in the ↵Matt A. Tobin2018-02-05-1/+5
| | | | Basilisk about box
* Change "darkwindowframe" calculation on Win 8 to UWP formula.wolfbeast2018-02-04-2/+4
| | | | #31 point 6
* Remove browser tests - Part 1: The Tests (except for experiments)Matt A. Tobin2018-02-03-57478/+0
|
* Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵Matt A. Tobin2018-02-02-23/+20
| | | | and integration with sync, OneCRL and the custom time check for derives system time.
* Issue N/A - Restore the Toolkit Error Console - Part 2: BrowserMatt A. Tobin2018-02-02-0/+31
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+117137