Closed
Bug 702067
Opened 12 years ago
Closed 12 years ago
ad-blocking prevents viewing gmail messages
Categories
(Camino Graveyard :: Annoyance Blocking, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.1
People
(Reporter: phiw2, Assigned: alqahira)
References
Details
Attachments
(1 file)
1.14 KB,
patch
|
stuart.morgan+bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Reporter | |
Comment 1•12 years ago
|
||
each individual message block (in a thread) appears to have the class 'ads'. offender: div[class~="ads"], on line 850
Assignee | ||
Updated•12 years ago
|
Blocks: 597808
Flags: camino2.1?
Summary: adblocking prevents viewing gmail messages → ad-blocking prevents viewing gmail messages inside conversations
Assignee | ||
Comment 2•12 years ago
|
||
I wasn't seeing this because I almost never have conversations/threads in Gmail, and single messages were fine :-( philippe and I spent over an hour playing with this, and in the end we decided the best way to fix this bug is to back out the rule from bug 597808 that was blocking ads glennbeck.com and substitute div[id="adsTop"] and "adsBottom" to block the ads there that the problematic rule was blocking. Given how Gmail is now using that class, just overriding it for Gmail would break other parts of the conversation view. I think we have to respin for this, unless Google changes the class names quickly :(
Assignee: nobody → alqahira
Status: NEW → ASSIGNED
Attachment #574116 -
Flags: superreview?(stuart.morgan+bugzilla)
Assignee | ||
Comment 3•12 years ago
|
||
Actually, I'm seeing this on single-message "threads" now, too, so it must not have rolled out to my account/"my server" until today.
Summary: ad-blocking prevents viewing gmail messages inside conversations → ad-blocking prevents viewing gmail messages
Comment 4•12 years ago
|
||
Comment on attachment 574116 [details] [diff] [review] back out the problematic rule sr=smorgan Where are we with the site stuff for 2.1? If we're ready we could just push 2.1 and then follow up with 2.1.1 (this isn't a 2.1 regression, after all, right?) and then do a 2.1.1 shortly after. But if we can respin without disrupting the 2.1 schedule we probably should.
Attachment #574116 -
Flags: superreview?(stuart.morgan+bugzilla) → superreview+
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Stuart Morgan from comment #4) > Where are we with the site stuff for 2.1? If we're ready we could just push Close, but not close enough. I do hope to be done by the end of this week, but we still have to get the ML build packaged, and we may as well have Marcello do it against a build with the fixes for this and bug 654961… > 2.1 and then follow up with 2.1.1 (this isn't a 2.1 regression, after all, > right?) Nope, we shipped that rule in 2.0.8 :-( http://hg.mozilla.org/camino/rev/a5f05025fa22 I'll pull this and the other bug over to the minibranch once I'm in a better location.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•12 years ago
|
||
http://hg.mozilla.org/camino/rev/a9b120648e7a for CAMINO_2_1_MINIBRANCH
Flags: camino2.1? → camino2.1+
Target Milestone: --- → Camino2.1
You need to log in
before you can comment on or make changes to this bug.
Description
•