Brian R. Bondy
0b99a8aeca
Bug 843248 - Upgrading with maintenance service from a non metro build to a metro build does not show tile. r=jimm
2013-02-20 19:53:39 -05:00
Brian R. Bondy
6fa25f65a9
Bug 841197 - Upgrading from to Metro browser when already default without cache does not show tile until reboot. r=jimm
2013-02-19 15:44:56 -05:00
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
Paul Adenot
9dbfcb81b2
Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong
2012-08-26 22:36:44 -07:00
Paul Adenot
0c5720f386
Backed out changeset 98f9d1044e54 because r= bit is missing in commit message.
2012-11-07 10:30:49 +01:00
Paul Adenot
9352d73358
Bug 779997 - Import SoundTouch Library in the tree. r=
2012-08-26 22:36:44 -07:00
Brian R. Bondy
28b5b84af3
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
68d1bd19c2
Bug 802734 - Add a checkbox for sending telemetry ping information. r=jimm
2012-11-01 17:35:54 -04:00
Robert Strong
d55ba08c5c
Bug 802734 - Add installer telemetry ping information. r=bbondy
2012-11-01 17:35:46 -04:00
Brian R. Bondy
a53863e4a4
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
d5ec3d2d46
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
9b3bd8fe95
Bug 801853. r=rstrong
2012-10-25 22:07:04 -04:00
Brian R. Bondy
d25a546834
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
1edf9c78c4
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
fe02f73c24
Bug 797044 - Uninstaller now deletes Metro Firefox profile. r=jimm
2012-10-19 09:34:10 -04:00
Robert Strong
a89247aae4
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
46f7a53418
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
3075806156
Merge inbound to m-c.
2012-10-13 04:36:33 -04:00
Robert Strong
2ef96b4943
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
8a8fe89cbc
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
65e7938e9c
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
3e7e24caee
Bug 799180 - Same stub installer can be launched multiple times. r=bbondy
2012-10-10 23:30:32 -07:00
Robert Strong
d247d89d99
Bug 799611 - Change stub installer fallback page for Nightly, Aurora, and Beta. r=bbondy
2012-10-10 13:37:08 -07:00
Robert Strong
396a016a87
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
1aff81d601
Bug 694807: Implement PeerConnection DOM interface; r=jst
2012-10-07 01:34:30 -04:00
Robert Strong
e3ca307287
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
0318499d44
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
8430a7422c
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
6315b2aa5e
Bug 797973 - Uninstaller should remove applied updates folder. r=rstrong
2012-10-04 20:25:07 -04:00
Robert Strong
29990d1b17
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
3d3443fdd2
Bug 795647 - The string Firefox is in the SELECT_FOLDER l10n text. r=bbondy
2012-09-29 17:21:25 -07:00
Robert Strong
8eb890b4a9
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
7fa8a4e9db
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
3f7d13553d
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
c7f8127729
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
00d43d7186
Bug 322206 - Firefox net / stub installer - main stub patch. r=bbondy
2012-09-28 15:48:00 -07:00
Robert Strong
b650df1884
Bug 322206 - Firefox net / stub installer - majority of l10n strings. r=bbondy
2012-09-28 15:47:26 -07:00
Robert Strong
b57018e243
Bug 322206 - Firefox net / stub installer - stub build system prep. r=bbondy
2012-09-28 15:46:22 -07:00
Robert Strong
9b0eb6d06a
Bug 791613 - Taskbar shouldn't be migrated when installing silently. r=bbondy
2012-09-28 15:45:26 -07:00
Josh Matthews
a0b3faca52
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
2012-09-24 14:53:49 -04:00
Patrick McManus
0f871afc27
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
d7fe6ac9cf
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
4708d2f7d5
Bug 737833 - Only do metro registration for metro builds. r=rstrong
2012-09-17 15:22:33 -04:00
Brian R. Bondy
f447cc0aed
Bug 737833 - Metro style enabled desktop browser installer registration. r=rstrong
2012-09-11 14:58:58 -04:00
Justin Dolske
2f7e70895d
Bug 789849 - Use PNG instead of TIFF for cursor/pointer resources. r=josh
2012-09-19 14:39:25 -07:00
Gregor Wagner
2f5d2e9f4a
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-19 11:19:00 -07:00
Gregor Wagner
45182816a6
Backout bug 770731
2012-09-18 16:19:56 -07:00
Gregor Wagner
25f4b524a1
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-18 14:52:39 -07:00
Ed Morley
51dcc7dff7
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
cd31dfef08
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
2ee5369324
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
183e115253
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
ab2ed5c3c0
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
f1c491e674
Bug 744714 - Part 5: Add icc into MobileConnection. r=smaug, sr=sicking
2012-08-13 09:55:26 +08:00
Tim Abraldes
c258b0a92f
bug 757978. Remove empty "webapprt\components" subdir from Firefox installations. r=rstrong
2012-08-27 16:18:54 -07:00
Donovan Preston
59c3f2f38b
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
2012-08-21 09:46:27 -07:00
Ed Morley
f67e6384d0
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
4e92071ac7
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
2012-08-21 09:46:27 -07:00
Myk Melez
5fb8c49960
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
87e01e2250
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
97def80127
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
53fddf08b8
Bug 777379 - Ensure that default is always the default target. r=ted
2012-08-08 09:33:16 +02:00
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Brian R. Bondy
ce658808f3
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
01f8e81e31
Bug 740997 - ICS camera support, r=jst,gal,roc
2012-07-30 17:59:05 -04:00
Justin Dolske
af5c9c3213
Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp
2012-07-27 23:25:11 -07:00
Matt Brubeck
0c2d460ca2
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
baf8581fae
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-07-12 17:28:05 +01:00
Tim Taubert
3e8bb04b6c
merge m-c to fx-team
2012-07-12 10:55:19 +02:00
Robert Strong
8dee67122a
Windows installer only - Bug 756325. r=bbondy
2012-07-11 17:40:11 -07:00
Mike Hommey
a07aafaf2f
Bug 762864 - Ship webapprt locale files in webapprt chrome. r=bsmedberg
2012-07-12 08:30:58 +02:00
Jim Mathies
7a009258e7
Bug 770896 - include vccorlib110 redist library in installs for metro. r=rstrong
2012-07-09 15:48:29 -05:00
Jed Parsons
93a9f18281
Bug 753238 - Identity (BrowserID) module. r=dolske,rrelyea
...
--HG--
extra : rebase_source : 33ff0f0248ef84f3f4c8154745e5988819f2b787
2012-07-03 14:53:37 -07:00
Gene Lian
cf25796b14
Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas
2012-06-22 15:37:49 +08:00
David Rajchenbach-Teller
133a568dc8
Bug 750178 - Expose OS.Constants as an xpcom component. r=khuey
2012-07-04 08:30:58 -04:00
Benjamin Smedberg
1df5f270e1
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
3942451115
Merge mozilla-central into services-central
2012-06-25 13:40:04 -07:00
Gregory Szorc
ce44ad1d0a
Bug 765294 - Fix packaging of services components; r=ted
2012-06-22 09:27:01 -07:00
Gregory Szorc
d0b7c88511
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
65713e5736
Backout bug 754062 (c53f474c502b) for xpcshell breakage
2012-06-20 11:51:49 -07:00
Gregory Szorc
04bac94d5c
Merge mozilla-central into services-central
2012-06-18 11:58:43 -07:00
Jeff Balogh
e18b5571aa
Bug 754062 - Add skeleton for browser notifications service; r=gps
2012-06-14 14:58:19 -07:00
Ben Hearsum
8119b4ee35
Backout bug 753022 because it is causing test failures.
2012-06-14 10:36:13 -04:00
Malini Das
43be615ba1
bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted
2012-06-14 08:46:12 -04:00
Malini Das
a199a4de1c
bug 753022: debug builds should have marionette enabled and tested. r=bhearsum,ted
2012-06-14 14:38:31 -04:00
Edward Lee
2b0de36dfc
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
edc9f1a90b
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
933907bf20
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
b8f5f432fa
Backout 7d1b925bd4ee and 52e5b438c911 (Bug 753239) due to almost permaorange.
2012-07-10 19:21:54 -04:00
Matthew Noorenberghe
583f42158d
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
13518ec124
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
87cbf7208f
Merge mozilla-central to mozilla-inbound
2012-06-12 11:20:12 +01:00
Ed Morley
2840374911
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-12 10:36:42 +01:00
Andrew Benton
f439e34d74
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
d267194d6a
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
b74e4a29db
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
061d4c2616
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Yury
f2e1220fde
Bug 758291 - Add uriloader@pdf.js.xpi to removed-files. r=dtownsend
2012-06-09 17:07:19 -04:00
Mike Hommey
a2052c77ad
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
9b5379c387
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
918d7d793e
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
b9c544e22e
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
1c61041b8e
Merge the last green PGO changeset of mozilla-inbound to mozilla-central
2012-06-04 11:31:44 -04:00
Richard Newman
fa8ed09999
Merge m-c to s-c.
2012-06-03 23:46:09 -07:00
Phil Ringnalda
5082a2ad9e
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-06-03 12:04:40 -07:00
Jan Varga
f5f6531fb7
Bug 726593 - Implement FileHandle. r=bent
2012-06-03 18:33:52 +02:00
Anant Narayanan
3feb2f1b42
Bug 757261: Apps in the Cloud Manager and Service; r=mconnor
2012-06-02 23:32:37 -07:00
Anant Narayanan
47aba0b043
Bug 754538 - Implement Apps in the Cloud REST client; r=gps, r=mconnor
2012-06-02 20:35:34 -07:00
Vicamo Yang
5eb48da9c7
Bug 749856 - Part 3: handle WAP Push notification, r=philikon
2012-06-04 13:04:49 +08:00
Ed Morley
a0f902dbd7
Merge mozilla-central to mozilla-inbound
2012-06-01 01:12:32 +01:00
Ed Morley
864bf876b3
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-31 13:15:09 +01:00
Gervase Markham
64b4633d51
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
2012-05-31 10:33:35 +01:00
Marco Bonardo
dba992d00b
Backout 795990989746, ab1f122c4b1a, 429f20288742, 472671930994, 90465173c7e3, 743ebe50e914, b7c14c8eec98, 1deabba3bef5 (bug 749856), a704675ff365, 3dbfcccc583c (bug 744360) for xpcshell failure
2012-06-01 11:57:37 +02:00
Vicamo Yang
21f69c7d42
Bug 749856 - Part 3: handle WAP Push notification, r=philikon
2012-06-01 16:48:47 +08:00
Edward Lee
fa92c40291
Bug 748214 - Cannot use the Geolocation API within the desktop web runtime [r=myk]
...
Show a prompt asking the user to share or not geolocation info with the option to remember.
--HG--
extra : rebase_source : f6fdf84a3d675ad52e973cd5f4b4d1cf84394fb1
2012-05-31 10:04:52 -07:00
Robert Strong
3488e8d0ed
Move channel-prefs.js back to original location - Bug 756325 - channel-prefs.js appears in new 'preferences' location on fresh installation but remains in 'pref' for updated existing installation. r=bbondy
2012-05-30 15:17:54 -07:00
Gervase Markham
638c878b13
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
...
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Brian R. Bondy
869d0f838f
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
2012-05-27 22:40:48 -04:00
Anant Narayanan
b15cfc63f1
Bug 752353: DOM bindings for getUserMedia; r=jst
...
--HG--
rename : content/media/nsIDOMMediaStream.idl => dom/media/nsIDOMMediaStream.idl
2012-06-03 00:35:15 -07:00
Ben Hearsum
777922671d
bug 723176: support mac dmg signing in the build system - turn on signing of mac builds again. r=ted
...
--HG--
extra : rebase_source : 7aa71b8b31f975411b491966e859df15b8d9071f
2012-05-25 09:25:07 -04:00
Ben Hearsum
bebaefa5bc
Backout all patches from bug 723176, because we still have problems with our CodeResources file.
2012-05-23 22:30:25 -04:00
Doug Turner
f4e1e809f4
Bug 717103 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Ben Hearsum
b9fd76da85
bug 723176: support mac dmg signing in the build system. r=khuey/ted
2012-05-22 17:13:26 -04:00
Benjamin Smedberg
cb01743bd4
Bug 740795 part C - Don't ship pdf.js as an extension, build changes, r=ted
...
--HG--
extra : rebase_source : 2008d063ce9969f1e3846a69b403016c0f60db60
2012-05-18 12:42:01 -04:00
Dave Townsend
8bbbe24fb5
Bug 740795 part A - file moves for pdf.js not being shipped as an extension, r=bsmedberg
...
--HG--
rename : browser/app/profile/extensions/uriloader@pdf.js/LICENSE => browser/extensions/pdfjs/LICENSE
rename : browser/app/profile/extensions/uriloader@pdf.js/README.mozilla => browser/extensions/pdfjs/README.mozilla
rename : browser/app/profile/extensions/uriloader@pdf.js/bootstrap.js => browser/extensions/pdfjs/bootstrap.js
rename : browser/app/profile/extensions/uriloader@pdf.js/components/PdfStreamConverter.js => browser/extensions/pdfjs/components/PdfStreamConverter.js
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/debugger.js => browser/extensions/pdfjs/content/web/debugger.js
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/bookmark.svg => browser/extensions/pdfjs/content/web/images/bookmark.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/check.svg => browser/extensions/pdfjs/content/web/images/check.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/comment.svg => browser/extensions/pdfjs/content/web/images/comment.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/document-print.svg => browser/extensions/pdfjs/content/web/images/document-print.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/download.svg => browser/extensions/pdfjs/content/web/images/download.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/go-down.svg => browser/extensions/pdfjs/content/web/images/go-down.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/go-up.svg => browser/extensions/pdfjs/content/web/images/go-up.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/loading-icon.gif => browser/extensions/pdfjs/content/web/images/loading-icon.gif
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/nav-outline.svg => browser/extensions/pdfjs/content/web/images/nav-outline.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/nav-thumbs.svg => browser/extensions/pdfjs/content/web/images/nav-thumbs.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/pin-down.svg => browser/extensions/pdfjs/content/web/images/pin-down.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/pin-up.svg => browser/extensions/pdfjs/content/web/images/pin-up.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/zoom-in.svg => browser/extensions/pdfjs/content/web/images/zoom-in.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/zoom-out.svg => browser/extensions/pdfjs/content/web/images/zoom-out.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer-snippet-firefox-extension.html => browser/extensions/pdfjs/content/web/viewer-snippet-firefox-extension.html
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer.css => browser/extensions/pdfjs/content/web/viewer.css
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer.html => browser/extensions/pdfjs/content/web/viewer.html
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer.js => browser/extensions/pdfjs/content/web/viewer.js
rename : browser/app/profile/extensions/uriloader@pdf.js/extension-files => browser/extensions/pdfjs/extension-files
rename : browser/app/profile/extensions/uriloader@pdf.js/icon.png => browser/extensions/pdfjs/icon.png
rename : browser/app/profile/extensions/uriloader@pdf.js/icon64.png => browser/extensions/pdfjs/icon64.png
rename : browser/app/profile/extensions/uriloader@pdf.js/install.rdf.in => browser/extensions/pdfjs/install.rdf.in
rename : browser/app/profile/extensions/uriloader@pdf.js/test/Makefile.in => browser/extensions/pdfjs/test/Makefile.in
rename : browser/app/profile/extensions/uriloader@pdf.js/test/browser_pdfjs_main.js => browser/extensions/pdfjs/test/browser_pdfjs_main.js
rename : browser/app/profile/extensions/uriloader@pdf.js/test/file_pdfjs_test.pdf => browser/extensions/pdfjs/test/file_pdfjs_test.pdf
extra : rebase_source : c23010d45ed5b5295f0de773084a156a3bf6caec
2012-05-18 12:42:01 -04:00
Robert Strong
eaa2a6676b
Windows installer only - Bug 745426 - Maintenance service description should wrap to allow long localizations. r=bbondy
2012-05-21 16:55:01 -07:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Mounir Lamouri
9b8bbd343d
Bug 754141 (4/4) - Add AppsService.js and AppsService.manifest to package-manifest.in's. r=vingtetun
2012-05-16 12:41:35 +02:00
Frank Yan
0eeabbb015
Bug 753618 - Remove outdated default theme icons and previews from Add-ons Manager. r=bmcbride
2012-05-09 19:00:10 -07:00
Justin Lebar
cdc2cdd948
Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones
...
--HG--
extra : rebase_source : f15018bf2c9427a0d6e8d44da348d8d7d1693219
2012-05-08 09:20:35 -07:00
Doug Turner
9caabd3599
Bug 751597 - Network geolocation provider fails to get wifi data. Ensure xpt file is exported. r=ted
2012-05-04 13:19:02 -07:00
Robert O'Callahan
1f5dd9a4af
Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup
2012-04-30 15:11:34 +12:00
Edward Lee
2d72a2399e
Bug 707836 - Handle URI navigation outside app domain for native apps [r=felipe]
...
Followup to add the new ContentPolicy.js file to the Firefox package manifest.
2012-04-27 09:53:11 -07:00
Ryan VanderMeulen
3f28636bd5
Backout 91710a945b44 (bug 737821) due to r-. r=mybad
2012-04-24 20:08:35 -04:00
Takanori MATSUURA
ae7a604091
Bug 737821 - Only warn for files which are already bundled with xulrunner. r=ted
2012-04-24 19:49:59 -04:00
Takanori MATSUURA
621ee66adf
Bug 737821 - Exclude listing up files which are already bundled with xulrunner. r=ted
2012-04-24 19:49:59 -04:00
Myk Melez
d6eb92285b
bug 747394 - rename webapprt/application.ini to webapprt/webapprt.ini to work around an issue in a build script that looks for Firefox's application.ini, which busted nightly partial updates, on a CLOSED TREE; r=bsmedberg, a=khuey
2012-04-21 11:41:50 -07:00
Ehsan Akhgari
9f8c7e1e97
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-20 13:10:19 -04:00
Myk Melez
dad1e03a22
bug 746629 - package webapp-uninstaller.exe on Windows so it is available to the webapp installer; r=felipe, a=desktop-only
2012-04-19 15:01:45 -07:00
Myk Melez
3298891e22
bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl
2012-04-19 00:39:52 -07:00
Myk Melez
253337cae3
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
2012-04-17 07:11:53 -07:00
Marco Bonardo
b9cb77fecc
Bug 710895 - Part 3: The new JS migrator.
...
Parts derived from the original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:36:09 +02:00
Marco Bonardo
8ec634ac46
Merge central and inbound
2012-04-17 15:33:51 +02:00
Paolo Amadini
cc07746d4f
Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
...
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-04-17 13:35:09 +02:00
Asaf Romano
45d7938d87
add Safari migrator to package manifests. I forgot to do so in the patch for bug 710259. r=mak over irc
2012-04-16 23:42:13 +03:00
Philipp von Weitershausen
e6deda50c4
Bug 729173 - Part 5 - Expose the RIL state to content. r=fabrice,qDot
2012-04-19 18:33:25 -03:00
Gregory Szorc
24ce7aadaf
Merge mozilla-central into inbound
2012-04-11 18:51:10 -07:00
Richard Newman
37e9e4adab
Merge m-c to s-c.
2012-04-10 22:20:12 -07:00
Landry Breuil
e3cbcf5420
Bug 739132 - Package necko_wifi.xpt only if NECKO_WIFI is set. r=khuey
2012-04-11 07:58:27 -04:00
Gregory Szorc
49412510e0
Bug 731494 - Refactor generic code from services/sync into services/common; r=rnewman
...
--HG--
rename : services/sync/modules/async.js => services/common/async.js
rename : services/sync/modules/log4moz.js => services/common/log4moz.js
rename : services/sync/modules/ext/Observers.js => services/common/observers.js
rename : services/sync/modules/ext/Preferences.js => services/common/preferences.js
rename : services/sync/modules/ext/StringBundle.js => services/common/stringbundle.js
rename : services/sync/tests/unit/test_async_chain.js => services/common/tests/unit/test_async_chain.js
rename : services/sync/tests/unit/test_async_querySpinningly.js => services/common/tests/unit/test_async_querySpinningly.js
rename : services/sync/tests/unit/test_log4moz.js => services/common/tests/unit/test_log4moz.js
rename : services/sync/tests/unit/test_Observers.js => services/common/tests/unit/test_observers.js
rename : services/sync/tests/unit/test_Preferences.js => services/common/tests/unit/test_preferences.js
rename : services/sync/tests/unit/test_restrequest.js => services/common/tests/unit/test_restrequest.js
rename : services/sync/tests/unit/test_utils_makeURI.js => services/common/tests/unit/test_utils_makeURI.js
rename : services/sync/tests/unit/test_utils_namedTimer.js => services/common/tests/unit/test_utils_namedTimer.js
rename : services/sync/tests/unit/test_utils_stackTrace.js => services/common/tests/unit/test_utils_stackTrace.js
2012-04-05 23:26:06 -07:00
Landry Breuil
6753ab6fd3
Bug 743428 - package profiler.xpt only if MOZ_ENABLE_PROFILER_SPS is set. r=glandium
2012-04-09 09:32:57 +02:00