Mark Hammond
3f954a3b6a
Bug 920397 part 3 - Ensure PContentParent doesn't close process handles multiple times. r=bsmedberg
2013-10-01 10:56:16 +10:00
Mark Hammond
a228cb0497
Bug 920397 part 2 - MessageChannel::~MessageChannel() now asserts that closing the handle succeeded. r=bsmedberg
2013-10-01 10:56:16 +10:00
Mark Hammond
5bc55a78af
Bug 920397 part 1 - base::CloseProcessHandle() checks result in debug builds and is used everywhere a process handle is closed. r=bsmedberg
2013-10-01 10:56:15 +10:00
David Anderson
437f6053a9
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
...
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
2013-09-30 17:27:45 -07:00
Daniel Holbert
73ed891def
Bug 921522: Use already-established flex container content-box main size to determine packing space, instead of checking reflow state. r=mats
...
--HG--
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1a.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1b.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1a.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1b.xhtml
2013-09-30 16:38:36 -07:00
Mike Hommey
16d09602f2
Bug 921822 - Use existing install manifest for make install in js standalone builds. r=gps
2013-10-01 08:26:08 +09:00
Mike Hommey
d12986c1ca
Bug 921770 - Avoid doing things with js/src from top-level when building --with-libxul-sdk. r=gps
2013-10-01 08:25:38 +09:00
Nicolas Silva
c76d510e9b
Bug 922007 - Enable new textures on fennec. r=mattwoodrow
2013-10-01 01:22:26 +02:00
Alexander Surkov
dfb0b2148d
Bug 922184 - move IAccessible2 implementation into separate class, r=tbsaunde
...
--HG--
rename : accessible/src/windows/msaa/AccessibleWrap.cpp => accessible/src/windows/ia2/ia2Accessible.cpp
rename : accessible/src/windows/msaa/AccessibleWrap.h => accessible/src/windows/ia2/ia2Accessible.h
2013-09-30 18:40:05 -04: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
Ryan VanderMeulen
ad7d17c453
Merge m-c to b2g-inbound.
2013-09-30 16:30:26 -04:00
Ryan VanderMeulen
1f31fb75a5
Merge fx-team to m-c.
...
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Ryan VanderMeulen
89be896ae2
Merge inbound to m-c.
2013-09-30 16:15:59 -04:00
Gaia Pushbot
b7be85ac18
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a4a7f42eac6e
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #12550 from zacc/bug922062"
This reverts commit caa78c37ea089a39ee3ebadd2dc2677069ccaaac, reversing
changes made to 433971682d023414a6ab2b6103708d1968ef0b0e.
2013-09-30 12:10:53 -07:00
Gaia Pushbot
1355b36c71
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cd9d95e4fa27
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 917463 - [Clock] Implement scrolling inertia in inline time picker for Timers - r=jugglinmike
- Adds Unit tests for picker/spinner.js
- Adds Inertia calculations
- Makes whole container for spinner a "gesture area" so that you can start dragging above or below the first and last options in the menu
2013-09-30 12:10:27 -07:00
Marco Castelluccio
46b658604e
Bug 921527 - Enable the mozTCPSocket API for web apps on Android. r=wesj
2013-09-30 14:00:02 -04:00
Gregor Wagner
058f768f8d
Bug 771765, tentative bustage fix no. 2 on CLOSED TREE. r=bent
2013-09-30 10:38:05 -07:00
Ben Turner
b659bd588b
Bug 771765, tentative bustage fix on CLOSED TREE
2013-09-30 10:13:13 -07:00
Ed Morley
0886bc35ee
Bug 917797 - Disable test_master_password.html for too many intermittent failures
2013-09-30 17:39:58 +01:00
Ed Morley
2d8a72b912
Bug 897843 - Disable test_media_selection.html on Windows for too many intermittent failures
2013-09-30 17:37:44 +01:00
Ed Morley
9012f7dee1
Bug 916763 - Disable browser_bug896181_css_mixed_completion_new_attribute.js for too many intermittent failures
2013-09-30 17:35:08 +01:00
Ben Hearsum
b5cbd44469
bug 885477: switch Nightly users to Balrog - switch android builds. r=mfinkle
2013-09-30 12:28:21 -04:00
Ed Morley
64e17995e6
Merge mozilla-central and inbound
2013-09-30 17:26:43 +01:00
Gaia Pushbot
333b8f8438
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ee29f9e64b72
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12544 from EverythingMe/collection-pagination
[Bug 921994] hide pagination bar when a collection is open [r=crdlc]
========
https://hg.mozilla.org/integration/gaia-central/rev/44cff47384c3
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 921994] hide pagination bar when a collection is open [r=crdlc]
2013-09-30 09:25:40 -07:00
Ed Morley
2e4201cbf8
Merge mozilla-central and fx-team
2013-09-30 17:21:02 +01:00
Ed Morley
ef3d82be61
Merge mozilla-central and b2g-inbound
2013-09-30 17:20:26 +01:00
Ed Morley
047853c20e
Merge latest green fx-team changeset and mozilla-central
2013-09-30 17:17:22 +01:00
Ed Morley
d511a3a3e3
Merge latest green b2g-inbound changeset and mozilla-central
2013-09-30 17:15:40 +01:00
Ed Morley
60b95f82bd
Merge latest green inbound changeset and mozilla-central
2013-09-30 17:12:03 +01:00
Ed Morley
aabf3039e8
Backed out changeset d3867bfc10e5 (bug 921130) for Android compilation failures on a CLOSED TREE
2013-09-30 17:03:43 +01:00
Gaia Pushbot
47908bd980
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2d443e3eebba
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12423 from EverythingMe/bugfix-915467
Bug 915467 - [e.me][bug] Provider init may occur before Homescreen init [r=crdlc]
========
https://hg.mozilla.org/integration/gaia-central/rev/39ccd7794b31
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 915467 - [e.me][bug] Provider init may occur before Homescreen init [r=crdlc]
2013-09-30 09:00:25 -07:00
Jan Beich
1a574ea1a3
Bug 921658 - Don't rely on platform-dependent std::abs(). r=surkov
2013-09-30 11:56:44 -04:00
Gaia Pushbot
8157ab6f0c
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/913fdd90b6ec
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 922077 - Bump gaiatest version to 0.16. r=bebe
2013-09-30 08:45:40 -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