Commit Graph

181285 Commits

Author SHA1 Message Date
Brian Grinstead
30d7625ffc Bug 1005431 - Invalid Property Value image is not Retina friendly;r=jryans 2014-05-05 13:32:20 -05:00
Nick Alexander
8fc758ccc9 Bug 1000676 - Post: Return existing interval from search(). r=mfinkle 2014-05-05 11:27:57 -07:00
Nick Alexander
8af7642f19 Bug 1000676 - Post: Expose SimpleServiceDiscovery.EVENT* constants. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
96f8576f19 Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
ceb2075726 Bug 1000676 - Part 1: Add aboutDevices.* files. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
a2560e5b77 Bug 976216 - Part 2: Purge startup caches when starting Gecko in developer builds. r=mfinkle
This change only impacts developer builds.  A developer build is one
where MOZILLA_OFFICIAL is not set.

The startup cache is invalidated when the buildid changes; see [1] for
details.  For MOZILLA_OFFICIAL builds, the buildid is always bumped, so
the startup cache is always fresh on a package re-deploy to device.

Most developers re-deploy using |mach build mobile/android && mach
package && mach install| or similar.  This does not bump the buildid.
The re-deployed package will read the out-dated startup cache, leading
to frustrating inconsistencies when developing Javascript, especially
chrome content and module JSMs.

This change purges the startup caches every time Gecko is started in
developer builds.  This keeps the running Javascript consistent (which
is good for development), but incurs a startup performance
penalty (since the cache must be purged, and since the cached files must
be recompiled, etc).

[1] http://hg.mozilla.org/mozilla-central/file/901d300bb441/toolkit/xre/nsAppRunner.cpp#l2350
2014-05-05 11:27:55 -07:00
Nick Alexander
6327bd91d7 Bug 976216 - Part 1: Add AppConstants.MOZILLA_OFFICIAL. r=rnewman 2014-05-05 11:27:55 -07:00
Ekanan Ketunuti
aa6c538008 Bug 1000956 - Add textbox to the en-US dictionary. r=ehsan 2014-05-05 08:21:42 +07:00
Bernd Loeber
cb87fce6ed Bug 980911 - Rewrite inline script/style in browser/base/content/aboutaccounts/aboutaccounts.xhtml (about:accounts). r=ttaubert 2014-04-26 08:32:00 -04:00
Irving Reid
9fee8b4233 Bug 608820 - Part 2: Add more logging and convert test to Task. r=Mossop 2014-05-04 22:55:14 -04:00
Ryan VanderMeulen
75dc9bb097 Merge fx-team to m-c. 2014-05-05 13:22:22 -04:00
Carsten "Tomcat" Book
b4aeef9ecb Backed out changeset 290f4be587a1 (bug 983489) for suspicion that this caused the m8 and m10 on ics debug on a CLOSED TREE 2014-05-05 16:19:22 +02:00
Michal Novotny
6ed2e57b0a Bug 1003208 - HTTP cache v2: CacheFileHandle::mHash is accessed after the memory is freed, r=honzab 2014-05-05 15:11:39 +02:00
Ehsan Akhgari
d6ea3dafd6 Bug 999341 - Null check the observer service in nsDocument::OnPageHide; r=smaug 2014-05-05 09:06:49 -04:00
Michal Novotny
1acf66735f Bug 1003091 - HTTP cache v2: Remove temporary fix in CacheFileContextEvictor::GetContextFile() due to CacheFileUtils::ParseKey() limitation, r=honzab 2014-05-05 15:04:09 +02:00
Boris Zbarsky
2f4603ae2f Bug 1005590. MNot can also end up with a known-not-object type even while we think it might emulate undefined. Guard against that. r=jandem 2014-05-05 08:46:55 -04:00
Carsten "Tomcat" Book
310d28c183 Merge m-c to mozilla-inbound 2014-05-05 14:25:22 +02:00
Carsten "Tomcat" Book
cb85932802 merge b2g-inbound to mozilla-central 2014-05-05 14:23:27 +02:00
Carsten "Tomcat" Book
79ea1730c2 merge fx-team to mozilla-central 2014-05-05 14:22:03 +02:00
Jan de Mooij
d7eff5135a Bug 1004923 part 12 - Use GetSystemTimePreciseAsFileTime if available (Windows 8). r=njn 2014-05-05 13:12:11 +02:00
Jan de Mooij
fd6099af33 Bug 1004923 part 11 - Remove slow and bogus GetSystemTimeAdjustment call. r=njn 2014-05-05 13:12:09 +02:00
Olli Pettay
a51cf37454 Bug 1005089, let touch.target be null, r=bz 2014-05-05 13:48:50 +03:00
B2G Bumper Bot
c1a7430d26 Bumping manifests a=b2g-bump 2014-05-05 02:16:26 -07:00
B2G Bumper Bot
c2c2487f41 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3cb56b927c76
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #18883 from crdlc/bug-1003787

Bug 1003787 - [Contacts] Different texts to delete contacts: Delete X co...

========

https://hg.mozilla.org/integration/gaia-central/rev/a6acb4efcc8a
Author: crdlc <crdlc@tid.es>
Desc: Bug 1003787 - [Contacts] Different texts to delete contacts: Delete X contact?.. in title and text Remove in button
2014-05-05 02:10:52 -07:00
Jan de Mooij
bc5da91951 Bug 1004923 part 10 - Remove redundant calibration lock. r=njn 2014-05-05 10:33:29 +02:00
Jan de Mooij
27284eef3f Bug 1004923 part 9 - Remove more cruft from prmjtime.cpp. r=njn 2014-05-05 10:33:29 +02:00
Jan de Mooij
5f650eacf2 Bug 1004923 part 8 - Add PRMJ_NowInit, call QueryPerformanceFrequency only once. r=njn 2014-05-05 10:33:29 +02:00
Jan de Mooij
a030fb27d0 Bug 1004923 part 7 - Kill unused calibration.last, returnedTime in PRMJ_Now. r=njn 2014-05-05 10:33:29 +02:00
Jan de Mooij
5dbeca89a6 Bug 1004923 part 6 - Simplify PRMJ_Now as QueryPerformanceFrequency never fails on WinXP and newer. r=njn 2014-05-05 10:33:28 +02:00
Markus Stange
2728d2507e Bug 1000875 - Fix nsDisplayBackgroundImage::GetInsideClipRegion calculation for canvas frames. r=roc
The opaque region of the background image display item was incorrectly clipped to the viewport size, offset by the scroll position. nsDisplayBackgroundImage::GetBoundsInternal has a special case for canvas frames that sets the clip area to the whole canvas area; this patch does the same for GetInsideClipRegion.
2014-05-05 10:27:38 +02:00
Markus Stange
c7338a1b7a Bug 1000875 - Add invalidation debugging annotations for changes of a layer's forced background color. r=roc 2014-05-05 10:26:28 +02:00
Markus Stange
b5d699db21 Bug 1000875 - Add invalidation debugging annotations for layer content type changes. r=roc 2014-05-05 10:24:56 +02:00
Markus Stange
5ddffeff89 Bug 1000875 - Improve test_fixed_bg_scrolling_repaints.html. r=roc 2014-05-05 10:23:41 +02:00
Markus Stange
62e60778a3 Bug 1000875 - Give nsDOMWindowUtils::CheckAndClearPaintedState the ability to check paints of canvas frames. r=roc 2014-05-05 10:23:18 +02:00
Carsten "Tomcat" Book
ec53620a35 Backed out changeset 79686836f1f7 "(bug 1005089) r=bz" for bustage on a CLOSED TREE
--HG--
extra : amend_source : 5170a31dc799f4401d30c8d6c4423dad2e84535f
2014-05-05 09:41:27 +02:00
Phil Ringnalda
e5faff071e Merge m-c to f-t 2014-05-04 17:16:16 -07:00
Phil Ringnalda
56b10ed203 Merge b-i to m-c 2014-05-04 17:13:16 -07:00
Monica Chew
1295971f2d Bug 1005364: Disable pinning for all mozilla properties (r=keeler) 2014-05-04 17:05:58 -07:00
Jared Wein
daa4d6d787 Backed out changeset 928eebe0592e (bug 738797) for failing browser_experiments.js. 2014-05-04 17:15:06 -05:00
B2G Bumper Bot
53e536700a Bumping manifests a=b2g-bump 2014-05-04 14:16:25 -07:00
B2G Bumper Bot
341f5cda7f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1b0c17f90885
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1005708 - Disable intermittent failing test, Contacts shortcuts > touch touch on shortcuts shortcut text should change after moving some distance
2014-05-04 14:10:59 -07:00
Jared Wein
be2e5a84a1 Bug 738797 - Enable the in-content preferences by default. r=Unfocused 2014-05-04 15:54:29 -05:00
B2G Bumper Bot
bdfe7e62cb Bumping manifests a=b2g-bump 2014-05-04 13:06:14 -07:00
B2G Bumper Bot
8fa7e44b72 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b9b597834441
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 983171 - [Settings] Disable intermittent failing test in screen_lock_settings_test.js
2014-05-04 13:00:44 -07:00
B2G Bumper Bot
bfac5c75af Bumping manifests a=b2g-bump 2014-05-04 12:01:24 -07:00
B2G Bumper Bot
1ba06f1b5d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a6fb77ccd6c
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #18860 from jaoo/1003023

 Bug 1003023 - [Sora] OMA CP - Parse provisioning document correctly. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/9e9f7835d248
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 1003023 - [Sora] OMA CP - Parse provisioning document correctly
2014-05-04 11:56:01 -07:00
B2G Bumper Bot
893cb775bf Bumping manifests a=b2g-bump 2014-05-04 11:07:53 -07:00
Phil Ringnalda
28ed4f661d Bug 926155 followup, set the sticky pref so it still works in release builds
--HG--
extra : rebase_source : 28390cdf7de273c1358a699a7a697819df76e9ed
2014-05-04 09:11:44 -07:00
Brian Smith
a97bc4147c Bug 1005667: Fix build warning due to buggy test code in pkixtestutil.cpp, r=dholbert 2014-05-04 11:04:48 -07:00
Daniel Holbert
fb1252420a Bug 996945: Remove prohibition on flex-grow & flex-shrink properties transitioning between 0 and other values. r=mats 2014-05-04 09:12:32 -07:00