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

Extra polish for showing history on back/forward long press #2733

Merged
merged 2 commits into from
Jul 27, 2016
Merged

Extra polish for showing history on back/forward long press #2733

merged 2 commits into from
Jul 27, 2016

Conversation

bsclifton
Copy link
Member

  • Back/Forward buttons now consider secondary actions (holding meta key, including honoring shift).
  • History will attempt to load icons from appState if possible before defaulting favicon URL.
  • Refactored getHistory method in Frame
  • Organized unit test better; tried to write Frame unit tests but ran into complications 😦

…ey, including honoring shift).

- History will attempt to load icons from appState if possible before defaulting favicon URL.
- removed jsdom-global from Spectron base file (brave.js), moved to a unit-test only file (braveUnit.js)
- updated tests.md
- added jsdom-global to ignoredPaths.js
@luixxiul
Copy link
Contributor

I would like to see all of the title when contextMenuItem is hovered.

if (eventUtil.isForSecondaryAction(e)) {
windowActions.newFrame({
location: url,
partitionNumber: activeFrame.props.frame.get('partitionNumber')
Copy link
Member

Choose a reason for hiding this comment

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

thanks for catching partition number too 👍

@bbondy
Copy link
Member

bbondy commented Jul 27, 2016

++ awesome

@bbondy bbondy merged commit aa20872 into brave:master Jul 27, 2016
@luixxiul luixxiul modified the milestones: 0.11.3dev, 0.11.2dev Jul 27, 2016
@bsclifton bsclifton deleted the history-go-back branch August 4, 2016 16:47
@luixxiul luixxiul added the polish Nice to have — usually related to front-end/visual tasks. label Sep 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
polish Nice to have — usually related to front-end/visual tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants