- Timestamp:
- 09/22/08 13:35:53 (2 months ago)
- Location:
- platform/firefox/FireMobileSimulator/trunk/src
- Files:
-
- 1 added
- 18 modified
-
. (modified) (1 prop)
-
chrome/content/about.xul (modified) (2 diffs)
-
chrome/content/carrier/common.js (modified) (1 diff)
-
chrome/content/carrier/ezweb.js (modified) (1 diff)
-
chrome/content/carrier/foma.js (modified) (1 diff)
-
chrome/content/carrier/softbank.js (modified) (1 diff)
-
chrome/content/common/carrier.js (modified) (1 diff)
-
chrome/content/common/ecl.js (modified) (1 diff)
-
chrome/content/common/preferences.js (modified) (1 diff)
-
chrome/content/common/util.js (modified) (1 diff)
-
chrome/content/firefoxOverlay.xul (modified) (1 diff)
-
chrome/content/html/au_gps.js (modified) (1 diff)
-
chrome/content/html/dc_openiarea.js (modified) (1 diff)
-
chrome/content/mpc.js (modified) (1 diff)
-
chrome/content/overlay.js (modified) (1 diff)
-
components/msimModifyHeaders.js (modified) (1 diff)
-
components/msimStreamConverter.js (modified) (1 diff)
-
components/nsDeviceProtocolHandler.js (modified) (1 diff)
-
license.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
platform/firefox/FireMobileSimulator/trunk/src
-
Property
svn:ignore set
to
plus
-
Property
svn:ignore set
to
-
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/about.xul
r19579 r19719 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- ***** BEGIN LICENSE BLOCK ***** 3 - Version: MPL 1.1/GPL 2.0/LGPL 2.1 4 - 5 - The contents of this file are subject to the Mozilla Public License Version 6 - 1.1 (the "License"); you may not use this file except in compliance with 7 - the License. You may obtain a copy of the License at 8 - http://www.mozilla.org/MPL/ 9 - 10 - Software distributed under the License is distributed on an "AS IS" basis, 11 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 12 - for the specific language governing rights and limitations under the 13 - License. 14 - 15 - The Original Code is MobileSimulator. 16 - 17 - The Initial Developer of the Original Code is 18 - Takahiro Horikawa. 19 - Portions created by the Initial Developer are Copyright (C) 2008 20 - the Initial Developer. All Rights Reserved. 21 - 22 - Contributor(s): 23 - 24 - Alternatively, the contents of this file may be used under the terms of 25 - either the GNU General Public License Version 2 or later (the "GPL"), or 26 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 27 - in which case the provisions of the GPL or the LGPL are applicable instead 28 - of those above. If you wish to allow use of your version of this file only 29 - under the terms of either the GPL or the LGPL, and not to allow others to 30 - use your version of this file under the terms of the MPL, indicate your 31 - decision by deleting the provisions above and replace them with the notice 32 - and other provisions required by the GPL or the LGPL. If you do not delete 33 - the provisions above, a recipient may use your version of this file under 34 - the terms of any one of the MPL, the GPL or the LGPL. 35 - 36 - ***** END LICENSE BLOCK ***** --> 2 <!-- ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 3 - FireMobileFimulator is a Firefox add-on that simulate web browsers of 4 - japanese mobile phones. 5 - Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 6 - 7 - This program is free software: you can redistribute it and/or modify 8 - it under the terms of the GNU General Public License as published by 9 - the Free Software Foundation, either version 3 of the License, or 10 - (at your option) any later version. 11 - 12 - This program is distributed in the hope that it will be useful, 13 - but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - GNU General Public License for more details. 16 - 17 - You should have received a copy of the GNU General Public License 18 - along with this program. If not, see <http://www.gnu.org/licenses/>. 19 - ***** END LICENSE BLOCK ***** --> 37 20 38 21 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> … … 42 25 <script type="application/x-javascript" src="chrome://msim/content/common/util.js"/> 43 26 44 <!-- Original template by Jed Brown -->45 27 <groupbox align="center" orient="horizontal"> 46 28 <vbox> -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/carrier/common.js
r19579 r19719 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 1 20 var MPC_SJIS = "SJIS"; 2 21 var MPC_UTF8 = "UTF-8"; -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/carrier/ezweb.js
r19579 r19719 1 /** 2 * EZweb絵文字変換ベースクラス 3 * 4 * @author horikawa_t <horikawa.takahiro@gmail.com> 5 * @original_author ryster <ryster@php-develop.org> 6 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 7 */ 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 ryster <ryster@php-develop.org> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 8 20 var MPC_AU = function(charset) { 9 21 this.charset = charset || MPC_SJIS; -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/carrier/foma.js
r19579 r19719 1 /** 2 * FOMA絵文字変換ベースクラス 3 * 4 * @author horikawa_t <horikawa.takahiro@gmail.com> 5 * @original_author ryster <ryster@php-develop.org> 6 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 7 */ 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 ryster <ryster@php-develop.org> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 8 19 9 20 var MPC_DC = function(charset) { -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/carrier/softbank.js
r19579 r19719 1 /** 2 * SoftBank絵文字変換ベースクラス 3 * @author horikawa_t <horikawa.takahiro@gmail.com> 4 * @original_author ryster <ryster@php-develop.org> 5 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 6 */ 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 ryster <ryster@php-develop.org> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 7 20 var MPC_SB = function(){}; 8 21 MPC_SB.prototype = -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/common/carrier.js
r19579 r19719 1 // キャリア別の端末の設定 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 20 // キャリア別の端末の設定 2 21 3 22 const DOCOMO = "DC"; -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/common/ecl.js
r19579 r19719 1 // 2 // Escape Codec Library: ecl.js (Ver.041208) 3 // 4 // Copyright (C) http://nurucom-archives.hp.infoseek.co.jp/digital/ 5 // 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 http://nurucom-archives.hp.infoseek.co.jp/digital/ 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 6 19 7 20 EscapeSJIS=function(str){ -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/common/preferences.js
r19579 r19719 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 1 20 var jsLoader = Components.classes["@mozilla.org/moz/jssubscript-loader;1"].getService(Components.interfaces.mozIJSSubScriptLoader); 2 21 jsLoader.loadSubScript("chrome://global/content/nsUserSettings.js"); -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/common/util.js
r19715 r19719 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 1 20 // Opens the URL in a new tab 2 21 function openURL(url) { -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/firefoxOverlay.xul
r19579 r19719 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- ***** BEGIN LICENSE BLOCK ***** 3 - Version: MPL 1.1/GPL 2.0/LGPL 2.1 4 - 5 - The contents of this file are subject to the Mozilla Public License Version 6 - 1.1 (the "License"); you may not use this file except in compliance with 7 - the License. You may obtain a copy of the License at 8 - http://www.mozilla.org/MPL/ 9 - 10 - Software distributed under the License is distributed on an "AS IS" basis, 11 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 12 - for the specific language governing rights and limitations under the 13 - License. 14 - 15 - The Original Code is MobileSimulator. 16 - 17 - The Initial Developer of the Original Code is 18 - Takahiro Horikawa. 19 - Portions created by the Initial Developer are Copyright (C) 2008 20 - the Initial Developer. All Rights Reserved. 21 - 22 - Contributor(s): 23 - 24 - Alternatively, the contents of this file may be used under the terms of 25 - either the GNU General Public License Version 2 or later (the "GPL"), or 26 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 27 - in which case the provisions of the GPL or the LGPL are applicable instead 28 - of those above. If you wish to allow use of your version of this file only 29 - under the terms of either the GPL or the LGPL, and not to allow others to 30 - use your version of this file under the terms of the MPL, indicate your 31 - decision by deleting the provisions above and replace them with the notice 32 - and other provisions required by the GPL or the LGPL. If you do not delete 33 - the provisions above, a recipient may use your version of this file under 34 - the terms of any one of the MPL, the GPL or the LGPL. 35 - 36 - ***** END LICENSE BLOCK ***** --> 2 <!-- ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 3 - FireMobileFimulator is a Firefox add-on that simulate web browsers of 4 - japanese mobile phones. 5 - Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 6 - 7 - This program is free software: you can redistribute it and/or modify 8 - it under the terms of the GNU General Public License as published by 9 - the Free Software Foundation, either version 3 of the License, or 10 - (at your option) any later version. 11 - 12 - This program is distributed in the hope that it will be useful, 13 - but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - GNU General Public License for more details. 16 - 17 - You should have received a copy of the GNU General Public License 18 - along with this program. If not, see <http://www.gnu.org/licenses/>. 19 - ***** END LICENSE BLOCK ***** --> 37 20 38 21 <?xml-stylesheet href="chrome://msim/skin/overlay.css" type="text/css"?> -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/html/au_gps.js
r19579 r19719 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 1 20 function auLocationInit(params) { 2 21 var href = location.href; -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/html/dc_openiarea.js
r19579 r19719 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 19 1 20 function openiareaInit(params){ 2 21 var nl = unescape(params["nl"]); -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/mpc.js
r19579 r19719 1 /** 2 * �G�����ϊ��N���X 3 * @author horikawa_t <horikawa.takahiro@gmail.com> 4 * @original_author ryster <ryster@php-develop.org> 5 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 6 * @version Release: 0.0.1 7 */ 8 //var MobilePictogramConverter = function() {}; 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 ryster <ryster@php-develop.org> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** 19 */ 20 9 21 var MobilePictogramConverter = { 10 22 /** 11 * �^�C�v�ɍ��킹�āA���̃N���X�I�u�W�F�N�g�� 12 * @param string str �ϊ��O������* @param string carrier str�̊G�����L�����A (MPC_FROM_FOMA, MPC_FROM_EZWEB, MPC_FROM_SOFTBANK) 23 * �^�C�v�ɍ��킹�āA��p�̃N���X�I�u�W�F�N�g�� 24 * @param string str �ϊ��O������ 25 * @param string carrier str�̊G�����L�����A (MPC_FROM_FOMA, MPC_FROM_EZWEB, MPC_FROM_SOFTBANK) 13 26 * @return mixed 14 27 */ -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/overlay.js
r19579 r19719 1 /******************************************************************************* 2 * ***** BEGIN LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 3 * 4 * The contents of this file are subject to the Mozilla Public License Version 5 * 1.1 (the "License"); you may not use this file except in compliance with the 6 * License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 7 * 8 * Software distributed under the License is distributed on an "AS IS" basis, 9 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 10 * the specific language governing rights and limitations under the License. 11 * 12 * The Original Code is MobileSimulator. 13 * 14 * The Initial Developer of the Original Code is Takahiro Horikawa. Portions 15 * created by the Initial Developer are Copyright (C) 2008 the Initial 16 * Developer. All Rights Reserved. 17 * 18 * Contributor(s): 19 * 20 * Alternatively, the contents of this file may be used under the terms of 21 * either the GNU General Public License Version 2 or later (the "GPL"), or the 22 * GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which 23 * case the provisions of the GPL or the LGPL are applicable instead of those 24 * above. If you wish to allow use of your version of this file only under the 25 * terms of either the GPL or the LGPL, and not to allow others to use your 26 * version of this file under the terms of the MPL, indicate your decision by 27 * deleting the provisions above and replace them with the notice and other 28 * provisions required by the GPL or the LGPL. If you do not delete the 29 * provisions above, a recipient may use your version of this file under the 30 * terms of any one of the MPL, the GPL or the LGPL. 31 * 32 * ***** END LICENSE BLOCK ***** 33 */ 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 34 19 35 20 var msim = { -
platform/firefox/FireMobileSimulator/trunk/src/components/msimModifyHeaders.js
r19579 r19719 1 /******************************************************************************* 2 * ***** BEGIN LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 3 * 4 * The contents of this file are subject to the Mozilla Public License Version 5 * 1.1 (the "License"); you may not use this file except in compliance with the 6 * License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 7 * 8 * Software distributed under the License is distributed on an "AS IS" basis, 9 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 10 * the specific language governing rights and limitations under the License. 11 * 12 * The Original Code is MobileSimulator. 13 * 14 * The Initial Developer of the Original Code is Takahiro Horikawa. Portions 15 * created by the Initial Developer are Copyright (C) 2008 the Initial 16 * Developer. All Rights Reserved. 17 * 18 * Contributor(s): 19 * 20 * Alternatively, the contents of this file may be used under the terms of 21 * either the GNU General Public License Version 2 or later (the "GPL"), or the 22 * GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which 23 * case the provisions of the GPL or the LGPL are applicable instead of those 24 * above. If you wish to allow use of your version of this file only under the 25 * terms of either the GPL or the LGPL, and not to allow others to use your 26 * version of this file under the terms of the MPL, indicate your decision by 27 * deleting the provisions above and replace them with the notice and other 28 * provisions required by the GPL or the LGPL. If you do not delete the 29 * provisions above, a recipient may use your version of this file under the 30 * terms of any one of the MPL, the GPL or the LGPL. 31 * 32 * ***** END LICENSE BLOCK ***** 33 */ 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 34 19 35 20 const Cc = Components.classes; -
platform/firefox/FireMobileSimulator/trunk/src/components/msimStreamConverter.js
r19593 r19719 1 /* 2 * -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- The 3 * contents of this file are subject to the Mozilla Public License Version 1.1 4 * (the "License"); you may not use this file except in compliance with the 5 * License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 6 * 7 * Software distributed under the License is distributed on an "AS IS" basis, 8 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for 9 * the specific language governing rights and limitations under the License. 10 * 11 * The Original Code is the FireMobileSimulator extension. 12 * 13 * The Initial Developer of the Original Code is Takahiro Horikawa 14 * <horikawa.takahiro@gmail.com>. Portions created by the Initial Developer are 15 * Copyright (C) 2008 the Initial Developer. All Rights Reserved. 16 * 17 * Contributor(s): 18 * 19 * This file contains the content handler for converting content of type 20 * text/msim.html (MsimStreamConverter) 21 */ 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 * FireMobileFimulator is a Firefox add-on that simulate web browsers of 3 * japanese mobile phones. 4 * Copyright (C) 2008 Takahiro Horikawa <horikawa.takahiro@gmail.com> 5 * 6 * This program is free software: you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation, either version 3 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * ***** END LICENSE BLOCK ***** */ 22 19 23 20 /* components defined in this file */ -
platform/firefox/FireMobileSimulator/trunk/src/components/nsDeviceProtocolHandler.js
r19579 r19719 1 /* ***** BEGIN LICENSE BLOCK ***** 2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 1 /* ***** BEGIN LICENSE BLOCK Version: GPL 3.0 ***** 2 &n
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)