summaryrefslogtreecommitdiffstats
path: root/browser/base/content/browser.js
Commit message (Collapse)AuthorAgeLines
* Rebase on masterwolfbeast2018-04-11-35/+5
|\
| * [DevTools] Use preprocessing for: a global variable "gDevTools" and the ↵janekptacijarabaci2018-04-08-0/+2
| | | | | | | | | | | | 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-1/+2
| | | | | | | | Follow up to 5e8e0689c
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-29/+0
|/
* Remove testing-only UI components for e10swolfbeast2018-03-03-17/+0
| | | | | This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.) This resolves #37
* DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-1/+1
| | | | https://github.com/MoonchildProductions/moebius/pull/112
* Remove some obsolete front-end code in Basilisk.wolfbeast2018-02-19-8/+0
|
* Rename Options to Preferences and unify location.wolfbeast2018-02-18-3/+1
| | | | | 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.
* 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-1/+1
|
* Change "darkwindowframe" calculation on Win 8 to UWP formula.wolfbeast2018-02-04-2/+4
| | | | #31 point 6
* Issue N/A - Restore the Toolkit Error Console - Part 2: BrowserMatt A. Tobin2018-02-02-0/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+8281