Граф коммитов

1164 Коммитов

Автор SHA1 Сообщение Дата
Frank-Rainer Grahl 9c674078f4 Bug 1925037 - Pass optional parameters to switchToTabHavingURI as an array. r=IanN
Aligns the call syntax with Firefox and toolkit usage.

Drive by fixes: Undefined e.button warning in strict mode and a trailing blank removal.
2024-10-16 13:25:28 +02:00
Ian Neal e18e9ac498 Bug 1911848 - Simplify tab drop indicator code and styling. r=frg 2024-08-06 17:09:17 +01:00
Ian Neal ac9383d7bf Bug 1911847 - Avoid boxObject where appropriate in tabbrowser. r=frg 2024-08-06 17:02:29 +01:00
Ian Neal f061df53b0 Bug 1911845 - Adjust dragOver method of tabbrowser.xml to be closer to Firefox version. r=frg 2024-08-06 16:59:13 +01:00
Ian Neal d980e53ff9 Bug 1911841 - Port changes needed from |Bug 1476333 - Consolidate the ways that we reference "browser.xul" across the tree| to SeaMonkey. r=frg 2024-08-06 16:42:10 +01:00
Nuno Silva fc74b62444 Bug 1885748 - Catch webNavigation error during tab restore. r=frg 2024-03-16 19:55:22 +01:00
Ian Neal 4a94866c5b Bug 1611010 - Remove nsIDOMEventListener generateQI calls and xbl implementation from SeaMonkey. r=frg
Port Bug 1453345 part 5 Remove pointless JS implementations of QI to nsIDOMEventListener.
Port Bug 1453487 part 2 Remove useless implements="nsIDOMEventListener" from XBL bindings.
2023-11-15 22:53:25 +00:00
Ian Neal 8b0263d51e Bug 1864287 - Use punycode in SeaMonkey JS. r=frg 2023-11-11 18:55:50 +00:00
Edmund Wong e65bd97342 Bug 1841845 - Remove Services.jsm consumers in c-c/suite - browser. r=IanN 2023-08-29 19:01:26 +02:00
Ian Neal 774f742e60 Bug 1849526 - Update IndexedDB, persistent-storage shortcut notifications and permissions for SeaMonkey. r=frg
Port to SeaMonkey the relevant parts of:
* Bug 1123760 - fix accessible labels of urlbar items
* Bug 1285212 - Add tooltips to permissions icons in the url bar
* Bug 1309123 - Show persistent-storage permission request notification
* Bug 1334411 - Obsolete UI for IndexedDB in Page Info/Permissions
* Bug 380637 - Should web pages be restricted from being able to override the browser's keyboard shortcuts?
* Bug 1445942 - user pref 'permissions.default.shortcuts' screws up backspace and del keys
2023-08-28 16:01:29 +01:00
Magnus Melin 1440828fbb Bug 1522158 - Port bug 1522052: Remove use of nsIDOMChromeWindow. rs=bustage-fix 2023-06-24 21:20:20 +10:00
Ian Neal 2f9db6525a Bug 1803918 - Website Navigation Bar has stopped working. r=frg 2022-12-03 15:24:38 +00:00
Frank-Rainer Grahl 20bbb129bd Bug 1762733 - Remove obsolete plugin code. r=IanN
Specifically:
- css and image data from modern theme.
- Plugin notifications other that crashed.
  The crashed notifiction is probably broken and needs work if we are ever
  able to enable EME e.g. replacement for the non existing moz-handler-crashed
  css.
- Plugins as application handlers in preferences.
- Plugin permissions in the Data Manager.
2022-03-14 02:10:02 +01:00
Frank-Rainer Grahl 1f25ff2d82 Bug 1762733 - Wipe defunct plugin tests. r=IanN 2022-03-16 01:02:59 +01: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 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 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 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
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
Ian Neal cff0368381 Bug 1709443 - Show what unknown language / region is in linktoolbar. r=frg 2021-05-04 20:24:53 +01:00
Job Bautista 389b04eb9a Bug 134436 - Recognize language attributes with region codes. r=IanN 2021-05-03 15:54:34 +02:00
Frank-Rainer Grahl 1f804cd203 Bug 1621445 - Part 3: Rename privacy.item. prefs to privacy.clearOnShutdown. r=IanN
Preferences migration and ui part.
2020-05-02 17:00:56 +02:00
Frank-Rainer Grahl a6916f0bd8 Bug 1513935 - Remove usage of PARENT_IS_LOADING_OR_RUNNING_TIMEOUT contextFlag. r=ianN 2021-01-24 01:46:41 +01:00
Ian Neal a97b668c3c Bug 1684656 - Remaining conversion to Services.jsm in SeaMonkey code - browser part. r=frg 2021-01-01 22:52:49 +00:00
Frank-Rainer Grahl 59d1317193 Bug 1684878 - Remove unnecessary type attributes from suite files. r=IanN 2021-01-06 20:07:06 +01:00
Ian Neal b4b495bfeb Bug 1677367 - De-RDF linkToolbar. r=frg 2020-11-04 22:11:19 +00:00
Dmitry Butskoy a3b29a546b Bug 1655362 - Default Zoom support for SeaMonkey. r=frg 2020-07-27 13:41:30 +02:00
Rob Lemley be1498e516 Bug 1672798 - Run black formatting on suite/editor Python/mozbuild/mozconfigure files. r=IanN
Differential Revision: https://phabricator.services.mozilla.com/D96098

--HG--
extra : rebase_source : 4eb11a5e6c34d151e9b57dece6872232c2728596
extra : amend_source : cbc1824df74640bc5a3e8427db079167ca0d0cac
2020-11-05 14:13:45 -05:00
Nuno Silva 8cfb7d38d0 Bug 1670465 - Use linkElement.relValues[i] instead of undefined rel. r=frg 2020-10-11 12:03:03 +01:00
Ian Neal 67a6f853f6 Bug 1646079 - Port |Bug 1450967 - mitm detection v0.0.1| to SeaMonkey. r=frg 2020-06-16 21:23:11 +01:00
Ian Neal c010914362 Bug 1646079 - Port |Bug 1448787 - separate error for self-signed certs| to SeaMonkey. r=frg 2020-06-16 19:35:24 +01:00
Ian Neal 4491409dd7 Bug 1646079 - Port |Bug 1415279 - Move error strings for certError and netError pages to frontend| to SeaMonkey. r=frg 2020-06-16 11:54:23 +01:00
Alessandro Castellani d8dd202c6c Bug 1653118 - Port bug 1366973 - Rename security flags within nsILoadInfo to not contain '_DATA_'. rs=bustage-fix
--HG--
extra : amend_source : 5a49356a43141f3f622db2de96100ec8649fac50
2020-07-15 15:41:10 -07:00
rene 9a2f04b0d6 Bug 1518025 - Implemented handling of catchAll mail identities. r=mkmelin 2020-05-31 13:53:23 +03:00
Ian Neal ed424e7376 Bug 1633143 - Update urlbarBindings for Services and Observers - search init part. r=frg 2020-04-25 12:28:47 +01:00
Ian Neal 37fc9d94e8 Bug 1633143 - Update urlbarBindings for Services and Observers - switch to observe method part. r=frg 2020-04-25 12:20:21 +01:00
Ian Neal 3a73255660 Bug 1633143 - Update urlbarBindings for Services and Observers - Services part. r=frg 2020-04-25 11:13:35 +01:00
Frank-Rainer Grahl 9f67b2a612 Bug 1279806 - Remove obsolete "browser.search.opensidebarsearchpanel" preference. r=IanN 2020-05-10 15:18:25 +02:00
Ian Neal a1228226e3 Bug 1629079 - Consolidate throbber UI. r=frg DONTBUILD 2020-04-10 03:13:15 +01:00
Ian Neal 41119c088c Bug 1628372 - Hide sync button from customizeToolbar code. r=frg 2020-04-08 15:53:49 +01:00
Magnus Melin e75d4aaecf Bug 1625792 - Remove nsIURIContentListener.onStartURIOpen (comm-central parts) r=emilio DONTBUILD 2020-03-30 13:11:57 +03:00
Ian Neal cabbc3011a Bug 1623537 - Port |Bug 1322874 - Get rid of nsIURI.originCharset| to SeaMonkey. r=frg 2020-03-19 01:53:46 +00:00
Frank-Rainer Grahl ad894e29d7 Bug 1611678 - Clean up outdated plugin preferences in SeaMonkey. r=IanN
Port Bug 1277905 "Remove plugincheck links from Firefox".
Port Bug 874167 part A "remove nsNPAPIPlugin::RunPluginOOP and unused code paths"
which landed with the wrong bug number Bug 1090864.
Port Bug 836415 Kill PFS.
Remove a few unneeded Ci. consts.
2020-03-05 22:25:44 +01:00
Ian Neal 010491eca8 Bug 1612760 - Create warnAboutClosingTabs method for tabbrowser, use proper plural form for close tabs warnings and port |Bug 866880 - Implement Close Tabs to the Right| to SeaMonkey. r=frg 2020-03-18 23:44:02 +01:00
Ian Neal 758b7fbc64 Bug 1612720 - Port |Bug 461013 - get rid of |aTab.localName != "tab"| checks in removeAllTabsBut, removeTab and reloadTab| and tidy up. r=frg 2020-03-18 23:44:02 +01:00
Ian Neal d481034557 Bug 1612338 - Switch moveTabTo method to using tab as first argument. r=frg 2020-03-18 23:44:02 +01:00
Ian Neal 77e98bb03e Bug 1611714 - Remove platform overlays - common platform overlays. r=frg DONTBUILD 2020-03-09 11:36:00 +01:00