Граф коммитов

34 Коммитов

Автор SHA1 Сообщение Дата
Patrick Cloke 214615796d Bug 956609 - Land the IM front-end in comm-central: Port bug 928966, switch core_abspath to $(abspath), r=florian. 2014-01-08 20:48:47 -05:00
Patrick Cloke e7f694e4e3 Bug 956609 - Land the IM front-end in comm-central: Switch instantbird to im, r=florian. 2014-01-08 21:02:13 -05:00
Patrick Cloke b4c776bc4b Bug 956609 - Land the IM front-end in comm-central: Remove purple references, r=florian. 2014-01-05 20:40:33 -05:00
Patrick Cloke df37e56e40 Bug 955394 - Port |Bug 851117 - comm-aurora changes required for repacking l10n on win64, using mozconfigs, objdirs, and pre-built mar tools|, r=florian.
--HG--
extra : rebase_source : d2b39d3bf6061d55da222fe95b6b0f96627ce1f1
2013-03-18 12:23:25 -04:00
Quentin Raynaud bfc33a75a7 Bug 955392 - Follow-up to fix win32 installer l10n repackaging, r=florian. 2013-05-16 22:44:07 +02:00
Florian Quèze 394d6f9e09 Bug 955392 - Follow-up to fix l10n repackaging of Mac universal builds, r=Even. 2013-05-16 22:37:09 +02:00
Florian Quèze c57885e1d8 Bug 955392 - Broken complete mar files generated during l10n repack, r=Even. 2013-05-06 15:32:10 +02:00
Patrick Cloke f9005c44ee Bug 955036, Update to Mozilla 17, port bug 780357, bug 781446, bug 705532, r=florian. 2012-12-13 19:33:20 -05:00
Florian Quèze 380a11f378 Bug 955154 - L10n repackaging doesn't work on a build from a source tarball, r=clokep. 2012-10-25 07:26:10 +02:00
Florian Quèze 54b2d2f913 Bug 954907 - Port Mozilla Bug 494311 - Remove the locale from updater.ini, r=clokep. 2012-08-01 23:33:30 +02:00
Gervase Markham 29e5941179 Bug 759808 - MPL 2 upgrade: Instantbird, r=florian. 2012-05-31 13:00:27 +02:00
Florian Quèze 3e18670a08 Fix bustage from 3d80c9187ca2. 2012-03-13 02:01:56 +01:00
Florian Quèze b42adbfac2 Bug 954193 - create a chat/ folder to contain the core code that isn't related to libpurple.
--HG--
rename : im/components/ibILogger.idl => chat/components/public/ibILogger.idl
rename : purple/purplexpcom/public/imICommandsService.idl => chat/components/public/imICommandsService.idl
rename : purple/purplexpcom/public/imIContactsService.idl => chat/components/public/imIContactsService.idl
rename : purple/purplexpcom/public/imIConversationsService.idl => chat/components/public/imIConversationsService.idl
rename : purple/purplexpcom/public/purpleIConversation.idl => chat/components/public/purpleIConversation.idl
rename : purple/purplexpcom/src/imCommands.js => chat/components/src/imCommands.js
rename : purple/purplexpcom/src/imCommands.manifest => chat/components/src/imCommands.manifest
rename : purple/purplexpcom/src/imContacts.js => chat/components/src/imContacts.js
rename : purple/purplexpcom/src/imContacts.manifest => chat/components/src/imContacts.manifest
rename : purple/purplexpcom/src/imConversations.js => chat/components/src/imConversations.js
rename : purple/purplexpcom/src/imConversations.manifest => chat/components/src/imConversations.manifest
rename : im/components/logger.js => chat/components/src/logger.js
rename : im/components/logger.manifest => chat/components/src/logger.manifest
rename : im/components/smileProtocolHandler.js => chat/components/src/smileProtocolHandler.js
rename : im/components/smileProtocolHandler.manifest => chat/components/src/smileProtocolHandler.manifest
rename : im/content/browserRequest.js => chat/content/browserRequest.js
rename : im/content/browserRequest.xul => chat/content/browserRequest.xul
rename : im/content/convbrowser.xml => chat/content/convbrowser.xml
rename : purple/locales/en-US/commands.properties => chat/locales/en-US/commands.properties
rename : purple/locales/en-US/conversations.properties => chat/locales/en-US/conversations.properties
rename : purple/locales/en-US/status.properties => chat/locales/en-US/status.properties
rename : purple/locales/en-US/twitter.properties => chat/locales/en-US/twitter.properties
rename : im/modules/hiddenWindow.jsm => chat/modules/hiddenWindow.jsm
rename : purple/purplexpcom/src/http.jsm => chat/modules/http.jsm
rename : im/modules/ibInterruptions.jsm => chat/modules/ibInterruptions.jsm
rename : im/modules/ibSounds.jsm => chat/modules/ibSounds.jsm
rename : im/modules/imContentSink.jsm => chat/modules/imContentSink.jsm
rename : im/modules/imServices.jsm => chat/modules/imServices.jsm
rename : im/modules/imSmileys.jsm => chat/modules/imSmileys.jsm
rename : purple/purplexpcom/src/imStatusUtils.jsm => chat/modules/imStatusUtils.jsm
rename : im/modules/imTextboxUtils.jsm => chat/modules/imTextboxUtils.jsm
rename : im/modules/imThemes.jsm => chat/modules/imThemes.jsm
rename : purple/purplexpcom/src/imXPCOMUtils.jsm => chat/modules/imXPCOMUtils.jsm
rename : purple/purplexpcom/src/jsProtoHelper.jsm => chat/modules/jsProtoHelper.jsm
rename : purple/purplexpcom/src/socket.jsm => chat/modules/socket.jsm
rename : purple/purplexpcom/src/jsTestProtocol.js => chat/protocols/jsTest/jsTestProtocol.js
rename : purple/purplexpcom/src/jsTestProtocol.manifest => chat/protocols/jsTest/jsTestProtocol.manifest
rename : purple/purplexpcom/src/facebookOverrideProtocol.js => chat/protocols/overrides/facebookOverrideProtocol.js
rename : purple/purplexpcom/src/gtalkOverrideProtocol.js => chat/protocols/overrides/gtalkOverrideProtocol.js
rename : purple/purplexpcom/src/overrideProtocols.manifest => chat/protocols/overrides/overrideProtocols.manifest
rename : purple/purplexpcom/src/twitter.js => chat/protocols/twitter/twitter.js
rename : purple/purplexpcom/src/twitter.manifest => chat/protocols/twitter/twitter.manifest
rename : im/themes/browserRequest.css => chat/themes/browserRequest.css
rename : im/themes/icons/insecure.png => chat/themes/icons/insecure.png
rename : im/themes/icons/secure.png => chat/themes/icons/secure.png
2011-10-29 02:17:05 +02:00
Florian Quèze a69a6a4836 Attempt to fix Windows l10n repackaging bustage caused by changes from bug 313956. 2011-10-13 22:55:06 +02:00
Florian Quèze 9e8b524d42 Do the l10n repackaging from a clean locale repository. 2011-10-13 17:14:06 +02:00
Florian Quèze 664723be1f Fix getting Mozilla localized files (compatibility with the new release repositories). 2011-09-12 01:00:20 +02:00
Florian Quèze 0120d44513 Update to Mozilla 6. 2011-08-18 01:35:44 +02:00
Florian Quèze 39013fa314 Fix l10n repackaging (import of several fixes that landed in the 0.3b1 branch). 2011-06-14 16:33:43 +02:00
Florian Quèze c09c124e67 Port patches from bug 367539, 566125, 570689 and 586849. 2010-09-02 02:35:32 +02:00
Florian Quèze 6e7fbdb920 Add a 'distribution' target in build.mk. 2010-05-17 22:37:07 +02:00
Florian Quèze c3eba76875 Fix l10n repackaging of universal Mac builds. 2010-03-17 16:38:55 +01:00
Florian Quèze 6607bf0b3d Produce Windows installer, and do l10n repackaging during 'make package'. 2010-03-15 21:06:12 +01:00
Florian Quèze 8084d806e7 Fix langpack creation. 2010-03-10 22:32:18 +01:00
Florian Quèze ebbcd26157 Fix l10n repackaging (works at least on Mac). 2010-03-10 17:14:47 +01:00
Florian Quèze 5a9bd4a527 Fix langpack generation (fix the preprocessing of version numbers in install.rdf, and do not fail when no specific branding directory was specified by configure). 2009-06-15 01:28:32 +02:00
Florian Quèze ed920c38da Fix the build system to be able to build language packs. 2009-05-14 18:28:57 +02:00
Florian Quèze 95e396c56c Add the merge-<locale> target in the Makefile of instantbird/locales/ 2009-05-13 23:17:24 +02:00
Florian Quèze 4b5667138b Add a 'Search <default engine> for "<selection>"' entry in conversation context menu (currently not visible because the search engine list is empty). Fix the build system to handle search engines. 2009-05-08 12:36:49 +02:00
Florian Quèze eb0c10eee0 Port: Bug 399153 - Software update should support unicode strings for the UI. 2009-01-14 00:06:35 +01:00
Florian Quèze 5863da0af4 Fix the location of updater.ini on Mac (port the fix from bug 436719) 2008-09-12 15:33:27 +02:00
Florian Quèze 4ad7403fd1 Fix Windows build bustage (caused by the changes to adopt a build system like the one of comm-central). Also do some more s/mail/instantbird/ in the Makefile.in related to Windows packaging. 2008-08-24 17:03:26 +02:00
Florian Quèze 23214f43b8 Bug 953546 - updater.ini file missing (update progress window was not displayed, and there was a JS error). 2008-08-21 15:14:59 +02:00
Florian Quèze 607ad6a298 Fix license headers and the generated license.html file 2008-07-24 21:59:44 +02:00
Florian Quèze 8c778180e8 Add the Instantbird application in the repository. 2008-06-02 01:44:22 +02:00