~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-frontend.c

  • Committer: Tarmac
  • Author(s): Christian Dywan
  • Date: 2013-06-19 21:00:46 UTC
  • mfrom: (6216.1.10 midori.butcher)
  • Revision ID: tarmac-20130619210046-i3yv8cnkyjuafubb
Bump WebKit requirement to 1.8.3 and drop support for earlier versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                  "enable-offline-web-application-cache", FALSE,
171
171
    /* Arguably DNS prefetching is or isn't a privacy concern. For the
172
172
     * lack of more fine-grained control we'll go the safe route. */
173
 
    #if WEBKIT_CHECK_VERSION (1, 3, 11)
174
173
                  "enable-dns-prefetching", FALSE,
175
 
    #endif
176
174
                  "strip-referer", TRUE,
177
175
                  "show-panel", FALSE,
178
176
                  "last-window-state", MIDORI_WINDOW_NORMAL,