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

180 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey ac35d4b651 Bug 736519 - Add jssubloader to removed-files. r=khuey 2012-03-31 09:33:29 +02:00
Serge Gautherie b68c4dcc47 Bug 735810. (Cv3) Stop trying to package MSVC dlls when WIN32_REDIST_DIR isn't set. r=(khuey, ted.mielczarek). 2012-03-20 03:05:20 +01:00
Kyle Huey de07cf5507 Back out Bug 735810. r=me
--HG--
extra : rebase_source : bba79667be0102bbda1eb68f9a2199f201557f6e
2012-03-20 09:08:00 -07:00
Serge Gautherie 70fc65c925 Bug 735810. (Cv1) Stop trying to package MSVC dlls when WIN32_REDIST_DIR isn't set. r=khuey. 2012-03-20 03:05:20 +01:00
Blake Kaplan fa9f7aeced Bug 736087 - Remove the ns prefix from the WifiWorker component. r=philikon DONTBUILD
--HG--
rename : dom/wifi/nsWifiWorker.h => dom/wifi/WifiWorker.h
rename : dom/wifi/nsWifiWorker.js => dom/wifi/WifiWorker.js
rename : dom/wifi/nsWifiWorker.manifest => dom/wifi/WifiWorker.manifest
2012-03-16 18:05:28 +01:00
Blake Kaplan 9e37bedad3 Bug 736087 - Rename nsDOMWifiManager to DOMWifiManager. r=philikon
--HG--
rename : dom/wifi/nsDOMWifiManager.js => dom/wifi/DOMWifiManager.js
rename : dom/wifi/nsDOMWifiManager.manifest => dom/wifi/DOMWifiManager.manifest
2012-03-16 17:51:05 +01:00
Serge Gautherie 49554b1499 Bug 736770. (Bv1) packaging: Add 'MOZ_UPDATER' condition for 3 files, Sort '[@AB_CD@]' files, Sync' removed-files.in. r=khuey. 2012-03-18 17:55:57 +01:00
Blake Kaplan 8ce35f8916 Bug 732982 - Expose a wifi API to the DOM. The API is very much a work in progress and will change soon. r=cjones/fabrice/vigntetun DONTBUILD
--HG--
extra : rebase_source : c44979e32dfffc46502f21c59c691a13e0319cad
2012-03-14 21:39:15 +01:00
Henri Sivonen ee56e7e3b0 Bug 650784 part 0.5 - Let the build system know that parser/html/ can have .idl files. rs=smaug. 2012-02-27 13:57:48 +02:00
Fabrice Desré e6224d2944 Bug 717975: only expose m-c implementation of navigator.mozApps on b2g : followup [r=jst] 2012-01-19 09:27:40 -08:00
Benjamin Smedberg f85430f5f5 Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted 2012-01-11 11:28:21 -05:00
Mike Hommey e53de290fb Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey,a=brendan
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozglue.def.in
2011-12-28 08:24:02 +01:00
Brian R. Bondy 367ce94fcc Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
Blake Kaplan 391c1b209c Bug 712629 - Make Wifi work under gonk. There are large parts of this that are still sketches, but this gets us limping along. r=gal
--HG--
extra : rebase_source : 7fb2de1e4eb22250dbe0958a46e551012ff54ac3
2011-12-06 22:14:55 +08:00
Mike Hommey 2bfc8e18f6 Backout 45820730dfa7 and 860035a3c04a (bug 701371) and 8ac6f34b44ff (bug 709776) because of Android random oranges.
--HG--
rename : mozglue/build/Makefile.in => memory/mozutils/Makefile.in
rename : mozglue/build/dummy.cpp => memory/mozutils/dummy.cpp
rename : mozglue/build/fixcrt.py => memory/mozutils/fixcrt.py
rename : mozglue/build/mozglue.def.in => memory/mozutils/mozutils.def.in
rename : mozglue/android/APKOpen.cpp => other-licenses/android/APKOpen.cpp
rename : mozglue/android/APKOpen.h => other-licenses/android/APKOpen.h
rename : mozglue/android/nsGeckoUtils.cpp => other-licenses/android/nsGeckoUtils.cpp
2011-12-28 12:12:09 +01:00
Mike Hommey e9f8da3262 Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozutils.def.in
2011-12-28 08:24:02 +01:00
Phil Ringnalda e3ce373803 Bug 695345 - Bring back ISO8601DateUtils.jsm, a=akeybl 2011-12-18 18:50:13 -08:00
Kyle Huey 4cb36f9d83 Add the DLL from Bug 709657 to removed-files.in 2011-12-14 08:02:56 -05:00
Blake Kaplan 8bb538e4be Bug 707883 - Make nsITelephonyWorker more generic in preparation for more workers. r=bent 2011-12-06 16:47:35 +08:00
Blake Kaplan 270028cc08 Bug 707883 - Move RadioManager from dom/telephony to dom/system/b2g and then make the worker component the only stuff in dom/telephony. The idea is that the RadioManager is a generic component that manages several workers implemented in various dom/* directories. r=bent
--HG--
rename : dom/telephony/worker-component/Makefile.in => dom/system/b2g/Makefile.in
rename : dom/telephony/RadioManager.cpp => dom/system/b2g/RadioManager.cpp
rename : dom/telephony/RadioManager.h => dom/system/b2g/RadioManager.h
rename : dom/telephony/worker-component/nsIRadioInterface.idl => dom/telephony/nsIRadioInterface.idl
rename : dom/telephony/worker-component/nsITelephonyWorker.idl => dom/telephony/nsITelephonyWorker.idl
rename : dom/telephony/worker-component/nsTelephonyWorker.js => dom/telephony/nsTelephonyWorker.js
rename : dom/telephony/worker-component/nsTelephonyWorker.manifest => dom/telephony/nsTelephonyWorker.manifest
rename : dom/telephony/worker-component/ril_consts.js => dom/telephony/ril_consts.js
rename : dom/telephony/worker-component/ril_worker.js => dom/telephony/ril_worker.js
2011-12-06 14:10:51 +08:00
Philipp von Weitershausen caac647849 Bug 699256 - Part 3: Hook the RIL worker and the DOM API up to the build system. r=gal 2011-12-05 15:58:27 +08:00
Nick Thomas bb7bf711b2 Bug 705974, Remove files deprecated in Fx7/Fx8, r=khuey 2011-12-05 13:11:07 +13:00
Mark Banner bb68071e30 Bug 707121 - msvc* dlls will never get removed on update. r=khuey 2011-12-02 14:20:15 +00:00
Chris Pearce d42af5d3c8 Bug 702146 - Move :-moz-full-screen-ancestor to an override style sheet. r=bz 2011-11-30 11:00:31 +13:00
Andras Timar f06d7ab919 Bug 696014, Remove Bluu search engine from Hungarian builds, r=milos,nthomas 2011-11-25 14:32:04 +13:00
Mike Hommey ead8a1ff64 Bug 696555 - Move update.locale into omni.jar. r=rstrong 2011-11-22 08:05:59 +01:00
Michael Wu 6765bd5693 Bug 701875 - Rename omni.jar to omni.ja, r=ted 2011-11-12 19:58:19 -08:00
Jonathan Kew e7b77af4f5 bug 692743 - package hyphenation dictionaries in omnijar. r=glandium,mwu 2011-10-27 19:52:54 +01:00
Marco Bonardo f7acf28c3d Bug 696159 - Remove some deprecated Places code.
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Gregory Szorc 60408a7712 Bug 687225 - Detect MSVC 2011 compiler. r=ted 2011-10-03 21:57:00 -04:00
Mike Hommey 402b882927 Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) 2011-09-03 08:19:06 +02:00
Ed Morley ee10afb48a Backout e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) for Win opt orange and purple galore, on a CLOSED TREE 2011-09-03 04:35:21 +01:00
Mike Hommey 8285bb9468 Bug 677501 - Build a mozutils library containing jemalloc and other things. r=khuey
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozutils/Makefile.in
rename : memory/jemalloc/fixcrt.py => memory/mozutils/fixcrt.py
rename : memory/jemalloc/jemalloc.def => memory/mozutils/mozutils.def.in
2011-09-01 14:12:10 +02:00
Mike Hommey 2ce22a583e Bug 681893 - Add the CRT dlls we don't use to the remove-files lists. Also fix inclusion of the MSVC 10 CRT in the js shell archive. r=khuey 2011-08-29 07:23:20 +02:00
Mike Hommey 9877d798b0 Bug 678195 - Remove old style jemalloc. r=khuey 2011-08-23 15:43:17 +02:00
Mike Hommey cdbf66ae45 Bug 678161 - Also install msvc*.dll when using new style jemalloc. r=khuey 2011-08-23 15:36:31 +02:00
Phil Ringnalda 623b6b30ee Bug 543535 - Remove ISO8601DateUtils.jsm, r=gal 2010-12-12 19:30:00 -08:00
Doug Turner b57803cd6e Bug 670880 - Remove Spatial Navigation. r=blassey 2011-07-20 15:19:59 -07:00
Ed Morley eaeb164591 Bug 561481 - Remove README.txt from release packages; r=dolske 2011-07-11 09:14:12 -04:00
Chris Leary 289351b012 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Dave Townsend 0255e1a3f0 Bug 659468: Make Feedback maxVersion match the Firefox version. r=robstrong
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/install.rdf => browser/app/profile/extensions/testpilot@labs.mozilla.com/install.rdf.in
2011-07-05 14:58:05 -07:00
Dave Herman 3c4a08e8ba Bug 590973 - Reflect.parse(): expose to chrome as a toolkit component (r=gal) 2011-06-28 10:57:16 -07:00
Ben Hearsum a8f34ba27d bug 664778: add distributions/ to removed-files.in. r=rs
--HG--
extra : rebase_source : dbb5e7ae850c2d851695f6900553410c986cf648
2011-06-16 14:56:58 -04:00
Ben Hearsum 12ea0b388a bug 664723: update removed-files.in for bug 643816. r=khuey 2011-06-16 11:38:46 -04:00
Matheus Kerschbaum 6eb93f7dd3 Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew 2011-05-23 18:54:47 +02:00
Marco Bonardo 1c18ca7a5b Bug 524091 - Remove microsummaries support. (Browser changes) 2011-04-26 14:24:57 +02:00
Dave Townsend 8120a44478 Bug 649168 - "Need to ship feedback with the aurora and beta channels" [r=gavin.sharp] 2011-04-11 19:12:00 -04:00
Nick Thomas 78d4944d69 Bug 590953, packaging fixes from 3.6.14 --> 4.0b10 major update testing, r=rstrong, a=blocker 2011-01-31 15:05:24 +13:00
Dave Townsend 0323fd23ed Bug 594858: Package Feedback as a distribution add-on. r=robstrong, a=blocks-betaN 2011-01-21 11:56:42 -08:00
Seth Bindernagel edb072f038 Bug 626617, Remove Termiadur search plug-in on major update to 4.0, r=nthomas a=DONTBUILD 2011-01-20 11:26:14 +13:00