RESOLVED FIXED 106468
Add WebPreferences for Seamless IFrames on Windows port.
https://bugs.webkit.org/show_bug.cgi?id=106468
Summary Add WebPreferences for Seamless IFrames on Windows port.
Roger Fong
Reported 2013-01-09 10:20:54 PST
Need to add WebPreferences for seamless iframes feature on Windows port in order for seamless iframes to work.
Attachments
patch (4.09 KB, patch)
2013-01-09 10:42 PST, Roger Fong
eric: review+
Roger Fong
Comment 1 2013-01-09 10:28:29 PST
Roger Fong
Comment 2 2013-01-09 10:42:11 PST
WebKit Review Bot
Comment 3 2013-01-09 10:45:39 PST
Attachment 181945 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/win/ChangeLog', u'Source/Web..." exit_code: 1 Source/WebKit/win/WebPreferences.h:173: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/win/WebPreferences.h:176: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Roger Fong
Comment 4 2013-01-09 10:49:49 PST
(In reply to comment #3) > Attachment 181945 [details] did not pass style-queue: > > Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/win/ChangeLog', u'Source/Web..." exit_code: 1 > Source/WebKit/win/WebPreferences.h:173: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] > Source/WebKit/win/WebPreferences.h:176: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] > Total errors found: 2 in 6 files > > > If any of these errors are false positives, please file a bug against check-webkit-style. Just the standard way of declaring the method in WebPreferences.h, not a valid error.
Eric Seidel (no email)
Comment 5 2013-01-09 11:29:49 PST
Comment on attachment 181945 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=181945&action=review rs=me. Sorry for the trouble. > Source/WebKit/win/WebPreferenceKeysPrivate.h:116 > +#define SeamlessIFramesPreferenceKey "SeamlessIFramesPreferenceKey" // default: false I'm not sure if you want these off by default or not.
Roger Fong
Comment 6 2013-01-09 12:41:26 PST
(In reply to comment #5) > (From update of attachment 181945 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=181945&action=review > > rs=me. Sorry for the trouble. No worries :) > > Source/WebKit/win/WebPreferenceKeysPrivate.h:116 > > +#define SeamlessIFramesPreferenceKey "SeamlessIFramesPreferenceKey" // default: false > > I'm not sure if you want these off by default or not. Hmm me neither, just went with the flow on this one. The flag in RunTimeEnabledFeatures was intialized to false so I just went with it...
Roger Fong
Comment 7 2013-01-09 13:57:27 PST
Note You need to log in before you can comment on or make changes to this bug.