Commit Graph

563 Commits

Author SHA1 Message Date
Matt Brubeck
3057ab345d Merge mozilla-central and mozilla-inbound 2012-03-19 16:47:00 -07:00
Blake Kaplan
d1573b5903 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
5a931ecced 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
5b5047af07 Bug 713132. (Av1) Make packager.pm missing file warnings fatal on Firefox. r=khuey. 2012-03-18 17:56:09 +01:00
Serge Gautherie
3660a5e1f7 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
Phil Ringnalda
fa5db55f81 Back out a0fa92215a36 (bug 713132) for breaking --disable-updater as used in RPM nightlies 2012-03-17 12:01:54 -07:00
Marco Bonardo
312ed3ed80 Merge inbound and central 2012-03-16 13:42:16 +01:00
Ed Morley
b4dda70351 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-03-15 12:42:01 +00:00
Kyle Machulis
8b59e0537f Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
2012-03-14 15:42:31 -07:00
Blake Kaplan
bf38585082 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
Fabrice Desré
caa6a1bcd7 Bug 697006 - Add desktop support for the Open Web Apps API - Part 1 : enable mozApps on desktop [r=gavin] 2012-03-12 17:33:10 -07:00
Serge Gautherie
aa12d2310a Bug 713132 - (Av1) Make packager.pm missing file warnings fatal on Firefox. r=khuey 2012-03-15 19:48:15 -04:00
Prabindh Sundareson
e9c8c2fdde Bug 735594 - Add check for MOZ_JSDEBUGGER so that --enable-jsd=no works. r=bholley+khuey 2012-03-15 20:12:45 -04:00
Ed Morley
f558fef737 Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak 2012-03-11 23:38:53 +00:00
Paolo Amadini
2a53c9bbe4 Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-03-10 15:00:45 +01:00
Asaf Romano
e5656b4696 Bug 724808 - First run import wizard doesn't show up anymore.
r=mak
2012-03-02 16:05:00 +01:00
Gregor Wagner
1526b400d5 Bug 674720 - WebContacts (or Contacts+). r=fabrice, jonas, bent, tantek 2012-02-28 14:01:48 -08:00
Henri Sivonen
84b0480002 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
Brian R. Bondy
c983323152 Bug 708690 - Build config for product information blocks. r=rstrong 2012-02-24 16:29:42 -05:00
Gavin Sharp
62273fa5c6 Bug 729767: package dom_power.xpt, r=khuey
--HG--
extra : transplant_source : %1A%A5%D8%98%13%F0%25%062%82%0E%B6%93X%C6Z%A2F%13%A7
2012-02-23 09:08:57 -08:00
Philipp von Weitershausen
90227b3ae0 Bug 729104 - B2G SMS: Make SmsDatabaseService stub a JS component. r=mounir 2012-02-21 01:34:18 +01:00
Kyle Machulis
ded9d399f1 Bug 711601 - B2G Bluetooth Boiler Plate r=bent 2012-02-20 16:15:19 +01:00
Kyle Machulis
c892abd822 Back out bug 711601 (changeset 4c8aa2b0ca1c) due to qemu breakage 2012-02-17 15:54:27 -08:00
Marco Bonardo
7a229c8f87 Merge last green PGO from inbound to central 2012-02-16 11:45:18 +01:00
Gavin Sharp
b0e3696e2a Bug 726864: package wakeUpService in Firefox, r=ttaubert 2012-02-15 12:18:14 -08:00
Kyle Machulis
1e21da06e6 Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent 2012-02-14 17:51:52 -08:00
Serge Gautherie
8f5f4c3846 Bug 718324. (Av1) Fix condition for packaging 'default*.png'. r=ted.mielczarek. 2012-02-13 23:06:19 +01:00
Tim Taubert
c8b38fab17 merge m-c to fx-team 2012-02-07 20:11:47 +01:00
Panagiotis Astithas
38cc317f4e Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00
Robert Strong
5d525a11a4 Bug 668574 (original patch by Javi Rueda) - Refuse to install on Windows XP SP 1 and below. r=bbondy 2012-02-02 14:12:54 -08:00
Serge Gautherie
7563e10979 Bug 721535. (Av1) Stop packaging dead chardet.xpt. r=smontagu. 2012-01-29 11:21:33 +01:00
Serge Gautherie
567af0bc8d Bug 652297. (Bv1) Add '-DMOZ_DEBUG=1' too to actually stop trying to package MSVC DLLs in debug Windows Firefox. r=ted.mielczarek. 2012-01-28 18:13:09 +01:00
Serge Gautherie
1792b76c0c Bug 652297. (Av1) Stop trying to package MSVC DLLs in debug Windows Firefox, Reorder XPCOM files. r=ted.mielczarek. 2012-01-27 20:57:41 +01:00
Tim Taubert
198f5491fc Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak 2012-01-19 16:01:42 +01:00
Philipp von Weitershausen
60b0468e04 Bug 720601 - Update package manifests after renames and removals. r=fabrice DONTBUILD because NPOTB 2012-01-23 20:37:42 -08:00
Brian R. Bondy
ebabfeb478 Bug 716045 - "Run As" dialog appears after every Nightly install. r=rstrong 2012-01-22 16:07:58 -05:00
Tim Taubert
333b298871 merge m-c to fx-team 2012-01-20 14:33:44 +01:00
Jon Buckley
f924de20af Bug 716397. Fix mozglue package warning on Linux. f=sgautherie r=khuey. 2012-01-20 12:49:23 +01:00
Tim Taubert
7ea6472441 Backed out changeset cc55d047eff9 (bug 497543) 2012-01-20 12:07:52 +01:00
Ed Morley
d338f3479d Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-20 01:24:13 +00:00
Tim Taubert
de507f917b merge m-c to fx-team 2012-01-20 00:23:23 +01:00
Marco Bonardo
2cef87ff1e Merge central to inbound 2012-01-19 11:36:52 +01:00
Edmund Wong
6bd171e32e Bug 717491 - Removed bin/components/proxyObject.xpt from package-manifest.in. r=ted 2012-01-19 15:12:25 +08:00
Serge Gautherie
2e1533709b Bug 694353. (Av2-FF) Stop explicitly packaging NSS .chk files which are now created in the staging directory directly, Reorder PSM files. r=ted.mielczarek. 2012-01-18 21:25:28 +01:00
Fabrice Desré
85d96fe6be Bug 717975: only expose m-c implementation of navigator.mozApps on b2g : followup [r=jst] 2012-01-19 09:27:40 -08:00
Tim Taubert
5e7ade0a16 Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak 2012-01-19 16:01:42 +01:00
Brian R. Bondy
4eed1e5a17 Bug 716473 - Simplify Mozilla Maintenance Service uninstaller. r=rstrong 2012-01-17 19:38:26 -05:00
Brian R. Bondy
a78b080386 Bug 716915 - Service is sometimes not used after several successful service updates because maintenanceservice.exe is missing. r=rstrong. 2012-01-17 16:52:23 -05:00
Mounir Lamouri
225b0dc455 Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking 2012-01-16 13:23:28 +01:00
Brian R. Bondy
bdc2f88dae Bug 720521 - MozillaMaintenance service does not get uninstalled when Firefox is uninstalled. r=jimm 2012-02-06 13:44:31 -05:00