~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to js/src/jsxdrapi.h

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 
2
 * vim: set ts=8 sw=4 et tw=78:
2
3
 *
3
4
 * ***** BEGIN LICENSE BLOCK *****
4
5
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
191
192
#define JSXDR_MAGIC_SCRIPT_CURRENT  JSXDR_MAGIC_SCRIPT_5
192
193
 
193
194
/*
 
195
 * Bytecode version number.  Decrement the second term whenever JS bytecode
 
196
 * changes incompatibly.
 
197
 *
 
198
 * This version number should be XDR'ed once near the front of any file or
 
199
 * larger storage unit containing XDR'ed bytecode and other data, and checked
 
200
 * before deserialization of bytecode.  If the saved version does not match
 
201
 * the current version, abort deserialization and invalidate the file.
 
202
 */
 
203
#define JSXDR_BYTECODE_VERSION      (0xb973c0de - 4)
 
204
 
 
205
/*
194
206
 * Library-private functions.
195
207
 */
196
208
extern JSBool