Tetsuharu OHZEKI
aec31277e1
Bug 1005868 - Remove the needless migration code for 'browser.tabs.onTop'. r=dao
2014-05-06 05:17:20 +09:00
B2G Bumper Bot
ef6f43113e
Bumping manifests a=b2g-bump
2014-05-05 11:51:25 -07:00
B2G Bumper Bot
346438ccfd
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a068e204670a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18911 from KevinGrandon/bug_1005330_shared_downloads_jshint
Bug 1005330 - JSHint fixes for shared/js/download/ r=aus
========
https://hg.mozilla.org/integration/gaia-central/rev/3fe3d7de0380
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1005330 - JSHint fixes for shared/js/download/ r=aus
2014-05-05 11:46:00 -07:00
B2G Bumper Bot
f93f08fb09
Bumping manifests a=b2g-bump
2014-05-05 11:36:21 -07:00
B2G Bumper Bot
a0787d36f2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d5db104074da
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18900 from tauzen/Bug1000981
Bug 1000981 - [NFC] NfcManager handleNdefMessage tests, NfcUtils tests moved to separate file, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/0b9cd698f317
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1000981 - [NFC] NfcManager handleNdefMessage tests, NfcUtils tests moved to separate file
2014-05-05 11:30:56 -07:00
Honza Bambas
bb56324ae4
Bug 1005475 - Remove lock acquire from CacheEntry::IsFileDoomed() and bellow, r=michal
2014-05-05 19:25:59 +02:00
Honza Bambas
181d06f227
Bug 1005079 - Move index check from CacheFile to CacheEntry to speed up, r=michal
2014-05-05 19:25:58 +02: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
Daniel Holbert
c243f023e3
Bug 985304 part 3: Extend flexbox layout mochitest to cover cases with flex values that sum to less than 1. f=mats
2014-05-04 09:10:40 -07:00
Daniel Holbert
2eba58f98a
Bug 985304 part 2: Make flex algorithm gracefully handle flex factors that sum to < 1. r=mats
...
When our flexibilities sum to a fraction < 1, we clamp the free space to be no
greater than that same fraction of the original free space. This effectively
makes us treat a flexibility of e.g. "0.01" as "1% of the original free space"
in that sort of situation (while still treating it as a normal flex factor if
the sum of the flex factors is greater than 1).
2014-05-04 09:10:28 -07:00
Daniel Holbert
4385fc88a0
Bug 985304 part 1: Shorten "flex weight" to "weight" in variable & function names. r=mats
...
The phrase "flex weight" used to be a term defined in the spec, but it's
long-since been replaced with "flex factor" and "scaled flex factor".
I'm now using the term "weight" to mean "flex factor, with any necessary scaling already done, ready to be used as a weight for apportioning free space".
I'm dropping the "flex" modifier from "flex weight" both for brevity & to make
it more clearly-distinguishable from actual "flex factor" usages in the code.
2014-05-04 09:10:28 -07:00