326724 Commits

Author SHA1 Message Date
Yuan Xulei
d6c73995bb Bug 920831 - MozInputMethod's init should only return undefined. r=bz 2013-09-26 15:10:56 +08:00
Gaia Pushbot
9f48b1de4d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a734adb5550
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12496 from snowmantw/issue921360

Bug 921360 - [LockScreen] Make the glitches on lockscreen invisible

========

https://hg.mozilla.org/integration/gaia-central/rev/d687f3ffd87a
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 921360 - [LockScreen] Make the glitches on lockscreen invisible
2013-09-27 18:55:23 -07:00
Gaia Pushbot
b88e218874 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aabda3c6c82f
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #12523 from jrburke/bug917465-email-notify-spin

Bug 917465 - [Email] launching a mail notification will cause Email app to spin and load forever r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/da41eb15fb40
Author: jrburke <jrburke@gmail.com>
Desc: Bug 917465 - [Email] launching a mail notification will cause Email app to spin and load forever
2013-09-27 16:55:23 -07:00
Cervantes Yu
0a6a25b7c4 Bug 771765 - Support template content process, part 9: allocating a toplevel protocol should return itself. r=dzbarsky
Reverse the effect in bug 879475 part 14 since we need to keep track of open protocols in the Nuwa process.
2013-09-26 12:19:09 +08:00
Terrence Cole
50dcb5f560 Bug 609896 - Optimize copy and initialization of DenseElements; r=billm
--HG--
extra : rebase_source : a0cf2605a7f1277352ff9163379632992c56d09a
2013-09-25 15:19:08 -07:00
Terrence Cole
808f6c29de Bug 921140 - Do not force an allocation for typical zone vectors; r=billm
--HG--
extra : rebase_source : 3b2b664643d2123c558a7fcce8f6248fd35dec7c
2013-09-30 15:02:06 -07:00
Terrence Cole
9a5ce0ec01 Bug 921178 - Remove unused fallback marking bitmap; r=billm
--HG--
extra : rebase_source : 4b53c8eb16d332ad8916a0abf4dd6ccd5f211ed4
2013-09-30 14:58:12 -07:00
Ehsan Akhgari
8febb002f2 Convert the Web Audio DynamicsCompressorNode fatal assertion to a warning, because it should not be a fatal assertion (no bug) 2013-09-30 18:20:03 -04:00
Kannan Vijayan
2955309ec7 Bug 912534. r=nbp 2013-09-30 18:01:37 -04:00
Ehsan Akhgari
290feb1ade Bug 921876 - Stop #including nsIFrame.h in nsLayoutUtils.h; r=roc
This patch does the following:
* Move nsIFrame::IntrinsicSize to mozilla::IntrinsicSize so that it can
  be forward-declared.
* Move a number of templated inline nsLayoutUtils methods to nsIFrame.
* Use mozilla::layout::FrameChildListID instead of the
  nsIFrame::ChildListID typedef in nsLayoutUtils.h.
* Move nsReflowFrameRunnable to its only user, nsProgressMeterFrame.cpp.
* Make a number of functions requiring nsIFrame.h out-of-line.
* Remove the nsIFrame.h #include from nsLayoutUtils.h and add it to the
  places which require it implicitly.
2013-09-30 17:26:04 -04:00
Karl Tomlinson
fec6395878 b=910174 add DelayNode's tail-time reference as soon as the engine receives sound r=ehsan
This removes the dependence on AllInputsFinished() which didn't return true
for many input types.

The DelayProcessor is no longer continuously reset (bug 921457) and the
reference is now correctly added again when all inputs are finished and then
new inputs are connected.

--HG--
extra : rebase_source : b85c62305a6fcfce57bd40a11edaeaaf2a63c188
2013-10-01 09:50:04 +13:00
Karl Tomlinson
960af07a87 b=921675 use maximum instead of current delay for tail time because delay can increase faster than time passes r=ehsan
--HG--
extra : rebase_source : b74864829e5fa0cdfbd555d93d2c71dd656f2258
2013-10-01 09:50:03 +13:00
Karl Tomlinson
78889ff332 test for bug 920987
--HG--
extra : rebase_source : 0e049c2e25f60bfff2dd45869a770ed9055c9de2
2013-10-01 09:49:31 +13:00
Trevor Saunders
6e22b00095 bug 920754 - rm more makefiles r=mshal 2013-09-25 16:39:06 -04:00
Trevor Saunders
9860f6a1ae bug 920738 - don't unbind accessibles in XULTextFieldAccessible::CacheChildren() r=surkov 2013-09-25 16:30:00 -04:00
Ryan VanderMeulen
af288628a8 Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
Bill McCloskey
d5140e096c Bug 921293 - Don't print NS_WARNINGs if an environment variable is set (r=bsmedberg) 2013-09-30 13:30:39 -07:00
Jan de Mooij
e0877774a7 Bug 921130 - Fix --disable-ion build. r=luke 2013-09-30 17:27:37 +02:00
Benjamin Smedberg
949b07a020 Bug 921502 - Use a JS component to collect telemetry from the startup cache C++ test, instead of using raw JSAPI, r=nfroyd
--HG--
extra : rebase_source : 6cdeccfb7c4aea34a2f5e2be55530c844afd6ceb
2013-09-30 16:09:28 -04:00
Benjamin Smedberg
9a19fa4609 Bug 920731 part B - also stop export JS symbols for android and B2G, r=glandium
--HG--
extra : rebase_source : 063d2f9e1776e6be4f333c3cc943a45c6d5e7373
2013-09-30 16:09:28 -04:00
Benjamin Smedberg
e151d06091 Bug 920731 - stop exporting JS symbols from libxul in Firefox builds. r=glandium sr=bz
--HG--
extra : rebase_source : d3c73a8be14dea4156c53cc9f772178271f80e28
2013-09-30 16:09:28 -04:00
Benjamin Smedberg
48205ded50 Bug 920695 part B - Remove references to JS_READLINE/EDITLINE since its in a different place now and won't work, r=bholley
--HG--
rename : js/xpconnect/shell/xpcshell.cpp => js/xpconnect/src/XPCShellImpl.cpp
extra : rebase_source : 01b0eb2d04a41fbc47f06c5030d730ae3e9323e2
2013-09-30 16:09:28 -04:00
Benjamin Smedberg
6caadd9230 Bug 920695 part A - move xpcshell code into libxul and make the xpcshell binary just a stub, r=bholley
--HG--
rename : js/xpconnect/shell/xpcshell.cpp => js/xpconnect/src/XPCShellImpl.cpp
rename : js/xpconnect/shell/jsshell.msg => js/xpconnect/src/jsshell.msg
extra : rebase_source : 9a2ab7508e3cb7a6bfec6b1e98f49799221d1376
2013-09-30 16:09:28 -04:00
Bill McCloskey
e43f700df3 Bug 911182 - Add test that incremental GC is enabled (r=luke) 2013-09-30 12:24:51 -07:00
Bill McCloskey
fe40c5da4f Bug 691252 - Fix "reference to undefined property rels.feed" (r=felipe) 2013-09-30 12:24:44 -07:00
Bill McCloskey
b5ee798d6c Bug 885615 - Fix "reference to undefined property exn.stack" (r=Yoric) 2013-09-30 12:24:40 -07:00
Bill McCloskey
b7e5fa55e1 Bug 921680 - Fix poor formatting of JS errors in workers (r=bent) 2013-09-30 12:24:37 -07:00
Bill McCloskey
8ce7e1b22b Bug 920881 - Fix assertion in nsSHistory::EvictOutOfRangeWindowContentViewers (r=smaug) 2013-09-30 12:24:33 -07:00
Bill McCloskey
87e214ec6b Bug 918170 - Handle StopIteration in CPOWs (r=dvander) 2013-09-30 12:20:51 -07:00
Paul Adenot
77c6e26ec5 Bug 921099 - Remove alignment assertions in AudioNodeEngineNEON.cpp for now. r=ehsan 2013-09-30 15:04:54 -04:00
Nicolas B. Pierron
e12fc0ca7b Bug 912264 - Reset OSI-regs flags before the implicit interrupt check. r= 2013-09-30 11:39:41 -07:00
Martijn Wargers
a3d1617473 Bug 918604 - Remove more enablePrivilege calls. r=jmaher 2013-09-25 19:32:20 +02:00
Ryan VanderMeulen
df60bfed7e Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts.
CLOSED TREE
2013-09-27 18:28:43 -04:00
Ryan VanderMeulen
0c0c37197f Backed out changeset 6d0b41d53c32 (bug 920840) for B2G mochitest-3 timeouts.
CLOSED TREE
2013-09-27 18:00:59 -04:00
Ryan VanderMeulen
4875847fa7 Backed out 6 changesets (bug 913985) for suspicion of causing intermittent Android crashes on a CLOSED TREE.
Backed out changeset de21920d2b8e (bug 913985)
Backed out changeset f0f5497d65bb (bug 913985)
Backed out changeset 1e16ca4ad801 (bug 913985)
Backed out changeset 9c069a0820ea (bug 913985)
Backed out changeset 274df3abc991 (bug 913985)
Backed out changeset 05fe8b17516a (bug 913985)

--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-09-27 17:02:09 -04:00
Ryan VanderMeulen
c9ffd01d65 Backed out changeset 72a979eba564 (bug 857330) for crashes.
CLOSED TREE
2013-09-27 16:52:35 -04:00
Ryan VanderMeulen
a0f5674202 Backed out changeset a77f7d610829 (bug 821474) for leaks.
CLOSED TREE
2013-09-27 16:12:28 -04:00
Wes Kocher
bc2310bf82 Backed out changeset 1b86035e7da0 (bug 916881) for CSP-related test failures on a CLOSED TREE 2013-09-27 12:12:10 -07:00
Dan Gohman
5ce3d7f05f Backed out changeset 8bb615862099 (bug 875656) for introducing a subtle regalloc miscompile. 2013-09-27 11:51:28 -07:00
Tareq Khandaker
89381e460f Bug 869613 - Make mach build some/deeper/path do dependencies for some and
some/deeper. r=jdm
2013-09-27 14:47:37 -04:00
Tareq Khandaker
ac0b82aa94 Bug 857330 - Geolocation uses a wrong default value for maximumAge. r=jdm 2013-09-27 14:47:19 -04:00
Birunthan Mohanathas
4593898b32 Bug 783333 - Use WM_WINDOWPOSCHANGING instead of WM_MOVE to handle window moves in nsWindow. r=jimm 2013-09-27 14:46:59 -04:00
Ehsan Akhgari
d54e757b8d Merge mozilla-central into mozilla-inbound 2013-09-27 14:33:06 -04:00
Nicolas Silva
70bd57c168 Bug 821474 - Add memory reporting for Shmem and Memory texture clients. r=BenWa 2013-09-27 20:17:15 +02:00
Andrew Halberstadt
745608f2b8 Bug 921029 - mozrunner.wait should return the proc's return code, r=jhammel 2013-09-27 14:00:12 -04:00
Patrick McManus
907a127b34 bug 912550 - remove spdy/2 r=hurley 2013-09-27 13:55:24 -04:00
Mike Hommey
72ddb14fb4 Fixup for bug 907365 to clear bustage of windows developer builds after bug 920919. r=ted 2013-09-27 23:43:10 +09:00
Carsten "Tomcat" Book
158f374a25 merge b2g-inbound to mc 2013-09-27 11:33:26 +02:00
Gaia Pushbot
8dbc699631 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6b82ab58ac7e
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11952 from rexboy7/fix-bug910185-4

bug 910185 - [Contact] Fix z-index problem when navigating panels.

========

https://hg.mozilla.org/integration/gaia-central/rev/958b0f2edd94
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 910185 - [Contact] Fix z-index problem when navigating panels.
2013-09-26 20:45:25 -07:00
Gaia Pushbot
5395de57fd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/045f9ed29f81
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12483 from snowmantw/issue919854

Bug 919854 - [LockScreen] The icon effects isn't obvious enough

========

https://hg.mozilla.org/integration/gaia-central/rev/4b035f2dbbf6
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 919854 - [LockScreen] The icon effects isn't obvious enough
2013-09-26 20:35:23 -07:00