Frank-Rainer Grahl
04a9589d80
Bug 1482707 - Merge browser.js and navigator.js in suite/browser. r=IanN
2018-08-20 22:10:16 +02:00
stefanh@inbox.com
6f737809fc
Bug 1443618 - Stop using the windowdragbox element in pageInfo.xul (port bug 1442961 to SM). r=frg
2018-03-06 21:17:39 +01:00
Frank-Rainer Grahl
ddb78be805
Bug 1475799 - Follow-up: Move preferences not used by localizers from branding to prefs and update l10n tags. r=IanN
2018-07-23 22:16:38 +02:00
Frank-Rainer Grahl
745c993d30
Bug 1456589 - Part 6 Port Bug 1439315 [defineLazyScriptGetter controller.js] to SeaMonkey places. r=IanN
...
Ports:
part 1 [rename InsertionPoint to PlacesInsertionPoint].
part 2 [Move command utils to PlacesUIUtils].
part 3 [Don't use NetUtil.newURI].
part 4 is mozilla only. Not ported.
part 5 [defineLazyScriptGetter controller.js].
part 6 [Move some utils into PlacesController or PlacesUIUtils].
part 7 [Don't import PlacesUtils on PlacesUIUtils import].
part 8 [Remove some dangling NetUtil usage].
[eslint followup].
2018-07-23 22:11:06 +02:00
Frank-Rainer Grahl
21b5f2de5d
Bug 1475799 - Change add-ons location in SeaMonkey to addons.thunderbird.net and clean up default bookmarks and other references. r=IanN
2018-07-18 14:10:00 +02:00
Frank-Rainer Grahl
7508f10655
Bug 1474946 - Use right loader instead of LazyScriptGetter for modules. r=IanN
...
Also make sure ChromeUtils or lazyModuleGetter(s) are used.
2018-07-18 14:01:47 +02:00
Frank-Rainer Grahl
2961aff21c
Bug 1463082 - Update callsites of webNavigation.loadURI() in suite to pass a triggeringPrincipal. r=IanN
...
Port Bug 1361387 [Update callsites of loadURI() within browser/ to pass a triggeringPrincipal].
Also remove the unused variable curSHEntry.
2018-07-09 17:00:22 +02:00
Frank-Rainer Grahl
f46c25ef4f
Bug 1409489 - Add blocking info to safebrowsing reporting. r=IanN
...
Port Bug 1288633 [Page URL sent instead of matching URL for Safe Browsing false positives].
2018-07-09 17:00:22 +02:00
Frank-Rainer Grahl
9583e9b141
Bug 1326377 - Media view 'Save As ...' for embedded(?) picture fails. r=IanN
2018-07-09 17:00:21 +02:00
Frank-Rainer Grahl
3f2428349c
Bug 888915 - Part 6. Remove obsolete download prefs. r=IanN
2018-07-09 17:00:21 +02:00
Frank-Rainer Grahl
576df92a1f
Bug 888915 - Part 5. Remove remaining uses of nsIDownloadManager and fix preferences options. r=IanN
2018-07-09 17:00:21 +02:00
Frank-Rainer Grahl
f817e86f8a
Bug 1468063 - Fix undefined rowArray when trying to saving more than one media file in Page Info. r=IanN
2018-06-17 13:23:03 +02:00
Frank-Rainer Grahl
64f7001a5a
Bug 888915 - Part 3. Fix the downloads taskbar progress. r=IanN
2018-06-05 12:53:23 +02:00
Frank-Rainer Grahl
1bc27e833c
Bug 888915 - Part 1. Align Download Manager file structure with other components. r=IanN
...
--HG--
rename : suite/modules/DownloadTaskbarProgress.jsm => suite/components/downloads/DownloadsTaskbar.jsm
rename : suite/common/downloads/DownloadProgressListener.js => suite/components/downloads/content/DownloadProgressListener.js
rename : suite/common/downloads/downloadmanager.js => suite/components/downloads/content/downloadmanager.js
rename : suite/common/downloads/downloadmanager.xul => suite/components/downloads/content/downloadmanager.xul
rename : suite/common/downloads/progressDialog.js => suite/components/downloads/content/progressDialog.js
rename : suite/common/downloads/progressDialog.xul => suite/components/downloads/content/progressDialog.xul
rename : suite/common/downloads/treeView.js => suite/components/downloads/content/treeView.js
rename : suite/common/downloads/uploadProgress.js => suite/components/downloads/content/uploadProgress.js
rename : suite/common/downloads/uploadProgress.xul => suite/components/downloads/content/uploadProgress.xul
rename : suite/common/downloads/tests/browser/browser.ini => suite/components/downloads/tests/browser/browser.ini
rename : suite/common/downloads/tests/browser/browser_nsISuiteDownloadManagerUI.js => suite/components/downloads/tests/browser/browser_nsISuiteDownloadManagerUI.js
rename : suite/common/downloads/tests/chrome/chrome.ini => suite/components/downloads/tests/chrome/chrome.ini
rename : suite/common/downloads/tests/chrome/test_action_keys_respect_focus.xul => suite/components/downloads/tests/chrome/test_action_keys_respect_focus.xul
rename : suite/common/downloads/tests/chrome/test_basic_functionality.xul => suite/components/downloads/tests/chrome/test_basic_functionality.xul
rename : suite/common/downloads/tests/chrome/test_cleanup_search.xul => suite/components/downloads/tests/chrome/test_cleanup_search.xul
rename : suite/common/downloads/tests/chrome/test_clear_button_disabled.xul => suite/components/downloads/tests/chrome/test_clear_button_disabled.xul
rename : suite/common/downloads/tests/chrome/test_close_download_manager.xul => suite/components/downloads/tests/chrome/test_close_download_manager.xul
rename : suite/common/downloads/tests/chrome/test_delete_key_cancels.xul => suite/components/downloads/tests/chrome/test_delete_key_cancels.xul
rename : suite/common/downloads/tests/chrome/test_delete_key_removes.xul => suite/components/downloads/tests/chrome/test_delete_key_removes.xul
rename : suite/common/downloads/tests/chrome/test_drag.xul => suite/components/downloads/tests/chrome/test_drag.xul
rename : suite/common/downloads/tests/chrome/test_enter_dblclick_opens.xul => suite/components/downloads/tests/chrome/test_enter_dblclick_opens.xul
rename : suite/common/downloads/tests/chrome/test_multi_select.xul => suite/components/downloads/tests/chrome/test_multi_select.xul
rename : suite/common/downloads/tests/chrome/test_multiword_search.xul => suite/components/downloads/tests/chrome/test_multiword_search.xul
rename : suite/common/downloads/tests/chrome/test_open_properties.xul => suite/components/downloads/tests/chrome/test_open_properties.xul
rename : suite/common/downloads/tests/chrome/test_removeDownload_updates_ui.xul => suite/components/downloads/tests/chrome/test_removeDownload_updates_ui.xul
rename : suite/common/downloads/tests/chrome/test_search_clearlist.xul => suite/components/downloads/tests/chrome/test_search_clearlist.xul
rename : suite/common/downloads/tests/chrome/test_search_keys.xul => suite/components/downloads/tests/chrome/test_search_keys.xul
rename : suite/common/downloads/tests/chrome/test_select_all.xul => suite/components/downloads/tests/chrome/test_select_all.xul
rename : suite/common/downloads/tests/chrome/test_space_key_pauses_resumes.xul => suite/components/downloads/tests/chrome/test_space_key_pauses_resumes.xul
rename : suite/common/downloads/tests/chrome/test_space_key_retries.xul => suite/components/downloads/tests/chrome/test_space_key_retries.xul
rename : suite/common/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul => suite/components/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul
2018-06-05 12:52:52 +02:00
Jorg K
affd9233ca
Bug 1466389 - Port bug 1465875: remove use of nsIDOMNSEditableElement in suite/. r=bz
2018-06-04 21:10:35 +02:00
Richard Marti
51c2acbe7b
Bug 1462994 - Port bug 1461216 to C-C: Remove preference extensions.minCompatibleAppVersion. r=jorgk
2018-05-20 19:51:08 +02:00
aceman
e81f9942ca
Bug 1460201 - Follow-up: remove use of nsISelectionPrivate in C-C. r=bz DONTBUILD
2018-05-11 12:35:00 +02:00
Frank-Rainer Grahl
c2d6b1268f
Bug 1458174 - Remove nsIDOMElement from SeaMonkey. r=IanN
...
Port Bug 1455674 [Remove nsIDOMElement].
2018-05-07 15:22:41 +02:00
aceman
2c05b422d2
Bug 1459515 - replace CRLF line endings with LF - Seamonkey. r=frg
...
[skip-blame]
2018-05-07 01:16:20 +02:00
Jorg K
06a96179a4
Bug 1457713 - Port bug 1456035 [Remove nsISupports from calls to XPCOMUtils.generateQI()] suite/ part. r=frg DONTBUILD CLOSED TREE
2018-04-30 21:53:16 +02:00
Frank-Rainer Grahl
37f221eaf2
Bug 1454408 - Replace getPref calls needing a default value with standard Services calls. Suite part. r=IanN DONTBUILD
2018-04-24 19:47:13 +02:00
Frank-Rainer Grahl
2cac2f7cef
Bug 1378089 - Part 5. Make the All Bookmarks folder for the left pane of the Library a virtual query. r=IanN
...
Port Bug 1423896 [Make the All Bookmarks folder for the left pane a virtual query].
2018-04-24 19:29:31 +02:00
Frank-Rainer Grahl
b2c0f80c57
Bug 1378089 - Part 4. Replace the Bookmarks Manager and the History viewer with the Firefox library. r=IanN
...
From Fx 56 up to Bug 1383138 in m-c to Fx 60 up to 63c152ad62b0 Bug 1427366 - Use richlistbox autocomplete by default.
2018-04-24 19:29:31 +02:00
Frank-Rainer Grahl
e19c31b42c
Bug 1378089 - Part 3. Replace the Bookmarks Manager and the History viewer with the Firefox library. r=IanN
...
Fx 56 up to Bug 1383138. Rev 371409 in m-c.
2018-02-03 19:49:47 +01:00
Frank-Rainer Grahl
d09716339c
Bug 1378089 - Part 2. Mass rename bookmarks files and dirs to corresponding Firefox ones. r=IanN
...
--HG--
rename : suite/common/bookmarks/browser-places.js => suite/browser/browser-places.js
rename : suite/modules/PlacesUIUtils.jsm => suite/common/places/PlacesUIUtils.jsm
rename : suite/common/bookmarks/bm-props.js => suite/common/places/content/bookmarkProperties.js
rename : suite/common/bookmarks/bm-props.xul => suite/common/places/content/bookmarkProperties.xul
rename : suite/common/bookmarks/bm-panel.js => suite/common/places/content/bookmarksPanel.js
rename : suite/common/bookmarks/bm-panel.xul => suite/common/places/content/bookmarksPanel.xul
rename : suite/common/places/browserPlacesViews.js => suite/common/places/content/browserPlacesViews.js
rename : suite/common/places/controller.js => suite/common/places/content/controller.js
rename : suite/common/bookmarks/editBookmarkOverlay.js => suite/common/places/content/editBookmarkOverlay.js
rename : suite/common/bookmarks/editBookmarkOverlay.xul => suite/common/places/content/editBookmarkOverlay.xul
rename : suite/common/history/history.js => suite/common/places/content/history-panel.js
rename : suite/common/history/history-panel.xul => suite/common/places/content/history-panel.xul
rename : suite/common/places/menu.xml => suite/common/places/content/menu.xml
rename : suite/common/bookmarks/moveBookmarks.js => suite/common/places/content/moveBookmarks.js
rename : suite/common/bookmarks/moveBookmarks.xul => suite/common/places/content/moveBookmarks.xul
rename : suite/common/bookmarks/bookmarksManager.css => suite/common/places/content/organizer.css
rename : suite/common/places/places.css => suite/common/places/content/places.css
rename : suite/common/bookmarks/bookmarksManager.js => suite/common/places/content/places.js
rename : suite/common/bookmarks/bookmarksManager.xul => suite/common/places/content/places.xul
rename : suite/common/bookmarks/placesOverlay.xul => suite/common/places/content/placesOverlay.xul
rename : suite/common/places/sidebarUtils.js => suite/common/places/content/sidebarUtils.js
rename : suite/common/places/tree.xml => suite/common/places/content/tree.xml
rename : suite/common/places/treeView.js => suite/common/places/content/treeView.js
rename : suite/locales/en-US/chrome/common/bookmarks/bm-props.properties => suite/locales/en-US/chrome/common/places/bookmarkProperties.properties
rename : suite/locales/en-US/chrome/common/bookmarks/editBookmarkOverlay.dtd => suite/locales/en-US/chrome/common/places/editBookmarkOverlay.dtd
rename : suite/locales/en-US/chrome/common/bookmarks/moveBookmarks.dtd => suite/locales/en-US/chrome/common/places/moveBookmarks.dtd
rename : suite/locales/en-US/chrome/common/bookmarks/places.dtd => suite/locales/en-US/chrome/common/places/places.dtd
rename : suite/themes/classic/communicator/bookmarks/allBookmarks.png => suite/themes/classic/communicator/places/allBookmarks.png
rename : suite/themes/classic/communicator/bookmarks/bookmark-folder-closed.png => suite/themes/classic/communicator/places/bookmark-folder-closed.png
rename : suite/themes/classic/communicator/bookmarks/bookmark-folder-dis.png => suite/themes/classic/communicator/places/bookmark-folder-dis.png
rename : suite/themes/classic/communicator/bookmarks/bookmark-folder-open.png => suite/themes/classic/communicator/places/bookmark-folder-open.png
rename : suite/themes/classic/communicator/bookmarks/bookmark-item-dis.png => suite/themes/classic/communicator/places/bookmark-item-dis.png
rename : suite/themes/classic/communicator/bookmarks/bookmark-item-updated.png => suite/themes/classic/communicator/places/bookmark-item-updated.png
rename : suite/themes/classic/communicator/bookmarks/bookmark-item.svg => suite/themes/classic/communicator/places/bookmark-item.svg
rename : suite/themes/classic/communicator/bookmarks/bookmark.png => suite/themes/classic/communicator/places/bookmark.png
rename : suite/themes/classic/communicator/bookmarks/bookmarks.css => suite/themes/classic/communicator/places/bookmarks.css
rename : suite/themes/classic/communicator/bookmarks/bookmarksMenu.png => suite/themes/classic/communicator/places/bookmarksMenu.png
rename : suite/themes/classic/communicator/bookmarks/bookmarksToolbar.css => suite/themes/classic/communicator/places/bookmarksToolbar.css
rename : suite/themes/classic/communicator/bookmarks/bookmarksToolbar.png => suite/themes/classic/communicator/places/bookmarksToolbar.png
rename : suite/themes/classic/communicator/history/calendar.png => suite/themes/classic/communicator/places/calendar.png
rename : suite/themes/classic/communicator/bookmarks/editBookmarkOverlay.css => suite/themes/classic/communicator/places/editBookmarkOverlay.css
rename : suite/themes/classic/communicator/bookmarks/livemark-folder.png => suite/themes/classic/communicator/places/livemark-folder.png
rename : suite/themes/classic/communicator/bookmarks/bookmarksManager.css => suite/themes/classic/communicator/places/organizer.css
rename : suite/themes/classic/communicator/bookmarks/query.png => suite/themes/classic/communicator/places/query.png
rename : suite/themes/classic/communicator/bookmarks/tag.png => suite/themes/classic/communicator/places/tag.png
rename : suite/themes/classic/communicator/bookmarks/toolbarDropMarker.png => suite/themes/classic/communicator/places/toolbarDropMarker.png
rename : suite/themes/classic/communicator/bookmarks/unsortedBookmarks.png => suite/themes/classic/communicator/places/unsortedBookmarks.png
rename : suite/themes/classic/mac/communicator/bookmarks/bookmarks.css => suite/themes/classic/mac/communicator/places/bookmarks.css
rename : suite/themes/classic/mac/communicator/bookmarks/bookmarksMenu.png => suite/themes/classic/mac/communicator/places/bookmarksMenu.png
rename : suite/themes/classic/mac/communicator/bookmarks/bookmarksToolbar.css => suite/themes/classic/mac/communicator/places/bookmarksToolbar.css
rename : suite/themes/classic/mac/communicator/bookmarks/bookmarksToolbar.png => suite/themes/classic/mac/communicator/places/bookmarksToolbar.png
rename : suite/themes/classic/mac/communicator/bookmarks/editBookmarkOverlay.css => suite/themes/classic/mac/communicator/places/editBookmarkOverlay.css
rename : suite/themes/classic/mac/communicator/bookmarks/livemark-folder.png => suite/themes/classic/mac/communicator/places/livemark-folder.png
rename : suite/themes/classic/mac/communicator/bookmarks/bookmarksManager.css => suite/themes/classic/mac/communicator/places/places.css
rename : suite/themes/classic/mac/communicator/bookmarks/query.png => suite/themes/classic/mac/communicator/places/query.png
rename : suite/themes/classic/mac/communicator/bookmarks/tag.png => suite/themes/classic/mac/communicator/places/tag.png
rename : suite/themes/classic/mac/communicator/bookmarks/toolbarDropMarker.png => suite/themes/classic/mac/communicator/places/toolbarDropMarker.png
rename : suite/themes/modern/communicator/bookmarks/allBookmarks.png => suite/themes/modern/communicator/places/allBookmarks.png
rename : suite/themes/modern/communicator/bookmarks/bookmark-folder-closed.gif => suite/themes/modern/communicator/places/bookmark-folder-closed.gif
rename : suite/themes/modern/communicator/bookmarks/bookmark-folder-dis.gif => suite/themes/modern/communicator/places/bookmark-folder-dis.gif
rename : suite/themes/modern/communicator/bookmarks/bookmark-folder-open.gif => suite/themes/modern/communicator/places/bookmark-folder-open.gif
rename : suite/themes/modern/communicator/bookmarks/bookmark-item-dis.gif => suite/themes/modern/communicator/places/bookmark-item-dis.gif
rename : suite/themes/modern/communicator/bookmarks/bookmark-item-updated.gif => suite/themes/modern/communicator/places/bookmark-item-updated.gif
rename : suite/themes/modern/communicator/bookmarks/bookmark-item.svg => suite/themes/modern/communicator/places/bookmark-item.svg
rename : suite/themes/modern/communicator/bookmarks/bookmark.png => suite/themes/modern/communicator/places/bookmark.png
rename : suite/themes/modern/communicator/bookmarks/bookmarks.css => suite/themes/modern/communicator/places/bookmarks.css
rename : suite/themes/modern/communicator/bookmarks/bookmarksMenu.png => suite/themes/modern/communicator/places/bookmarksMenu.png
rename : suite/themes/modern/communicator/bookmarks/bookmarksToolbar.css => suite/themes/modern/communicator/places/bookmarksToolbar.css
rename : suite/themes/modern/communicator/bookmarks/bookmarksToolbar.png => suite/themes/modern/communicator/places/bookmarksToolbar.png
rename : suite/themes/modern/communicator/history/calendar.png => suite/themes/modern/communicator/places/calendar.png
rename : suite/themes/modern/communicator/bookmarks/editBookmarkOverlay.css => suite/themes/modern/communicator/places/editBookmarkOverlay.css
rename : suite/themes/modern/communicator/bookmarks/livemark-folder.png => suite/themes/modern/communicator/places/livemark-folder.png
rename : suite/themes/modern/communicator/bookmarks/bookmarksManager.css => suite/themes/modern/communicator/places/organizer.css
rename : suite/themes/modern/communicator/bookmarks/query.png => suite/themes/modern/communicator/places/query.png
rename : suite/themes/modern/communicator/bookmarks/tag.png => suite/themes/modern/communicator/places/tag.png
rename : suite/themes/modern/communicator/bookmarks/toolbarDropMarker.png => suite/themes/modern/communicator/places/toolbarDropMarker.png
rename : suite/themes/modern/communicator/bookmarks/unsortedBookmarks.png => suite/themes/modern/communicator/places/unsortedBookmarks.png
2018-02-03 19:14:37 +01:00
Frank-Rainer Grahl
b73bc28099
Bug 796994 - Replace obsolete filepicker.show with filepicker.open in suite. r=IanN
2018-02-03 13:19:37 +01:00
Frank-Rainer Grahl
fae4b66583
Bug 1452462 - Remove usage of nsIDOMHTMLObjectElement in SeaMonkey. r=IanN
...
Port Bug 1402102 [Remove nsIDOMHTMLObjectElement].
2018-04-08 21:26:00 +02:00
Frank-Rainer Grahl
32dc8d4a22
Bug 1389622 - Remove usage of nsIDOMHTMLEmbedElement in SeaMonkey. r=IanN
...
Port Bug 1387184 [Remove nsIDOMHTMLEmbedElement].
2018-04-08 21:24:34 +02:00
Frank-Rainer Grahl
bff83a350f
Bug 1452446 - Remove usage of nsIDOMXULElement in SeaMonkey. r=IanN
...
Port Bug 1452185 [Remove nsIDOMXULElement].
2018-04-08 21:24:05 +02:00
Frank-Rainer Grahl
7db7d10711
Bug 1451841 - Remove bad semicolon from preferences call in urlbarBindings.xml. r=IanN
...
Fallout from Bug 1436605 [Mass replace the Components.interface/Components.utils uses with Ci/Cu in C-C].
2018-04-05 20:52:32 +02:00
aceman
795cb3d0e5
Bug 1436605 - Replace remaining Components.interface/Components.utils uses with Ci/Cu in suite. r=frg
2018-03-12 14:06:00 +01:00
Frank-Rainer Grahl
c854d4ae23
Bug 1444651 - Port Bug 1395508 to SeaMonkey. r=IanN
2018-03-11 20:03:35 +01:00
Bill Gianopoulos
97ae305618
Bug 1442886 - Replace Services.intl.createDateTimeFormat with Services.intl.DateTimeFormat in SeaMonkey. r=frg
...
Port Bug 1428172 [Align mozIntl with Intl when working with constructors].
2018-02-27 10:44:40 -05:00
Philipp Kewisch
980ff7f29f
Bug 1436605 - more aggressive patch to replace the remaining Components.interface/Components.utils uses with Ci/Cu in C-C (without calendar). r=jorgk
...
MozReview-Commit-ID: 4gqWuv5OW3S
2018-02-28 22:29:42 +01:00
Florian Quèze
6289b61981
Bug 1436605 - script generated patch to replace the Components.interface/Components.utils uses with Ci/Cu in C-C (without calendar). r=philipp
2018-02-28 18:33:34 +01:00
Frank-Rainer Grahl
4b507620bf
Bug 1437356 - Replace _smoothScrollByPixels with scrollByPixels. r=stefanh
...
Port Bug 1356705 [Use CSS smooth scroll when smooth scrolling a XUL scrollbox] to SeaMonkey.
2018-02-11 19:14:46 +01:00
Bill Gianopoulos
509f8bfb00
Bug 1437353 - Replace use of nsIDOMKeyEvent with KeyboardEvent. r=frg
...
Port bug 1436508 [Remove some XPCOM event interfaces] to SeaMonkey.
2018-02-10 10:51:57 -05:00
Philipp Kewisch
1bda1d563d
Bug 1434737 - Move to ChromeUtils.import() - SeaMonkey part. r=frg
...
MozReview-Commit-ID: BywABWvaiZf
2018-01-31 23:11:16 +01:00
Frank-Rainer Grahl
1f1cc3aa16
Bug 1432273 - Disable sync and its ui in SeaMonkey until sync 1.5 is ported. r=IanN
2018-02-04 20:41:30 +01:00
Jorg K
1c2f7b5574
Bug 1433542 - Port bug 1418085: Remove use of nsIDOMHTMLElement. rs=bustage-fix, r=frg, f=bz
...
--HG--
extra : rebase_source : 665c8f17b74e72b314cee11e0bfdc0467cad7d2b
2018-01-30 11:19:59 +01:00
Frank-Rainer Grahl
f2083678e3
Bug 1430483 - Remove no longer valid gtk2 build options from SeaMonkey. r=ewong
2018-01-14 11:15:00 +01:00
Frank-Rainer Grahl
a5c5746200
Bug 1432047 - Move isContentFrame from contentAreaUtils.js to SeaMonkey. r=stefanh DONTBUILD CLOSED TREE
...
See Bug 1431021 [Remove unused isContentFrame from contentAreaUtils.js].
2018-01-22 08:49:11 +01:00
Frank-Rainer Grahl
c690222f17
Bug 1430721 - Remove unused method readRDFString. r=stefanh
2018-01-16 19:08:00 +01:00
Richard Marti
814cff0666
Bug 1430386 - Rename mTabstrip to arrowScrollbox (following M-C bug 1415537). r=jorgk,frg
2018-01-07 14:20:58 +01:00
Frank-Rainer Grahl
ef6b91d2e6
Bug 1413329 - Replace references to nsIDOMHTMLTextAreaElement with HTMLTextAreaElement in Seamonkey. r=stefanh
...
Bug 1412437 [Remove nsIDOMHTMLTextAreaElement].
2017-12-09 21:32:09 +01:00
Bill Gianopoulos
0d8f776086
Bug 1417395 - Restore browser.chrome.toolbar_style preference removed by Bug 1416703. r=frg
2017-11-29 20:16:09 -05:00
Isaac Schemm
76add5eb03
Bug 1419507 - Disable WebRTC by default in SeaMonkey until bug 956854 is fixed. r=frg
2017-11-24 17:26:59 +01:00
Florian Quèze
ed8679f38d
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, rs=Fallen.
2017-11-19 10:54:56 +01:00
Florian Quèze
e0e4f6d35a
Bug 1356569 - Remove addObserver's last parameter when it is false, rs=Fallen.
2017-11-19 10:54:56 +01:00
Florian Quèze
7fb1c51719
Bug 1331081 - omit addEventListener/removeEventListener's third parameter when it's false, rs=Fallen.
2017-11-19 10:54:55 +01:00
Tooru Fujisawa
fbc2f68d55
Bug 1417800 - Remove conditional catch consumers in suite/. r=frg
2017-11-17 19:53:34 +09:00
Florian Queze
c78d19e7c4
Bug 1415567 - Port bug 1414096 to TB: Remove {get,set}ComplexValue use of nsISupportsString (script-generated patch). r=jorgk
2017-11-08 16:11:03 +01:00
Jorg K
1563d2d9a8
Backed out changeset 2bfef5c6f2a7: Bug 1415567 - Port bug 1414096 which was backed out. a=jorgk
2017-11-08 23:15:41 +01:00
Florian Queze
a14ef4ff2c
Bug 1415567 - Port bug 1414096 to TB: Remove {get,set}ComplexValue use of nsISupportsString (script-generated patch). r=jorgk
2017-11-08 16:11:03 +01:00
Frank-Rainer Grahl
340ca103aa
Bug 1410614 - Turn e10s off for SeaMonkey. r=IanN
...
Adjust comment to point at right location for generic preferences.
2017-10-26 20:39:32 +02:00
Jorg K
e9fcdaf2e4
Bug 1411069 - Port bug 1313150 to mailnews: Remove |weak| parameter from nsIMutableArray methods (JS part). rs=bustage-fix
2017-10-24 01:30:40 +02:00
Richard Marti
14c13c9263
Bug 1410713 - Port bug 1408572 to C-C: Remove handleCtrlPageUpDown attribute and associated code. r=jorgk
...
--HG--
extra : amend_source : f06bde2f3aace62120cc327289db01f9bd3067c6
2017-10-22 20:28:00 +02:00
Frank-Rainer Grahl
f84ad700d7
Bug 1406602 - Remove superfluous closing bracket. rs=bustage-fix
2017-10-17 19:28:59 +02:00
Frank-Rainer Grahl
c757c843ac
Bug 1408191- Replace reference to nsIDOMHTMLSelectElement with HTMLSelectElement. r=IanN
...
Port Bug 1408186 [Remove nsIDOMHTMLSelectElement and nsIDOMHTMLOptionsCollection].
2017-10-17 17:28:39 +02:00
Frank-Rainer Grahl
ac5a4bd5db
Bug 1406602 - Replace references to nsIDOMHTMLLinkElement with HTMLLinkElement. r=IanN
...
Port Bug 1406525 [Remove nsIDOMHTMLLinkElement].
2017-10-17 17:28:23 +02:00
Philipp Kewisch
3c2e8fdf36
Bug 1366607 - Allow building with m-c as topsrcdir. r=frg,tomprince
...
MozReview-Commit-ID: DhZnUDM0EyZ
--HG--
extra : rebase_source : 075751e4334e63bb6d0fdf98d3f8c3a2d8bdea9f
extra : amend_source : edd530cd92beb39b8a536569f3cced81d550a887
extra : histedit_source : 19452ce77cbcb1db0c32b796ce904b36dfa3633d
2017-02-26 16:45:39 +01:00
Frank-Rainer Grahl
b385dbc498
Bug 1394106 - Enable hiding toolbar grippies via pref. r=IanN
2017-10-02 16:38:32 +02:00
Frank-Rainer Grahl
dac94a4df0
Bug 1379369 - Part 5. Remove undefined UserContextID in default open uri path. rs=bustage-fix
2017-09-12 15:55:03 +02:00
Frank-Rainer Grahl
d805c1be92
Bug 1379369 - Part 4. Port part of Bug 1113431 [Propagate referrer policy throughout the UI] to SeaMonkey. r=IanN
2017-09-10 21:08:41 +02:00
Frank-Rainer Grahl
ed85877edb
Bug 1379369 - Part 3. Port Bug 1379842 [Check content principal when dragging and dropping from browser] to SeaMonkey. r=IanN
2017-08-23 15:34:46 +02:00
Frank-Rainer Grahl
6028450c7a
Bug 1379369 - Part 2. Port Bug 1364016 [Explicitly pass a triggeringPrincipal to openURI] to SeaMonkey. r=IanN
2017-08-23 15:55:17 +02:00
Frank-Rainer Grahl
2b809fefc8
Bug 1379369 - Part 1. Base patch passing a triggeringPricipal and userContextId to more parts in the tabbrowser. r=IanN
2017-09-10 21:08:41 +02:00
Frank-Rainer Grahl
713513ca19
Bug 1392683 - User Services.wm instead of importing nsIWindowMediator in SeaMonkey. r=IanN
2017-08-25 03:48:30 +02:00
Frank-Rainer Grahl
e8b94be489
Bug 1391665 - Port Bug 945627. Remove FIXUP_FLAG_USE_UTF8 in SeaMonkey. r=IanN
2017-08-22 16:53:58 +02:00
Frank-Rainer Grahl
0119e7116b
Backed out changeset: fd780befc796 (Bug 1391665) for referencing the wrong bug in the comment.
2017-08-22 16:52:53 +02:00
Frank-Rainer Grahl
724cc9b47f
Bug 1391665 - Port Bug 942657. Remove FIXUP_FLAG_USE_UTF8 in SeaMonkey. r=IanN
2017-08-22 16:33:43 +02:00
Frank-Rainer Grahl
1a91d20fef
Bug 1391640 - User Services.ww instead of importing nsIWindowWatcher in SeaMonkey. r=IanN
2017-08-22 16:33:22 +02:00
Frank-Rainer Grahl
7448fee144
Bug 1391286 - Port Bug 1389723. Remove nsIMIMEInputStream.addContentLength from SeaMonkey. r=IanN
2017-08-22 16:33:01 +02:00
Jorg K
680b3a0a20
Bug 1390431 - Port bug 1377580 to SM: Provide nsIBrowserDOMWindow.createContentWindow. r=frg
2017-08-16 08:28:52 +02:00
Jorg K
46b29ecf7d
Bug 1389960 - Port 1388552 to C-C [Export the HUDService object directly instead of individual methods and properties]. r=Paenglab DONTBUILD
2017-08-14 15:08:37 +02:00
Frank-Rainer Grahl
28ece11d89
Bug 1324556 - Remove command key for Responsive Design View. r=stefanh
2017-08-12 12:27:13 +02:00
Frank-Rainer Grahl
12f6022267
Bug 1387699 - Fix typo rs=bustage-fix
2017-08-10 15:22:43 +02:00
Frank-Rainer Grahl
70d626da14
Bug 1387699 - Port bug 1356263 to SeaMonkey. Replace getSystemLocale with mozIntl call. r=IanN
2017-08-10 12:31:19 +02:00
Bill Gianopoulos
fb5d9721a7
Bug 1383457 - Use mozIntl for formatting dates and times in SeaMonkey. r=frg
2017-08-02 09:00:52 -04:00
Richard Marti
395f46242d
Bug 1388328 - Port bug 389565 to C-C: Replace nsIExternalProtocolService::LoadUrl with nsIExternalProtocolService::LoadURI (JS part). r=jorgk
2017-08-08 15:23:43 +02:00
Richard Marti
d2ca3638fb
Bug 1387813 - Port bug 1375125: Replace nsILocalFile with nsIFile in C-C. r=jorgk
2017-08-06 12:03:07 +02:00
Bill Gianopoulos
0734ecbf5b
Bug 1387408 - Port Bug 1326520 to SeaMonkey. Rename nsIURI.path to nsIURI.pathQueryRef. r=frg
2017-08-04 08:22:46 -04:00
Bill Gianopoulos
a06d107c10
Bug 1376167 - Avoid use of nsIScriptableDateFomat in Seamonkey JavaScript files. r=IanN,frg
2017-07-15 14:32:56 -04:00
Frank-Rainer Grahl
ddcb365d7b
Bug 1373375 - Override legacy checking for SeaMonkey distributed extensions and themes. r=IanN
2017-07-09 14:02:57 +02:00
Frank-Rainer Grahl
76c88535fe
Bug 1367916 - Remove obsolete Netscape sidebar preference and customization option. r=IanN
2017-05-28 15:02:53 +02:00
Samael Wang
028f0f1d18
Bug 1366643 - Drop the bfcache entry after cloning a SHEntry to avoid a crash when closing a tab. r=frg
2017-05-22 13:55:05 +08:00
rsx11m
db6a827bc6
Bug 1366496 - Switch usages of browser.safebrowsing.enabled to browser.safebrowsing.phishing.enabled after bug 1025965. r=frg
2017-05-20 10:18:03 -05:00
Frank-Rainer Grahl
cc21f90b56
Bug 1365811 - Remove support for the chrome "platform" flag from SeaMonkey manifest files. r=IanN
...
Port Bug 780562.
2017-05-22 16:53:49 +02:00
Frank-Rainer Grahl
2f557dbdbe
Bug 1364698 - Port Bug 1157709 [Remove PlacesUtils.asyncGetBookmarkIds] to SeaMonkey. r=IanN
2017-05-22 16:53:31 +02:00
Frank-Rainer Grahl
5d5b71c318
Bug 1364677 - Fix broken SeaMonkey location bar. Port browser.js changes from bug 1353542 to SeaMonkey. r=IanN
2017-05-22 16:53:12 +02:00
Richard Marti
13386d9eff
Bug 1366499 - Port bug 1363421 |UserAgentOverrides.jsm is visible on startup profiles| to C-C. r=frg
2017-05-21 23:04:41 +02:00
Frank-Rainer Grahl
9a651b90f0
Bug 1296839 - Align progress handling with the one in Firefox. r=IanN
2017-05-21 14:31:22 +02:00
rsx11m
548dc7ff33
Bug 1366122 - Set privacy.resistFingerprinting to define a default and make it discoverable. r=frg
2017-05-18 18:45:02 -05:00
Frank-Rainer Grahl
311dca6e61
Bug 1363422 - Remove devtools.webide.widget.enabled pref from SeaMonkey. r=IanN
...
See Bug 1183962.
2017-05-10 16:03:47 +02:00
Frank-Rainer Grahl
44776a4ae5
Bug 912031 - Use Asynchronous FormHistory.jsm in place of nsIFormHistory2 in Suite. Sanitizer tests. r=IanN
...
See also Bug 1211849 [Remove canClear support from the Sanitizer].
2017-05-01 11:55:06 +02:00
Frank-Rainer Grahl
428aed6896
Bug 1354818 - Remove aurora channel from SeaMonkey source. r=IanN
2017-04-23 10:02:21 +02:00
Tony Mechelynck [:tonymec]
c365c0a298
Bug 1344411 - Lightweight themes are not supported anymore in SeaMonkey. r=IanN
2017-04-05 11:45:54 +02:00
Frank-Rainer Grahl
32075c6261
Bug 1348319 - Port bug 1343821 to SeaMonkey [Remove Dynamic Skin Switching (DSS) support]. r=IanN
2017-04-14 19:35:31 +02:00
rsx11m
22170bca48
Bug 1352850 - Switch to Google for Geolocation services in all builds. r=frg
2017-04-05 09:52:03 -05:00
rsx11m
921da54f15
Bug 1352849 - Enable SafeBrowsing v4 tables on SeaMonkey nightly builds (per bug 1305486). r=frg
2017-04-02 12:00:12 -05:00
aceman
3c7a609a2c
Bug 1326494 - Remove some remaining nsISupportsArray references in Seamonkey. r+a=IanN
2017-03-01 16:12:00 +01:00
Frank-Rainer Grahl
48af4083e3
Bug 1342676 - For plugins only support Flash. r=IanN
2017-02-27 16:29:03 +01:00
Frank-Rainer Grahl
af0c3aa7e5
Bug 1319212 - Make drag and drop into the tabbrowser work again. r=IanN
...
Replace promiseShortcutOrURI with getShortcutOrURIAndPostData and clean up surrounding code.
See Bug 1150678 [Autocomplete produces incorrect results for modified bookmark keyword searches]
Also ports tabbrowser part of Bug 92737 [DnD of multiple shortcuts from desktop only opens one]
2017-02-25 12:58:42 +01:00
Frank-Rainer Grahl
0d7796be71
Bug 1334910 - Make SeaMonkey support moz://a and redirect to project homepage. r=IanN a=IanN
2017-02-21 18:24:20 +01:00
Philip Chee
7b1fc5bf73
Bug 1328557 - Searchbar regression: No separator between search suggestions and form history entries r=IanN a=IanN
...
Fix fallout from Bug 1311189, Bug 1296638, and Bug 1300547.
Bug 1311189 - No separator between datalist and form history entries with richlistbox implementation [Toolkit]
Bug 1296638 - Switch toolkit Form Autocomplete popup from using a <xul:tree> to using a <xul:richlistbox>
Bug 1300547 - Suggestion list dropdown with suggestions not shown [SeaMonkey]
Minor search widget tweaks (parity-firefox):
Bug 344536 - Limit the number of history items displayed the search bar history dropdown, so that some suggestions are always visible.
Bug 1008182 - remove the delay for searchbar autocomplete
Bug 1239319 - use input types properly for search and url bar to get better OSK support on Windows
2017-01-22 23:47:02 +08:00
Philip Chee
c6f5a04813
Bug 1329186 - (1) Use asyncOpen2() and (2) change nsILoadInfo.SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL when using a SystemPrincipal r=IanN a=IanN
2017-01-22 23:47:02 +08:00
Aman Dwivedi
4a6dd2ef7a
Bug 1293008 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in suite/ in comm-central, r=IanN, a=IanN
2017-01-04 17:31:28 +05:30
Florian Quèze
e060e71b1e
Bug 1329958 - remove trailing newURI null parameters in comm-central. r=philipp,aleth
2017-01-10 14:16:22 +01:00
Philip Chee
b137923080
Bug 1265881 followup: fix some DOS line endings that crept in rs=typos a=typofix
2017-01-05 23:07:57 +08:00
Philip Chee
65b051c619
Bug 1326195 - [sidebars] Fix for "Get more sidebars" not working. r=IanN a=IanN
2017-01-02 23:45:20 +08:00
Philip Chee
0afb46537e
Bug 1265881 - Location Bar Internet Search, Searchbar, and Sidebar Search panel do not respect "Edit => Preferences => Browser => Internet Search"
...
Make sure all search widgets are synchronized r=IanN a=IanN
2017-01-02 22:16:17 +08:00
Philip Chee
d08244a540
Bug 1324121 - Port bug 1322609 (content-targetable) and bug 1322414 (content-primary) to suite. r=IanN a=IanN
2016-12-22 13:41:51 +01:00
Philip Chee
b285ea8f74
Bug 1323219 - Fix errors caused by removal of javascript Array generics (Bug 1322124) r=frg a=bustage-fix
2016-12-13 20:13:14 +01:00
Sebastian Hengst
c9adf0193a
Bug 1322124 - Remove javascript Array generics: suite. r=Ratty a=Ratty
...
MozReview-Commit-ID: 8WPOkLXzFoO
2016-12-13 14:32:47 +01:00
Philip Chee
e92b6cce31
Bug 1320095 - Followup typo fix aEntireWord should have been entireWord r=frg a=typofix
2016-12-10 21:01:22 +08:00
Philip Chee
e66d9a67d1
Bug 1320095 Implement forwarder for onFindbarOpen() and other missing methods in the tabbrowser findbar object. f=frg r=IanN a=Ratty
...
Also update SeaMonkey's findbar.xml to sync with the toolkit findbar.xml
2016-12-10 17:05:41 +08:00
Ravi Shankar
ce1522d189
Bug 1153671 - Part 1: Remove non-standard for-each-in from tests. r=Ian,Ratty a=ewong
2015-06-24 08:31:00 +09:00
Frank-Rainer Grahl
c0bfa40ac9
Bug 1316104 - Set opener. r=Ratty a=Ratty
2016-11-22 19:54:19 +01:00
Frank-Rainer Grahl
68e7ba2bcf
Bug 1296839 - Fix comment in tabbrowser.xml. No code change. r=Ratty a=Ratty
2016-11-22 19:53:35 +01:00
Frank-Rainer Grahl
d63a824106
Bug 1300547 - Init AutoComplete after Bug 1294502. r=Ratty a=Ratty
2016-11-22 19:53:15 +01:00
Frank-Rainer Grahl
58abf93dce
Bug 1316104 - Change LoadURI params to match the ones in nsIBrowserDOMWindow.idl after bug 1303196. r=Ratty a=Ratty
2016-11-09 20:03:37 +01:00
Frank-Rainer Grahl
d6d675a904
Bug 1313288 - Port Bug 1312143. Remove obsolete components from SeaMonkey. r=Ratty a=Ratty DONTBUILD
2016-11-05 14:34:06 +01:00
Frank-Rainer Grahl
9c44aac2a9
Bug 1311521 - Use LoginFormFactory instead of FormLikeFactory and allow reporting of insecure passwords. r=Ratty a=Ratty
...
Port Bug 1310049 and Bug 1302474 to SeaMonkey.
2016-11-05 12:20:12 +01:00
Frank-Rainer Grahl
38debca087
Bug 1312266 - Add missing Sandboxing prefs to SeaMonkey. r=IanN a=IanN
2016-10-30 15:24:16 +01:00
Frank-Rainer Grahl
5286d8a52d
Bug 1308273 - Temporary enable all plugins in SeaMonkey 2.49. r=IanN a=IanN
2016-10-19 10:38:43 +02:00
Sebastian Hengst
4dd57ae7f3
Bug 1308708 - Port bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: suite. r=Ratty a=bustage-fix
...
MozReview-Commit-ID: 3pJGhTnqYib
2016-10-09 11:31:47 +02:00
Frank-Rainer Grahl
8ae2122739
Bug 1285798 - Turn on server favicons by default and change the wording to reflect reality better. r=IanN/Ratty a=IanN
2016-09-17 17:28:36 +02:00
Frank-Rainer Grahl
cce3f6389a
Bug 1300539 - Add getBrowserForContentWindow method to tabbrowser.xml. r=Ratty a=Ratty
2016-09-09 17:48:22 +02:00
Frank-Rainer Grahl
cb8094231a
Bug 1296838 - Show loading icon even if previous tab had a fav icon. r=Ratty a=Ratty
2016-09-02 16:49:05 +02:00
rsx11m
5f43764607
Bug 1241622 - Switch SeaMonkey to HTTP/NNTP/IMAP cache v2. r=jorgk, r=Ratty, a=Ratty
2016-08-31 09:53:55 -05:00
Frank-Rainer Grahl
57f3562097
Bug 1278130 - Retrieve list of blocked uris from parent browser. r=Ratty a=Ratty
...
See bug 1273685.
2016-08-29 16:20:44 +02:00
Frank-Rainer Grahl
c73867c02b
Bug 1293104 - Remove support for -forbid- lists in Seamonkey. r=Ratty a=Ratty
...
See bug 1274893.
2016-08-20 23:02:09 +02:00
Frank-Rainer Grahl
e8b2703c4d
Bug 1256714 - Make Aero Peek working by porting current Firefox WindowsPreviewPerTab.jsm to Seamonkey. r=IanN a=IanN
2016-08-11 21:10:07 +02:00
Frank-Rainer Grahl
3d357d9da1
Bug 1226102 - Fix focus selection with F6. r=IanN a=IanN
...
See Bug 1132518.
2016-08-11 21:04:45 +02:00
Frank-Rainer Grahl
aa838efd77
Bug 1273298 - Set default addon signing requirement to false. r=Ratty a=Ratty
2016-08-08 23:44:07 +02:00
Frank-Rainer Grahl
46412c773f
Bug 1272401 - Followup Nit fix missed in previous update. r=IanN a=IanN
2016-07-23 10:12:05 +02:00
Frank-Rainer Grahl
65c698c49d
Bug 1272401 - Port Firefox Bug 1241085 Parts 2 and 3 and 4. r=IanN a=IanN
...
Replace userTypedClear and other location bar fixes.
2016-07-21 22:13:08 +02:00
Frank-Rainer Grahl
523765b06a
Bug 1280817 - Trailing spaces and eol cleanup for xul files. r=Ratty a=Ratty
2016-06-25 16:49:45 +02:00
Frank-Rainer Grahl
7b5b06c762
Bug 1280817 - Trailing spaces and eol cleanup for xml files. r=Ratty a=Ratty
2016-06-21 16:15:22 +02:00
Frank-Rainer Grahl
f1869e4e47
Bug 1280817 - Trailing spaces and eol cleanup for js files. r=Ratty a=Ratty
2016-06-21 16:13:24 +02:00
Frank-Rainer Grahl
a54d4c2eea
Bug 1055954 - Popup exceptions menu in Navigator reworked to behave like cookie and image permissions menu. r=Ratty a=Ratty
2016-06-19 23:30:46 +02:00
Robert Strong
bd5a2cf85f
Bug 1274722 - Add %SYSTEM_CAPABILITIES% to the SeaMonkey app.update.url preference. r=ewong, a=ewong
2016-06-19 11:20:14 -05:00
Frank-Rainer Grahl
2127a38322
Bug 1249536 - Set default height of folder tree correctly and do the resize correctly. r=Ratty a=Ratty
...
See Bug 1199496.
2016-06-16 21:07:10 +02:00
Philip Chee
e70c8e78be
Bug 1277293 - Replace getSimpleCodebasePrincipal with createCodebasePrincipal (SeaMonkey Part) r=IanN a=IanN
2016-06-10 22:55:56 +08:00
Frank-Rainer Grahl
d831e74a41
Bug 1276173 - Add passwords visible checkbox and show user and password fields. r=Ratty a=Ratty
...
Ports Bug 1217134.
2016-05-28 18:51:09 +02:00
rsx11m
6a3d1ae3ef
Bug 1275908 - Remove pref for "Update Installed" interface which was retired in bug 1274487. r=Ratty, a=Ratty
2016-05-27 09:48:36 -05:00
rsx11m
0b9628ff07
Bug 1269773 - Remove Kinto and Safe-Browsing preferences from SeaMonkey's browser-prefs.js after they were moved to global all.js; f=frgrahl, r=Ratty, a=Ratty
2016-05-03 17:30:52 -05:00
Ahmed Abdi Ali
f156dff33f
Bug 503036 Remove closebutton="true" from tabbrowser.xml since it doesn't do anything in this case r=Ratty a=Ratty
2015-12-06 16:44:20 +00:00
Mujarrad Gul
6413e8c519
Bug 719739 - Use popup.triggerNode instead of document.popupNode for tab context menu r=Ratty a=Ratty CLOSED TREE
...
Changed "suite/browser/tabbrowser.xml" on line 950 to this.mContextTab = aPopupMenu.triggerNode
2015-12-10 23:02:42 +00:00
Philip Chee
a5669f8b79
Bug 1271291 - Fix for Alien Monster bug f=frg r=IanN a=Ratty CLOSED TREE
2016-05-18 23:05:29 +08:00