Tim Abraldes
2b678ca54c
Bug 668436 - Send service pack major and minor version info in AUS ping. r=rstrong
2011-11-07 12:53:41 -06:00
Ed Morley
219d1eb56e
Merge mozilla-central and mozilla-inbound
2011-11-05 18:46:28 +00:00
Ed Morley
7ea8e12caa
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Felix Fung
cc8c87e50a
Bug 698986 - Only Crashed Plugins Should Suggest Reloading. r=dolske
2011-11-05 10:43:59 -07:00
Marco Bonardo
1e735ddb70
Bug 691512 - CreateStatement misuse in AddonRepository.jsm.
...
r=mossop
2011-11-05 00:41:47 +01:00
Rail Aliiev
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Jens Hatlak
968ce25634
Bug 698524 - fix test_startup.js xpcshell test for SeaMonkey by excluding all non-test add-ons. r=Mossop
2011-11-04 21:08:48 +00:00
Felix Fung
42b50d5d59
Bug 397424 - Downloads cause high CPU usage. r=gavin
...
This addresses an issue with the download manager that can cause high CPU usage
when there is an active download. The underlying issue is the frequency of
updates that the download progress listener receives.
Things changed:
- reduced the number of null checks in DownloadUtils.jsm's getDownloadStatus
function by one (down to two from three).
- obtain and format strings from the nsIStringBundle. This removes all the
calls to String.replace in DownloadUtils.jsm.
- modifies the download manager back-end to update the percentComplete and size
property on downloads before dispatching a state changed notification for
downloads entering the DOWNLOAD_DOWNLOADING state. This saves us two calls to
setAttribute on downloads that we know how big they are, and saves us the same
two calls to setAttribute for indeterminate downloads as well as not
dispatching a ValueChange event on the progressmeter every time
onProgressChange is called on the DownloadProgressListener.
- has nsDownload implement nsIClassInfo so we do not need to QueryInterface when
going through the list of active downloads in both the download manager's UI
and the browser's taskbar UI.
2011-11-03 15:25:55 -07:00
Ed Morley
d70029ef01
Backout 1f551298a760 (bug 697312) and b31507c8ca17 (bug 697246) for 25-30% Ts regression on multiple platforms
...
Except this time enter the changesets in the correct order in Mak's backout
script, so the changeset isn't empty :/
2011-11-04 10:50:16 +00:00
Dave Townsend
b32347b528
Bug 697312: Don't write out extensions.ini if there are no extensions. r=Unfocused
2011-11-03 18:30:43 -07:00
Dave Townsend
dc94045322
Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused
2011-11-03 18:30:59 -07:00
Jim Mathies
3d8eda9d77
Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong
2011-11-03 09:39:51 -05:00
Geoff Lankow
3a82a15cc7
Bug 672817 - Site-by-site last downloaded-to directory is not remembered when using unknown content-type dialog; r=gavin.sharp
2011-10-20 00:33:09 +13:00
Geoff Lankow
f3b073f77c
Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests; r=jmaher
2011-10-22 12:39:30 +13:00
Blair McBride
e02f3a706f
Bug 693897 - Allow addons to opt-in to strict compatibility checking. r=dtownsend
2011-11-01 18:48:53 +13:00
Blair McBride
b2411cbeef
Bug 693899 - Support detecting binary components, and enable strict compatibility checking when found. r=dtownsend
2011-11-01 18:48:49 +13:00
Blair McBride
7630a6cfe0
Bug 693901 - Add preference to globally (re)enable strict compatibility checks. r=dtownsend
2011-11-01 18:48:45 +13:00
Jonas Sicking
591066d996
Bug 687400: Kill Node.isSameNode. r=smaug
2011-10-28 19:52:27 -07:00
Ed Morley
9e7a151909
Merge mozilla-central and mozilla-inbound
2011-10-28 02:11:57 +01:00
Jonathan Kew
e7b77af4f5
bug 692743 - package hyphenation dictionaries in omnijar. r=glandium,mwu
2011-10-27 19:52:54 +01:00
Rob Campbell
01d34008a8
merge m-c to fx-team
2011-10-25 11:07:28 -03:00
Geoff Lankow
883b466b1d
Bug 693714 - Bootstrapped addons have uninstall & install called on Firefox update; r=dtownsend
2011-10-25 01:39:45 +01:00
Taras Glek
16ae475176
Include enabled addons + persona in telemetry r=Mossop
2011-10-24 16:04:04 -07:00
Mike Hommey
b2a287031a
Bug 686464 - Leave it to Android to unpack the content process executable. r=ted
2011-10-27 14:53:20 +02:00
Felix Fung
c9753d7a14
Bug 665196 - Change in-content plugin crash UI to submit a crash report and reload the page in one step. r=dolske
2011-09-23 22:28:56 -07:00
Dave Townsend
c1336ebf59
Bug 694595: Some settings for add-ons aren't being migrated when we change database schemas. r=Unfocused
2011-10-20 09:55:57 -07:00
Dave Townsend
5895ed6bc9
Bug 693698: 3rd Party add-ons from the application folder are not disabled on upgrade. r=Unfocused
2011-10-20 09:55:16 -07:00
Geoff Lankow
f7de091224
Bug 581065 - Allow searching for incompatible add-ons if compatibility checks are disabled. r=dtownsend
2011-10-19 11:38:58 +13:00
Dave Townsend
2cf7bc83c1
Bug 693743: Some 3rd party add-ons are getting installed into the profile and are not disabled on start-up. r=Unfocused
2011-10-22 11:37:15 -07:00
Geoff Lankow
6ad188dfaf
Bug 675371 - load/unload chrome.manifest files for bootstrapped addons automatically; r=dtownsend
2011-10-19 10:59:27 +13:00
Ben Turner
190b1ed2ab
Bug 690418 - 'ChromeWorker global inaccessible out of DOM scope'. r=sicking.
...
--HG--
extra : transplant_source : %AA%CBZU%3E%2A%DC%C4%899%12%29%F6%3D%AB%EAH%E9%10%A0
2011-10-14 08:58:37 -07:00
Rob Campbell
0ffe1c280b
merge fx-team to m-c
2011-10-13 13:40:01 -03:00
Brad Lassey
2a0422ad2e
bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst
2011-10-07 13:46:02 -04:00
Kyle Huey
8f49d6e655
Merge m-c to b-s.
2011-10-09 18:19:28 -04:00
Geoff Lankow
25a592318b
Bug 692078 - Second attempt to open addons.sqlite doesn't work; r=dtownsend
2011-10-07 11:02:40 +01:00
Ed Morley
9421690a89
Backout changeset ef21d6f2187d to correct bug number
2011-10-07 12:36:44 +01:00
Geoff Lankow
1c173fc7cd
Bug 689375 - Second attempt to open addons.sqlite doesn't work; r=dtownsend
2011-10-07 11:02:40 +01:00
Gregory Szorc
60408a7712
Bug 687225 - Detect MSVC 2011 compiler. r=ted
2011-10-03 21:57:00 -04:00
Matt Brubeck
0bc3c6daf0
Re-backout 9928fb9a32b1 which was accidentally un-backed-out by the last merge
2011-09-29 19:56:32 -07:00
Ehsan Akhgari
5e4dbdfba3
Backout changeset 32e9422afd8d (bug 687265) explicitly from mozilla-central
2011-09-29 20:29:11 -04:00
Ehsan Akhgari
9e431fb574
Merge the last green changeset of mozilla-inbound into mozilla-central
2011-09-29 17:38:33 -04:00
Mark Finkle
eba6e9f2ef
Backout 39d5bb6c6d4d for reftest-2 failures on Android
2011-09-29 14:34:13 -04:00
Mounir Lamouri
9758bb7c77
Bug 690220 - Fix random orange in browser_bug638292.js. r=mbrubeck
2011-09-29 19:01:49 +02:00
Ehsan Akhgari
fc78bec76a
Merge mozilla-central into mozila-inbound
2011-09-29 12:51:50 -04:00
Kyle Huey
69ee188cf8
Bug 687332: Fix OpenWebApps. r=fabrice
2011-09-29 12:06:36 -04:00
Kyle Huey
bb038e3359
Bug 687332: Fix up update tests.
2011-09-29 12:06:36 -04:00
Kyle Huey
1bb588823f
Bug 687332: Fix toolkit/. r=rs
2011-09-29 12:06:36 -04:00
Michael Wu
d8b65e2c6f
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
2011-09-28 22:46:19 -07:00
Makoto Kato
89bf0597c8
Bug 681202 - Add Android x86 target. r=glandium
2011-09-29 13:39:03 +09:00
Dave Townsend
eb11b0df2c
Bug 680802: Installing a new add-on at the same time as installing a new version of the app which uses new properties from install.rdf will fail. r=robstrong
2011-09-28 11:41:17 -07:00