Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Refactors window actions, remove the whole frame prop (related to tabs) #8858

Merged
merged 1 commit into from
May 15, 2017

Conversation

NejcZdovc
Copy link
Contributor

@NejcZdovc NejcZdovc commented May 12, 2017

Submitter Checklist:

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Resolves #8857

Auditors: @bsclifton @bridiver

Test Plan:

  • try closing a tab
  • hover over the tab and close button should be displayed
  • resize window and check if tabs are changing (when really small, text should be hidden)
  • reorder tabs with dnd
  • try tabs tear off
  • try moving tabs from one window to another
  • try moving tab into next tab page, by dropping it on the tab page indicator
  • try moving bookmark into bookmark folder
  • try reordering bookmarks
  • check if tab preview is working

Reviewer Checklist:

Tests

  • Adequate test coverage exists to prevent regressions
  • Tests should be independent and work correctly when run indivually or as a suite ref

@NejcZdovc
Copy link
Contributor Author

found one possible problem, checking it out

@NejcZdovc
Copy link
Contributor Author

nvm, this also happens on the master, so it's not related to this PR

@NejcZdovc NejcZdovc force-pushed the refactor/#8857-actions branch 3 times, most recently from d599d26 to 571f92f Compare May 12, 2017 19:22
Resolves brave#8857

Auditors: @bsclifton @bridiver

Test Plan:
- try closing a tab
- hover over the tab and close button should be displayed
- resize window and check if tabs are changing (when really small, text should be hidden)
- reorder tabs with dnd
- try tabs tear off
- try moving tabs from one window to another
- try moving tab into next tab page, by dropping it on the tab page indicator
- try moving bookmark into bookmark folder
- try reordering bookmarks
- check if tab preview is working
@NejcZdovc NejcZdovc force-pushed the refactor/#8857-actions branch from 571f92f to b9aa47a Compare May 12, 2017 19:23
Copy link
Member

@bsclifton bsclifton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@bsclifton bsclifton merged commit 21cfbf6 into brave:master May 15, 2017
@bsclifton bsclifton modified the milestones: 0.15.300, 0.15.400 May 16, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor window actions, remove the whole frame prop (related to tabs)
3 participants