Mike Hommey
18d895f774
Bug 917086 - Disallow DIRS, PARALLEL_DIRS and TEST_DIRS under TOOL_DIRS and TEST_TOOL_DIRS, and adapt moz.build files accordingly. r=gps
...
Also mark TOOL_DIRS/TEST_TOOL_DIRS directories in backend.mk and recurse them normally instead of forcing make -C dir libs for them.
2013-09-19 07:43:02 +09:00
Gregory Szorc
a3202b67de
Bug 910453 - Annotate read moz.build files with tier info. r=glandium
2013-08-28 14:37:10 -07:00
Mike Hommey
fdcd66734e
Bug 917622 - Use INSTALL_TARGETS for mochitests. r=gps
2013-09-19 07:39:58 +09:00
Mike Hommey
b1786a0091
Bug 915928 - Remove toolkit/Makefile.in. r=khuey
2013-09-19 07:39:14 +09:00
Jan-Ivar Bruaroey
2a191f8aba
Bug 917298: Mochitests for testing gum constraints. r=jesup, jsmith
2013-09-18 17:56:29 -04:00
Matt Woodrow
10d608653c
Bug 914984 - Enable Azure content for b2g. r=nrc
2013-08-15 10:49:45 +12:00
Randell Jesup
781dbbedd2
Bug 886052: Turn on audio webrtc_trace logs for getUserMedia r=gcp
2013-09-18 17:12:38 -04:00
Shu-yu Guo
441b3a6c65
Bug 917401 - Fix incorrect blocked register assignment in LSRA. (r=jandem)
2013-09-18 14:03:00 -07:00
EKR
95b562f5a4
Bug 917619 - Fix setup direction when a=setup is missing r=ehugg
2013-09-17 17:43:05 -07:00
Ralph Giles
69e9dad50b
Backed out changeset f56acf83688c (bug 895091) r=bustage CLOSED TREE
2013-09-18 13:47:43 -07:00
Ralph Giles
aaf5811e76
Backed out changeset e110a9187bb1 (bug 895091)
...
--HG--
rename : content/media/WebVTTListener.cpp => content/media/WebVTTLoadListener.cpp
rename : content/media/WebVTTListener.h => content/media/WebVTTLoadListener.h
2013-09-18 13:47:07 -07:00
Ralph Giles
c93be09128
Backed out changeset 330a415e7723 (bug 895091)
2013-09-18 13:47:05 -07:00
Ralph Giles
d7df4cd91b
Backed out changeset feca3867b395 (bug 895091)
2013-09-18 13:47:04 -07:00
Ralph Giles
301fe72e32
Back out 813a35c5b24a for ASan failure. r=bustage CLOSED TREE
...
Only one test is failing (so far) and the feature itself is
behind a pref, so this doesn't affect users.
2013-09-18 13:31:40 -07:00
Ehsan Akhgari
e80a31247c
Bug 915735 - Part 0: Stop pulling in all of jsapi.h into gkmedias.dll; rs=bjacob
2013-09-18 16:07:56 -04:00
Nicholas Cameron
e8397c300b
Bug 917576. Disable failing crashtest for Cipc. r=bholley
2013-09-19 07:25:21 +12:00
Nicholas Cameron
4c5deade91
Bug 917576. Parse non-string pref values. r=ahal
2013-09-19 07:25:20 +12:00
Jeff Walden
659091681b
Bug 909602 - Don't blow away most/all elements above the purported "length" of a non-Array object passed to Array.prototype.pop. r=bhackett
2013-09-16 18:44:45 -07:00
Gregory Szorc
7431244179
Bug 870420 - Require Python 2.7.3+ to build; r=ted
2013-09-05 13:55:58 -07:00
Gregory Szorc
5be305df32
Bug 910487 - Hack binary Python extensions into building on Windows; r=mshal
2013-09-18 11:16:22 -07:00
Gregory Szorc
bbb14a7245
Bug 901278 - More intelligently detect installed Xcode; r=mshal
2013-09-18 11:16:22 -07:00
Gregory Szorc
a29791571b
Bug 914372 - Provide more info to help with installing Python; r=mshal
2013-09-18 11:16:21 -07:00
Gregory Szorc
b4592242bf
Bug 914373 - Verify $PATH is sane during bootstrap; r=mshal
2013-09-18 11:16:21 -07:00
Mihai Sucan
0e2dee686a
Bug 914405: fix for browser_bug_638949_copy_link_location.js; r=me
2013-09-18 16:24:18 +03:00
Jim Blandy
e61fa07d18
Bug 914405: Define makeGlobalObjectReference, a quick way to get D.O's referring to global objects, to simplify the web console. r=jorendorff r=msucan
2013-09-17 15:21:11 -07:00
Dan Gohman
b63f63bc95
Bug 915846 - IonMonkey: Rename things to say "canHaveFractionalPart" instead of "decimal". r=nbp
2013-09-18 10:55:30 -07:00
Dan Gohman
4c4b1a22d5
Bug 915846 - IonMonkey: Const-qualify some range pointees. r=nbp
2013-09-18 10:55:28 -07:00
Rick Eyre
750cd25d9b
Bug 895091 - Test for multiple WebVTT files loading at once r=khuey
2013-09-10 07:13:00 -07:00
Rick Eyre
37d3fe53c0
Bug 895091 - Turn text track cue tests back on r=rillian
2013-09-05 07:57:00 -07:00
Rick Eyre
4402561628
Bug 895091 - Add JS WebVTT parser code in (vtt.js) r=rillian, ted, gwagner, khuey
...
- Current source code for vtt.js can be found at:
https://github.com/andreasgal/vtt.js
- vtt.js code taken from commit 6bca57d265fc58cff091148b426ec69f576057d7.
2013-09-17 12:31:00 -07:00
Rick Eyre
b4b8ca0b93
Bug 895091 - Add WebVTT parser and wrapper IDLs r=rillian, ted, gwagner, khuey
...
- Added vtt.js, a JS WebVTT parser, to Gecko.
- Added a wrapper to interface between it and Gecko.
- Updated TextTrackCue and WebVTTListener to work with it.
--HG--
rename : content/media/WebVTTLoadListener.cpp => content/media/WebVTTListener.cpp
rename : content/media/WebVTTLoadListener.h => content/media/WebVTTListener.h
2013-09-10 06:59:00 -07:00
Rick Eyre
3352fbe8c5
Bug 895091 - Remove references to C WebVTT parser and unused code r=rillian
...
- Remove left over references to WebVTT C parser in TextTrackCue and
WebVTTListener classes.
- Remove miscellaneous unused code as well and included libraries as
well.
2013-09-10 06:53:00 -07:00
Corey Ford
cd77eb0805
Bug 902992 - Enable position:sticky in non-release builds (e.g. Nightly and Aurora). r=dholbert
2013-09-12 13:36:45 -07:00
Brian Hackett
e1a6c697ad
Bug 917441 - Add missing #ifdef JS_ION.
2013-09-18 11:14:38 -06:00
Ted Mielczarek
d085cd7987
bug 717758 - kill hung processes with SIGABRT on OS X in automation.py. r=jmaher
2013-09-16 14:44:25 -04:00
Ted Mielczarek
c1414ec66f
bug 717758 - Breakpad test for abort() crashes. r=glandium
2013-09-16 14:44:25 -04:00
Ted Mielczarek
2153060e50
bug 717758 - handle abort() in Breakpad on OS X. r=mento
2013-09-16 14:44:24 -04:00
Eitan Isaacson
523d787b77
Bug 917399 - Use settings API for enabling/disabling AccessFu. r=yzen
2013-09-18 09:57:08 -07:00
Hannes Verschore
7fb8daa981
Bug 910960 - IonMonkey: Improve codegen of TypeBarriers, r=nbp
2013-09-18 17:53:41 +02:00
Trevor Saunders
516ec6f51b
bug 915566 - rm makefiles in dom/ r=gps
2013-09-13 12:25:21 -04:00
Trevor Saunders
4aff5f1b09
bug 915566 - rm makefiles in intl/ r=mshal
2013-09-12 13:39:02 -04:00
Trevor Saunders
5139f710e0
bug 915566 - rm makefiles in xpcom/ r=glandium
2013-09-12 08:15:51 -04:00
Trevor Saunders
bc0de9a4dc
bug 915566 - rm some makefiles in editor/ r=gps
2013-09-12 07:43:41 -04:00
Trevor Saunders
c34bd677f5
bug 915566 - rm another makefile in content/ r=mshal
2013-09-12 07:14:42 -04:00
Trevor Saunders
02da83010c
bug 915566 - rm Makefiles in content/ r=ted
2013-09-12 03:52:58 -04:00
Trevor Saunders
fd75268a64
bug 915566 - rm some makefiles in docshell/ r=ted
2013-09-12 03:50:04 -04:00
Brian Hackett
67b88e4fd7
Bug 917441 - Remove dependence of IonBuilder on ScriptAnalysis, r=jandem.
2013-09-18 09:43:21 -06:00
David Keeler
89075a8c47
bug 913092 - remove unnecessary nsIPermissionManager in TestSTSParser r=mcmanus
2013-09-17 15:47:01 -07:00
Ralph Giles
a4447ac147
Bug 865256 - Part 4: Implement custom waveforms. r=ehsan,padenot
...
Copy the periodicWave data into a shareable buffer.
Add a SetBuffer call to send the buffer data to the
OscillatorNodeEngine. Call into blink's PeriodicWave
implementation to generate bandlimited tables bracketing
the desired frequency and interpolate the output data
from them.
Change the PeriodicWave constructor to only take one
length, since both arrays must be the same size.
Change OscillatorNode's SetType to throw INVALID_STATE
instead of NOT_IMPLEMENTED if js tries to assign
type = 'custom' directly.
2013-08-28 15:39:26 -07:00
Ralph Giles
2ea123dcde
Bug 865256 - Part 3d: Port blink's PeriodicWave to gecko. r=ehsan
...
Changes to use gecko infrastructure.
2013-09-10 14:33:03 -07:00