summaryrefslogtreecommitdiffstats
path: root/toolkit/components
Commit message (Collapse)AuthorAgeLines
* [toolkit] Handle corner case confusion of downloaded files without extension.Moonchild2020-12-15-0/+16
| | | | See code comment for details.
* Issue #1694 - Part 1: Use scriptabledateformat for the Cookie Accept dialog.Moonchild2020-12-04-6/+24
|
* Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24-4/+0
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-74/+0
|
* Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.ccMoonchild2020-09-23-5/+0
|
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23-9/+0
| | | | Another S&R run with some smarter matching.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-23/+0
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Issue #361 - Remove dead Android code.Ascrod2020-05-25-88/+2
| | | | See Bug 1629030, part 3.
* Bug 1154295 - use normal formatting for plaintext documents in reader modeTrushita2020-05-25-0/+42
| | | | | | Before this change the plain text document in reader mode was not formatted/styled properly. Tag #361.
* Bug 1621479 - Fix typo in reader mode CSS class preservation list.Cameron McCormack2020-05-25-1/+1
| | | | Tag #361.
* Issue #361 - Update Readability from upstream.Ascrod2020-05-25-68/+367
| | | | (git rev 52ab9b5c8916c306a47b2119270dcdabebf9d203)
* Merge pull request #1535 from g4jc/VFS_telemetry_nukeMoonchild2020-05-09-337/+0
|\ | | | | Remove TelemertyVFS
| * Issue #21 - Remove TelemertyVFSGaming4JC2020-05-06-337/+0
| | | | | | | | This reverts m-c Bug 668378 and completely removes Telemetry SQLite IO. As a bonus this fixes a potential crash in newer SQLite versions without the need for updating this useless telemetry shim.
* | Hyperbola IceDove should use the toolkit SearchServiceMatt A. Tobin2020-05-06-2/+1
|/
* Issue #576 - Remove IdentityService and ContextualIdentityServiceMatt A. Tobin2020-04-19-352/+0
|
* Issue #65 - Remove AppConstants from toolkit/prompts/content/tabprompts.xmlMatt A. Tobin2020-04-19-15/+13
| | | | This file not only somehow escaped my pass through here but was also mocking me by using AppConstants in a preprocessed file BUT ALSO right AFTER a preprocessor directive.
* Bug 1377978 - Make nsRange use uint32_t to offsetMatt A. Tobin2020-04-17-6/+9
| | | | Tag #1375
* Take files out of preprocessing that no longer require itMatt A. Tobin2020-04-07-9/+4
|
* Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/wolfbeast2020-04-03-1/+1
|
* Properly fix crash in nsDownloadManager when repeatedly pausing and resuming ↵Matt A. Tobin2020-03-29-1/+4
| | | | | | a download This applies only to applications that do not use JSDownloads and is based on Bug 1224326
* Merge pull request #1472 from JMadgwick/masterMoonchild2020-03-28-1/+1
|\ | | | | Fix building on sparc64 Linux
| * Issue #1471 - Fix building on sparc64 LinuxJMadgwick2020-03-09-1/+1
| | | | | | | | | | Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64. This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204.
* | Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to ↵Matt A. Tobin2020-03-05-3/+3
|/ | | | UpdateUtils.UpdateChannel in telemetry modules
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-1628/+61
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Bug 1339444 - Remove unused resource://gre/modules/sqlite/sqlite_internal.jsMatt A. Tobin2020-02-25-331/+0
|
* Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-02-25-173475/+67
|
* Issue #65 - Remove AppConstants from toolkit/components/passwordmgrMatt A. Tobin2020-02-06-18/+20
|
* Issue #65 - Remove AppConstants from toolkit/components/alertsMatt A. Tobin2020-02-06-5/+9
|
* Issue #65 - Remove AppConstants from toolkit/components/placesMatt A. Tobin2020-02-06-3/+7
|
* Issue #65 - Remove AppConstants from toolkit/components/apppickerMatt A. Tobin2020-02-06-22/+20
|
* Issue #65 - Remove AppConstants from toolkit/components/thumbnailsMatt A. Tobin2020-02-06-3/+4
|
* Issue #65 - Remove AppConstants from toolkit/components/printingMatt A. Tobin2020-02-06-3/+7
|
* Issue #65 - Remove AppConstants from toolkit/components/satchelMatt A. Tobin2020-02-06-26/+29
|
* Issue #65 - Remove AppConstants from toolkit/components/jsdownloadsMatt A. Tobin2020-02-06-17/+18
|
* Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-239/+0
|
* MoonchildProductions#1251 - Part 27: Fix ifdef style.athenian2002019-10-21-2/+2
| | | | This should do it for all the commits to files I changed, but while I'm in here I could probably go ahead and turn ALL the singular if defined statements into ifdef statements by using grep/find on the tree. On the other hand, perhaps we should do that as a separate issue so that this doesn't become a case of scope creep.
* MoonchildProductions#1251 - Part 4: Core build system changes, lots of ↵athenian2002019-10-21-0/+4
| | | | | | | | libevent/IPC junk. This is mostly ifdefs, but as you can see, Solaris is actually a lot like Linux. They're both more SysV than BSD at core, and most of the differences have more to do with Solaris not using glibc than anything else. I still need to audit a lot of these changes and understand why they're needed and what the alternative approaches are. After this patch, most of the core functionality needed to build Solaris is here.
* MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-4/+12
| | | | | | | | | | | | | | Compared with what Pale Moon had for Solaris originally, this is mostly the same zero point I started patching from, but I've made the following changes here after reviewing all this initial code I never looked at closely before. 1. In package-manifest.in for both Basilisk and Pale Moon, I've made the SPARC code for libfreebl not interefere with the x86 code, use the proper build flags, and also updated it to allow a SPARC64 build which is more likely to be used than the 32-bit SPARC code we had there. 2. See Mozilla bug #832272 and the old rules.mk patch from around Firefox 30 in oracle/solaris-userland. I believe they screwed up NSINSTALL on Solaris when they were trying to streamline the NSS buildsystem, because they started having unexplained issues with it around that time after Firefox 22 that they never properly resolved until Mozilla began building NSS with gyp files. I'm actually not even sure how relevant the thing they broke actually is to Solaris at this point, bug 665509 is so old it predates Firefox itself and goes back to the Mozilla suite days. I believe $(INSTALL) -t was wrong, and they meant $(NSINSTALL) -t because that makes more sense and is closer to what was there originally. It's what they have for WINNT, and it's possible a fix more like that could serve for Solaris as well. Alternatively, we could get rid of all these half-broken Makefiles and start building NSS with gyp files like Mozilla did. 3. I've completely cut out support for the Sun compiler and taken into account the reality that everyone builds Firefox (and therefore its forks) with GCC now on Solaris. This alone helped clean up a lot of the uglier parts of the code. 4. I've updated all remaining SOLARIS build flags to the newer XP_SOLARIS, because the SOLARIS flag is no longer set when building Solaris. 5. I've confirmed the workaround in gtxFontconfigFonts.cpp is no longer necessary. The Solaris people got impatient about implementing a half-baked patch for a fontconfig feature that wasn't ready yet back in 2009, and somehow convinced Mozilla to patch their software to work around it when really they should have just fixed or removed their broken fontconfig patch. The feature they wanted has since been implemented properly, and no version of Solaris still uses the broken patch that required this fix. If anyone had ever properly audited this code, it would have been removed a long time ago.
* Issue #1134: Reinstate postDataString for about:home searches.wolfbeast2019-08-10-2/+8
|
* Hide and disable open_all/cut/copy/delete/properties when openingwolfbeast2019-07-28-3/+7
| | | | | | bookmarks/history context menu with no selection This resolves #882 (by not offering options that can't be used)
* Revert "Capture delayed events and cancel as necessary."wolfbeast2019-07-18-2/+7
| | | | | | | | | Tag #1052 (backout). Backed out for creating issues like #1191 and other issue-less problems with e.g. losing the caret from text boxes. Of note: this was also backed out from m-c for similar reasons in Bug 1332433. This fixes #1191. This reverts commit 3424afccaebc71c4acd4fa9eadf519c408c5965b.
* Issue #1160 - Remove HotFix Preferences from TelemetryGaming4JC2019-07-05-10/+1
|
* Revert "Treat *.jnlp as an executable class file, like *.jar"wolfbeast2019-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.wolfbeast2019-05-29-1/+1
| | | | Futureproofing follow-up to b89570e31cfb84449241e363a595540b8810c217
* [places] Prevent some abuse of smart queries.wolfbeast2019-05-26-4/+6
|
* Merge pull request #1080 from Ascrod/readerviewMoonchild2019-05-06-292/+387
|\ | | | | Reader Updates
| * Bug 1429442 - Buttons in "type control" popup in reader mode should have ↵monikamaheshwari2019-04-27-0/+19
| | | | | | | | tooltips r=Gijs,MarcoZ
| * Bug 1151735 - Hide font panel when text is being selected r=GijsSonali92019-04-27-3/+7
| |
| * Bug 1422680 - simplify aboutReader.css font-size classes using CSS variables ↵monikamaheshwari2019-04-27-6/+3
| | | | | | | | r=Gijs
| * Bug 1399616 - add WP emoji styling to reader mode.Ascrod2019-04-27-0/+2
| |