author | Julian Viereck <julian.viereck@gmail.com> |
Wed, 20 Feb 2013 10:50:28 -0500 | |
changeset 122467 | 8ab6e6416d6772db2980191850c4274e6ebb0c32 |
parent 122466 | 8de609c5d3781a57134ab24196a7b0e6fb435d10 |
child 122468 | bd115faef0ee263a00dfd17dfc91c0acd17d8f57 |
push id | 24342 |
push user | ryanvm@gmail.com |
push date | Thu, 21 Feb 2013 13:05:06 +0000 |
treeherder | mozilla-central@702d2814efbf [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 743252 |
milestone | 22.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/extensions/pdfjs/content/web/viewer.html +++ b/browser/extensions/pdfjs/content/web/viewer.html @@ -9,17 +9,17 @@ You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<html dir="ltr" mozdisallowselectionprint> +<html dir="ltr" mozdisallowselectionprint moznomarginboxes> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>PDF.js viewer</title> <!-- This snippet is used in firefox extension, see Makefile --> <base href="resource://pdf.js/web/" /> <script type="text/javascript" src="l10n.js"></script>