-
Notifications
You must be signed in to change notification settings - Fork 110
skip over master brave window when querying brave/browser-laptop#8811 #195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be better to filter on the tab's windowId
value. The main Brave window will have a value of -1
while all other tabs should have a positive value. @bridiver, is this correct?
One of the issues with that is |
@kevinlawler I'm not 100%
|
OK, I'll match against Matching against |
I wasn't suggesting a single check, but rather "chrome://" and "Brave" 🙂 Either one alone could yield false positives indeed. Well, "chrome://" may not—I'm not sure. Checking the |
e69fba7
to
9b2a14d
Compare
definitely not save to check for |
Thanks, @bridiver. @kevinlawler, how about filtering on |
9b2a14d
to
b3eaedc
Compare
filter master brave window on windowId when querying brave/browser-laptop#8811 ignore the main window
b3eaedc
to
ede6ea5
Compare
sorry I've let this one sit forever. Is this safe to merge for the next build? Doesn't require any browser-laptop changes? |
@bridiver No changes to browser-laptop. |
ok, I'll merge and look at removing the TabHelper instead when I have time |
Resolves brave/browser-laptop#8822. @bridiver, do you know when this should appear in preview builds? Still repros for me in 0.19.0 (brave/browser-laptop@c5968c5). |
It should be in 4.1 builds for muon
… On Jun 18, 2017, at 1:00 PM, Jonathan Sampson ***@***.***> wrote:
Resolves brave/browser-laptop#8822.
@bridiver, do you know when this should appear in preview builds? Still repros for me in 0.19.0 ***@***.***).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
No description provided.