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

1185 Коммитов

Автор SHA1 Сообщение Дата
Trevor Saunders 8a1ade07de bug 648267 - remove nsIWinAccessNode r=surkov 2013-01-09 06:34:39 -05:00
Jim Mathies 9d15d0b26d Bug 840948 - Fix for missing nsis function 'ResetWin8PromptKeys' in builds that don't have enable-metro. Fixes Win64 build bustage. r=bbondy 2013-02-13 07:51:34 -06:00
Jim Mathies 1e49d032dd Bug 796887 - Reset the metro splash screen and toast notifications on fresh install. r=bbondy 2013-02-12 14:51:25 -06:00
Jim Mathies 87bd3926c7 Bug 807593 - add metro entries to package manifest. r=glandium 2013-02-12 14:51:24 -06:00
Jan Beich 09fd3c9b44 Bug 840146 - Don't try to install updater.png with --disable-updater. r=glandium 2013-02-11 15:14:46 -05:00
Ryan VanderMeulen 57dcf876ff Backout 35d48d9d80d5 (bug 752982) for landing without proper review. 2013-02-11 14:33:27 -05:00
Mike Hommey 26e3714874 Bug 755724 - Move browser application in a subdirectory. r=jimm 2013-02-11 14:10:16 +01:00
Shih-Chiang Chien eede229339 Bug 752982 - Part 1: Implement captive portal detection service. r=thinker 2012-09-15 11:37:53 +08:00
Gregory Szorc 5cebc4a0c5 Merge mozilla-central into services-central 2013-02-05 08:34:45 -08:00
Gene Lian 69273e44a0 Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 2, create dom/mobilemessage to put DB codes). r=vicamo
--HG--
rename : dom/sms/interfaces/nsISmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIMobileMessageDatabaseService.idl
rename : dom/sms/interfaces/nsIRilSmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIRilMobileMessageDatabaseService.idl
rename : dom/sms/src/android/SmsDatabaseService.cpp => dom/mobilemessage/src/android/MobileMessageDatabaseService.cpp
rename : dom/sms/src/android/SmsDatabaseService.h => dom/mobilemessage/src/android/MobileMessageDatabaseService.h
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.h
rename : dom/sms/src/ril/SmsDatabaseService.js => dom/mobilemessage/src/ril/MobileMessageDatabaseService.js
rename : dom/sms/src/ril/SmsDatabaseService.manifest => dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest
2013-02-05 19:39:44 +08:00
Phil Ringnalda 2b3d881d7c Merge m-c to s-c 2013-02-04 18:12:00 -08:00
Richard Newman eab35762ba Bug 836206 - Remove AITC client. r=gps 2013-02-03 00:51:26 -08:00
Vicamo Yang f749d57c57 Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00
Fabrice Desré affdca43f1 Bug 835548 - Refactor BrowserElementParent.js into a .js and .jsm, and speed up message registration. r=jlebar
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2013-01-30 14:22:54 -08:00
Ehsan Akhgari 565d0479c3 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Mike Hommey 2434030c1f Bug 780561 - Remove now unused bits of the packaging scripts. r=ted 2013-01-23 11:23:15 +01:00
Mike Hommey 5ad44af9bd Bug 780561 - Use new packager code for packaging (packager.mk) r=ted 2013-01-23 11:23:15 +01:00
Mike Hommey 1cb9200903 Bug 780561 - Don't try to install *.xpm files, we don't have any nowadays. r=ted 2013-01-23 11:23:15 +01:00
L. David Baron eb0ab9c584 Bug 823989: Don't build testpilot on aurora update channel, a=akeybl DONTBUILD 2013-01-19 16:59:25 -08:00
Jeff Muizelaar 91cbf694b0 Bug 808785. Stop shipping d3dx9_43.dll. r=bjacob
Since ANGLE revision 1314 / issue 311:
http://code.google.com/p/angleproject/issues/detail?id=311 d3dx9_43.dll is no
longer needed.

--HG--
extra : rebase_source : cb02a61730f4a24f807662269693be2dde673ff0
2013-01-28 11:52:06 -05:00
Gregory Szorc f5dd61342e Bug 830626 - Add HealthReportComponents.manifest to package manifest; r=trivial 2013-01-14 21:49:25 -08:00
Gregory Szorc 57f274b2a8 Bug 828829 - Refactor Health Report policy out of services/healthreport; r=rnewman
--HG--
rename : services/healthreport/HealthReportService.js => services/datareporting/DataReportingService.js
rename : services/healthreport/modules-testing/mocks.jsm => services/datareporting/modules-testing/mocks.jsm
rename : services/healthreport/policy.jsm => services/datareporting/policy.jsm
rename : services/healthreport/tests/xpcshell/test_policy.js => services/datareporting/tests/xpcshell/test_policy.js
extra : rebase_source : cf766bc99ff843f2d31f82b1c4be71313fbc65a8
2013-01-11 13:45:22 -08:00
Mark Banner 4d31a85097 Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
extra : transplant_source : k%8A%F7%25%F3%22h%E5%CEQ%AB%9Ds%CA%B6/%962%86N
2013-01-10 22:02:38 +00:00
Gregory Szorc 02e0479d7d Bug 813287 - Move healthreport prefs into greprefs.js; r=rnewman 2013-01-06 16:15:51 -08:00
Gregory Szorc 97aca5f790 Bug 791869 - Remove services/notifications; r=rnewman 2013-01-06 12:04:59 -08:00
Aaron Klotz 2b91478e8a Bug 805591 - Win32 implementation of the Plugin Hang UI r=bsmedberg,bbondy 2013-01-04 17:59:05 -05:00
Ehsan Akhgari b66d21436a Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures 2013-01-03 22:55:45 -05:00
Aaron Klotz ea9d8f367c Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy 2013-01-03 22:24:07 -05:00
Ehsan Akhgari 5c13e9f2ca Bug 826037 follow-up: include the new service in the package manifest 2013-01-02 18:30:29 -05:00
Ehsan Akhgari 7ac6b43e43 Bug 818800 - Remove the global private browsing service in per-window PB builds; r=jdm 2012-12-20 12:30:47 -05:00
Jim Mathies a3d3dce834 Bug 817076 - Update package manifests to new service locations and key PREF_DIR location off DIST_SUBDIR. r=glandium 2012-12-05 16:36:15 -06:00
Mike Hommey b63355129b Bug 809802 - Only list update.locale in removed-files when building with omnijar. r=khuey. DONTBUILD 2012-12-05 09:21:07 +01:00
Mike Hommey 27eb257250 Backout changeset bd9307cf2ed7 because of wrong bug number. 2012-12-05 09:30:36 +01:00
Mike Hommey 41dacf105f Bug 809803 - Only list update.locale in removed-files when building with omnijar. r=khuey
--HG--
extra : rebase_source : 190402e04873a8297b8f94e5fb0892a5f937e22f
2012-12-05 09:21:07 +01:00
Paul Adenot 66e84be708 Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium 2012-11-30 14:17:54 +01:00
Ed Morley a729bf24e2 Backout 76c4e4fbd8bd (bug 816576) for startup crashes 2012-11-30 10:44:42 +00:00
Paul Adenot f7b1474207 Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium 2012-11-30 10:56:28 +01:00
Robert Strong c2f183838c Bug 812223 - Take 2 - negative download times in stub installer pings. r=bbondy 2012-11-27 10:28:04 -08:00
Paul Adenot 520bdd6839 Bug 779997 - Backout e35029dcac2d to enable libsoundtouch again. 2012-11-22 11:38:28 +01:00
Gregory Szorc 9fe6a8cad5 Bug 808219 - Firefox Health Reporter service; r=rnewman 2012-11-13 20:22:09 -08:00
Paul Adenot c05870e45a Bug 779997 - Disable build and linking of libsoundtouch as it is not used for now. r=glandium 2012-11-19 16:36:06 +00:00
Brian R. Bondy 84a17ce89e Bug 811646 - Redirect handling so each request goes direct to the final destination path and server. r=rstrong 2012-11-16 21:39:17 -05:00
Brian R. Bondy b9dc30212f Bug 811646 - Make stub use higher timeout values and increase stub version. r=rstrong 2012-11-16 21:39:17 -05:00
Olli Pettay d39a545e92 Bug 749448 - Remove XTF, r=bz 2012-11-15 14:27:13 +02:00
Brian R. Bondy 44257757b5 Bug 811120 - negative download times in stub installer pings. r=rstrong 2012-11-13 16:03:49 -05:00
Robert Strong ba0b32c852 Bug 810509 - stub installer ping does not happen if user cancels while it is downloading. r=bbondy 2012-11-09 19:36:15 -08:00
Paul Adenot 2d57a60e89 Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong 2012-08-26 22:36:44 -07:00
Paul Adenot 12b79c6a6d Backed out changeset 98f9d1044e54 because r= bit is missing in commit message. 2012-11-07 10:30:49 +01:00
Paul Adenot 78e501d618 Bug 779997 - Import SoundTouch Library in the tree. r= 2012-08-26 22:36:44 -07:00
Brian R. Bondy c80832b524 Bug 808110 - No HTTP traffic was being sent for stub installer pings due to too many parameters. r=jimm 2012-11-02 15:41:40 -04:00
Brian R. Bondy 219660dcda Bug 802734 - Add a checkbox for sending telemetry ping information. r=jimm 2012-11-01 17:35:54 -04:00
Robert Strong 982d95ac08 Bug 802734 - Add installer telemetry ping information. r=bbondy 2012-11-01 17:35:46 -04:00
Brian R. Bondy 453addf297 Bug 807357 - Windows 8 N builds should call SHChangeNotify as per documentation. r=jimm 2012-10-31 14:01:11 -04:00
Brian R. Bondy f5110b7c82 Bug 768378 - UpdateShortcutAppUserModelIds helper.exe operation creates a second taskbar icon when installed to a non standard location. 2012-10-28 11:39:58 -04:00
Brian R. Bondy ebe6419085 Bug 801853. r=rstrong 2012-10-25 22:07:04 -04:00
Brian R. Bondy 9cae70db44 Bug 793438 - Always add start menu shortcut on Win8 for Metro browser builds. r=jimm 2012-10-24 11:45:16 -04:00
Brian R. Bondy 2c7f89507c Bug 790474 - Zip builds now do Metro registration when you try to set them as the default browser. r=jimm 2012-10-24 11:45:15 -04:00
Brian R. Bondy e3142eb157 Bug 797044 - Uninstaller now deletes Metro Firefox profile. r=jimm 2012-10-19 09:34:10 -04:00
Robert Strong b195ca194a Bug 798810 - Promotional content blurbs can overlap each other when downloading over dial-up/slow speeds. r=bbondy 2012-10-16 00:26:02 -07:00
Brian R. Bondy 8bd24520b7 Bug 710550 - Firefox is already running messagebox will now display on top of the installer window. r=rstrong 2012-10-15 19:18:08 -04:00
Ryan VanderMeulen aff5207df8 Merge inbound to m-c. 2012-10-13 04:36:33 -04:00
Robert Strong 8929bd9894 Bug 800112 - If I pave-over install Nightly while Nightly is running twice or more in a row, then nightly will always order a restart on every launch or uninstall. r=bbondy 2012-10-12 10:55:29 -07:00
Brian R. Bondy 9635611416 Bug 796044 - Firefox will now get pinned to the OS taskbar after installation independent of default browser in Win8. r=jimm 2012-10-12 10:39:03 -04:00
Dão Gottwald d5afd686df Bug 800157 - Make User Agent overrides affect navigator.userAgent in addition to the HTTP header. r=bz
--HG--
extra : rebase_source : dd856c03a45e9d95866fb5a95e568ae3cce67521
2012-10-12 00:56:13 +02:00
Robert Strong 41ab5cfdd4 Bug 799180 - Same stub installer can be launched multiple times. r=bbondy 2012-10-10 23:30:32 -07:00
Robert Strong 4841edf196 Bug 799611 - Change stub installer fallback page for Nightly, Aurora, and Beta. r=bbondy 2012-10-10 13:37:08 -07:00
Robert Strong 01fb0270d8 Bug 798861 - Stub installer: Firefox is already dialog does not appear on front when it pops up, which makes the stub look like it's hung. r=bbondy 2012-10-10 02:10:58 -07:00
Anant Narayanan dd86d9ae3a Bug 694807: Implement PeerConnection DOM interface; r=jst 2012-10-07 01:34:30 -04:00
Robert Strong caae846899 Bug 798544 - Prevent using the beta url override when official branding is not used. r=bbondy 2012-10-05 17:44:32 -07:00
Robert Strong 4ba0b6ed33 Bug 797157 - Trying to pave-over install with the stub installer with nightly already running - warning comes up that nightly is already running, but installer closes and leaves behind 'to_be_deleted' folder in C:\Program Files\Nightly. r=bbondy 2012-10-05 13:56:58 -07:00
Robert Strong 11013a3c3a Main Patch for Bug 795654 - Add artwork and text positioning around artwork for nightly and aurora stub installer. r=bbondy 2012-10-05 13:56:30 -07:00
Brian R. Bondy 6257438cdb Bug 797973 - Uninstaller should remove applied updates folder. r=rstrong 2012-10-04 20:25:07 -04:00
Robert Strong 51cf7db2a2 Bug 796054 - Display of free space on disk is calculated incorrectly for the stub installer. r=bbondy 2012-10-01 15:13:26 -07:00
Robert Strong bd36091378 Bug 795647 - The string Firefox is in the SELECT_FOLDER l10n text. r=bbondy 2012-09-29 17:21:25 -07:00
Robert Strong e81997b9b9 Followup fix for Bug 322206 - Firefox net / stub installer (r=me) on a CLOSED TREE 2012-09-28 16:56:50 -07:00
Robert Strong bac2ff6933 Bug 322206 - Firefox net / stub installer - inform user when unable to launch Firefox due to it already running. r=bbondy 2012-09-28 15:48:36 -07:00
Robert Strong 7a39c5a5d3 Bug 322206 - Firefox net / stub installer - fix branch support, set as default displayed as appropriate, and other fixes. r=bbondy 2012-09-28 15:48:26 -07:00
Robert Strong 8c772fef7d Bug 322206 - Firefox net / stub installer - just download into a subdirectory of the user's temp dir. r=bbondy 2012-09-28 15:48:14 -07:00
Robert Strong 04af72554d Bug 322206 - Firefox net / stub installer - main stub patch. r=bbondy 2012-09-28 15:48:00 -07:00
Robert Strong 08f9d18283 Bug 322206 - Firefox net / stub installer - majority of l10n strings. r=bbondy 2012-09-28 15:47:26 -07:00
Robert Strong f8e789babf Bug 322206 - Firefox net / stub installer - stub build system prep. r=bbondy 2012-09-28 15:46:22 -07:00
Robert Strong 55f5884e16 Bug 791613 - Taskbar shouldn't be migrated when installing silently. r=bbondy 2012-09-28 15:45:26 -07:00
Josh Matthews 10314074af Bug 770778 - Make TCPSocket e10s-friendly. r=bent 2012-09-24 14:53:49 -04:00
Patrick McManus d70af841f6 bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-14 16:27:46 -04:00
Brian R. Bondy 5876222537 Bug 790667 - Setting default browser should never prompt for UAC on Windows 8. r=rstrong 2012-09-21 10:05:24 -04:00
Brian R. Bondy 6c1323ecd3 Bug 737833 - Only do metro registration for metro builds. r=rstrong 2012-09-17 15:22:33 -04:00
Brian R. Bondy 3a2cf3d366 Bug 737833 - Metro style enabled desktop browser installer registration. r=rstrong 2012-09-11 14:58:58 -04:00
Justin Dolske 814df6986d Bug 789849 - Use PNG instead of TIFF for cursor/pointer resources. r=josh 2012-09-19 14:39:25 -07:00
Gregor Wagner 9c9eb3a586 Bug 770731 - Expose JS API for modifying app permissions. r=sicking 2012-09-19 11:19:00 -07:00
Gregor Wagner f86a19dece Backout bug 770731 2012-09-18 16:19:56 -07:00
Gregor Wagner 12da45ca6f Bug 770731 - Expose JS API for modifying app permissions. r=sicking 2012-09-18 14:52:39 -07:00
Ed Morley fb64dc10dd Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks 2012-09-17 16:54:09 +01:00
Patrick McManus d64080bb5a bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-14 16:27:46 -04:00
Ed Morley 483772a3a4 Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js 2012-09-13 22:42:29 +01:00
Patrick McManus 2fbed15e29 bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-13 15:22:56 -04:00
Mark Banner 45f716ebb7 Bug 715089 run-mozilla.sh doesn't need to be shipped for Mac. r=ted 2012-09-04 21:26:54 +01:00
Yoshi Huang e74ac3adb1 Bug 744714 - Part 5: Add icc into MobileConnection. r=smaug, sr=sicking 2012-08-13 09:55:26 +08:00
Tim Abraldes 64746b17b2 bug 757978. Remove empty "webapprt\components" subdir from Firefox installations. r=rstrong 2012-08-27 16:18:54 -07:00
Donovan Preston ea8f619eac Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice] 2012-08-21 09:46:27 -07:00
Ed Morley fea574e658 Backout 3c39fdebf386 (bug 733573) for native Android m3 failures in test_tcpsocket_enabled_no_perm.html on a CLOSED TREE 2012-08-21 23:01:09 +01:00
Donovan Preston bb0843a774 Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice] 2012-08-21 09:46:27 -07:00
Myk Melez bd74b7db75 bug 783709 - Launching a web application on Nightly shows a window with no title and white content; r=felipe
--HG--
extra : rebase_source : 59691102701719184294149908383eed23bd2bb6
2012-08-18 14:36:35 -07:00
Ben Hearsum 7ced94d219 bug 783241: add extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png to removed-files.in. r=ted/bmcbride 2012-08-16 10:03:18 -04:00
Andrew Hurle 3bb0d3dde1 Bug 634139 - Add a service for finding the representative color in an image. r=MattN
--HG--
extra : rebase_source : 111c2a3e6b0abfd8b75b90afbe5e736f80ff2939
2012-08-03 14:18:00 -07:00
Mike Hommey 6a5b86abf8 Bug 777379 - Ensure that default is always the default target. r=ted 2012-08-08 09:33:16 +02:00
Mike Hommey 70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Brian R. Bondy 7e34cebbe7 Bug 778322 - Remove the prefetch deleted registry key from machines that contain it. r=jimm 2012-08-01 14:59:28 -04:00
Mike Habicher 9e245cc9a4 Bug 740997 - ICS camera support, r=jst,gal,roc 2012-07-30 17:59:05 -04:00
Justin Dolske 2782385573 Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp 2012-07-27 23:25:11 -07:00
Matt Brubeck 5a4516bfc0 Bug 774789 - Add quotes around MOZ_APP_DISPLAYNAME to fix build errors on beta [r=ted] 2012-07-17 12:10:11 -07:00
Ed Morley 38729aead9 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-12 17:28:05 +01:00
Tim Taubert ff41072807 merge m-c to fx-team 2012-07-12 10:55:19 +02:00
Robert Strong 7ffce3cc38 Windows installer only - Bug 756325. r=bbondy 2012-07-11 17:40:11 -07:00
Mike Hommey 7c181001da Bug 762864 - Ship webapprt locale files in webapprt chrome. r=bsmedberg 2012-07-12 08:30:58 +02:00
Jim Mathies 2ec2dca08f Bug 770896 - include vccorlib110 redist library in installs for metro. r=rstrong 2012-07-09 15:48:29 -05:00
Jed Parsons 5a74dbe766 Bug 753238 - Identity (BrowserID) module. r=dolske,rrelyea
--HG--
extra : rebase_source : 33ff0f0248ef84f3f4c8154745e5988819f2b787
2012-07-03 14:53:37 -07:00
Gene Lian 2500ccecd6 Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas 2012-06-22 15:37:49 +08:00
David Rajchenbach-Teller dc931afc64 Bug 750178 - Expose OS.Constants as an xpcom component. r=khuey 2012-07-04 08:30:58 -04:00
Benjamin Smedberg b9aa5eee3b Bug 769048 part C - Build an injector DLL which can watch for crashes in Flash player processes. This involves building two copies of breakpad: one to live inside of libxul which uses mozalloc and the dynamic CRT, another to link into the injector which links the CRT statically and doesn't use mozalloc. Introduce a new define/makefile variable MOZ_CRASHREPORTER_INJECTOR rather than repeating "#if defined(XP_WIN) && !defined(HAVE_64BIT_OS) in many places. r=ehsan/khuey
--HG--
extra : rebase_source : 33bd0a74ce70a564963a6ca125e01048577fb554
2012-07-02 14:55:12 -04:00
Gregory Szorc 76d894b2f9 Merge mozilla-central into services-central 2012-06-25 13:40:04 -07:00
Gregory Szorc b71c8ae6be Bug 765294 - Fix packaging of services components; r=ted 2012-06-22 09:27:01 -07:00
Gregory Szorc 547a3fcfce Bug 754062 - Add skeleton for browser notifications service; r=gps
This is a reland. The original commit was c53f474c502b and was backed
out in 591fd1c696f0. The next commit is required to make xpcshell tests
not fail.
2012-06-22 09:24:39 -07:00
Gregory Szorc 6ffd196327 Backout bug 754062 (c53f474c502b) for xpcshell breakage 2012-06-20 11:51:49 -07:00
Gregory Szorc 37909f27b4 Merge mozilla-central into services-central 2012-06-18 11:58:43 -07:00
Jeff Balogh 0838bed4ee Bug 754062 - Add skeleton for browser notifications service; r=gps 2012-06-14 14:58:19 -07:00
Ben Hearsum 91a38b9d74 Backout bug 753022 because it is causing test failures. 2012-06-14 10:36:13 -04:00
Malini Das 31fc28162e bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted 2012-06-14 08:46:12 -04:00
Malini Das 41beef49ed bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted 2012-06-14 14:38:31 -04:00
Edward Lee 7d8bfd4cc0 Bug 738832 - Allow desktop runtime to support webRT installs (mozApps.install API) [r=myk, r=felipe]
Use the runtime folder to get a reference to webapprt-stub instead of process folder, which is one level too deep from the runtime. Handle webapps install requests by showing a prompt like the geolocation prompt.
2012-06-21 14:06:24 -07:00
Matthew Noorenberghe 1912e8f515 Bug 753239 - Implement a DOM component for navigator.id. r=jst
--HG--
extra : rebase_source : 4cd2b33f46c6c884dc9a3ff4820203275a6c5ae9
2012-06-29 16:12:00 -07:00
foo 139e75a64d Bug 772457 - add --disable-webgl, remove --disable-angle, clean up configure.in - r=vladv
Note that MOZ_ANGLE is renamed to MOZ_ANGLE_RENDERER
2012-07-10 22:33:03 -04:00
Ryan VanderMeulen fee43a9dcb Backout 7d1b925bd4ee and 52e5b438c911 (Bug 753239) due to almost permaorange. 2012-07-10 19:21:54 -04:00
Matthew Noorenberghe a6c8d95f35 Bug 753239 - Implement a DOM component for navigator.id. r=jst
--HG--
extra : rebase_source : 8ec0f3a07dc6dc1991758d9c60f43a823f564b0c
2012-06-29 16:12:00 -07:00
Justin Lebar 8d7f4a897e Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones
--HG--
extra : rebase_source : 4c16c86c5be230af22eea89dfb5f893b7c6091dd
2012-06-12 18:01:25 -04:00
Ed Morley e9dfd82293 Merge mozilla-central to mozilla-inbound 2012-06-12 11:20:12 +01:00
Ed Morley 4c9a59e40a Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-12 10:36:42 +01:00
Andrew Benton 21daa8f5c8 Bug 752895 - Don't try to install nspr, nss and sqlite when using system libraries. r=glandium 2012-06-12 09:10:09 +02:00
Ben Hearsum e7afcda3d0 bug 758595: don't include CodeResources file in builds that aren't getting signed. r=ted 2012-06-11 11:10:32 -04:00
Ryan VanderMeulen 5f2a19ee6e Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen 6d6c4efbab Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Yury cd28ca362e Bug 758291 - Add uriloader@pdf.js.xpi to removed-files. r=dtownsend 2012-06-09 17:07:19 -04:00
Mike Hommey e7b4a3ac2a Bug 762617 - Install URL classifier components when MOZ_URL_CLASSIFIER is set. r=khuey 2012-06-11 08:12:59 +02:00
Brian R. Bondy 4868367e85 Bug 760671 - Hide the default browser checkbox in the installer for Windows 8. r=rstrong 2012-06-08 09:19:08 -04:00
Mike Hommey 019aa486f7 Bug 762588 - Install channel-prefs.js in PREF_DIR when building Firefox as a XULRunner app. r=rstrong 2012-06-08 08:59:22 +02:00
Justin Lebar 5fb435f5c4 Bug 741587 - Part 1: Make alert/prompt/confirm work with <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : f418da542453f8b0f5853a8da48bea1c8c95969e
2012-06-07 10:43:23 -04:00
Ehsan Akhgari 624a77c0c9 Merge the last green PGO changeset of mozilla-inbound to mozilla-central 2012-06-04 11:31:44 -04:00
Richard Newman 61442e2c7f Merge m-c to s-c. 2012-06-03 23:46:09 -07:00
Phil Ringnalda d203ecbd62 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-06-03 12:04:40 -07:00
Jan Varga 513c660911 Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
Anant Narayanan 5a1ed35be7 Bug 757261: Apps in the Cloud Manager and Service; r=mconnor 2012-06-02 23:32:37 -07:00