Skip to content
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 28 commits into from
Aug 6, 2018
Merged

Tag: v1.0.7 #52

merged 28 commits into from
Aug 6, 2018

Conversation

fofajardo
Copy link
Member

No description provided.

* 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
* 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 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
* 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...
@fofajardo fofajardo added this to the TGS 1.0.7 milestone Aug 6, 2018
@fofajardo fofajardo merged commit 8393d05 into master Aug 6, 2018
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant