~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-app.c

  • Committer: Paweł Forysiuk
  • Date: 2014-03-20 20:09:34 UTC
  • mto: This revision was merged to the branch mainline in revision 6615.
  • Revision ID: tuxator@o2.pl-20140320200934-8fwsjsu920nfos3z
Add  adblock:css debug token for displaying element hider selectors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1257
1257
midori_debug (const gchar* token)
1258
1258
{
1259
1259
    static const gchar* debug_token = NULL;
1260
 
    const gchar* debug_tokens = "adblock:match adblock:parse adblock:time adblock:element startup headers body referer cookies paths hsts unarmed db:bookmarks db:history db:tabby mouse app database ";
 
1260
    const gchar* debug_tokens = "adblock:match adblock:parse adblock:time adblock:element adblock:css startup headers body referer cookies paths hsts unarmed db:bookmarks db:history db:tabby mouse app database ";
1261
1261
    if (debug_token == NULL)
1262
1262
    {
1263
1263
        gchar* found_token;