Skip to content

Commit

Permalink
Enable scrollable iframes for embedlite
Browse files Browse the repository at this point in the history
1) Fix scroll styles, so mH/VScrollBox are not null
2) Added preference which would allow to enable apzc sub layers
  • Loading branch information
tmeshkova committed Jan 10, 2014
1 parent 6038625 commit 38dc1b4
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 297 deletions.
3 changes: 3 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -300,3 +300,6 @@ pref("extensions.blocklist.enabled", false);
pref("extensions.logging.enabled", true);
pref("extensions.strictCompatibility", false);
pref("extensions.minCompatibleAppVersion", "11.0");

// Enable sub layers for apzc
pref("layout.want.subapzc", true);

0 comments on commit 38dc1b4

Please sign in to comment.