Mike Hommey
0f67e8e976
Bug 905938 - Cancel GNU make builtin implicit rules by forcing -r instead of adding implicit rules to cancel them out. r=gps
2013-08-20 15:21:45 +09:00
Mike Hommey
27e26aa001
Bug 905938 - Use explicit rules for %.i, %.s, %.res, moc_% and qrc_%. r=gps
2013-08-20 15:21:35 +09:00
Dave Camp
6fb66ecabe
Bug 901644 - Allow mach build paths to be specified relative to $srcdir; r=gps
...
DONTBUILD (NPOTB)
2013-08-19 20:47:07 -07:00
Phil Ringnalda
de7568deba
Back out 57ee0ba35de6 (bug 858622) for Windows jit-test failures
...
CLOSED TREE
2013-08-19 19:03:08 -07:00
Phil Ringnalda
ea17e1018d
Back out 5b0c3778c4f7:b8cc112ac833 (bug 897924) for mochitest-chrome bustage
...
CLOSED TREE
2013-08-19 19:01:40 -07:00
Daniel Holbert
f6eaf0b859
(no bug) fix typo in comment in nsHTMLReflowState: s/frames/frame's/ DONTBUILD
2013-08-19 18:10:06 -07:00
Irving Reid
74b4197528
Bug 888753: Reschedule walker loop more often to avoid deadlocks with nested event loops; r=paolo
2013-08-19 15:55:20 -04:00
Dan Gohman
490ec473f0
Bug 906368 - IonMonkey: Define a proper CountPopulation32 function, and use it in place of manual code in RegisterSets.h. r=nbp
2013-08-19 12:32:22 -07:00
Patrick McManus
5f047f9bed
[mq]: 905398
...
bug 905398 - set connectionInfo bits only once and before http speculative connect r=jduell
2013-08-19 11:45:45 -04:00
Dan Gohman
ef2acc12ac
changeset: 143171:50fded5df4fd
...
tag: tip
user: Dan Gohman <sunfish@google.com>
summary: Bug 906885 - IonMonkey: Don't use range::isInfinite to test whether the value can be outside the bounds implied by lower() and upper(). r=nbp
2013-08-19 17:04:09 -07:00
Mike Hommey
3dd1920bf3
Bug 904740 - Add a make macro for including dependency files. r=gps
2013-08-20 09:15:43 +09:00
Mike Hommey
aa774c066e
Bug 906240 - Adapt cl.py dependency output to pymake deficiencies ; also add source file to the list of dependencies. r=gps
2013-08-20 09:14:45 +09:00
Mike Hommey
7ebceb7215
Bug 906439 - Hide about:crashes link from about:support when building with --disable-crash-reporter. r=gavin
2013-08-20 09:14:02 +09:00
Mike Hommey
4d977848be
Bug 901208 - Fix Skia for ARM v4t. r=derf
2013-08-20 09:14:01 +09:00
Shane Tully
137770715d
Bug 897924 - Part 2: Reenable Contacts tests for Android. r=stully
2013-08-19 13:28:02 -07:00
Shane Tully
1274cf51fa
Bug 897924 - Part 1: Skip contacts tests on Android < 4.0. r=reuben
2013-08-19 10:43:18 -07:00
Geoff Brown
c3053e1473
Bug 902160 - Correct misplaced comma in androidx86.json; r=jmaher
2013-08-19 18:00:32 -06:00
Nicolas Silva
e261e43850
Bug 900133 - Enable new textures on OSX. r=nical
2013-07-30 19:37:13 +02:00
Matt Woodrow
38ae2bdff7
Bug 900133 - Make sure we always set TEXTURE_DEALLOCATE_HOST when required. r=nical
2013-08-20 11:39:56 +12:00
Matt Woodrow
3b6adb72b1
Bug 900133 - Don't mark textures as being sent to the compositor until after we've drawn to them. r=nical
2013-08-20 11:39:55 +12:00
Matt Woodrow
edd0212608
Bug 904620 - Always send a transaction when we get a WebGL update to ensure that we get a composite. r=nrc
2013-08-20 11:39:55 +12:00
Bill McCloskey
0bbbc9109e
Bug 899222 - Make about:home work via message passing (r=felipe)
...
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Bobby Holley
9d466e12cc
Bug 901106 - Eliminate the nsJSRuntime namespace. r=mrbkap
2013-08-19 16:24:29 -07:00
Bobby Holley
b1f301a7a7
Bug 901106 - Make nsJSRuntime initialization infallible and do it implicitly in the nsJSContext constructor. r=mrbkap
...
We also move the runtime out of the namespace, which requires some updates.
2013-08-19 16:24:29 -07:00
Bobby Holley
ae0d0745b3
Bug 901106 - Get rid of vestigial nsJSRuntime instance and make it a namespace. r=mrbkap
...
We'll rename the namespace shortly.
2013-08-19 16:24:29 -07:00
Bobby Holley
c334ce29a3
Bug 901106 - Make sure sure the nsDOMScriptObjectFactory gets instantiated.
...
This used to happen implicitly when we created the first nsJSContext, but that
goes away in the next patch. Without this, we get a couple of odd exception-
related failures in the IPC indexedDB tests.
2013-08-19 16:24:28 -07:00
Bobby Holley
b4dde9a0ba
Bug 901106 - Remove nsIScriptRuntime. r=mrbkap
...
All this stuff is now for nsGlobalWindow's use only.
2013-08-19 16:24:28 -07:00
Bobby Holley
ea43b1e71f
Bug 901106 - Stop using nsIScriptContext for XUL prototype documents. r=smaug
...
This patch is roughly analagous to what I did for XBL compilation scopes in
https://hg.mozilla.org/mozilla-central/rev/26898c90f9cc .
According to CC dumps, the gray unmarking during MarkInCCGeneration prevents this
stuff from being traversed during CC.
2013-08-19 16:24:28 -07:00
Bobby Holley
79d09d7777
Bug 901106 - Stop implementing nsIScriptGlobalObjectOwner in nsXULPrototypeDocument. r=smaug
2013-08-19 16:24:27 -07:00
Bobby Holley
2aa5ae896c
Bug 901106 - Pass nsXULPrototypeDocuments directly through serialization and use AutoSafeJSContext at the serialization point. r=smaug
2013-08-19 16:24:27 -07:00
Bobby Holley
31ddf22a6f
Bug 901106 - Be more direct in nsXULPrototypeScript::Compile. r=smaug
...
Given that this is just the phony compilation global we're dealing with, the
only thing relevant about this script context is that it defaults to the right
compartment. But we can do that manually with the SafeJSContext.
The CanExecuteScripts check was something I added to address review comments
in bug 901162 comment 8. I now realize that it's effectively a no-op, because
the nsIScriptContext here corresponds to the compilation scope, not the
document, so it will never have script disabled.
2013-08-19 16:24:27 -07:00
Bobby Holley
9ccecb62c8
Bug 901106 - Inline and remove nsIScriptContext::{Serialize,Deserialize}. r=smaug
2013-08-19 16:24:27 -07:00
Bobby Holley
7bef4c6b93
Bug 901106 - Deserialize FastLoad scripts into the compilation scope, rather than the scope of the first document created. r=smaug
...
This code dates back to 2003, and smaug and I both think it's probably a bug.
In fact, it might cause leaks, because the prototype document would hold the
script alive, the script would hold the document alive, and the document would
hold the prototype document alive in the cache.
2013-08-19 16:24:26 -07:00
Dan Minor
4a0afe9b4b
Bug 858622 - Make jit-tests runnable on mobile;r=terrence
2013-08-19 15:21:34 -04:00
Jim Blandy
4016c6a93a
Bug 905437: Make it possible for 'mach xpcshell-test' to run xpcshell under GDB. r=ted
...
At the moment, the --debug argument accepted by mach xpcshell-test is
dropped. I don't know if just bringing the old harness's command-line
arguments forward to 'mach xpcshell-test' is the most mach-ish way to do
things, but it does let me get things started.
2013-08-19 16:07:40 -07:00
Ralph Giles
26f29172b9
Bug 865253 - Part 5: Shorten a comment to fit in 80 columns. r=ehsan
2013-08-19 11:58:00 -07:00
Ralph Giles
f429e8e85f
Bug 865253 - Part 4: Stop OscillatorNodes on context shutdown. r=ehsan
...
Like AudioBufferSourceNode and ScriptProcessorNode, OscillatorNode
holds a self-reference in mPlaying. Keep track of all osc nodes
in the AudioContext and explicitly stop them to make sure this
reference is dropped.
2013-08-19 11:57:00 -07:00
Ralph Giles
076262a557
Bug 865253 - Part 3: Direct generation of fixed oscillator types. r=ehsan
...
Simple direct calculation of the fixed types.
We probably want to use the PeriodicWave machinery to generate
the pre-defined waveforms once it's available. In either case
we can optimize this significantly by caching the generated
waveform when the frequency is stationary over the block.
2013-08-19 11:56:00 -07:00
Ehsan Akhgari
f90e61776c
Bug 865253 - Part 2: Implement the alternate enum values for OscillatorNode; r=roc
2013-08-19 11:54:00 -07:00
Ehsan Akhgari
3eb725fd41
Bug 865253 - Part 1: Implement the DOM bindings for OscillatorNode; r=roc
2013-08-19 11:53:00 -07:00
Alexander Surkov
2bcb8efd8f
Bug 905215 - Add a test sheet for HTML elements, r=davidb
2013-08-19 18:50:14 -04:00
Suhas Nandakumar
7912e1db9c
Bug 863306: Propagate RTCP_MUX Status to pipeline via VCM. r=abr
2013-06-27 18:08:20 -07:00
Randell Jesup
1ecb159f44
Bug 905002: backout bug 879717 until we can fix the mac-only regression rs=roc
2013-08-19 18:30:15 -04:00
Bill McCloskey
2b607bec7f
Backout bug 899222 (forgot to apply review comments)
...
--HG--
rename : browser/modules/AboutHome.jsm => browser/modules/AboutHomeUtils.jsm
2013-08-19 15:26:39 -07:00
Bill McCloskey
09cc9d2a77
Bug 888898 - Fix rooting in setObjectMetadataCallback (r=bhackett)
2013-08-19 15:22:55 -07:00
Bill McCloskey
88dbe508ea
Bug 899222 - Make about:home work via message passing (r=felipe).
...
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Bill McCloskey
6131128638
Bug 905454 - Fix delete key in e10s (r=felipe)
2013-08-19 15:20:59 -07:00
Olli Pettay
4e91e28a62
Bug 906684, make sure to access the right EventTargetChainItem when forwarding events to chrome, r=jst
...
--HG--
extra : rebase_source : afb2b457c422585e85d7abccfd76f0b6f85315a4
2013-08-20 00:12:56 +03:00
Luke Wagner
240cf1fc53
Bug 905850 - Vector should not be copyable (r=terrence)
...
--HG--
extra : rebase_source : 49c2175af92b79a08982d7dfbc7b7af266b27f7a
2013-08-16 10:21:28 -05:00
David Anderson
6bdc3734f9
Initialize nsKeyEvent::mNativeKeyEvent to prevent crashes on multi-process (bug 906237, r=smichaud).
2013-08-19 11:33:27 -07:00