Justin Lebar
edfe849009
Bug 836654 - Part 5: Add nsIMozBrowserFrame::isExpectingSystemMessage. r=bz
2013-02-14 02:26:43 -05:00
Justin Lebar
0829bd3cc0
Bug 836654 - Part 4: Add PowerManagerService::NewWakeLockOnBehalfOfProcess. r=cjones
2013-02-14 02:26:43 -05:00
Justin Lebar
eb8136c6cb
Bug 836654 - Part 3: Modify hal to accept a ContentParent ID in ModifyWakeLock(). r=cjones
...
Also return the list of processes holding the lock in GetWakeLockInfo
and in the wake-lock changed notification.
2013-02-14 02:26:43 -05:00
Justin Lebar
696102d978
Bug 836654 - Part 2: Add PROCESS_PRIORITY_FOREGROUND_HIGH. r=cjones
2013-02-14 02:26:43 -05:00
Justin Lebar
83d1affaae
Bug 836654 - Part 1: Don't require the "power" permission to do GetWakeLockInfo from a child process. r=cjones
2013-02-14 02:26:43 -05:00
Justin Lebar
2527c25d37
Bug 836654 - Part 0: Add constants CONTENT_PROCESS_{UNKNOWN_ID,MAIN_ID} to HalTypes.h and remove the equivalent constants from ContentParent.h. r=cjones
2013-02-14 02:26:43 -05:00
Justin Lebar
c2423b8cad
Bug 840277 - Explicitly check that the preallocated process hasn't been killed before we use it. r=cjones
...
We have to do this check /after/ we set the process's priority, since
before then, it has BACKGROUND priority and is a candidate for killing.
2013-02-14 02:26:43 -05:00
Justin Lebar
2d870ab97c
Bug 835563 - When an iframe mozbrowser's embedder calls setVisible(false), immediately send the relevant process into the background (if none of its other frames are in the foreground). r=cjones
2013-02-14 02:26:43 -05:00
Mike Hommey
e03c30956b
Bug 838165 - Cleanup in NSPR hooking in the build system. r=ted
2013-02-14 08:25:43 +01:00
Mike Hommey
72468a135b
Bug 837665 - Show command line and response file contents when expandlibs_exec'ed command fails. r=ted
2013-02-14 08:23:49 +01:00
Trevor Saunders
eae3ed2a33
bug 648267 - remove nsIWinAccessNode r=surkov
2013-01-09 06:34:39 -05:00
Trevor Saunders
281113abef
bug 829387 - remove nsWinUtils::ConvertToIA2Array() r=surkov
2013-01-09 05:22:59 -05:00
Cameron McCormack
3ce48446e5
Bug 841225 - Do not create frames for HTML elements within a <tspan>. r=bzbarsky
2013-02-14 17:23:52 +11:00
Makoto Kato
eeac5d0163
Bug 834645 - move -STACK parameter to config.mk. r=ted
2013-02-14 15:22:00 +09:00
Simon Montagu
d72bc3351d
Tests for bug 801681, r=tests
2013-02-14 08:20:26 +02:00
Ryan VanderMeulen
cfd010a157
Backed out changeset 4f22708024f9 (bug 836450) for robocop failiures on a CLOSED TREE.
2013-02-13 22:25:38 -05:00
Ryan VanderMeulen
daec4f1f33
Backed out changeset 394bbaa548e3 (bug 815591) for OSX reftest failures on a CLOSED TREE.
2013-02-13 22:10:09 -05:00
Ryan VanderMeulen
4ee86d7149
Backed out changeset 38c7d7a7f586 (bug 716859) for B2G reftest failures on a CLOSED TREE.
2013-02-13 21:39:07 -05:00
Seth Fowler
810b4d3daa
Bug 840851 - Mark RasterImage::Initialize as static in RasterImage.cpp. r=joe
2013-02-13 14:03:37 -08:00
Seth Fowler
824657df52
Bug 840850 - Fix missing include guard and style issues in ImageFactory. r=joe
2013-02-13 13:53:42 -08:00
Seth Fowler
218a8ef1ee
Bug 840843 - Rename RasterImage::eShutdownIntent_Interrupted to eShutdownIntent_Unneeded. r=joe
2013-02-13 13:41:45 -08:00
Nicholas Nethercote
97612a4e65
Bug 839376 (part 8) - Fix another seven rooting hazards. r=sfink.
...
--HG--
extra : rebase_source : 9863790dd2ad0cf043609986d046b84046527962
2013-02-13 17:24:00 -08:00
Cameron McCormack
07e7b3cba6
Bug 841207 - Handle all dominant-baseline values in SVG text layout. r=roc
2013-02-14 12:52:48 +11:00
Milan Sreckovic
cf48af5121
Bug 839621 - qcms_transform_create can return null, so indirect callers need to be ready for it as well. r=jmuizelaar
2013-02-08 15:46:26 -05:00
Tatiana Meshkova
d1a3e88b7f
Bug 837730 - Add missing NULL definition so that updater will compile on some Linux platforms. r=rstrong
2013-02-12 16:14:13 -08:00
Yura Zenevich
4318c1f3fc
Bug 828201 - Replace DEBUG constant by a preference across OS.File and add File.GET_DEBUG method used for testing. r=dteller
2013-02-13 20:51:39 -05:00
Robert O'Callahan
ada178ae9a
Bug 815591. Don't build nsDisplayBackgroundColor if there is no background color and we're not going to do hit-testing. r=mattwoodrow
...
--HG--
extra : rebase_source : 1e7055649266621e72cbd669949c3d30a32980a2
2012-11-28 01:50:09 +13:00
David Anderson
6e0f5a4a6d
Implement JSOP_CALLEE in JM (bug 794427, r=bhackett).
...
--HG--
extra : rebase_source : 6aa85c3434a70d93fcf409bdb4cc2baaf024896e
2013-02-13 17:24:50 -08:00
Jeff Walden
dbc64fc28b
Bug 840400 - Add an IsObject helper to Utilities.js, to centralize all workarounds for |typeof| brokenness. r=Norbert
2013-02-12 09:49:18 -08:00
Margaret Leibovic
75b0284d03
Bug 836450 - Add default bookmark support for distributions. r=mfinkle,wesj
2013-02-13 17:19:00 -08:00
Mark Hammond
07522c75b9
Bug 840832 - ensure that closing the only visible chat selects another chat if possible. r=felipe
...
--HG--
extra : rebase_source : 25d0d85f2660687a66ca82828f0887732e99f3aa
2013-02-14 12:07:34 +11:00
Gregor Wagner
a23cd0098a
Bug 841234 - PhoneNumberJS: fix typo with lastKnownMcc. r=mrbkap
2013-02-13 17:07:28 -08:00
Geoff Brown
59a9cc25f2
Bug 824067 - Disable robocop testPasswordEncrypt for intermittent failures, again; DONTBUILD
...
--HG--
extra : rebase_source : b6c1cf565cb3e8bd10cbf697787efaa0e9914957
2013-02-13 17:27:15 -07:00
Daniel Holbert
8eedf0e951
Bug 841146: Remove unused member-variable 'compileContext_' from class ParallelArrayVisitor. r=nmatsakis
2013-02-13 16:27:13 -08:00
Daniel Holbert
3a0028390d
Bug 841132: Remove unused variable 'notes' from js::XDRScript(). r=njn,till
2013-02-13 16:26:02 -08:00
Bobby Holley
8f7e048c1d
Bug 819158 - Introduce stopAtOuter for UnwrapObjectChecked. r=mrbkap
...
We need to simultaneously stop marking outers as unsafe to unwrap, otherwise
we'll end up with paradoxical behavior whereby stopAtOuter=true returns null
but stopAtOuter=false returns an object. This is fine, because we're now
handling outer explicitly.
2013-02-14 01:11:32 +01:00
Chris Cooper
d7af153e51
Bug 774947 - Updated mozconfigs for l10n (NPOTB) - r=aki
2013-02-13 18:51:11 -05:00
Chris Cooper
26b7d309a8
Bug 785392 - Upload mar and mbsdiff when present - r=aki
2013-02-13 18:50:18 -05:00
Jonathan Kew
b114763114
bug 836225 - handle supplementary-plane chars properly in graphite shaper. r=jdaggett
2013-02-13 23:40:24 +00:00
Matt Brubeck
926b160dbe
Bug 841087 - Stop unnecessary preprocessing in /browser/metro [r=sfoster]
2013-02-13 15:35:45 -08:00
Matt Brubeck
28135f8673
Bug 839340 - mach reftest <dir> doesn't work on Windows [r=gps]
2013-02-13 15:35:45 -08:00
Matt Brubeck
09455b61ce
Bug 839340 - mach mochitest <dir> doesn't work on Windows [r=gps]
2013-02-13 15:35:44 -08:00
Matthew Gregan
c9185ce652
Bug 841020 - Restore missing SetVolume when initializing AudioStream. r=cpearce
2013-02-14 10:57:46 +13:00
Jeff Gilbert
a781738c64
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
2013-02-13 15:26:24 -08:00
Brian Nicholson
04d0d8efac
Bug 833777 - Ensure that a tab is selected after an OOM restore. r=mfinkle
2013-02-13 15:21:47 -08:00
Mounir Lamouri
e2332700b3
Bug 841001 - Follow-up: add missing test files. r=me
2013-02-13 23:19:26 +00:00
Mounir Lamouri
3d58c32634
Bug 597525 - Remove nsITextControlElement::GetDefaultValueFromContent(). r=ehsan
2013-02-13 23:16:06 +00:00
Mounir Lamouri
141c56cd4c
Bug 841001 - Set the textContent of a multiline textbox at construction so the default value is correctly set. r=bz
2013-02-13 23:14:45 +00:00
Ting-Yuan Huang
70bbd3a0c5
Bug 715419 - Specializing Array.prototype.sort when given the comparator is "return arg1 - arg2". Patch includes some minor tweaks/comment adjustments from jwalden. r=luke, r=jwalden
2012-10-29 16:05:51 +08:00
Norbert Lindenberg
fd061cf017
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 4). r=jwalden
...
--HG--
extra : rebase_source : a51e36f6ebd1a51239982177c3e7e31019a87e6b
2013-02-13 12:20:06 -08:00