[Pkg-mozext-commits] [tabmixplus] tag 0.5.0.4pre.170625a1 created (now 2a9c393)
David Prévot
taffit at moszumanska.debian.org
Sat Aug 5 15:28:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to tag 0.5.0.4pre.170625a1
in repository tabmixplus.
at 2a9c393 (commit)
This tag includes the following new commits:
new bc473a5 Follow up bug 1284395
new 377f8f7 Refactor ChangeCode.isValidToChange function to show error message in the console with the proper file name and line number
new 81091f1 Update compatibility with treeStyleTab - Open new next sibling tab correctly, even if there is no next sibling
new 6e935b3 Update compatibility with treeStyleTab version 0.18.2016090802
new 624f695 Follow up bug 1311439 - Skip _notifyBackgroundTab for hidden tabs
new 75a0d75 Keep Undo close tab menu open, close it when user click outside the menu
new ee5cdea Keep sessions menu open when user apply one of these command from sessions context menu 'Show Counters, Date and Time in Session Menu' 'Set as Startup Session' 'Delete'
new 3d3cab3 Fix addons-linter warnings
new 2cd7b8d Follow up bug 1312901 - Use nsIArray for URL window argument
new 4275e3d Update ContentClickInternal.isGreasemonkeyInstalled function, util.js moved to greasemonkey-modules/content/util.js
new 4172c6c Add missing Eslint rules, version 3.9.0
new 4b5af66 Remove Eslint deprecated rules
new f9a8893 Eslint version 3.9.0 fixed indent rule to support multiline array statements and fixed no-useless-escape false negative in regexes
new 4da5e67 Update Eslint indent rule, apply CallExpression and FunctionExpression options
new a2397ef Apply new Eslint rule 'no-single-arg-cu-import' from tabmix plugin (based on mozilla plugin
new 5076f3d Apply Eslint 'prefer-arrow-callback' rule
new 7987b8a Replace remaining usages of bind(this) with arrow function
new aa5a00e Apply Eslint 'no-empty' rule with {"allowEmptyCatch": true} option
new 139506d Follow up bug 92737 - Part 2 and 3 - Open multiple tabs when multiple items are dropped on content area
new 6298c87 Follow up bug 92737 - Part 4 - Open multiple tabs when multiple items are dropped on tab
new f59cd50 Follow up bug 1000458 (openLinkIn changed)
new 867501e Don't open new tab from links on remote content when role attribute is 'button' or 'menu'
new 8edbd67 Don't change selected tab by wheel event over the tab-bar if the device that generated the event wasn't a mouse wheel
new 651bee3 Rename tabmixplus/Services.jsm to tabmixplus/TabmixSvc.jsm so our eslint plugin rule 'import-globals' get the global name TabmixSvc instead of Services
new 70a46e8 Follow up bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content
new d0d2f2c Follow up bug 1245124 - window.open() should open a new tab in the same container
new 8fdba03 Added tag 0.5.0.2pre.161109a1 for changeset 077213a67e30
new 8e3598c Bookmark All Tabs Not Working in Firefox 48.x versions, after 48.0 and before 49.0 (changeset 28a5628e0ed4)
new 7a9230e Cannot drag tabs with Tab Mix Plus AND Multiple Tab Handler
new a3d0368 Follow up bug 1312406 - Remove tab groups migration code
new 8200eed Ctrl-Click on item in closed tabs list should not close the current tab
new e8bcc85 Incompatibility problem with Stay-Open Menu, Undo closed tab from undo closed button list always open last closed tab. The original fix from changeset cc4c7716084d, regressed again by changeset f4f77cf52577
new 0568f98 Add missing Eslint rules to our .eslintrc.js file
new 81f7e29 Follow up bug 1315948 - Simplify openLinkIn in utilityOverlay.js
new 3dabe56 Follow up bug 1316870 - Enable no-shadow eslint rule for browser, update compatibility with Multiple Tab Handler
new e5ef667 Can't open new tab in the background from the address bar since Firefox 50
new ee3d7c4 Miscellaneous updates for Pale Moon 27
new 73d0b40 Follow up bug 1316505 - Tabbar scrolls too fast with wheel supporting high resolution scroll on Windows
new 1fdffad Split tablib._loadURIWithFlags function to make it easier to test it
new da8405a Replace eval of loadURIWithFlags with wrapped function
new ad62f02 Bookmarklet stop working in Firefox 50
new 4185254 Use viewtopic.php to access Tab mix plus help page, this will make all link to help content opens in the same frame. User can middle-click or control-click to open link in new tab
new eab07aa Add option to toggle 'Keep Undo close tab menu open', changeset f4f77cf52577
new e93aba1 Update wording for 'Middle-click or Control-click inverse focus of:'
new 3bc5f52 The preferences 'Middle-click or Control-click inverse focus of: Links' does not work
new 073915a Update locales from http://www.babelzilla.org
new a4a1a84 Added tag 0.5.0.2pre.161204a1 for changeset 8fc1fb70f4c6
new 0784357 Update Firefox maxVersion to 51.0a1 and Pale Moon maxVersion to 27.*
new 72ee5e1 Make sure that corrupted session.rdf don't stops the closing process, GetResource throw when its argument is null or undefined
new bea7f1c Add option to toggle 'Keep Undo close tab menu open' to Tab Mix Plus options window, changeset 6631a0234e2a added the option only to the closed tabs menu
new 9bac8b5 Avoid using AsyncUtils.defer
new df1e268 With build 161204a the tab multi-row feature displaying 2 rows regardless of the setting, changeset 45b58143f082
new b29affa ReferenceError: Ci is not defined in removeBlankTab.js since Firefox 52, bug 1203813 - Make nsHelperAppDlg dialog be parented by top-level nsIDOMWindow
new 9b8f594 Shortcut for 'Merges windows together' changed to Ctrl+Shift+E, Ctrl+Shift+M overrides 'Responsive Design Mode' shortcut
new 9462240 Delay _animateTabMove modification until after browser-delayed-startup-finished when 'Multiple Tab Handler' installed
new 4f28b87 Add options to open Synced tabs, from sidebar, in current tab or in new foreground or background tab
new ed8d5b8 Refactor isFrameInContent to handle multiple async requests
new 70766de Cache initial tab width when it is fullyOpen after tabContainer._handleNewTab
new 470d5ca Follow up bug 658467 - Fade out tab label on overflow instead of ellipsis
new aefb45b Don't set 'unloaded' style to blank pinned tabs
new d1f1a81 Added tag 0.5.0.2pre.161211a1 for changeset c55bd86a36cc
new 5711bb3 Move tabbrowser-tab content for Firefox before 53 to separate file Changing tab attribute in is constructor is not a good solution since tab content reset its attributes to default when the tab moves
new c12f89e Style update after bug 658467 (changeset 05147b8553bc)
new 8f96ed0 Keep closed tabs menu width when it stay open
new 2fbe0f6 Closed tabs menu stay open when last item in the list removed by middle-click
new 06f49b8 Added tag 0.5.0.2pre.161211a2 for changeset 4212b77d720e
new a1b94c6 Follow up bug 1322408 - Use `gBrowser.loadTabs` to open all tabs when middle-clicking a client in Synced Tabs
new 242dc78 Add new option to open unloaded tabs from bookmarks and history
new 6edfd75 When 'Multiple Tab Handler' installed, handle animate tab move on single row, only when one tab is moving
new 037314a Shortcut for 'Merges windows together' changed to Ctrl+Shift+U
new 38c84bb Update locales from http://www.babelzilla.org
new 5207e03 Added tag 0.5.0.2pre.161225a1 for changeset 4cfba4622d28
new 2483abd Remove commans changeset 317405bfb6ca
new def6fc1 Follow up changeset 54c897a21338, bug 1322408 was applied on Firefox 51.0b10
new 6e337d8 Follow up bug 1309596 - Update drag feedback
new 9ce937a Set icon on pending tabs
new a8d8493 Changeset 317405bfb6ca breaks treeStyleTab open bookmarks as new tree
new ce68b10 Refactor code to ensure textboxes disable state updates when the preference changed by user or by setPrefAfterImport
new 81471ef Add option "Move tab from 'Switch to tab' next to current one"
new e993764 Update locales from http://www.babelzilla.org
new d6b1d2e Added tag 0.5.0.2pre.170102a1 for changeset 1f42cc84b32c
new 70479ce Session manager don't save\restore tree. Update compatibility with treeStyleTab version 0.18.2016090601+
new c11f1f9 Enable Eslint object-shorthand
new c2e8841 Fix some linting warnings
new 0bc67d7 Set Pale Moon minVersion to 27.0
new b53ebde Use Promise.catch
new c894323 Remove redundant code
new 6da765a Prevent cases of Cu.import importing into variables and global scope at the same time
new c2553bd Follow up bug 1330147 - removeObserver calls should not supply a third parameter
new 1efebc9 Follow up bug 1330464 - make the no-useless-parameters eslint rule detect misuses of the Services.prefs APIs
new b7f500c Follow up bug 1324895 - Add 'Open All in Tabs' to client context menu in Synced Tabs
new d91a504 Foolow up bug 1331081 - make the no-useless-parameters eslint rule report useless addEventListener false third parameter
new 1d48ac6 Follow up bug 1187014 - Use "you" in preference strings, not "me"
new e2cff3b Update Firefox minVersion - maxVersion to 38.0 - 54.0a1
new 210a51d Add missing curly brackets
new c06defd Follow up bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab
new a8c6b06 Follow up bug 1307736 - Store triggeringPrincipal with all history entries
new fd0b01e Follow up bug 1334199 - Omit getComputedStyle's second argument when it's falsy
new 33c553a Follow up bug 1334156 - Replace ownerDocument.defaultView with ownerGlobal
new 3943363 Prevent pending tab width change while restoring when 'Tab width fits to tab title' enables
new acd756a Follow up bug 1334831 - add an eslint rule to report usage of .parentNode.removeChild when .remove() could be used instead
new 255e1de Follow up bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView ownerGlobal doesn't exist in content privileged windows
new 7bb1679 Follow up bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links
new 1309b9f Remove redundant try-catch
new 6d3a629 Unable to evaluate object-shorthand functions in Firefox 54
new d2317ff Update locales from http://www.babelzilla.org
new ec9063b Added tag 0.5.0.3pre.170314a1 for changeset e66244479ff7
new b035f8b Update our tabbrowser-tab Bug 1277803 - Part 2 : Make favicons loaded through XUL:image use the correct principal Bug 1308153 - part3 : implement the logic about showing the unblocking icon
new 553dfbf Reset treeStyleTab data before restoring session that will overwrite current window
new 1e5ecd5 Tab bar click area does not resize correctly after windows size-mode changed visible rows number. Add call to TabsInTitlebar._update to recalculate titlebar and titlebarContent height (related to bug 1219215, changeset 5e45a1919ab5)
new d930c24 Follw up bug 1342849 - Don't do any notifications for newly added background tabs when restoring session
new a6713b3 Follow up bug 1349502 - Make tabbrowser.xml use AppConstants from the global scope
new 2630da4 Follow up bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab
new e89c2f0 Ctrl-Tab navigates tabs in most recently used order not working with Pale Moon 27.x
new 3e4f574 With Tab mix 0.5.0.2 Tab Badge icon is before the tab label instead of after it
new ed1968a Update locales from http://www.babelzilla.org
new 228983b Added tag 0.5.0.3pre.170405a1 for changeset fc55f88510b0
new 608a5cc Starting with Firefox 54.0 we need some timeout before we can accesses the box attributes
new 566e997 Update Firefox maxVersion to 55.0a1
new 56673b2 Restore pinned tabs from last time is not working when the preference is 'Ask Before Restoring' and the user dismissed the dialog or select 'Don't Restore'. Related to bug 936061 - Refactor restoreWindow() into restoreWindow() and restoreWindows()
new 50bf797 Fix file parsing in informAboutChangeInTabmix
new c503c4c Move tablib into Tabmix object
new daa9015 Eslint indent rule is more strict in version 4.0
new b0ebdf5 Follow up bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js and bug 1284395
new b3f654b Follow up bug 1354789 - Cache layout information needed in _positionPinnedTabs
new b117142 Multirow tab bar incompatibility issue with Toolbar Position Changer add-on
new 67c5b60 Follow up bug 1308153 - part3 - implement the logic about showing the unblocking icon (apply fix to Firefox 52)
new f3b6bb1 Address filed height is collapsed in Linux Options > Events > New Tabs
new 5e02461 Increase textbox width in Options > Events > New Tabs for linux
new 31851ec Follow up bug 1356569 - Remove notifyObservers last parameter when it is falsy
new fe3e797 Since Nightly 55.0a1 (2017-04-20) closing tab does is broken, Folllow up bug 1352069 - Introduce a pref that allows for disabling animations
new 31f0f30 Update locales from http://www.babelzilla.org
new 0d80246 Added tag 0.5.0.3pre.170421a1 for changeset d678c498d6c3
new 5bf44fc Component returned failure code NS_NOINTERFACE [nsIInterfaceRequestor.getInterface]
new 221e8e2 Follow up bug 1354331 - Remove network.http.enablePerElementReferrer usages
new 80a06ce Follow up bug 1345090 - Modify SessionStore to restore tabs with lazy-browsers
new e4eb764 Follow up bug 1359352 - Don't show »Connecting« and »Loading« labels in tab while loading pages
new a2d6f3c Folloe up bug Bug 1353542
new e3e4673 Fix TypeError: invalid 'instanceof' operand Ci.nsISupportsArray in Firefox 55, changeset 2eaa7d78262d Follow up bug 1312901 - Use nsIArray for URL window argument
new 1ba652f Foloow up bug 1364127 - Set the initial tab label to the URL for new tabs and to the saved title for restored tabs, and make sure that label doesn't subsequently get clobbered with a placeholder
new 62012b5 Follow up bug 1365780 - Consistently dispatch the TabAttrModified event and update the title bar when setting tab labels
new a0ebcba Follow up bug 1345098 - Lazy-browser-tabs: Deal with code which would unnecessarily/prematurely bind lazy-browsers
new 0f29e68 Some Eslint indent fix
new 80da153 After bug 1364127 about:blank tabs label is its url instead of 'New Tab'
new b34faa2 Follow up bug 1355507 - Releasing a tab while dragging through the tabstrip on the same window should show a transition to its final resting place
new 3fe2ca5 Bottom border of top hidden row is visible in Firefox 55
new 394fc61 Added tag 0.5.0.4pre.170525a1 for changeset 9dde7bf923f8
new c5e891e Set LOAD_BYPASS_CACHE when loading tab progressively
new 264e844 Backed out changeset: 9dde7bf923f8, It add extra space that if you click does nothing
new 8444522 Follow up bug 1363977 - Have loadTabs() provide the correct triggeringPrincipal
new d3a0415 Follow up bug 1365232 - Have _delayedStartup() provide the correct triggeringPrincipal
new f1d8238 Eslint 4.0 update - Three rules have been deprecated in favor of the new padding-line-between-statements rule: lines-around-directive newline-after-var newline-before-return
new 7b37c17 Eslint 4.0 new rule - switch-colon-spacing
new ee5eb92 Make sure draggedTab._dragData exist
new 01373bb Don’t count removing tabs when checking tabs count before 'Warn you when closing window with multiple tabs' when Firefox giving up waiting for the tab closing animation to finish (bug 608589) tab count can contain removing tabs
new be26aa9 Follow up bug 1371962 - Rename the dir attribute added in bug 1357656 to labeldirection
new 785b464 No need to search for content in pending tabs, prevents lazy browser prematurely inserted via 'messageManager' property access
new d9fff16 Follow up bug 1371604 - Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields
new 90e10b3 Follow up bug 1316505 part.1 The "wheel" event handler of <scrollbox> should use |.scrollByPixels()| for respecting wheel event's scroll speed and scrolling smoother
new 1e5ce00 Follow up bug 1358721 - Avoid flushing layout in adjustTabstrip
new a3727f3 Follow up bug 1345473 - Set tab as drag source
new b17b362 Don't use pending attribute from xul browser, Firefox 55 - bug 1370035 remove this attribute
new 2a27554 Update compatibility with TabGgroupManager (changeset e76538fa7d29)
new dfcb535 Check both scrollSize and tabstrip innerbox height to determine if the scrolled is at the end
new ad46f1d Pale Moon 27 have different tab margin between normal windows and maximized windows
new 29948d2 Follow up bug 1185482 - In maximized windows, the hover effect of the caption buttons should span the entire height of the tab strip
new d423966 Follow up bug 1368208 - Don't flush layout to determine whether scrollbox scroll buttons should be enabled/disabled
new 2a9c393 Click events on links that have defaultPrevented set to true should not open the link in a new tab. using addSystemEventListener instead of addEventListener allow us to test defaultPrevented properly
The 168 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git
More information about the Pkg-mozext-commits
mailing list