Commit Graph

131488 Commits

Author SHA1 Message Date
Eric Chou
052e54616e Bug 869296 - Do 'Last Number Redial' when we receive ATD>n, r=gyeh 2013-05-09 22:10:28 +08:00
Michael Wu
8c1e933948 Bug 870113 - Switch GetFontImpl to Feura Sans, r=jfkthame 2013-05-09 09:30:57 -04:00
Mark Hammond
9c508e204b Bug 799014 - use panel.moveToAnchor to adjust the flyout position. r=mixedpuppy 2013-05-09 08:59:00 +10:00
Randell Jesup
8d6de18a33 Bug 864255: fix mediapipeline_unittests to match new assertion r=ekr 2013-05-13 01:03:30 -04:00
Matt Woodrow
a3bf84f7df Bug 870211 - Revert to using BasicTextureImage on CGL. r=roc 2013-05-13 16:52:55 +12:00
Ehsan Akhgari
1ad083a454 Bug 871201 - Part 2: Implement AudioBufferSourceNode.gain; r=roc
X-Git-Commit-ID: db8923b372db098aa7a5dc1cbf42674310b61aef
X-Mailer: git-send-email

--HG--
rename : content/media/webaudio/test/test_audioBufferSourceNode.html => content/media/webaudio/test/test_audioBufferSourceNodeGain.html
rename : content/media/webaudio/test/test_audioBufferSourceNode.html => content/media/webaudio/test/test_delayNodeWithGainAlternate.html
extra : rebase_source : 2cc9259229209fa926970e78ddfc2ef5765f4ad5
2013-05-13 00:17:55 -04:00
Ehsan Akhgari
0fe36724de Bug 871201 - Part 1: Refactor the gain processing logic of GainNodeEngine into a reusable base class; r=roc
X-Git-Commit-ID: e3c9ccaf984c74bb041e2a35fb092dd91e643555
X-Mailer: git-send-email

--HG--
extra : rebase_source : c26ad3b5953f15b599baa9fea0cf66580f2a3262
2013-05-13 00:17:36 -04:00
Ehsan Akhgari
308783cb5d Bug 870174 - Eliminate some lags and glitches caused by resampling in decodeAudioData and AudioBufferSourceNode.cpp, and make the code simpler too!; r=roc
X-Git-Commit-ID: d9ad3597291b9f656712dcdd15725afcc3882fa1
X-Mailer: git-send-email

--HG--
extra : rebase_source : 5f51d27aec53fd5e9ab868e799ce05ee2b7692d4
2013-05-13 00:17:00 -04:00
Nikhil Marathe
49cbfe6961 Backed out changeset e7ca39ff01cc (Bug 863599) because it wasn't reviewed by Firefox peers. 2013-05-13 09:47:06 +05:30
Ben Turner
442a070ba4 Bug 861903 - Enable test. 2013-05-12 21:10:58 -07:00
Wes Kocher
7c24c04eda Bug 871350 - Uplift Add-on SDK integration branch to Firefox 2013-05-12 19:18:37 -07:00
Ehsan Akhgari
a00ffd8ebb Backed out changeset 764540e94692 (bug 871350) because it broke the Jetpack tests 2013-05-13 00:07:11 -04:00
Wes Kocher
9d817ad0c5 Followup to bug 871350 to fix test failure (bug 871391) from incomplete merge. r=me 2013-05-12 21:04:25 -07:00
Terrence Cole
260b2c959c Bug 869735 - Fixes to ParallelArray compilation to support generational GC; r=nmatsakis
--HG--
extra : rebase_source : 41b4380630b0f47326a707a15b597ce22bb24caa
2013-05-08 12:02:48 -07:00
Terrence Cole
58b5fc50ba Bug 869742 - Add post-barriers for writes to liveScopes; r=billm
--HG--
extra : rebase_source : 37596559db5d11f160f2c220a27effd575c9b508
2013-05-08 12:02:49 -07:00
Terrence Cole
4cdbb3efde Bug 869235 - Disable Zone::needsBarrier during minor GCs; r=billm
--HG--
extra : rebase_source : be141178dc9cf2da06d9eb2f13189f1db0876433
2013-05-08 11:45:12 -07:00
Gene Lian
387278dade Bug 869807 - B2G MMS: fail to send MMS due to the wrong assignment for expiryDate. r=vicamo a=leo+ 2013-05-08 18:41:00 +08:00
Gene Lian
5798e01088 Bug 870302 - B2G MMS: use device time to specify the MMS receiving time. r=vicamo a=leo+ 2013-05-09 17:58:36 +08:00
Terrence Cole
7c38423406 Bug 869730 - Fix an opt build error with --enable-gcgenerational; r=billm
--HG--
extra : rebase_source : e03f499f82186b84226026fc6856399ae511849d
2013-05-07 17:16:29 -07:00
L. David Baron
485f35e89c Bug 828312 patch 4.5: Pass the same aMinChange to the top level of a ReResolveStyleContext that we would for the recursive calls, rather than including previous continutaions in aMinChange. r=bzbarsky 2013-05-10 17:35:08 -07:00
L. David Baron
9c274e1932 Bug 828312 patch 4: Remove unused nsIPresShell::StyleChangeReflow. r=bzbarsky 2013-05-10 17:35:08 -07:00
L. David Baron
e1c209333c Bug 828312 patch 3: Wait to mark lines dirty until we're in reflow, to avoid O(N^2) behavior as a result of looking for lines. r=bzbarsky
The assertion count reduction from 12 to 8 in
layout/generic/crashtests/798020-1.html is the removal of the 4
###!!! ASSERTION: math on NS_UNCONSTRAINEDSIZE: 'NS_UNCONSTRAINEDSIZE != aState.mReflowState.mComputedBorderPadding.left && NS_UNCONSTRAINEDSIZE != aState.mReflowState.ComputedWidth()'
in nsBlockFrame::PrepareResizeReflow by avoiding calling
nsBlockFrame::PrepareResizeReflow.
2013-05-10 17:35:08 -07:00
L. David Baron
b55a1a7ac7 Bug 828312 patch 2: Make list renumbering code set NS_FRAME_HAS_DIRTY_CHILDREN correctly on intermediate blocks and inlines, and NS_FRAME_IS_DIRTY correctly on the bullets. r=bzbarsky
The change to mark NS_FRAME_IS_DIRTY on the bullets fixes a failure in
layout/reftests/bugs/418574-1.html exposed by patch 3.
2013-05-10 17:35:08 -07:00
L. David Baron
79987cd17f Bug 828312, patch 1: Remove unneeded assignment to nonInheritedHints, which is not needed because we will do difference computation on the style context in this codepath anyway. r=bzbarsky 2013-05-10 17:35:08 -07:00
Monica Chew
c78e8186ae Bug 857427 - Fix browser_save_link_perwindowbp (r=ehsan,paolo) 2013-05-10 17:15:32 -07:00
Wan-Teh Chang
3060422de2 Bug 858231: Update NSS to NSS 3.15 Beta 4. r=wtc. 2013-05-10 17:19:38 -07:00
Shane Caraveo
c237cd28b9 bug 862314 prevent double install of providers, r=markh 2013-05-09 12:59:57 -07:00
Chris Peterson
895eb38b4e Bug 871016 - Fix -Wunused-function warnings in AsmJS.cpp when building for Android ARM. r=luke 2013-05-09 11:26:46 -07:00
Boris Zbarsky
bfc91fa0eb Bug 870566. Make dataset gets faster by spending less time messing with strings. r=smaug 2013-05-10 18:57:58 -04:00
Boris Zbarsky
580af7e244 Bug 870667. Reinstate a way to turn off performance.timing bits using a pref. r=smaug
This is used by the Tor project, for example.
2013-05-10 18:57:58 -04:00
Wes Johnston
cfa24a9f7c Bug 870768 - Disable verify url test. r=gbrown 2013-05-10 15:54:09 -07:00
Matt Brubeck
430083b7bf Reapplied changeset 31ff9550fba6 (bug 870073) 2013-05-10 15:49:57 -07:00
Boris Zbarsky
d831a0faa5 Disable probably-broken test to reopen a CLOSED TREE. No bug, except the one filed to reenable, which is not the bug this changeset is fixing, so there. 2013-05-10 17:22:51 -04:00
Shane Caraveo
39895b95cf bug 870473 limit number of ambient notification icons, r=felipe 2013-05-09 17:10:14 -07:00
Scott Johnson
7bf7c0f45d Backout 385c05262943 for android robocop failures.
--HG--
extra : rebase_source : f315f7b4cd3b998baa4ffb5546bec914409092e9
2013-05-10 15:26:27 -05:00
Nathan Froyd
7292880e63 Bug 870959 - don't include Preferences.h or NonRefcountedDOMObject.h in bindings unless necessary; r=bz 2013-05-10 15:44:19 -04:00
Dão Gottwald
8f03f2c660 Bug 869832 followup, use the test window's gBrowser 2013-05-10 22:22:31 +02:00
Jonathan Griffin
0a3ec38e0d Bug 868598 - Create a pointer to gaia in gecko, r=catlee 2013-05-10 12:35:31 -07:00
Raymond Lee
aca2220e30 Bug 852478 - Store the date and time of downloads. r=paolo 2013-05-10 20:26:10 +08:00
Dão Gottwald
979e329837 Bug 869832 - browser_typeAheadFind.js should use whenDelayedStartupFinished and initialize the find bar in the original browser window rather than in the purposefully opened one. r=gavin
--HG--
extra : rebase_source : 997c8ec8bf83f01bf4d7e67f4c2be208186967db
2013-05-10 20:55:27 +02:00
Ryan VanderMeulen
eb21097a79 Merge m-c to inbound. 2013-05-10 14:57:50 -04:00
David Zbarsky
e521e7ffff Bug 868312 - Rooting fixes for dom r=bz 2013-05-10 14:22:21 -04:00
Nikhil Marathe
50ae1ee57f Bug 863599 - Load PushService on Desktop. r=dougt 2013-05-10 23:43:35 +05:30
Ryan VanderMeulen
d3912dd354 Backed out changeset 0d90de935ba3 (bug 869740) for mochitest-1 shutdown crashes. 2013-05-10 13:52:03 -04:00
Camilo Viecco
7950d8f3b1 bug 760313 - Enable T-TeleSec GlobalRoot Class 3 root certificate for EV in PSM r=bsmith 2013-05-09 16:12:37 -07:00
Camilo Viecco
509e23dacf bug 797952 - Remove EV Treatment for WellsSecure Public Root Certificate Authority r=bsmith 2013-05-09 16:14:08 -07:00
Geoff Brown
a0ab5edf04 Bug 865006 - (3) Enable more xpcshell tests on Android; r=jmaher DONTBUILD 2013-05-10 10:42:25 -06:00
Scott Johnson
af55f89655 Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey] 2013-05-10 11:37:52 -05:00
Chris Lord
6261739520 Bug 866461 - Fix constant viewport remeasuring on bing.com. r=mfinkle
Fix some cases where the viewport was remeasured when it was unnecessary that
was causing bing.com to get caught in re-measuring cycles.
2013-05-10 17:35:01 +01:00
Scott Johnson
8b0472f1e4 Backout ed0e9d2f23a0 for BUSTAGE. [r=me] 2013-05-10 11:29:24 -05:00