Frank-Rainer Grahl
04ea60a26a
Bug 1758289 - Remove Run Flash from Site permissions and page info. r=IanN
...
Port Bug 1519434 "Remove "Always Activate" and "Remember this decision" Flash options".
2022-03-01 01:22:09 +01:00
Frank-Rainer Grahl
ea69cb3a23
Bug 1755553 - Fix some uninitialized variables to please strict mode. r=IanN
2022-02-11 02:11:30 +01:00
Rob Lemley
99dbece901
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2022-03-08 14:00:37 -05:00
Ben Campbell
9efc4064f5
Bug 1756520 - Remove redundant arg in nsIMsgFolder.compactAll(). r=mkmelin
...
In nsIMsgFolder.compactAll(), the aCompactOfflineAlso param was always true
for IMAP folders, and always false for local folders. The calling code
shouldn't have to deal with that check.
Differential Revision: https://phabricator.services.mozilla.com/D139352
Depends on D139327
2022-02-22 05:57:59 +00:00
Bill Gianopoulos
8354db830e
Bug 1756267 - Define ZIP variable. r=frg
...
Bug 1717683 "Make ZIP packages and l10n repacks deterministic... " removed
the ZIP variable among other things from toolkit/moz.configure. We need to
define for building and packaging in suite extensions and themes, so adding it to
suite/moz.configure.
2022-01-29 17:53:21 +00:00
Nuno Silva
a627351527
Bug 1719020 - Restore Composer Format Toolbar only when leaving source mode. r=frg
2022-02-17 19:45:08 +01:00
Frank-Rainer Grahl
8e19058f03
Bug 1688415 - Remove preferences for NPAPI. r=IanN
2021-01-23 20:32:05 +01:00
Nuno Silva
b30c8a70c8
Bug 1755369 - Composer: Remove textbox if present when updating structToolbar. r=frg
...
Older code (in SeaMonkey 2.26) would remove all but the last child,
regardless of their element type. The current code relies on
querySelectorAll(), looking for toolbarbuttons; this change adds a
selector for textboxes as well, as structToolbar may have a textbox
along with toolbarbuttons because of the "Change Tag" feature.
2022-02-14 23:41:04 +01:00
Ian Neal
b52a3b1064
Bug 1753891 - MsgFilterList(args) should take targetFilter and pass it to FilterListDialog. r=frg
2022-02-06 15:18:36 +00:00
Magnus Melin
d85db8208b
Bug 1703164 - convert mailnews/search/content/FilterEditor.xhtml to top level <html>. r=henry
...
Differential Revision: https://phabricator.services.mozilla.com/D137889
--HG--
extra : rebase_source : 0f39aaaecf079b2ab3763b5a388a60d3f2bb1f6b
extra : amend_source : 5dd67c6cdf7fa542cbba5bbf60ded869e26ec314
2022-02-10 11:59:37 +02:00
Rob Lemley
52a246a476
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2022-02-07 11:54:16 -05:00
Mike Hommey
d98980a070
Bug 1752247 - Remove remaining rls arguments. r=darktrojan
...
In Firefox, the argument was removed from Google search params in
bug 1103216 and from other Yahoo Japan search params in bug 487407,
and seems to have stayed in the Yahoo Japan Auctions search params
as an oversight.
It seems the same happened in Thunderbird, and something similar in
Seamonkey for Google Japan.
Differential Revision: https://phabricator.services.mozilla.com/D137489
--HG--
extra : moz-landing-system : lando
2022-02-03 03:35:23 +00:00
Frank-Rainer Grahl
a4542d1648
Bug 1750386 - Use window.arguments to select correct help section in cert delete dialog. r=IanN
2022-01-15 19:55:24 +01:00
Ian Neal
8478f1d00b
Bug 1749207 - Add search functionality to filter dialog. r=frg
2022-01-09 16:23:51 +00:00
Dmitry Butskoy
2aa21dac3c
Bug 1623054 - Set owner tab for proper tab focus handling after close. r=IanN
2021-08-14 18:59:24 +02:00
Frank-Rainer Grahl
3590c535d8
Bug 1749141 - Remove obsolete references to Java and Flash. r=IanN
2022-01-05 14:25:39 +01:00
Frank-Rainer Grahl
dd568690e0
Bug 1749144 - macOS is spelled macOS. r=IanN
2022-01-03 17:19:36 +01:00
Nuno Silva
0529e6d45f
Bug 1748178: Mail&News start.xhtml: point to the "Get Involved" page instead. r=IanN
...
The "Welcome to SeaMonkey Mail&Newsgroups" page[1] that shows up in
the M&N main window message pane has a link (last paragraph, first
word, "We") that used to point to a mozilla.org webpage for the
mail-and-news client project[2].
The link target was changed to [3] in bug 1140353 as [2] was then
redirecting to a Thunderbird-specific page.
As now [3] doesn't work anymore, this changes the link target again,
this time to point to SeaMonkey's "Get Involved" web page.
[1] suite/mailnews/content/start.xhtml, viewable inside SeaMonkey as
chrome://messenger/content/start.xhtml
[2] http://www.mozilla.org/mailnews/
[3] https://developer.mozilla.org/docs/Mozilla/Projects/MailNews
2022-01-02 19:53:14 +00:00
Frank-Rainer Grahl
102a2ec4ac
Bug 1716221 - Clear feeds in tabbrowser for a toplevel network state change. r=IanN
2021-12-25 20:07:34 +01:00
Frank-Rainer Grahl
6ecd02c467
Bug 1716221 - Remove unneded Ci definitions in tabbrowser. r=IanN
...
Also do some minor variable definition cleanups.
2021-12-25 18:42:56 +01:00
Frank-Rainer Grahl
b74581568a
Bug 1749146 - Removed obsolete MOZ_EXTENSIONS check in suite. r=IanN a=IanN
...
Port Bug 1746299 "Remove broken support for --enable-project=extensions and --enable-extensions".
--HG--
extra : amend_source : 05c61d57b6baa8e75eaab4e76bbbdd7918550e2e
2022-01-08 18:46:11 +01:00
Rob Lemley
e2ab829cff
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2022-01-10 14:38:51 -05:00
Bill Gianopoulos
443b4b3cc6
Bug 1749147 - Part 4: Move Windows system libraries from LIBS to moz.build. r=frg
...
Port Bug 1747756 "Move Windows system libraries from LIBS to moz.build".
2021-12-31 22:11:42 +00:00
Bill Gianopoulos
5baa789f7a
Bug 1749147 - Part 3: Replace TK_FLAGS/TK_LIBS with MOZ_GTK3_FLAGS/MOZ_GTK3_LIBS. r=frg
...
Port Bug 1747165
"Move Gtk+3 checks to python configure".
2021-12-24 14:07:51 +00:00
Bill Gianopoulos
28e243924b
Bug 1749147 - Part 2: Rename check_build_environment to build_environment. r=frg
...
Port Bug 1747332 "configure creates a virtualenv in the source directory when running it in the source directory".
2021-12-24 11:57:31 +00:00
Bill Gianopoulos
dbbf57585a
Bug 1749147 - Part 1: Link CoreFoundation in macOS builds with sandbox. r=frg
...
Bug 1747228 - Fix OSX bustage on builds with sandbox disabled.
2021-12-23 17:28:59 +00:00
Ian Neal
b7b7ae0c55
Bug 1746081 - Use listbox rather than tree in FilterListDialog. r=frg
2021-12-14 22:07:39 +00:00
Frank-Rainer Grahl
4a7cf89c23
Bug 1727000 - Switch crash reporter url to crash-reports-test.seamonkey-project.org. r=IanN
2021-10-07 13:54:47 +02:00
Frank-Rainer Grahl
567c5ba50c
Bug 1727000 - Align cZ locales with SeaMonkey. r=IanN
...
Translations are still not 100% complete for all languages but missing stuff will be merged with en-US so we can expose this.
2021-10-21 01:14:33 +02:00
Mark Banner
186335311c
Bug 1748362 - Make folderUtils.jsm export one object rather than multiple functions, and delay loading on startup. r=mkmelin
...
Depends on D134988
Differential Revision: https://phabricator.services.mozilla.com/D134989
--HG--
rename : mailnews/base/src/folderUtils.jsm => mailnews/base/src/FolderUtils.jsm
extra : moz-landing-system : lando
2022-01-04 16:18:21 +00:00
Bill Gianopoulos
f92199d26e
Bug 1746800 - Align nsCString's public size_type better with other C++ APIs. r=frg
...
Port of Bug 1741665:
https://hg.mozilla.org/mozilla-central/rev/43563b9a5f5d132449ec86456cf246b85ccf8306 .
2021-12-14 12:24:13 +00:00
Frank-Rainer Grahl
3ace7c9ae7
Bug 1438084 - Remove really really obsolete entries from removed-files.in. r=IanN
...
This speeds up generating the update mar package.
2021-12-17 00:07:30 +01:00
Frank-Rainer Grahl
24324cafe1
Bug 1746787 - Prevent subresource loads from showing the progress indicator on the tab. r=IanN
...
Port Bug 1380150 "Flickering between favicon and loading indicator after first load".
Port Bug 1400337 "throbber should have two states, gray for connecting and blue for transferring data".
2021-12-12 00:29:35 +01:00
Frank-Rainer Grahl
4e5750ffee
Bug 1746790 - Remove obsolete ESR 78 hg repos from debugQA. r=IanN
...
Also add SeaMonkey website repos and reorder menu.
2021-11-12 15:04:57 +01:00
Frank-Rainer Grahl
d5f5516c7f
Bug 1746788 - Move the taskbar refresh timer to idle dispatch. r=ianN
...
Port Bug 1357114 "Move the taskbar refresh timer to idle dispatch"
2021-11-07 03:21:37 +01:00
Ian Neal
9f2a6f6036
Bug 1744440 - Prefer secure over insecure protocol in network list in ChatZilla. r=frg
2021-12-05 16:09:10 +00:00
Ian Neal
13edf8e751
Bug 1737450 - Add refresh function to Filter list dialog so that it can be updated when already open and new filters are added externally. r=frg
...
Port to SeaMonkey the relevant parts of:
* Bug 543419 - Add refresh function to Filter list dialog so that it can be updated when already open and new filters are added externally
* Bug 363982 - Make FilterListDialog.js::refresh() function take arguments to allow it to swich folders if filter dialog is already open
* Bug 878805 - Check UI consistency across all Thunderbird folderpickers - Part 2
* Bug 1025373 - Choose some usable account again when opening filter list with no selected folder
* Bug 1198744 - Filters run on a different folder than selected
2021-10-23 16:45:45 +01:00
Rob Lemley
74b9c28bf4
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2021-12-06 15:01:20 -05:00
Ian Neal
79d2504137
Bug 1736443 - Add connect button to cZ Networks Editor. r=frg
2021-10-23 15:58:05 +01:00
Ian Neal
12464bd31f
Bug 1736425 - Clean up folder handling in FilterListDialog. r=frg
...
Port relevant parts of:
* Bug 1328855 - Clean up folder handling in FilterListDialog.js and fix filter list redraw
2021-10-18 19:21:28 +01:00
Frank-Rainer Grahl
29f415b8ee
Bug 1729153 - Part 2: Remove light stripe from SeaMonkey Windows and macOS 32x32 icons. r=IanN
2021-11-20 17:20:16 +01:00
Frank-Rainer Grahl
dbfa3587cb
Bug 1710915 - Replace placeholder form icon in SeaMonkey composer. r=IanN
...
Icon done by fox.
2021-11-17 23:37:27 +01:00
Frank-Rainer Grahl
6d285cb1dc
Bug 1741082 - Clean up freenode usage in ChatZilla. r=IanN
2021-11-14 17:59:07 +01:00
Ian Neal
172c6d8673
Bug 1742502 - Only use networks and servers in lower case in ChatZilla. r=frg
2021-11-22 22:29:41 +00:00
Bill Gianopoulos
1e4c543390
Bug 1742307 - Remove unused ldap c-sdk from SeaMonkey installer. r=frg
...
Port Bug 1729862 part 2 "Remove unused ldap c-sdk".
2021-11-11 11:04:22 +00:00
Ian Neal
25a9463af1
Bug 1735061 - Add preference to not prompt for message filter deletion. r=frg
...
Port relevant parts of:
* Bug 451438 - Filters: Option NOT to warn on delete
2021-10-10 15:54:59 +01:00
Ian Neal
2f6b198173
Bug 1735059 - Add move to top / bottom buttons to message filters. r=frg
2021-10-10 15:48:14 +01:00
Ian Neal
72a19de7b8
Bug 1735057 - Implement Copy to New message filter functionality. r=frg
...
Port to SeaMonkey the relevant parts of:
* Bug 214548 - Implemented 'Copy to New' filter functionality
2021-10-31 12:19:14 +00:00
Ian Neal
9148e4f97e
Bug 1735056 - Rename some variables used in SeaMonkey's FilterListDialog to match Thunderbird's. r=frg
2021-10-10 15:36:35 +01:00
Ian Neal
ed45f2c0c8
Bug 1735055 - Use Insert key as shortcut to create new message filters. r=frg
2021-11-14 14:57:27 +00:00
Ian Neal
1ed8264e5d
Bug 1735053 - Rearrange Message Filter Dialog to make room for new features. r=frg
2021-10-10 15:21:39 +01:00
Frank-Rainer Grahl
b646de90ae
Bug 1547484 - Remove unused string from filter.properties. r=me
2021-11-21 21:17:24 +01:00
Frank-Rainer Grahl
c5ae8792b5
Bug 1738669 - Rename searchTerm to virtualFolderSearchTerm for consistency. r=me
2021-11-09 20:17:00 +01:00
Nuno Silva
64de2c1e20
Bug 1738669 - Correct typo in folderPane.js. r=frg
2021-11-01 14:14:21 +01:00
Bill Gianopoulos
fe6048da85
Bug 1740327 - Remove packaged pinning/pins.json from SeaMonkey installer. r=frg
...
Port Bug 1738277 "Remove packaged pinning/pins.json".
2021-10-29 10:49:38 +00:00
Rob Lemley
ab58782fd8
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2021-11-01 14:34:34 -04:00
Ian Neal
a2472c026f
Bug 1737473 - Fix typo in cs_nav_prefs_appearance. r=me
2021-10-24 17:22:17 +01:00
Frank-Rainer Grahl
8a893ad0c0
Bug 1730408 - Add duplicate modern theme files for datepicker to allow list. r=me
2021-10-19 14:46:40 +02:00
Frank-Rainer Grahl
436c112c5a
Bug 1730408 - Add picker for date and time inputs. r=IanN
...
Port Bug 1288591 "Implement the layout for <input type=time>".
Modern styling by njsg
Add popupAnchor from Bug 691601 "Update browser form validation so that it is e10s compatible"
2021-09-06 19:07:34 +02:00
Nuno Silva
dbcb2265c1
Bug 1734407 - Prevent repeated handling of tab handle middle-click event. r=IanN
...
When the browser is configured so that a middle-click will load a URL
from the clipboard or the primary selection, and such a URL is
present, middle-clicking a tab handle will close that tab and load the
URL in another tab.
contentAreaClick() (from suite/base/content/contentAreaClick.js),
which loads the URL, will check event.defaultPrevented before
proceeding, so use preventDefault() in the onTabClick() handler from
tabbrowser.xml.
2021-10-06 16:02:20 +01:00
Frank-Rainer Grahl
708b616d94
Bug 1735236 - Always detect the crashreporter using AppConstants. r=IanN
2021-09-26 00:22:17 +02:00
Frank-Rainer Grahl
78e1f7bca1
Bug 1735243 - Fix undefined browser[i] console error in mailnews. r=IanN
2021-08-30 15:28:34 +02:00
Frank-Rainer Grahl
1d2ffc3ba8
Bug 1735231 - Remove unused bookmarkAllTabsDefault from navigator.properties. r=me
2021-09-10 21:44:56 +02:00
Ian Neal
b75df561ad
Bug 1656797 - Link about LEGACY extensions in Add-ons Manager is broken. r=frg
2021-09-26 16:41:58 +01:00
Ian Neal
c5f0f04803
Bug 1730392 - Port |Bug 596371 - Put <browser> in a <stack> so it's easy to overlay| to SeaMonkey. r=frg
2021-09-12 10:31:42 +01:00
Ian Neal
95fab4de9b
Bug 1730391 - Add removeBrowser helper for tabbrowser. r=frg
2021-09-12 10:29:00 +01:00
Ascrod
70de30c69b
Bug 1720879 - Option to open "Add Security Exception" window never offered after failing connection to self-signed IRC server. r=IanN
...
Improve handling and reporting for SEC and SSL errors.
Improve handling for network interrupt errors.
2020-05-17 02:19:47 -04:00
Ascrod
006e144e43
Bug 1729159 - Add last read message divider to ChatZilla. r=IanN
...
Preliminary patch for last read message divider.
Fix undefined frame issue.
Remove extraneous dump statement.
Don't remove line marker during scrollback truncation.
Don't count line marker in scrollback truncation.
Overhaul last read message marker system.
Automatically set line marker when losing focus.
Use line marker in manual by default.
Update marker color for light theme.
2018-12-27 14:09:01 -05:00
Ian Neal
d9fd24df69
Bug 1728027 - helper function for renaming irc server properties. r=frg
2021-10-09 16:37:57 +01:00
Ascrod
46b0de1133
Bug 1728025 - Stop using canonical name as collection keys. r=IanN
...
Fix edge case bug with handling RPL_ISUPPORT.
Fix canonicalName for DCC user objects.
Fix removing users from in-memory channel users list.
2021-08-21 21:54:22 +01:00
Ian Neal
4167ae0ec9
Bug 1727992 - Fix JS strict warning in addHistory in CZ static.js. r=frg
2021-08-28 22:04:11 +01:00
Ian Neal
13ee7ea2e6
Bug 1727989 - Fix JS strict warnings in unescapeTagValue. r=frg
2021-10-09 16:51:38 +01:00
Ascrod
2baeb6fc27
Bug 1727976 - Minor fixes for testdisplay command. r=IanN
2018-09-11 23:07:17 -04:00
Ian Neal
5ca7d4bc38
Bug 1726966 - In ChatZilla make /commands return all matches starting with pattern. r=frg
2021-08-24 19:07:45 +01:00
Ian Neal
15bb13baff
Bug 1726965 - Remove use of msg.commasp in ChatZilla. r=frg
2021-08-22 11:22:30 +01:00
Rob Lemley
e3fe28b185
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
...
--HG--
extra : rebase_source : a269f8ecba32a8c4c0f1f4547b5dd7ab29444793
2021-10-04 16:43:52 -04:00
Ben Campbell
7c3a61c344
Bug 1733504 - Remove unused aLocalOnly param from nsIMsgFolder.fetchMsgPreviewText(). r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D127189
--HG--
extra : amend_source : 8f265434f337a7ade95130b6c830a5529ba372b1
2021-10-03 13:52:15 +03:00
Ben Campbell
19824555f1
Bug 1683590 - Remove nsISupport use in nsIFolderListener.OnItemAdded/Removed callbacks. r=mkmelin
...
Breaks up OnItemAdded() and OnItemRemoved() into folder and message-specific
versions. Also tidies up naming of the callback functions in the .idl while
we're here e.g. OnItemEvent() becomes onFolderEvent().
Differential Revision: https://phabricator.services.mozilla.com/D126593
--HG--
extra : rebase_source : 09c95d139bc512626e7974b95b94fa91cead0ef6
2021-10-01 12:46:34 +03:00
Magnus Melin
5a9a321948
Backed out changeset 89021f52292d (bug 1683590) for build bustage. rs=backout
...
--HG--
extra : amend_source : 2c883d9c7c36aef0d5c3b4a0a489331049079147
2021-09-29 13:42:41 +03:00
Ben Campbell
0bc654a66d
Bug 1683590 - Remove nsISupport use in nsIFolderListener.OnItemAdded/Removed callbacks. r=mkmelin
...
Breaks up OnItemAdded() and OnItemRemoved() into folder and message-specific
versions. Also tidies up naming of the callback functions in the .idl while
we're here e.g. OnItemEvent() becomes onFolderEvent().
Differential Revision: https://phabricator.services.mozilla.com/D126593
--HG--
extra : amend_source : 7e86abd0191c081cbce48965b6d064f146fc7f88
2021-09-29 12:30:19 +03:00
Ben Campbell
d52485e055
Bug 1683590 - Remove nsISupport use in nsIMsgFolder.NotifyItemAdded/NotifyItemRemoved. r=mkmelin
...
Removes .NotifyItemAdded() and .NotifyItemRemoved() which both used nsISupports
and replaces them with specific folder and nsIMsgDBHdr versions.
Still calls the nsISupports-based nsIFolderListener OnItemAdded/OnItemRemoved()
callbacks but lays the groundwork for doing the same thing there.
Differential Revision: https://phabricator.services.mozilla.com/D126579
--HG--
extra : amend_source : f390dc67387ec358cf77b9b0825f42a706610f7f
2021-09-29 12:30:01 +03:00
Magnus Melin
adf1093b27
Bug 1703164 - convert mailnews/import/content/importDialog.xhtml to top level <html>. r=henry
...
Differential Revision: https://phabricator.services.mozilla.com/D125171
--HG--
extra : rebase_source : 2dd032bc9c6e2951c4c54a77acde747680d53a1d
2021-09-10 23:08:11 +03:00
Bill Gianopoulos
4447467201
Bug 1730195 - Remove obsolete calFilter.js from SeaMonkey packaging code. r=frg
...
Port bug 1727711 "Create an active version of calFilter to be used by calendar display widgets" to suite.
2021-09-08 14:13:01 +00:00
Bill Gianopoulos
7bf1608bdd
Bug 1730192 - Class nsSuiteProfileMigratorBase implements nsINamed. r=frg
...
Port Bug 1729285 "Observers used with NS_NewTimerWithObserver should implement nsINamed".
2021-09-08 11:22:48 +00:00
Ian Neal
ff5b72ee11
Bug 1727977 - Add localization note for network editor dialog width. r=frg
2021-08-28 14:02:24 +01:00
Ascrod
76206f7f34
Bug 1724589 - IRCv3: Add support for batch. r=IanN
...
Add handlers for netjoin, netsplit, chathistory batch types.
Clean up open batches on disconnect.
Ensure batches display on correct view.
Batch: Make handling more flexible.
2019-06-09 21:10:08 -04:00
Ascrod
ef82e1b525
Bug 1724588 - Add ability to collapse message groups. r=IanN
...
Change collapse button text on click. Resolves #64 .
Fix required string for toggle-group command. Tag #64 .
Ensure toggle group command selects correct element when changing button text.
Add message type parameter to startMsgGroup.
2019-06-04 17:04:53 -04:00
Ascrod
0a795d63ad
Bug 1724586 - IRCv3: Add support for server-time. r=IanN
...
Add server-time support for WHOX messages. Tag #46 .
Add server-time support for LIST messages. Tag #46 .
2019-02-16 19:33:25 -05:00
Ascrod
0f4960e1ea
Bug 1724585 - IRCv3: Add support for account-tag. r=IanN
2019-02-10 08:24:44 -05:00
Ascrod
da69aec5d8
Bug 1724584 - IRCv3: Add support for message tags. r=IanN
...
message-tags: Fix parsing for invalid escapes.
Add handler for the TAGMSG command. Tag #46 .
2019-02-09 07:45:40 -05:00
Ian Neal
9f96ed095c
Bug 1724105 - Allow parameters to be localised. r=frg
2021-08-07 13:26:55 +01:00
Frank-Rainer Grahl
966cf5f548
Bug 1728911 - Bring clear private data section in help up to spec. r=IanN
2021-09-01 00:23:17 +02:00
Rob Lemley
49875dea8f
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2021-09-06 11:04:44 -04:00
Ian Neal
66f17f6f4d
Bug 1729165 - Copy any user set values for new mail.tabs prefs. r=frg
2021-09-04 20:42:10 +01:00
Frank-Rainer Grahl
03e3074334
Bug 1729153 - Fix gray bottom stripe in SeaMonkey default icons. r=IanN
2021-09-04 16:38:48 +02:00
Ian Neal
8ddc019011
Bug 1728185 - Move warning about redirection pref from Content to Privacy & Security pane. r=frg
2021-08-30 20:38:20 +01:00
Ian Neal
15bbbb3646
Bug 1728099 - Merge Master Passwords and Passwords pref panes into a single pref pane. r=frg
...
--HG--
rename : suite/components/security/content/prefs/pref-masterpass.js => suite/components/security/content/prefs/pref-passwords.js
rename : suite/components/security/content/prefs/pref-masterpass.xul => suite/components/security/content/prefs/pref-passwords.xul
2021-08-30 16:17:21 +01:00
Ian Neal
813f94e569
Bug 1727425 - Move website icons prefs from content pref pane to browser pref pane. r=frg
2021-08-30 13:15:32 +01:00
Ian Neal
9d8321c55a
Bug 1727948 - Have separate opentabfor.middleclick for mailnews. r=frg
2021-08-27 20:44:09 +01:00
Ian Neal
a9fd366415
Bug 1727659
- Move browser / mailnews system integration prefs into advanced pane. r=frg
2021-08-30 13:15:38 +01:00
Ian Neal
11ab038128
Bug 1724515 - All mail tab bar to be controlled separately to browser tab bar. r=frg
2021-08-06 22:01:03 +01:00
Bill Gianopoulos
fc41ede870
Bug 1728789 - Removed 2D recording from SeaMonkey installer. r=frg
...
Port Bug 1728240 "Remove DrawTargetWrapAndRecord and gfx.2d.recording plumbingport".
2021-09-01 11:53:55 +00:00
Ascrod
52a46c9c3c
Bug 1722211 - IRCv3: Add support for echo-message. r=IanN
...
Fix checking for echo-message.
Fix cmdSay for DCC chat. (Regression)
2018-12-10 20:53:29 -05:00
Ascrod
fcfa88cfc5
Bug 1722174 - IRCv3: Add support for MONITOR. r=IanN
...
Clear notify list on empty 733 response.
Update notify list help text for MONITOR.
Sync MONITOR list after updating notify list from prefs window.
Fix monitor on/off display messages.
2018-12-10 19:45:54 -05:00
Ascrod
03b69120ab
Bug 1722166 - IRCv3: Add support for TLS and STS. r=IanN
...
IRCv3: Add support for tls.
Only send STARTTLS if server supports tls extension.
Ignore CAP DEL for STS. Tag #53 .
Add STS pref. Tag #53 .
Handle STS upgrade policy. Tag #53 .
Add STS module. Tag #53 .
Renew STS policy on disconnect. Tag #53 .
Simplify STS parameter parsing. Tag #53 .
Properly delete a view when performing an STS upgrade. Tag #53
Handle CAP NEW for STS policies. Tag #53 .
Renew policy before reconnecting. Tag #53 .
Rework STS module integration, part 1. Tag #53 .
Rework STS module integration, part 2. Tag #53 .
Show security button for secure connections (regression)
2021-08-05 00:27:00 +01:00
Ascrod
aae24ec283
Bug 1722162 - IRCv3: Add support for cap-notify. r=IanN
...
Clear cap enabled on CAP NEW.
Only request relevant caps on CAP NEW.
2018-11-21 16:40:59 -05:00
Ascrod
4c5dadfef1
Bug 1722161 - IRCv3: Add support for invite-notify. r=IanN
2018-11-17 17:39:19 -05:00
Ascrod
a0a58042ff
Bug 1722159 - IRCv3: Add support for extended-join and account-notify. r=IanN
2018-11-16 18:47:54 -05:00
Ascrod
66d22d4e07
Bug 1722156 - Show CTCP requests (excluding ACTION and DCC). r=IanN
...
Show CTCP requests (excluding ACTION and DCC).
Always show CTCP notifications on the relevant network.
2018-11-11 21:10:01 -05:00
Ascrod
1a2220312d
Bug 1717545 - IRCv3.1: Implement SASL with PLAIN mechanism. r=IanN
...
Implement IRCv3.1 SASL with PLAIN mechanism.
Include mechanic in new SASL pref.
Correctly detect the SASL authentication enable pref.
Fix usage of the SASL PLAIN preference.
Improve SASL response handling.
Improve cap request code.
IRCv3: Always try to authenticate on SASL ACK.
IRCv3: Handle SASL mechanism list if one exists.
Implement SASL numerics 907 and 908. Resolves #62 .
2021-08-07 13:53:45 +01:00
Ascrod
32f2bd2b8a
Bug 1713470 - Add identify command to cZ and hook into password management. r=frg
2021-07-24 14:29:02 +01:00
Ian Neal
82f8d26ca3
Bug 1713467 - Use SeaMonkey prefs to determine how links behave in cZ. r=frg
2021-07-12 21:56:14 +01:00
Ian Neal
69a3a5c2f9
Bug 1713458 - Allow shiftKey to modify behaviour of link clicking in cZ. r=frg
2021-07-12 21:46:30 +01:00
Ian Neal
600b1edc6f
Bug 1720003 - Allow browser focus to be avoided. r=frg
2021-07-11 02:16:41 +01:00
Frank-Rainer Grahl
76a1fd4333
Bug 1679260 - Add Unicode UTF-8 to message display and send encoding preferences. r=IanN
2021-08-30 00:49:15 +02:00
Ian Neal
779c3966b4
Bug 1727982 - Move certain font families defaults from serif to sans serif. r=frg
2021-08-28 16:54:20 +01:00
Nuno Silva
f88d027558
Bug 1725121 - Drop leftover "Edit Menu" comment from messageWindow.xul and addressbook.xul. r=IanN
2021-08-11 13:55:59 +01:00
Ian Neal
e35436aac7
Bug 653913 - When switching tabs between Mail and News, the toolbar doesn't change until a change of folder or newsgroup. r=frg
2021-08-22 13:45:58 +01:00
Ian Neal
5ff27c0b08
Bug 1726006 - In MailNews, opening a Calendar tab closes the Message Pane in the Mail tab. r=frg
2021-08-21 21:31:56 +01:00
Nuno Silva
9ea2e5dd65
Bug 1724683: Add Communicator:WorkMode broadcaster to download manager. r=frg
...
Without this, the status bar online/offline toggle (and status
indicator) doesn't work.
2021-08-09 15:54:13 +01:00
Frank-Rainer Grahl
c755daf455
Bug 1717528 - Localize cZ for more suite locales. r=IanN
2021-08-03 00:26:26 +02:00
Rob Lemley
3548d6c656
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2021-08-09 18:16:11 -04:00
Frank-Rainer Grahl
9111aadb3c
Bug 1685606 - Link to unofficial builds instead of outdated nightlies and add esr 91 checkins. r=IanN
2021-08-01 15:59:11 +02:00
Ian Neal
ea416ce36e
Bug 1685606 - Link to SeaMonkey website in debugQA for verification sites and link to other pages in the website's development section. r=frg
2021-07-25 14:53:16 +01:00
Frank-Rainer Grahl
d6770b3d42
Bug 1702934 - Lint mailWindowOverlay.js. r=IanN
2021-07-29 19:27:21 +02:00
Ian Neal
6b3403b312
Bug 1702934 - Port |Bug 462681 - mailWindowOverlay.js style/whitespace/indention/comment/linewrap cleanup. And some function simplifications| to SeaMonkey. r=frg
...
Also port relevant parts of:
* Bug 492501 - Unable to get next 500 news messages in newsgroups
2021-07-25 11:40:21 +01:00
Frank-Rainer Grahl
a3e190af2f
Bug 1722224 - Override utilityOverlay.js from browser because it is used directly in devtools. r=IanN
2021-07-22 16:24:24 +02:00
Ascrod
fe0f9a84b2
Bug 1722214 - Add WHOX support. r=IanN
...
Minor WHO-related cleanup.
2019-02-17 08:41:39 -05:00
Ascrod
7886391fd4
Bug 1722212 - Add support for self-messaging. r=IanN
2019-02-03 21:54:26 -05:00
Ian Neal
3cb0a4bfb4
Bug 541719 - Uninstall Plugin command. r=frg
2021-07-18 23:25:28 +01:00
Ian Neal
401528335a
Bug 1718839 - Archive function for NNTP news post renders target Archive folder unusable until restart. r=frg
...
See Bug 1166225 which tracks this for Thunderbird.
2021-07-14 23:58:34 +01:00
Ian Neal
c9761d240d
Bug 1711376 - Add some extra smilies to chatZilla. r=frg
2021-05-16 16:39:31 +01:00
Nuno Silva
df74ab475a
Bug 1720029 - Update IRC link in welcome_help.xhtml. r=IanN
2021-07-11 15:19:41 +01:00
Frank-Rainer Grahl
1e64e83c86
Bug 1718839 - Replace obsolete EnsureFolderIndex in suite. r=IanN
2021-07-11 17:08:58 +01:00
Rob Lemley
d04c32211a
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
...
--HG--
extra : rebase_source : 1b033c0e745d50d78f0d379fedefaaff348e883b
2021-07-12 15:09:38 -04:00
Ian Neal
b4728bf8b2
Bug 1711375 - Use Unicode instead of images for smilies in chatZilla. r=frg
2021-07-04 11:47:00 +01:00
Frank-Rainer Grahl
6c1de35bc0
Bug 1719922 - Fix List name detection. r=IanN
2021-07-10 00:15:30 +02:00
Ian Neal
37e8296ce7
Bug 1716232 - Add networks editor to cZ. r=frg
2021-07-10 02:09:23 +01:00
Ian Neal
ba565e05e8
Bug 1719216 - Remove need to use a modifier for marking messages as unread. r=frg
2021-07-05 23:33:42 +01:00
Ian Neal
6a6ec763da
Bug 1718568 - Remove locale version check in cZ. r=frg
2021-06-28 20:36:48 +01:00
Ian Neal
b1b349b389
Bug 1718428 - Tidy up existing plugin code in cZ. r=frg
2021-06-27 03:30:17 +01:00
Ian Neal
a609fad995
Bug 1718425 - Fix setInterval syntax in chatZilla. r=frg
2021-06-27 02:31:08 +01:00
Ian Neal
7764a506da
Bug 1717652 - In Channels dialog an accesskey is not set for Refresh Now. r=frg
2021-06-22 17:10:48 +01:00
Ascrod
d25c95d313
Bug 1717544 - IRCv3: Add support for chghost and userhost-in-names. r=IanN
...
IRCv3: Add support for chghost and userhost-in-names.
Prevent on353 from failing if replies don't contain userhosts.
IRCv3: Update user header on chghost and setname.
2018-06-13 23:39:11 -04:00
Ascrod
c96afd74af
Bug 1717543 - Implement IRCv3 away-notify. r=IanN
...
Implement IRCv3 away-notify.
Only check WHO on channel join if away-notify is enabled.
Fix away-notify query.
2018-06-09 12:18:28 -04:00
Ascrod
6404738e5f
Bug 1717539 - Implement basic CAP negotiation. r=IanN
...
Implement basic CAP negotiation.
IRCv3: Implement cap values and multiline replies.
IRCv3: Explicitly request multi-prefix capability.
IRCv3: Handle ACKing and NAKing multiple caps at once.
Fix /supports for new caps array format.
Always store values for caps.
Fix building the CAP REQ command for caps with values.
End CAP negotation after receiving CAP NAK.
Make caps and values less annoying to work with.
Clear cap values on disconnect.
Clear CAP values on connect instead of on disconnect.
Always propogate an event for CAP LS. Tag #53 .
Show CAP messages on relevant network view.
2018-06-09 12:11:34 -04:00
Ascrod
10dcfdd7df
Bug 1710313 - IRCv3: Implement CAP LIST, fix CAP ACK to handle multiple caps and update CAP LS and LIST handlers. r=IanN
2018-06-08 23:32:24 -04:00
Ascrod
f894840f36
Bug 1717369 - Make line splitting a library utility function in cZ. r=IanN
...
Make line splitting a library utility function.
Fix sending CTCP commands without message content.
2020-06-14 18:12:24 -04:00
Ascrod
4f98b12b7c
Bug 1717367 - Remove MAX_LINES_PER_SEND from cZ. r=IanN
2020-06-14 16:40:16 -04:00
Ascrod
37ef423085
Bug 1717366 - Update some help strings for prefs in cZ. r=IanN
...
Update pref description for auto-away timeout.
Fix typo in non-focused notifications pref.
2018-09-19 18:55:24 -04:00
Ascrod
0d663691c3
Bug 1717365 - Fix incorrect parameter at end of who in cZ. r=IanN
2020-09-06 08:50:09 -04:00
Ascrod
1538c63c6f
Bug 1717336 - Make sure /join can only happen when connected to a server in cZ. r=IanN
...
Join must be run in the context of an attached server.
2019-08-03 22:36:49 -04:00
Ascrod
f97060ef27
Bug 1716146 - Add a JSON helper to cZ. r=IanN
...
Add JSON serializer.
2019-01-30 22:15:43 -05:00
Ian Neal
595ac6893a
Bug 1716131 - Remove rdf.js from cZ and some minor tidy up. r=frg
2021-06-12 13:37:53 +01:00
Ascrod
89f957706b
Bug 1712501 - Remove unneeded workaround for bug 318419 in chatZilla. r=frg
2018-10-07 14:05:14 -04:00
Ian Neal
fb88ce9100
Bug 104973 - Port |Bug 431217 - Send button should be disabled until we have a recipient| to SeaMonkey. r=frg
...
Port relevant changes to addressing widget:
* Bug 431217 - Send button should be disabled until we have a recipient
* Bug 863231 - Enable Send button properly when filling recipients via Contacts sidebar
* Bug 933101 - Properly enable Send button if recipients are drag'n'dropped into the address widget or filled in by switching identities
* Bug 1290733 - Speed up UpdateSendLock() in compose window by only looking for one valid recipient
* Bug 1296535 - Enable Send button when recipient is a mailinglist
* Bug 1362130 - enable Send button when mailinglist name gets quoted
2021-05-23 13:19:32 +01:00
Ian Neal
74c1964a94
Bug 1712498 - Use SeaMonkey's configured web search rather than separate one. r=frg
2021-05-29 20:24:00 +01:00
Ian Neal
7f63474564
Bug 1711390 - Use AppConstants in chatZilla. r=frg
2021-05-16 19:59:30 +01:00
Ian Neal
823bf09f63
Bug 1710298 - chatZilla needs to understand mIRC color code 99. r=frg
2021-05-09 17:22:51 +01:00
Ian Neal
688007362c
Bug 1710250 - Switch to using Services.obs in chatZilla. r=frg
2021-05-08 22:35:08 +01:00
Ian Neal
039a46df3a
Bug 1710249 - Use SeaMonkey theme secure icons in cZ. r=frg
2021-05-08 19:46:04 +01:00
Ian Neal
aa69a5dbf5
Bug 1710248 - Move security button icons into communicator.css. r=frg
2021-05-08 18:47:29 +01:00
Ian Neal
9f6cd33f74
Bug 1710238 - Use SeaMonkey theme online/offline icon in chatZilla. r=frg
2021-05-08 18:24:18 +01:00
Ian Neal
f20462566d
Bug 1710233 - Move statusbar code from menus.xul to chatzilla.xul. r=frg
2021-05-08 17:51:22 +01:00
Frank-Rainer Grahl
223e3400dd
Bug 1718839 - Replace undefined notificationService with correct Mailservices define. r=IanN
2021-07-01 13:37:33 +02:00
Ian Neal
42446a1945
Bug 1710231 - Port |Bug 1095602 - remove the STATE_SECURE_HIGH, STATE_SECURE_MEDIUM, STATE_SECURE_LOW distinction from nsIWebProgressListener| to chatZilla. r=frg
2021-05-08 16:38:52 +01:00
Ian Neal
aa9bcd1e86
Bug 515675 - Move thread code to threadPane.js and remove messengerdnd.js. r=frg
2021-05-08 16:25:24 +01:00
Ian Neal
26b90c8c89
Bug 1709685 - Switch to new Drag and Drop API for chatZilla. r=frg
2021-05-05 20:30:52 +01:00
Ian Neal
d8f22d2ef9
Bug 1709599 - Fix adding to history in chatZilla. r=frg
2021-05-05 13:32:42 +01:00
Ian Neal
af9ec51e12
Bug 1709579 - Switch to using Services.io in chatZilla. r=frg
2021-06-27 15:13:39 +01:00
Bill Gianopoulos
41bcbca172
Bug 1718587 - Copy formerly shared common files from mail to suite. r=frg DONTBUILD
...
--HG--
rename : mail/base/content/customizeToolbar.css => suite/components/customizeToolbar.css
rename : mail/base/content/customizeToolbar.js => suite/components/customizeToolbar.js
rename : mail/base/content/customizeToolbar.xhtml => suite/components/customizeToolbar.xhtml
2021-06-30 17:56:26 +00:00
Frank-Rainer Grahl
678d60de4f
Bug 1717354 - Set correct l10n location for SeaMonkey branding files. r=IanN
...
Straight port of Thunderbird Bug 1644251.
2021-06-20 18:38:57 +02:00
Frank-Rainer Grahl
dbeede3e33
Bug 1628671 - Follow-up: Fix undefined identity for newsgroup accounts when no mail account is configured. rs=bustage-fix
...
Reapply rebased patch for Bug 1559608 "When default account is disabled, pick first identity from menu popup instead of all identities"
which got lost.
2019-06-16 00:49:30 +02:00
Frank-Rainer Grahl
2713a26d40
Bug 1714863 - Attached vCard throws error message last is undefined; r=IanN
...
Port Bug 696414 "Attached vCard throws error message last is undefined".
2021-06-04 02:02:06 +02:00
Frank-Rainer Grahl
c9cd23e470
Bug 1621445 - Part 8: Fix missing declaration. r=bustage-fix
2021-06-06 14:20:37 +02:00
Frank-Rainer Grahl
91a078f037
Bug 1712505 - Add libera.chat to the list of irc networks. r=IanN
2021-05-23 16:38:25 +02:00
Ian Neal
87eb9645fe
Bug 1712509 - Preprocess static.js so CHATZILLA_VERSION can be used. r=frg
2021-05-23 16:58:41 +01:00
Ian Neal
b3cd904a5f
Bug 1707459 - Convert chatZilla from an extension. r=frg
...
--HG--
rename : suite/extensions/irc/ChangeLog => suite/chatzilla/ChangeLog
rename : suite/extensions/irc/DYK => suite/chatzilla/DYK
rename : suite/extensions/irc/Makefile.in => suite/chatzilla/Makefile.in
rename : suite/extensions/irc/README => suite/chatzilla/README
rename : suite/extensions/irc/TODO => suite/chatzilla/TODO
rename : suite/extensions/irc/jar.mn => suite/chatzilla/jar.mn
rename : suite/extensions/irc/js/lib/chatzilla-protocol-script.js => suite/chatzilla/js/lib/chatzilla-protocol-script.js
rename : suite/extensions/irc/js/lib/chatzilla-service.js => suite/chatzilla/js/lib/chatzilla-service.js
rename : suite/extensions/irc/js/lib/chatzilla-service.manifest => suite/chatzilla/js/lib/chatzilla-service.manifest
rename : suite/extensions/irc/js/lib/command-manager.js => suite/chatzilla/js/lib/command-manager.js
rename : suite/extensions/irc/js/lib/connection-xpcom.js => suite/chatzilla/js/lib/connection-xpcom.js
rename : suite/extensions/irc/js/lib/dcc.js => suite/chatzilla/js/lib/dcc.js
rename : suite/extensions/irc/js/lib/events.js => suite/chatzilla/js/lib/events.js
rename : suite/extensions/irc/js/lib/file-utils.js => suite/chatzilla/js/lib/file-utils.js
rename : suite/extensions/irc/js/lib/http.js => suite/chatzilla/js/lib/http.js
rename : suite/extensions/irc/js/lib/ident.js => suite/chatzilla/js/lib/ident.js
rename : suite/extensions/irc/js/lib/irc-debug.js => suite/chatzilla/js/lib/irc-debug.js
rename : suite/extensions/irc/js/lib/irc.js => suite/chatzilla/js/lib/irc.js
rename : suite/extensions/irc/js/lib/menu-manager.js => suite/chatzilla/js/lib/menu-manager.js
rename : suite/extensions/irc/js/lib/message-manager.js => suite/chatzilla/js/lib/message-manager.js
rename : suite/extensions/irc/js/lib/pref-manager.js => suite/chatzilla/js/lib/pref-manager.js
rename : suite/extensions/irc/js/lib/protocol-handlers.jsm => suite/chatzilla/js/lib/protocol-handlers.jsm
rename : suite/extensions/irc/js/lib/text-logger.js => suite/chatzilla/js/lib/text-logger.js
rename : suite/extensions/irc/js/lib/text-serializer.js => suite/chatzilla/js/lib/text-serializer.js
rename : suite/extensions/irc/js/lib/utils.js => suite/chatzilla/js/lib/utils.js
rename : suite/extensions/irc/js/tests/DP.js => suite/chatzilla/js/tests/DP.js
rename : suite/extensions/irc/js/tests/ircbot.js => suite/chatzilla/js/tests/ircbot.js
rename : suite/extensions/irc/js/tests/mingus.js => suite/chatzilla/js/tests/mingus.js
rename : suite/extensions/irc/js/tests/mybot.js => suite/chatzilla/js/tests/mybot.js
rename : suite/extensions/irc/js/tests/test_matchobject.js => suite/chatzilla/js/tests/test_matchobject.js
rename : suite/extensions/irc/js/tests/toys.js => suite/chatzilla/js/tests/toys.js
rename : suite/extensions/irc/locales/Makefile.in => suite/chatzilla/locales/Makefile.in
rename : suite/extensions/irc/locales/all-locales => suite/chatzilla/locales/all-locales
rename : suite/extensions/irc/locales/en-US/chrome/about.dtd => suite/chatzilla/locales/en-US/chrome/about.dtd
rename : suite/extensions/irc/locales/en-US/chrome/browserOverlay.dtd => suite/chatzilla/locales/en-US/chrome/browserOverlay.dtd
rename : suite/extensions/irc/locales/en-US/chrome/channels.dtd => suite/chatzilla/locales/en-US/chrome/channels.dtd
rename : suite/extensions/irc/locales/en-US/chrome/chatzilla.dtd => suite/chatzilla/locales/en-US/chrome/chatzilla.dtd
rename : suite/extensions/irc/locales/en-US/chrome/chatzilla.properties => suite/chatzilla/locales/en-US/chrome/chatzilla.properties
rename : suite/extensions/irc/locales/en-US/chrome/chatzillaOverlay.dtd => suite/chatzilla/locales/en-US/chrome/chatzillaOverlay.dtd
rename : suite/extensions/irc/locales/en-US/chrome/config.dtd => suite/chatzilla/locales/en-US/chrome/config.dtd
rename : suite/extensions/irc/locales/en-US/chrome/install-plugin.dtd => suite/chatzilla/locales/en-US/chrome/install-plugin.dtd
rename : suite/extensions/irc/locales/en-US/chrome/pref-irc.dtd => suite/chatzilla/locales/en-US/chrome/pref-irc.dtd
rename : suite/extensions/irc/locales/en-US/defines.inc => suite/chatzilla/locales/en-US/defines.inc
rename : suite/extensions/irc/locales/jar.mn => suite/chatzilla/locales/jar.mn
rename : suite/extensions/irc/locales/l10n.ini => suite/chatzilla/locales/l10n.ini
rename : suite/extensions/irc/locales/l10n.toml => suite/chatzilla/locales/l10n.toml
rename : suite/extensions/irc/locales/moz.build => suite/chatzilla/locales/moz.build
rename : suite/extensions/irc/moz.build => suite/chatzilla/moz.build
rename : suite/extensions/irc/xul/content/about/about.js => suite/chatzilla/xul/content/about/about.js
rename : suite/extensions/irc/xul/content/about/about.xul => suite/chatzilla/xul/content/about/about.xul
rename : suite/extensions/irc/xul/content/browserOverlay.xul => suite/chatzilla/xul/content/browserOverlay.xul
rename : suite/extensions/irc/xul/content/channels.js => suite/chatzilla/xul/content/channels.js
rename : suite/extensions/irc/xul/content/channels.xul => suite/chatzilla/xul/content/channels.xul
rename : suite/extensions/irc/xul/content/chatzilla.xul => suite/chatzilla/xul/content/chatzilla.xul
rename : suite/extensions/irc/xul/content/chatzillaOverlay.js => suite/chatzilla/xul/content/chatzillaOverlay.js
rename : suite/extensions/irc/xul/content/chatzillaOverlay.xul => suite/chatzilla/xul/content/chatzillaOverlay.xul
rename : suite/extensions/irc/xul/content/commands.js => suite/chatzilla/xul/content/commands.js
rename : suite/extensions/irc/xul/content/config-add.js => suite/chatzilla/xul/content/config-add.js
rename : suite/extensions/irc/xul/content/config-add.xul => suite/chatzilla/xul/content/config-add.xul
rename : suite/extensions/irc/xul/content/config.css => suite/chatzilla/xul/content/config.css
rename : suite/extensions/irc/xul/content/config.js => suite/chatzilla/xul/content/config.js
rename : suite/extensions/irc/xul/content/config.xul => suite/chatzilla/xul/content/config.xul
rename : suite/extensions/irc/xul/content/dynamic.css => suite/chatzilla/xul/content/dynamic.css
rename : suite/extensions/irc/xul/content/handlers.js => suite/chatzilla/xul/content/handlers.js
rename : suite/extensions/irc/xul/content/install-plugin/install-plugin.js => suite/chatzilla/xul/content/install-plugin/install-plugin.js
rename : suite/extensions/irc/xul/content/install-plugin/install-plugin.xul => suite/chatzilla/xul/content/install-plugin/install-plugin.xul
rename : suite/extensions/irc/xul/content/menus.js => suite/chatzilla/xul/content/menus.js
rename : suite/extensions/irc/xul/content/menus.xul => suite/chatzilla/xul/content/menus.xul
rename : suite/extensions/irc/xul/content/messages.js => suite/chatzilla/xul/content/messages.js
rename : suite/extensions/irc/xul/content/mungers.js => suite/chatzilla/xul/content/mungers.js
rename : suite/extensions/irc/xul/content/networks.js => suite/chatzilla/xul/content/networks.js
rename : suite/extensions/irc/xul/content/nsClipboard.js => suite/chatzilla/xul/content/nsClipboard.js
rename : suite/extensions/irc/xul/content/nsDragAndDrop.js => suite/chatzilla/xul/content/nsDragAndDrop.js
rename : suite/extensions/irc/xul/content/nsUserSettings.js => suite/chatzilla/xul/content/nsUserSettings.js
rename : suite/extensions/irc/xul/content/output-base.css => suite/chatzilla/xul/content/output-base.css
rename : suite/extensions/irc/xul/content/output-window.html => suite/chatzilla/xul/content/output-window.html
rename : suite/extensions/irc/xul/content/output-window.js => suite/chatzilla/xul/content/output-window.js
rename : suite/extensions/irc/xul/content/popups.xul => suite/chatzilla/xul/content/popups.xul
rename : suite/extensions/irc/xul/content/pref-irc-toolkit.xul => suite/chatzilla/xul/content/pref-irc-toolkit.xul
rename : suite/extensions/irc/xul/content/prefs.js => suite/chatzilla/xul/content/prefs.js
rename : suite/extensions/irc/xul/content/prefsOverlay.xul => suite/chatzilla/xul/content/prefsOverlay.xul
rename : suite/extensions/irc/xul/content/rdf.js => suite/chatzilla/xul/content/rdf.js
rename : suite/extensions/irc/xul/content/scripts.xul => suite/chatzilla/xul/content/scripts.xul
rename : suite/extensions/irc/xul/content/static.js => suite/chatzilla/xul/content/static.js
rename : suite/extensions/irc/xul/lib/munger.js => suite/chatzilla/xul/lib/munger.js
rename : suite/extensions/irc/xul/lib/tree-utils.js => suite/chatzilla/xul/lib/tree-utils.js
rename : suite/extensions/irc/xul/skin/about.css => suite/chatzilla/xul/skin/about.css
rename : suite/extensions/irc/xul/skin/browserOverlay.css => suite/chatzilla/xul/skin/browserOverlay.css
rename : suite/extensions/irc/xul/skin/channels.css => suite/chatzilla/xul/skin/channels.css
rename : suite/extensions/irc/xul/skin/chatzilla.css => suite/chatzilla/xul/skin/chatzilla.css
rename : suite/extensions/irc/xul/skin/chatzillaOverlay.css => suite/chatzilla/xul/skin/chatzillaOverlay.css
rename : suite/extensions/irc/xul/skin/images/admin-graphic.png => suite/chatzilla/xul/skin/images/admin-graphic.png
rename : suite/extensions/irc/xul/skin/images/admin-symbol.png => suite/chatzilla/xul/skin/images/admin-symbol.png
rename : suite/extensions/irc/xul/skin/images/arrow-down.png => suite/chatzilla/xul/skin/images/arrow-down.png
rename : suite/extensions/irc/xul/skin/images/chatzilla-16.png => suite/chatzilla/xul/skin/images/chatzilla-16.png
rename : suite/extensions/irc/xul/skin/images/drop-indicator-bottom.png => suite/chatzilla/xul/skin/images/drop-indicator-bottom.png
rename : suite/extensions/irc/xul/skin/images/face-alien.png => suite/chatzilla/xul/skin/images/face-alien.png
rename : suite/extensions/irc/xul/skin/images/face-angry.png => suite/chatzilla/xul/skin/images/face-angry.png
rename : suite/extensions/irc/xul/skin/images/face-arrow.png => suite/chatzilla/xul/skin/images/face-arrow.png
rename : suite/extensions/irc/xul/skin/images/face-confused.png => suite/chatzilla/xul/skin/images/face-confused.png
rename : suite/extensions/irc/xul/skin/images/face-cool.png => suite/chatzilla/xul/skin/images/face-cool.png
rename : suite/extensions/irc/xul/skin/images/face-cry.png => suite/chatzilla/xul/skin/images/face-cry.png
rename : suite/extensions/irc/xul/skin/images/face-dizzy-back.png => suite/chatzilla/xul/skin/images/face-dizzy-back.png
rename : suite/extensions/irc/xul/skin/images/face-dizzy.png => suite/chatzilla/xul/skin/images/face-dizzy.png
rename : suite/extensions/irc/xul/skin/images/face-eek.png => suite/chatzilla/xul/skin/images/face-eek.png
rename : suite/extensions/irc/xul/skin/images/face-evil.png => suite/chatzilla/xul/skin/images/face-evil.png
rename : suite/extensions/irc/xul/skin/images/face-exclaim.png => suite/chatzilla/xul/skin/images/face-exclaim.png
rename : suite/extensions/irc/xul/skin/images/face-idea.png => suite/chatzilla/xul/skin/images/face-idea.png
rename : suite/extensions/irc/xul/skin/images/face-laugh.png => suite/chatzilla/xul/skin/images/face-laugh.png
rename : suite/extensions/irc/xul/skin/images/face-lol.png => suite/chatzilla/xul/skin/images/face-lol.png
rename : suite/extensions/irc/xul/skin/images/face-mrgreen.png => suite/chatzilla/xul/skin/images/face-mrgreen.png
rename : suite/extensions/irc/xul/skin/images/face-normal.png => suite/chatzilla/xul/skin/images/face-normal.png
rename : suite/extensions/irc/xul/skin/images/face-question.png => suite/chatzilla/xul/skin/images/face-question.png
rename : suite/extensions/irc/xul/skin/images/face-razz.png => suite/chatzilla/xul/skin/images/face-razz.png
rename : suite/extensions/irc/xul/skin/images/face-red.png => suite/chatzilla/xul/skin/images/face-red.png
rename : suite/extensions/irc/xul/skin/images/face-rofl.png => suite/chatzilla/xul/skin/images/face-rofl.png
rename : suite/extensions/irc/xul/skin/images/face-rolleyes.png => suite/chatzilla/xul/skin/images/face-rolleyes.png
rename : suite/extensions/irc/xul/skin/images/face-sad.png => suite/chatzilla/xul/skin/images/face-sad.png
rename : suite/extensions/irc/xul/skin/images/face-smile.png => suite/chatzilla/xul/skin/images/face-smile.png
rename : suite/extensions/irc/xul/skin/images/face-surprised.png => suite/chatzilla/xul/skin/images/face-surprised.png
rename : suite/extensions/irc/xul/skin/images/face-tongue.png => suite/chatzilla/xul/skin/images/face-tongue.png
rename : suite/extensions/irc/xul/skin/images/face-wink.png => suite/chatzilla/xul/skin/images/face-wink.png
rename : suite/extensions/irc/xul/skin/images/founder-graphic.png => suite/chatzilla/xul/skin/images/founder-graphic.png
rename : suite/extensions/irc/xul/skin/images/founder-symbol.png => suite/chatzilla/xul/skin/images/founder-symbol.png
rename : suite/extensions/irc/xul/skin/images/halfop-graphic.png => suite/chatzilla/xul/skin/images/halfop-graphic.png
rename : suite/extensions/irc/xul/skin/images/halfop-symbol.png => suite/chatzilla/xul/skin/images/halfop-symbol.png
rename : suite/extensions/irc/xul/skin/images/input-send.png => suite/chatzilla/xul/skin/images/input-send.png
rename : suite/extensions/irc/xul/skin/images/logging-off.png => suite/chatzilla/xul/skin/images/logging-off.png
rename : suite/extensions/irc/xul/skin/images/logging-on.png => suite/chatzilla/xul/skin/images/logging-on.png
rename : suite/extensions/irc/xul/skin/images/logo.png => suite/chatzilla/xul/skin/images/logo.png
rename : suite/extensions/irc/xul/skin/images/multiline-contract.png => suite/chatzilla/xul/skin/images/multiline-contract.png
rename : suite/extensions/irc/xul/skin/images/multiline-expand.png => suite/chatzilla/xul/skin/images/multiline-expand.png
rename : suite/extensions/irc/xul/skin/images/no-graphic.png => suite/chatzilla/xul/skin/images/no-graphic.png
rename : suite/extensions/irc/xul/skin/images/no-symbol.png => suite/chatzilla/xul/skin/images/no-symbol.png
rename : suite/extensions/irc/xul/skin/images/offline.png => suite/chatzilla/xul/skin/images/offline.png
rename : suite/extensions/irc/xul/skin/images/online.png => suite/chatzilla/xul/skin/images/online.png
rename : suite/extensions/irc/xul/skin/images/op-graphic.png => suite/chatzilla/xul/skin/images/op-graphic.png
rename : suite/extensions/irc/xul/skin/images/op-symbol.png => suite/chatzilla/xul/skin/images/op-symbol.png
rename : suite/extensions/irc/xul/skin/images/secure-broken.png => suite/chatzilla/xul/skin/images/secure-broken.png
rename : suite/extensions/irc/xul/skin/images/secure.png => suite/chatzilla/xul/skin/images/secure.png
rename : suite/extensions/irc/xul/skin/images/source_png/spbubble-off.png => suite/chatzilla/xul/skin/images/source_png/spbubble-off.png
rename : suite/extensions/irc/xul/skin/images/source_png/spbubble-on.png => suite/chatzilla/xul/skin/images/source_png/spbubble-on.png
rename : suite/extensions/irc/xul/skin/images/source_svg/logging.svg => suite/chatzilla/xul/skin/images/source_svg/logging.svg
rename : suite/extensions/irc/xul/skin/images/source_svg/userlist_icons.svg => suite/chatzilla/xul/skin/images/source_svg/userlist_icons.svg
rename : suite/extensions/irc/xul/skin/images/spbubble-off.png => suite/chatzilla/xul/skin/images/spbubble-off.png
rename : suite/extensions/irc/xul/skin/images/spbubble-on.png => suite/chatzilla/xul/skin/images/spbubble-on.png
rename : suite/extensions/irc/xul/skin/images/voice-graphic.png => suite/chatzilla/xul/skin/images/voice-graphic.png
rename : suite/extensions/irc/xul/skin/images/voice-symbol.png => suite/chatzilla/xul/skin/images/voice-symbol.png
rename : suite/extensions/irc/xul/skin/install-plugin.css => suite/chatzilla/xul/skin/install-plugin.css
rename : suite/extensions/irc/xul/skin/output-dark.css => suite/chatzilla/xul/skin/output-dark.css
rename : suite/extensions/irc/xul/skin/output-default.css => suite/chatzilla/xul/skin/output-default.css
rename : suite/extensions/irc/xul/skin/output-light.css => suite/chatzilla/xul/skin/output-light.css
rename : suite/extensions/irc/xul/skin/output-loud.css => suite/chatzilla/xul/skin/output-loud.css
rename : suite/extensions/irc/xul/skin/output-marble.css => suite/chatzilla/xul/skin/output-marble.css
2021-05-29 21:58:49 +01:00
Ian Neal
49fc64dae4
Bug 1604663 - Include cZ in merge comparison. r=frg
2021-04-27 20:45:10 +01:00
Ben Campbell
f5d26bc87d
Bug 1643208 - Rename nsIMsgCopyService.copyFolders() to nsIMsgCopyService.copyFolder(). r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D117610
--HG--
extra : amend_source : c472b294931c52b86acfec6734a8b9e7a615f874
2021-06-15 16:59:21 +03:00
Ben Campbell
660ed07b28
Bug 1715433 - Use initial-lowercase-letter naming convention in nsIMsgCopyService. r=mkmelin
...
Differential Revision: https://phabricator.services.mozilla.com/D117256
--HG--
extra : amend_source : 9466d9ce3ff06bc5a7ca014c514d70e023b421b4
2021-06-09 12:57:51 +03:00
Frank-Rainer Grahl
4dec2a8086
Bug 1714085 - Remove no longer existing tests from debugQA. r=IanN
2021-06-02 16:09:52 +02:00
Frank-Rainer Grahl
7be45c6d77
Bug 1621445 - Part 7: Reformat private data preferences dialog. r=IanN
2021-05-30 20:36:00 +02:00
Frank-Rainer Grahl
eeac17e77c
Bug 1621445 - Part 6: Don't try to process changed permission after using clear all. r=IanN
2021-05-30 00:10:51 +02:00
Frank-Rainer Grahl
d0a9203014
Bug 1621445 - Part 5: Align Sanitzer with Firefox. r=IanN
2021-05-30 20:35:33 +02:00
Frank-Rainer Grahl
e323334a38
Bug 1621445 - Part 4: Rename sanitize.xul to sanitizeDialog. r=IanN
...
--HG--
rename : suite/modules/Sanitizer.jsm => suite/components/sanitize/Sanitizer.jsm
rename : suite/base/content/sanitizeDialog.js => suite/components/sanitize/content/sanitizeDialog.js
rename : suite/base/content/sanitize.xul => suite/components/sanitize/content/sanitizeDialog.xul
2021-03-14 02:35:02 +01:00
Rob Lemley
c0d55fb06f
No bug - Bump suite versions. r=me a=merge CLOSED TREE DONTBUILD
2021-05-31 17:38:31 -04:00
Magnus Melin
3582c7dfcf
Bug 1712535 - contacts sidebar shouldn't load addressbook.js. r=Paenglab
...
gPreviousDirTreeIndex was only used in SelectFirstAddressBook(), which is itself not used.
Differential Revision: https://phabricator.services.mozilla.com/D115808
--HG--
extra : rebase_source : 150ae1c7526601037c69bb4fdd43ec9f693ad4b3
extra : amend_source : 7307ecf450894d5d4ed9573827d0a3ef22862095
2021-05-25 12:59:50 +03:00
Ian Neal
1f16487a9b
Bug 1712227 - Addresses dragged from addressbook into Select Addresses window appear as single entry. r=frg
2021-05-23 12:02:02 +01:00
Nuno Silva
2af3ad1431
Bug 1712002 - Prevent repeated handling of drop event. r=frg
...
When contacts are dragged from the address book and dropped into a
Mail&News compose window addressing field, the dropped content is
added to addressing fields via parseAndAddAddresses(), and is then
added a second time (to the drop target field) by the default drop
event handler.
Try to avoid this by calling .preventDefault() on the event when
DropOnAddressingTarget() is about to add dropped data.
2021-05-20 09:00:24 +01:00
Bill Gianopoulos
3a0c0d13b3
Bug 1711936 - Change lightning references to calendar in suite packaging. r=frg
...
Port relevant parts of Bug 1710548 "Move everything out of calendar/lightning".
2021-05-13 06:48:34 -04:00
Ian Neal
d7407e34cf
Bug 1709006 - Remove reference to non-existent file in composer. r=frg
2021-05-03 00:56:08 +01:00
Ian Neal
82239b7c84
Bug 1709002 - Switch to new Drag and Drop API for attachmentBucket. r=frg
2021-05-02 22:13:38 +01:00
Ian Neal
02625b8ad8
Bug 1709001 - Switch to new Drag and Drop API for messagepane. r=frg
2021-05-02 21:48:36 +01:00
Ian Neal
30c8811dac
Bug 1708999 - Have our own version of DropAddressOverTargetControl function in SeaMonkey code. r=frg
2021-05-02 21:06:21 +01:00
Ian Neal
2a1300972d
Bug 1708993 - Use menulist.value instead of menulist.selectedItem.getAttribute("value") in compose window. r=frg
2021-05-02 19:24:19 +01:00
Ian Neal
79495d0127
Bug 1708846 - Improve threadpane drag and drop handling. r=frg
2021-05-01 00:49:25 +01:00
Ian Neal
9f6ad7f123
Bug 1708845 - Allow drag and drop of multiple attachments. r=frg
2021-05-01 00:41:29 +01:00
Ian Neal
7e58575434
Bug 1708598 - Port |Bug 1694762 - Ignore x-moz-file drops to mail and folder panes that have no data| to SeaMonkey. r=frg
2021-04-30 03:55:45 +01:00
Ian Neal
8d47c4bed9
Bug 1707458 - Remove unused xpi packaging code from chatZilla. r=frg
...
--HG--
rename : suite/extensions/irc/xpi/resources/install.rdf => suite/extensions/irc/install.rdf.in
2021-04-27 20:23:25 +01:00