-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag: v1.0.7 #52
Merged
Merged
Tag: v1.0.7 #52
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* This also fixes an unknown entity error with MultiPanel * Squashed commit of the following: commit 5f43e8002aa725af1136e04fa72f231286badf20 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Tue Apr 24 18:37:16 2018 +0800 Revert "Ignore: Move add event listeners from pageinfo.xul to pageinfo.js" This reverts commit b49c9cb. # Conflicts: # content/pageinfo.js commit 9b6b54ce52fc10fb99b716af8d9fd776e32b0077 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Tue Apr 24 17:42:40 2018 +0800 Fix undefined entity & null aboutGroup element errors * Placeholder string was removed * Adding load & unload event listeners were restored to multipanel.xul file * Remove unused Cc * Replace top-level let with var declaration commit be2f836 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Fri Apr 13 22:56:11 2018 +0800 Ignore: override again the whole onLoadPageInfo function * Reverts 6db19ef * Causes problems - duplicate items and throws errors about cache commit 24c91c0 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Fri Apr 13 21:56:12 2018 +0800 Ignore: rewrite page info to use module pattern commit b49c9cb Author: FranklinDM <mrmineshafter17@gmail.com> Date: Fri Apr 13 21:19:38 2018 +0800 Ignore: Move add event listeners from pageinfo.xul to pageinfo.js commit 6db19ef Author: FranklinDM <mrmineshafter17@gmail.com> Date: Fri Apr 13 21:17:28 2018 +0800 Ignore: override just a part of onLoadPageInfo instead of the whole function commit 46d1a96 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Fri Apr 13 19:34:36 2018 +0800 Ignore: Page Info - Override only the parts of security where it is needed commit 629e50c Author: FranklinDM <mrmineshafter17@gmail.com> Date: Fri Apr 13 18:12:09 2018 +0800 Ignore: use init instead of initPanel for consistency commit 535485e Author: FranklinDM <mrmineshafter17@gmail.com> Date: Wed Apr 11 15:57:11 2018 +0800 Ignore: rewrite console panel code to use module pattern commit d70f790 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Wed Apr 11 15:53:49 2018 +0800 Ignore: rewrite downloads panel code to use module pattern commit 96bb7cd Author: FranklinDM <mrmineshafter17@gmail.com> Date: Wed Apr 11 15:43:47 2018 +0800 Ignore: rewrite cookies panel code to use module pattern commit 6fc3f73 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Thu Apr 5 22:53:31 2018 +0800 Ignore: rewrite multipanel code to use mod. pattern commit fdaa4ed Author: FranklinDM <mrmineshafter17@gmail.com> Date: Sun Mar 18 15:38:31 2018 +0800 Ignore: Move aios_collapseSidebar to the AiOS object and rename it commit 8da93c5 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Sun Mar 18 15:23:32 2018 +0800 Ignore: prefix with '_' properties that are only used by functions inside the AiOS object commit 05ec870 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Sun Mar 18 13:56:17 2018 +0800 Ignore: remove unused function commit a1b4641 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Sat Mar 17 22:10:39 2018 +0800 Ignore: add forgotten semicolon commit e00f244 Author: FranklinDM <mrmineshafter17@gmail.com> Date: Mon Mar 5 12:55:32 2018 +0800 Ignore: refactoring - module pattern work 1 * Introduce the AiOS (contains main functions) and AiOS_Objects variables * Remove the fx_ prefix from some variables
* The way this is done is patterned on the way Pale Moon's full screen component handles this event * Move parts of browserFullscreen to a new function - doFullscreenEvent * Rename browserFullscreen to onFullscreen * Stop setting "-moz-collapsed" attributes since they have no effect and it no longer applies since the 'fullscreentoolbar' attribute that can be set to toolbars now prevents these toolbars from being hidden * Mark sidebar header toolbar as 'fullscreen toolbar' in order for it to not be hidden when entering fullscreen * Hide TGS toolbars & switch when entering DOM Fullscreen (they're unnecessary in that mode) * Revise comments
* Resolves #46 * Fix missing invisible sidebar switch when on right side
…abled * Point 4 of issue #45
* Follow-up to 960262c * This would cause the auto hide/show to not be triggered when the user clicked on the sidebar switch area even if it should be rejected
* It feels too slow
* It adds unnecessary complexity to the user interface * There are some instances where switching tabs using [ctrl + pgup/dn] will switch the tab panel content but not the buttons * Less 1 string to localize
* Tag commit: b1c468c
* Fix last selected tab not being remembered (busted with the removal of advanced mode) * Move sidebar switch tab from General pane into its own pane * Merge Other I & Other II tabs in Panels pane * Remove tab box from Menus pane since there is only 1 tab in that pane * Revise comments
…tant * Changing --aios-switch-hovercolor variable still works
* Some code style changes were made by JSTool...
* Throws CSS errors
fofajardo
added a commit
that referenced
this pull request
Dec 1, 2018
* Tag #52 * Cater to Tab Kit 2's incorrect tab bar edge label. - TK2 0.13.*'s label for left and right edges are switched. - Meaning left edge is the right edge and vice versa - TK2 0.12.* and below are unaffected and have the correct label. * This was the main issue why I can't get to finish this bug. I just figured this whole thing out today...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.