Matt Brubeck
|
ee84cf85ff
|
Bug 811548 - Move PageThumbs.jsm from /browser to /toolkit
--HG--
rename : browser/components/thumbnails/BrowserPageThumbs.manifest => toolkit/components/thumbnails/BrowserPageThumbs.manifest
rename : browser/components/thumbnails/Makefile.in => toolkit/components/thumbnails/Makefile.in
rename : browser/components/thumbnails/PageThumbs.jsm => toolkit/components/thumbnails/PageThumbs.jsm
rename : browser/components/thumbnails/PageThumbsProtocol.js => toolkit/components/thumbnails/PageThumbsProtocol.js
rename : browser/components/thumbnails/PageThumbsWorker.js => toolkit/components/thumbnails/PageThumbsWorker.js
rename : browser/components/thumbnails/test/Makefile.in => toolkit/components/thumbnails/test/Makefile.in
rename : browser/components/thumbnails/test/background_red.html => toolkit/components/thumbnails/test/background_red.html
rename : browser/components/thumbnails/test/background_red_redirect.sjs => toolkit/components/thumbnails/test/background_red_redirect.sjs
rename : browser/components/thumbnails/test/browser_thumbnails_bug726727.js => toolkit/components/thumbnails/test/browser_thumbnails_bug726727.js
rename : browser/components/thumbnails/test/browser_thumbnails_capture.js => toolkit/components/thumbnails/test/browser_thumbnails_capture.js
rename : browser/components/thumbnails/test/browser_thumbnails_expiration.js => toolkit/components/thumbnails/test/browser_thumbnails_expiration.js
rename : browser/components/thumbnails/test/browser_thumbnails_privacy.js => toolkit/components/thumbnails/test/browser_thumbnails_privacy.js
rename : browser/components/thumbnails/test/browser_thumbnails_redirect.js => toolkit/components/thumbnails/test/browser_thumbnails_redirect.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage.js => toolkit/components/thumbnails/test/browser_thumbnails_storage.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage_migrate3.js => toolkit/components/thumbnails/test/browser_thumbnails_storage_migrate3.js
rename : browser/components/thumbnails/test/head.js => toolkit/components/thumbnails/test/head.js
rename : browser/components/thumbnails/test/privacy_cache_control.sjs => toolkit/components/thumbnails/test/privacy_cache_control.sjs
|
2013-02-16 20:15:41 -08:00 |
|
Shih-Chiang Chien
|
6bf0fdfc35
|
Bug 752982 - Part 1, implement captive portal detection service. r=thinker,dolske rs=dolske a=shira.
|
2013-02-15 23:41:35 +08:00 |
|
Ryan VanderMeulen
|
a98395cd45
|
Merge the last PGO-green inbound changeset to m-c.
|
2013-02-14 17:16:49 -05:00 |
|
Brian R. Bondy
|
570adc3412
|
Bug 841197 - Upgrading from older nightly that has been set as default browser now shows metro tile. r=jimm
|
2013-02-14 16:44:20 -05:00 |
|
Trevor Saunders
|
7faaa542d8
|
bug 648267 - remove nsIWinAccessNode r=surkov
|
2013-01-09 06:34:39 -05:00 |
|
Jim Mathies
|
4f60868a98
|
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
|
65dc85e194
|
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
|
eb0a0f48ab
|
Bug 807593 - add metro entries to package manifest. r=glandium
|
2013-02-12 14:51:24 -06:00 |
|
Jan Beich
|
2b19b1b5aa
|
Bug 840146 - Don't try to install updater.png with --disable-updater. r=glandium
|
2013-02-11 15:14:46 -05:00 |
|
Ryan VanderMeulen
|
6f7808dece
|
Backout 35d48d9d80d5 (bug 752982) for landing without proper review.
|
2013-02-11 14:33:27 -05:00 |
|
Mike Hommey
|
94d34b6513
|
Bug 755724 - Move browser application in a subdirectory. r=jimm
|
2013-02-11 14:10:16 +01:00 |
|
Shih-Chiang Chien
|
1aab44bf08
|
Bug 752982 - Part 1: Implement captive portal detection service. r=thinker
|
2012-09-15 11:37:53 +08:00 |
|
Gregory Szorc
|
cf24840349
|
Merge mozilla-central into services-central
|
2013-02-05 08:34:45 -08:00 |
|
Gene Lian
|
b512b18340
|
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
|
835bf59994
|
Merge m-c to s-c
|
2013-02-04 18:12:00 -08:00 |
|
Richard Newman
|
b75441eccf
|
Bug 836206 - Remove AITC client. r=gps
|
2013-02-03 00:51:26 -08:00 |
|
Vicamo Yang
|
f19a207980
|
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é
|
46c623b4d4
|
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
|
32d278987e
|
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 |
|
Jeff Muizelaar
|
eb77d00bb0
|
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 |
|
Mike Hommey
|
7ae3fc01fc
|
Bug 780561 - Remove now unused bits of the packaging scripts. r=ted
|
2013-01-23 11:23:15 +01:00 |
|
Mike Hommey
|
f00d130aa1
|
Bug 780561 - Use new packager code for packaging (packager.mk) r=ted
|
2013-01-23 11:23:15 +01:00 |
|
Mike Hommey
|
57ea225479
|
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
|
0f9cb17ad0
|
Bug 823989: Don't build testpilot on aurora update channel, a=akeybl DONTBUILD
|
2013-01-19 16:59:25 -08:00 |
|
Gregory Szorc
|
90ca908836
|
Bug 830626 - Add HealthReportComponents.manifest to package manifest; r=trivial
|
2013-01-14 21:49:25 -08:00 |
|
Gregory Szorc
|
2531a73bed
|
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
|
8af37e3c60
|
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
|
916cfe55d3
|
Bug 813287 - Move healthreport prefs into greprefs.js; r=rnewman
|
2013-01-06 16:15:51 -08:00 |
|
Gregory Szorc
|
36e67f706e
|
Bug 791869 - Remove services/notifications; r=rnewman
|
2013-01-06 12:04:59 -08:00 |
|
Aaron Klotz
|
92d3361182
|
Bug 805591 - Win32 implementation of the Plugin Hang UI r=bsmedberg,bbondy
|
2013-01-04 17:59:05 -05:00 |
|
Ehsan Akhgari
|
abfa459ddb
|
Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures
|
2013-01-03 22:55:45 -05:00 |
|
Aaron Klotz
|
d2999a8190
|
Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy
|
2013-01-03 22:24:07 -05:00 |
|
Ehsan Akhgari
|
126b176592
|
Bug 826037 follow-up: include the new service in the package manifest
|
2013-01-02 18:30:29 -05:00 |
|
Ehsan Akhgari
|
f2ee5dc0b6
|
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
|
b1a8bc33ae
|
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
|
ec464cd343
|
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
|
eead7d8b6d
|
Backout changeset bd9307cf2ed7 because of wrong bug number.
|
2012-12-05 09:30:36 +01:00 |
|
Mike Hommey
|
61571a8cfe
|
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
|
09253a29d5
|
Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
|
2012-11-30 14:17:54 +01:00 |
|
Ed Morley
|
8220f134fc
|
Backout 76c4e4fbd8bd (bug 816576) for startup crashes
|
2012-11-30 10:44:42 +00:00 |
|
Paul Adenot
|
9b71b76d2b
|
Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium
|
2012-11-30 10:56:28 +01:00 |
|
Robert Strong
|
3cc318fdfa
|
Bug 812223 - Take 2 - negative download times in stub installer pings. r=bbondy
|
2012-11-27 10:28:04 -08:00 |
|
Paul Adenot
|
3c2724d53c
|
Bug 779997 - Backout e35029dcac2d to enable libsoundtouch again.
|
2012-11-22 11:38:28 +01:00 |
|
Gregory Szorc
|
ed77007664
|
Bug 808219 - Firefox Health Reporter service; r=rnewman
|
2012-11-13 20:22:09 -08:00 |
|
Paul Adenot
|
51fb108db6
|
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
|
e4c048ee76
|
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
|
98d2753189
|
Bug 811646 - Make stub use higher timeout values and increase stub version. r=rstrong
|
2012-11-16 21:39:17 -05:00 |
|
Olli Pettay
|
f3ed372614
|
Bug 749448 - Remove XTF, r=bz
|
2012-11-15 14:27:13 +02:00 |
|
Brian R. Bondy
|
48a286361a
|
Bug 811120 - negative download times in stub installer pings. r=rstrong
|
2012-11-13 16:03:49 -05:00 |
|
Robert Strong
|
dcca4a1155
|
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 |
|