summaryrefslogtreecommitdiff
path: root/extensions
Commit message (Collapse)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
| | | | Basically a S&R. Removed the macro and adjusts IDL codegen accordingly.
* Issue #2290 - Hunspell must be built into libxul on SunOS.athenian2002023-08-18
|
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
| | | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from embedding, extensions, gfx, hal, ipc, layout, mailnews, media and memory. More to come.
* Issue #1451 - Fix hunspell build bustage in FreeBSD.Job Bautista2023-04-26
| | | | Thanks to dbsoft for this patch!
* Issue #1451 - Split hunspell library out of xul.Job Bautista2023-04-23
| | | | | | | | | | | | | utf_info.cxx imported from 1.4.1 upstream. Also moved unicode_info struct to the header to fix bustage with compiling the new utf_info.cxx. I've also gone ahead and deunified this new shared library as unified building is busting in hunspell.cxx, complaining about config.h not being found. Weird that it only happens in unified mode. This reduces libxul size on all platforms by ~200 KB.
* Issue #2135 - Bug 1066965: Make contentEditable and spellchecking to work in ↵FranklinDM2023-03-04
| | | | Shadow DOM
* [No issue] Add executable bit to shell scripts in treetrav902022-11-25
|
* Issue #2019 - Follow-up: Adjust content spellchecker to use keydownMoonchild2022-10-17
| | | | | | | Since keypress is no longer triggered on all keypresses in content, the spellchecker would potentially not be triggered when it should be. This changes the trigger to keydown, instead. No behavioral changes otherwise.
* Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from ↵Brian Smith2022-04-26
| | | | | | | | | the rest of the tree.” This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
| | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 4: Manual cleanupMoonchild2020-09-23
|
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23
| | | | Another S&R run with some smarter matching.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | 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 #1614 - Update en-US DictionaryMatt A. Tobin2020-07-29
|
* Bug 1377978 - Make nsRange use uint32_t to offsetMatt A. Tobin2020-04-17
| | | | Tag #1375
* Bug 1367683 - Optimize initializing nsRangeMatt A. Tobin2020-04-17
| | | | Tag #1375
* Handle missing base64 challenge in NegotiateAuth and NTLMAuth.wolfbeast2020-01-09
|
* Issue #1102 - Disable <meta http-equiv=set-cookie>Gaming4JC2019-05-24
| | | | Create a new pref 'dom.meta-set-cookie.enabled' which is set to 'false', disabling http-equiv meta cookies.
* Telemetry: Remove stubs and related codeadeshkp2019-01-12
|
* Reorder boolean expression to take advantage of short-circuiting.wolfbeast2018-11-01
|
* Clean up a number of unused variables.wolfbeast2018-09-29
| | | | Tag #21.
* backport mozbug 1350090: Turn off the spammy warning that goes off every ↵Gaming4JC2018-09-07
| | | | | | time we create an about:blank content viewer; r=mystor During a debug session, log spam appears because we are trying to get the origin out of a principal for about:blank, which will throw, which is expected.
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵janekptacijarabaci2018-06-18
| | | | in nsContentBlocker.cpp
* Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next filesjanekptacijarabaci2018-06-17
|
* Consistently use PR memory functions.wolfbeast2018-05-15
|
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12
|
* moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15
| | | | https://github.com/MoonchildProductions/moebius/issues/130
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02