Dave Hylands
5db8789cef
Bug 870197 - Initialize mFrameCallback to null. r=mikeh
2013-05-09 10:17:42 -07:00
Michael Wu
a78065dba5
Bug 870375 - back out bug 869011 for startup crashes on devices
2013-05-09 13:01:22 -04:00
Michael Wu
1727e4c18f
Backed out changeset 7e4d9be02b8f (bug 869011) for causing bug 870375
2013-05-09 13:00:14 -04:00
Ryan VanderMeulen
e267c8aefc
Backed out changeset afc08927188a (bug 870113) for B2G mochitest-2 failures.
2013-05-09 12:52:16 -04:00
Joe Walker
816205e422
Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
...
--HG--
rename : browser/devtools/shared/Templater.jsm => toolkit/devtools/gcli/Templater.jsm
rename : browser/devtools/commandline/gcli.jsm => toolkit/devtools/gcli/gcli.jsm
2013-05-09 15:15:22 +01:00
Michael Ratcliffe
d37ec2b96e
Bug 870308 - GCLI appcache list command exception when cache disabled r=jwalker
2013-05-10 14:41:27 +01:00
Michael Ratcliffe
f0d21fe8c0
Bug 862286 - GCLI panel too narrow for meaningful output r=jwalker
2013-05-10 14:46:28 +01:00
Eric Chou
4ec461dfed
Bug 869296 - New mechanism to deal with AT commands 'AT+BLDN' and 'ATD>n', r=gyeh
...
According to HFP spec, when we receive AT command 'AT+BLDN', we shall respond
with:
1. 'OK' if the call history is not empty. An outgoing call would be made
2. 'ERROR' if the call history is empty. No call would be made.
However, with current implementation, we are unable to know whether the call
history is empty or not in Gecko. Therefore I introduce a solution, using a task
and a flag to decide if a call is made after AT+BLDN is received, which may not
be perfect but reliable, easy to understand and easy to implement.
2013-05-09 22:10:28 +08:00
Eric Chou
82b92c045e
Bug 869296 - Do 'Last Number Redial' when we receive ATD>n, r=gyeh
2013-05-09 22:10:28 +08:00
Michael Wu
daa0ac49ba
Bug 870113 - Switch GetFontImpl to Feura Sans, r=jfkthame
2013-05-09 09:30:57 -04:00
Terrence Cole
26dc0bc0c6
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
e068b259c8
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
6850557d11
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
986da68be0
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
d2d9823dca
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
1f146a74fb
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
74f00f4aa3
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
903d3461e1
Bug 828312 patch 4: Remove unused nsIPresShell::StyleChangeReflow. r=bzbarsky
2013-05-10 17:35:08 -07:00
L. David Baron
a4ff57fec6
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
cddf1ab187
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
72a74dab8e
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
7730c2fa49
Bug 857427 - Fix browser_save_link_perwindowbp (r=ehsan,paolo)
2013-05-10 17:15:32 -07:00
Wan-Teh Chang
63836275b8
Bug 858231: Update NSS to NSS 3.15 Beta 4. r=wtc.
2013-05-10 17:19:38 -07:00
Shane Caraveo
db6727b804
bug 862314 prevent double install of providers, r=markh
2013-05-09 12:59:57 -07:00
Chris Peterson
b52cceeaed
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
3ec08b3699
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
e822a2af3a
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
ca7e5ec459
Bug 870768 - Disable verify url test. r=gbrown
2013-05-10 15:54:09 -07:00
Matt Brubeck
e1d2564c1b
Reapplied changeset 31ff9550fba6 (bug 870073)
2013-05-10 15:49:57 -07:00
Boris Zbarsky
dcf5858ce5
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
cf634c4949
bug 870473 limit number of ambient notification icons, r=felipe
2013-05-09 17:10:14 -07:00
Scott Johnson
2a8d1f06df
Backout 385c05262943 for android robocop failures.
...
--HG--
extra : rebase_source : f315f7b4cd3b998baa4ffb5546bec914409092e9
2013-05-10 15:26:27 -05:00
Nathan Froyd
3edace2ef7
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
9e42dd443f
Bug 869832 followup, use the test window's gBrowser
2013-05-10 22:22:31 +02:00
Jonathan Griffin
445410d55d
Bug 868598 - Create a pointer to gaia in gecko, r=catlee
2013-05-10 12:35:31 -07:00
Raymond Lee
a8d07a4b9a
Bug 852478 - Store the date and time of downloads. r=paolo
2013-05-10 20:26:10 +08:00
Dão Gottwald
0d48310a84
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
b75cbe55be
Merge m-c to inbound.
2013-05-10 14:57:50 -04:00
David Zbarsky
480bf64980
Bug 868312 - Rooting fixes for dom r=bz
2013-05-10 14:22:21 -04:00
Nikhil Marathe
b1520fdb36
Bug 863599 - Load PushService on Desktop. r=dougt
2013-05-10 23:43:35 +05:30
Ryan VanderMeulen
7f290aba8c
Backed out changeset 0d90de935ba3 (bug 869740) for mochitest-1 shutdown crashes.
2013-05-10 13:52:03 -04:00
Camilo Viecco
8ccdc56034
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
10b5b4ec31
bug 797952 - Remove EV Treatment for WellsSecure Public Root Certificate Authority r=bsmith
2013-05-09 16:14:08 -07:00
Geoff Brown
6d6bf1be4b
Bug 865006 - (3) Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-05-10 10:42:25 -06:00
Scott Johnson
01cb9bb692
Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey]
2013-05-10 11:37:52 -05:00
Chris Lord
01a01172fc
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
92d057b18c
Backout ed0e9d2f23a0 for BUSTAGE. [r=me]
2013-05-10 11:29:24 -05:00
Jon Coppeard
06feff854a
Bug 869740 - Non-LIFO use of Rooted in XPCConvert::NativeInterface2JSObject(). r=bholley
2013-05-08 10:01:00 -07:00
Mike Conley
720319bcd4
Bug 867343 - Back out star button UI changes. r=mak.
2013-05-10 11:19:48 -04:00
Scott Johnson
82792bf2c0
Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey]
2013-05-10 10:00:08 -05:00