summaryrefslogtreecommitdiffstats
path: root/browser
Commit message (Collapse)AuthorAgeLines
* Remove testing-only UI components for e10swolfbeast2018-03-03-157/+2
| | | | | 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-9/+34
|\ | | | | Port across devtools enhancements
| * DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-1/+26
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
| * Basilisk - the cmd line - help (the columns alignment, error improvements)janekptacijarabaci2018-02-28-8/+8
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58
* | Remove MOZ_MULETMatt A. Tobin2018-03-01-10/+0
| |
* | Update 7zSFXMatt A. Tobin2018-03-01-1/+1
| |
* | Update configure variable verificationMatt A. Tobin2018-02-28-1/+7
|/
* Merge branch 'master' into EME-workMatt A. Tobin2018-02-24-7/+2
|\
| * WebRTC should be an enable bool in ac configure but enabled in BasiliskMatt A. Tobin2018-02-24-0/+1
| |
| * Developer Tools client should be a disable bool in ac configureMatt A. Tobin2018-02-24-7/+1
| |
* | Remove unnecessary front-end features and pres when not building EME.wolfbeast2018-02-24-11/+22
| | | | | | | | Tag #26.
* | Don't build GMP-clearkey when not building EME.wolfbeast2018-02-24-0/+2
|/
* 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.
* Bug 1217907: [RTL] Wrong direction in about:preferences#general homepagejanekptacijarabaci2018-02-22-0/+5
|
* Set BASILISK_VERSION override major.minor to 52.9wolfbeast2018-02-22-2/+2
|
* Add site-specific overrides and remove the overruling global.wolfbeast2018-02-22-0/+4
|
* 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)
* Provide UA Gecko and Firefox slices by default for web compatibility.wolfbeast2018-02-21-0/+4
|
* Replace display version in about box with build ID.wolfbeast2018-02-21-8/+9
|
* Update UA construction.wolfbeast2018-02-21-2/+2
|
* Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20-3/+1
|
* Remove Windows XP and Windows Vista theme components and resources.wolfbeast2018-02-20-372/+152
|
* Remove some obsolete front-end code in Basilisk.wolfbeast2018-02-19-76/+3
|
* Remove Windows shell integration checks for Windows Vista.wolfbeast2018-02-19-5/+0
| | | | Tag #22.
* Prevent installing stand-alone installers on unsupported environments.wolfbeast2018-02-18-52/+16
| | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86.
* Stop shipping d3dcompiler_43.dllwolfbeast2018-02-18-9/+0
|
* Merge branch 'master' into ported-moebiuswolfbeast2018-02-18-2354/+150
|\ | | | | | | | | # Conflicts: # browser/installer/windows/nsis/stub.nsi
| * Adjust requirementsMatt A. Tobin2018-02-17-1/+1
| |
| * Basilisk requires devtools client for now so enable it by default but add a ↵Matt A. Tobin2018-02-17-1/+5
| | | | | | | | temporary exportable variable to bypass that
| * Merge branch 'stub-branding-cc'Matt A. Tobin2018-02-17-2246/+144
| |\
| | * Reduce redundencies in Basilisk brandingMatt A. Tobin2018-02-17-122/+143
| | |
| | * Remove stub installer - Part 2: BasiliskMatt A. Tobin2018-02-17-2124/+1
| | |
* | | Update names in installer defines.wolfbeast2018-02-18-5/+5
| | | | | | | | | | | | Having the proper `WindowClass` should resolve #170.
* | | Fix installer build bustage.wolfbeast2018-02-18-3/+0
| | | | | | | | | | | | Follow-up to cdef1d75eabfe6927aa0f4e0c18869653c9f1955
* | | Add an option to control automatic filling in of login credentials and ↵wolfbeast2018-02-18-0/+7
| | | | | | | | | | | | | | | | | | switch this off by default. This resolves #272.
* | | Chase the fox out of the shell service.wolfbeast2018-02-18-4/+4
| | | | | | | | | | | | | | | "Welcome to branding hell, boys!" Part 2 for #271.
* | | Rename Options to Preferences and unify location.wolfbeast2018-02-18-52/+12
| | | | | | | | | | | | | | | This also removes OS-specific naming/handling for separate locations. Fixes #270.
* | | Change format handlers to Basilisk.wolfbeast2018-02-18-231/+325
|/ /
* | 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.
* | Don't force colors in tabbar and menubarLootyhoof2018-02-17-5/+0
| |
* | Use windows 10 Accent colors.wolfbeast2018-02-17-220/+406
|/
* Revert "Fix unofficial branding package bustage."wolfbeast2018-02-12-8/+0
| | | | This reverts commit 5b30f18421670b13594f054175174b3abc69f11e.
* Revert "Fix package bustage: build files."wolfbeast2018-02-12-1/+1
| | | | This reverts commit 3adc70dadd03c444ae2ee87673f68cbf07dd060a.
* Direct feedback links to the forum (Basilisk)wolfbeast2018-02-12-6/+1
|
* Update application license override.wolfbeast2018-02-12-1/+2
| | | | This resolves #222.