Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1160 - Remove HotFix Preferences from Telemetry | Gaming4JC | 2019-07-05 | -10/+1 |
| | ||||
* | Revert "Treat *.jnlp as an executable class file, like *.jar" | wolfbeast | 2019-06-28 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Rationale: This was a Mozilla oversight and/or error. This change has caused harm and is causing users to switch back to Chrome, Safari or Edge for their WebStart needs. JNLP is not an executable and should not be treated as such. JNLP should be treated the same as any (e.g. Word) document and allowed to be opened with the designated program. A JNLP file will not cause execution on a system unless it has a valid signature, and the user explicitly authorizes the launching based on information provided by the signature. Moreover, there will even be a check by the Java environment to see if the Java runtime (if there is one) is current, and prompt the user to update if required. This reverts commit 21495c58976e3cbbfe54d2e54d1fd67e36dff2a6 and modifies ApplicationReputation.cpp to keep the list in sync (was a discrepancy before). | |||
* | Make nsFind::Find actually use a string type as input. | wolfbeast | 2019-05-29 | -1/+1 |
| | | | | Futureproofing follow-up to b89570e31cfb84449241e363a595540b8810c217 | |||
* | [places] Prevent some abuse of smart queries. | wolfbeast | 2019-05-26 | -4/+6 |
| | ||||
* | Merge pull request #1080 from Ascrod/readerview | Moonchild | 2019-05-06 | -292/+387 |
|\ | | | | | Reader Updates | |||
| * | Bug 1429442 - Buttons in "type control" popup in reader mode should have ↵ | monikamaheshwari | 2019-04-27 | -0/+19 |
| | | | | | | | | tooltips r=Gijs,MarcoZ | |||
| * | Bug 1151735 - Hide font panel when text is being selected r=Gijs | Sonali9 | 2019-04-27 | -3/+7 |
| | | ||||
| * | Bug 1422680 - simplify aboutReader.css font-size classes using CSS variables ↵ | monikamaheshwari | 2019-04-27 | -6/+3 |
| | | | | | | | | r=Gijs | |||
| * | Bug 1399616 - add WP emoji styling to reader mode. | Ascrod | 2019-04-27 | -0/+2 |
| | | ||||
| * | Fix parse node limit preference. Tag #361. | Ascrod | 2019-04-27 | -1/+1 |
| | | ||||
| * | Replace explicit pref observer with lazy preference getters. Tag #361. | Ascrod | 2019-04-27 | -33/+11 |
| | | ||||
| * | Update surrounding code for new Readerable module. Tag #361. | Ascrod | 2019-04-27 | -108/+134 |
| | | ||||
| * | Update Readability from mozilla-central release branch (FF 66.0.3). Tag #361. | Ascrod | 2019-04-27 | -166/+235 |
| | | ||||
* | | Capture delayed events and cancel as necessary. | wolfbeast | 2019-04-26 | -7/+2 |
| | | | | | | | | Tag #1052 | |||
* | | Don't use UpdateChannel.jsm in nsBlocklistService.js | Matt A. Tobin | 2019-04-25 | -7/+8 |
| | | ||||
* | | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵ | Matt A. Tobin | 2019-04-23 | -11/+1 |
| | | | | | | | | MOZ_FENNEC | |||
* | | Sort out search service | Matt A. Tobin | 2019-04-23 | -5114/+20 |
| | | | | | | | | The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one | |||
* | | Remove tests from search service | Matt A. Tobin | 2019-04-23 | -5262/+0 |
| | | ||||
* | | Merge pull request #1048 from Ascrod/geodefaults | New Tobin Paradigm | 2019-04-23 | -850/+14 |
|\ \ | | | | | | | Remove geo-specific selection of default search engines. | |||
| * | | Remove browser.search.region usage. Tag #245. | Ascrod | 2019-04-20 | -17/+1 |
| | | | ||||
| * | | Remove geoip lookup for search engine defaults. Tag #245. | Ascrod | 2019-04-20 | -833/+13 |
| |/ | ||||
* | | Merge pull request #1045 from ThosRTanner/patch-1 | New Tobin Paradigm | 2019-04-21 | -2/+1 |
|\ \ | |/ |/| | Remove unused parameter from call | |||
| * | Remove unused parameter from call | ThosRTanner | 2019-04-20 | -2/+1 |
| | | | | | | Fixes #1043 | |||
* | | Remove unused try/catch block. Tag #991. | Ascrod | 2019-04-18 | -3/+0 |
| | | ||||
* | | Merge branch 'master' into default-pref | Ascrod | 2019-04-18 | -4/+4 |
|\| | ||||
| * | Remove various FxA tests | Moonchild | 2019-04-18 | -4/+4 |
| | | ||||
* | | Pref try/catch block fixup. Tag #991. | Ascrod | 2019-04-13 | -10/+16 |
| | | ||||
* | | Issue #991 Part 7: Toolkit Components | Ascrod | 2019-04-13 | -204/+55 |
|/ | ||||
* | Issue #187: Remove solaris 1st party code OS checks. | wolfbeast | 2019-03-30 | -11/+4 |
| | ||||
* | Merge pull request #834 from g4jc/remove_contextid | Moonchild | 2019-03-25 | -155/+41 |
|\ | | | | | Issue #756 - Remove Contextual Identity | |||
| * | Issue #756 - Remove Contextual Identity from UnifiedComplete | Gaming4JC | 2019-03-18 | -116/+40 |
| | | | | | | | | reverts m-c 1287866 | |||
| * | Issue #756 - Remove contextual identity from BackgroundPageThumbs.jsm | Gaming4JC | 2019-03-18 | -39/+1 |
| | | | | | | | | reverts m-c 1279568, 1309699, 1310112 | |||
* | | Remove obsolete getPref helpers. | Ascrod | 2019-03-24 | -96/+31 |
|/ | ||||
* | Don't include nsDownloadManagerUI if the Communicator version is used | Matt A. Tobin | 2019-03-06 | -3/+4 |
| | | | | Maintain backwards compatibility with MOZ_SUITE | |||
* | Revert "Don't include nsDownloadManagerUI if the Communicator version is used" | Matt A. Tobin | 2019-03-06 | -4/+3 |
| | | | | This reverts commit 853fe00ba0cb91d564031706ef82038e9a4619ed. | |||
* | Don't include nsDownloadManagerUI if the Communicator version is used | Matt A. Tobin | 2019-03-06 | -3/+4 |
| | | | | Maintain backwards compatibility with MOZ_SUITE | |||
* | Make the Auth prompt DOS protection a browser-element opt-in feature. | wolfbeast | 2019-03-01 | -10/+22 |
| | ||||
* | WIP fix 1 | wolfbeast | 2019-02-28 | -19/+29 |
| | ||||
* | Remove toolkit/components/maintenanceservice/ | wolfbeast | 2019-02-20 | -2525/+0 |
| | | | | Tag #145 | |||
* | Remove WebExtension support from the platform. | wolfbeast | 2019-02-13 | -38714/+0 |
| | | | | | | - Conditional code - WE APIs - WE toolkit theming | |||
* | Include blankthumb in the correct file. | wolfbeast | 2019-02-05 | -5/+5 |
| | ||||
* | Merge branch 'cycle_collector-work' | wolfbeast | 2019-02-03 | -1/+0 |
|\ | ||||
| * | Merge branch 'master' into cycle_collector-work | wolfbeast | 2019-01-29 | -3/+10 |
| |\ | ||||
| * | | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -1/+0 |
| | | | ||||
* | | | Remove telemetry leftovers from JS engine. | adeshkp | 2019-01-30 | -5/+0 |
| |/ |/| | ||||
* | | Reduce number of allocations in AutoStopwatch | David Teller | 2019-01-29 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes two related issues. 1. The AutoStopwatch uses a stack-allocated `mozilla::Vector` to communicate with its callback during each compartment switch. This vector was designed to allow its contents to be stack-allocated but they turned out to be accidentally heap-allocated. 2. During each tick, the stopwatch fills a vector `recentGroups_`. This vector always started with minimal capacity and had to grow repeatedly as groups were added, causing repeated reallocations. This patch preallocates `recentGroups_` to have the same capacity as the previous tick. We expect that this should eventually reach a stable size that closely matches the actual needs of the process. | |||
* | | Revert "Reduce number of allocations in AutoStopwatch" | wolfbeast | 2019-01-29 | -7/+3 |
| | | | | | | | | This reverts commit 3476c1d60ec29c5497123194acd7a9310b1023d2. | |||
* | | Reduce number of allocations in AutoStopwatch | David Teller | 2019-01-28 | -3/+7 |
|/ | | | | | | | | | | | | | | | This patch fixes two related issues. 1. The AutoStopwatch uses a stack-allocated `mozilla::Vector` to communicate with its callback during each compartment switch. This vector was designed to allow its contents to be stack-allocated but they turned out to be accidentally heap-allocated. 2. During each tick, the stopwatch fills a vector `recentGroups_`. This vector always started with minimal capacity and had to grow repeatedly as groups were added, causing repeated reallocations. This patch preallocates `recentGroups_` to have the same capacity as the previous tick. We expect that this should eventually reach a stable size that closely matches the actual needs of the process. | |||
* | [WebExAM] Use proper application name in WebExtension API error message. | wolfbeast | 2019-01-14 | -1/+2 |
| | ||||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -228/+2 |
| |