Loading content/base/public/nsIDocumentEncoder.h +5 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,11 @@ public: // Output the content of noscript elements (only for serializing // to plaintext). OutputNoScriptContent = 2048 OutputNoScriptContent = 2048, // Output the content of noframes elements (only for serializing // to plaintext). OutputNoFramesContent = 4096 }; /** Loading Loading
content/base/public/nsIDocumentEncoder.h +5 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,11 @@ public: // Output the content of noscript elements (only for serializing // to plaintext). OutputNoScriptContent = 2048 OutputNoScriptContent = 2048, // Output the content of noframes elements (only for serializing // to plaintext). OutputNoFramesContent = 4096 }; /** Loading