summaryrefslogtreecommitdiff
path: root/browser/base
Commit message (Collapse)AuthorAge
* Issue mcp-graveyard/UXP#303 Part 1: Move basilisk files from /browser to ↵wolfbeast2018-06-04
| | | | /application/basilisk
* Merge pull request #424 from Ascrod/UITourMoonchild2018-06-02
|\ | | | | Remove UITour
| * Remove tracking protection tour.Ascrod2018-05-31
| |
| * Remove UITour and customize tips.Ascrod2018-05-31
| |
* | Remove duplicate ifdefs in browser-safebrowsing.jsAscrod2018-05-31
|/
* Remove Social API.Ascrod2018-05-30
|
* Revert "Remove the Social API"Moonchild2018-05-25
|
* Remove the Social APIAscrod2018-05-24
|
* Merge pull request #368 from trav90/safebrowsing-workMoonchild2018-05-16
|\ | | | | Make safebrowsing optional at build time
| * Make safebrowsing optional at build time - Part 1: browser/trav902018-05-12
| |
* | Change Reader API to use events, remove messaging.Ascrod2018-05-15
| |
* | Initial updates for Reader View.Ascrod2018-05-15
|/
* Bug 1449548.wolfbeast2018-05-10
|
* Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within ↵janekptacijarabaci2018-05-01
| | | | utilityOverlay.js
* Bug 1333726 - use serializeToString instead of non-existant serializePrincipaljanekptacijarabaci2018-05-01
|
* Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵janekptacijarabaci2018-05-01
| | | | ctrl-click and open link in new tab
* Bug 1332595 - remove useless click handlingjanekptacijarabaci2018-05-01
|
* Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private ↵janekptacijarabaci2018-04-30
| | | | window
* Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURLjanekptacijarabaci2018-04-30
|
* moebius#209: Throws an error - "CloudSync is not defined"janekptacijarabaci2018-04-24
| | | | https://github.com/MoonchildProductions/moebius/pull/209
* Merge pull request #231 from janekptacijarabaci/security_blocking_data_1Moonchild2018-04-23
|\ | | | | moebius#223, #224, #226, #230: DOM - consider blocking top level window data: URIs
| * moebius#230: Consider blocking top level window data: URIs (part 3/3 without ↵janekptacijarabaci2018-04-22
| | | | | | | | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/230
* | moebius#65: Fix: "about:..." - throws an errorsjanekptacijarabaci2018-04-23
|/ | | | https://github.com/MoonchildProductions/moebius/pull/65
* Use preprocessor for "chrome://devtools/skin/devtools-browser.css" in ↵janekptacijarabaci2018-04-22
| | | | browser.xul
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15
|\ | | | | | | This is almost everything needed for #162.
| * Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the ↵janekptacijarabaci2018-03-31
| | | | | | | | anchored input box is clicked
| * moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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
| |\ | | | | | | | | | html_input_datetime_1
| * | Bug 1341190: Date picker panel and email input validation popup close ↵janekptacijarabaci2018-02-14
| | | | | | | | | | | | immediately after opening
* | | Merge pull request #134 from janekptacijarabaci/places_error_1New Tobin Paradigm2018-04-12
|\ \ \ | | | | | | | | Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
| * | | Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵janekptacijarabaci2018-02-13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
|\ \ \
| * | | [DevTools] Use preprocessing for: a global variable "gDevTools" and the ↵janekptacijarabaci2018-04-08
| | | | | | | | | | | | | | | | | | | | | | | | context menu - a function "Inspect Element" Follow up: #106
| * | | [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08
| | | | | | | | | | | | | | | | | | | | Issue mcp-graveyard/UXP#95 Follow up: #99
| * | | Remove unused variables (DevTools) in browser.jsjanekptacijarabaci2018-04-08
| | | | | | | | | | | | | | | | Issue mcp-graveyard/UXP#95
| * | | Make about:logopage available to any browser that opts into MOZ_PHOENIXMatt A. Tobin2018-04-07
| | | | | | | | | | | | | | | | Follow up to 5e8e0689c
| * | | Remove about:home snippets.wolfbeast2018-04-06
| | |/ | |/|
* / | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30
|/ /
* | Set up the "DRM not available" messages in a saner way.wolfbeast2018-03-17
| |
* | Hard-disable the use of sponsored tiles.wolfbeast2018-03-13
| |
* | Remove testing-only UI components for e10swolfbeast2018-03-03
| | | | | | | | | | 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
|\ \ | | | | | | Port across devtools enhancements
| * | DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
* | | Update configure variable verificationMatt A. Tobin2018-02-28
|/ /
* | Remove unnecessary front-end features and pres when not building EME.wolfbeast2018-02-24
| | | | | | | | Tag mcp-graveyard/UXP#26.
* | Fix typo in f3f9b7b06e37f870463a5f2196457cca6b10d700 (caps)wolfbeast2018-02-23
| |
* | Prevent issues and possible leaks with the bookmarks menu bar as a result of ↵wolfbeast2018-02-22
| | | | | | | | XBL re-binding.
* | Restore the dynamic release notes URL from prefwolfbeast2018-02-22
| |
* | Strip HHMM from the about dialog displayed version.wolfbeast2018-02-21
| |
* | Update various texts and references.wolfbeast2018-02-21
| |