Kyle Machulis
017164c1d9
Bug 793831: Add socket validity checks to RIL IPC; r=cjones
...
--HG--
extra : rebase_source : b14efdcb4c6deb89ba1af9a06ece84888fdb009a
2012-09-25 11:46:54 -07:00
Brian Nicholson
759af4b4ed
Bug 790448 - Center search rows in AwesomeScreen. r=mfinkle
2012-09-25 15:06:47 -07:00
Ehsan Akhgari
23e1abde57
Bug 793294 - Implement AudioBuffer; r=bzbarsky,smaug
...
This is the full implementation of the AudioBuffer object. There are
two ways to create these objects from an audio context and this patch
implements only one of them.
The construction of the AudioBuffer object is a two step process: the
object should be created with operator new first, and then
InitializeBuffers should be called on it. InitializeBuffers is
fallible, because it uses the JS API to create the underlying typed
arrays, but that's fine, since the length of the buffers comes from web
content, and we don't want to use infallible allocations for those
anyways.
We hold on to the JS objects from the C++ implementation, and trace
through all of those objects, so that a GC does not kill those object
without us knowing.
The buffer should be possible to manipulate from both C++ and JS, and
the C++ object probably needs to support a set of methods for the C++
callers at some point.
2012-09-25 17:58:50 -04:00
Karl Tomlinson
1623100c46
b=763449 Finish X requests on mROFrontBuffer before deleting shadow layer r=cjones
...
--HG--
extra : rebase_source : 7381b234a29d648afdf76eff1f1e89f6e5cd88b5
2012-09-25 16:20:41 +12:00
Karl Tomlinson
5f2e275592
b=793079 set leaktest timeout to half buildbot timeout r=ted
...
--HG--
extra : rebase_source : e9541428bc26bf5e4e77a74f23f4d9496ef83117
2012-09-25 16:19:25 +12:00
Scott Johnson
3f87b63ed1
Bug 794231: Modify consecutive-inline font inflation reftests to specify an explicit font size for container. [r=NPOTB]
2012-09-25 16:44:29 -05:00
Ryan VanderMeulen
6a6a75f4da
Bug 794101 - Update pdf.js to version 0.5.184. r=Mossop
2012-09-25 17:31:04 -04:00
Alexandre Poirot
91d710b076
Bug 787313 - Add `/attach-console` argument on Windows in order to attach Firefox std IO to parent console. r=ted
2012-09-25 12:58:08 -04:00
Ryan VanderMeulen
dd9f763986
Merge m-c to inbound.
2012-09-25 17:31:00 -04:00
Margaret Leibovic
c2a45528df
Bug 790897 - Capture clicks on find in page bar to prevent them from leaking into TabsTray. r=mfinkle
2012-09-25 13:43:55 -07:00
Kartikaya Gupta
c596790a8c
Bug 791263 - Disable screenshotting under low-memory conditions. r=blassey
2012-09-25 15:46:17 -04:00
John Ford
cb9e7f6e08
bug 776783 - enable gaia packaging on Linux rs=cjones DONTBUILD
2012-09-24 13:38:15 -07:00
Brad Lassey
9e8eeeca72
bug 793829 - no debug symbols for in-tree freetype r=ted
2012-09-24 16:26:39 -04:00
Benoit Jacob
64b67de1c3
Bug 750862 - Implement WEBGL_compressed_texture_pvrtc - r=jgilbert
2012-09-25 08:49:28 -04:00
Benoit Jacob
faf08d911a
Bug 790712 - Implement WEBGL_compressed_texture_atc - r=jgilbert
2012-09-25 08:49:28 -04:00
Mike Hommey
c29b3a40c6
Bug 792685 - Add a way to have automagically inherited variable definitions in Makefiles. r=ted
2012-09-25 14:47:20 +02:00
Mike Hommey
a94a46d3c8
Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt
2012-09-25 14:47:18 +02:00
Ed Morley
1d13562fd1
Backout 9d9d8bf66243 (bug 785662) for mochitest-other leaks on Windows
2012-09-25 13:46:25 +01:00
Ted Mielczarek
4c0bb5a676
bug 791775 - Replace a diff hunk that got lost from the previous landing. r=me
2012-09-25 08:42:57 -04:00
Olli Pettay
4ce749b448
Bug 792385 - Try to skip nsJSEventListener in CC, r=mccr8
2012-09-24 23:25:35 +03:00
John Ford
0773d8996d
bug 776783 - enable gaia packaging on Mac OS X rs=cjones DONTBUILD
2012-09-24 12:50:53 -07:00
Gary Kwong
f2dbfeec08
Bug 793551 - Add --disable-install-strip to Valgrind mozconfigs for Linux32 and Linux64, r=ted
2012-09-24 11:46:15 -07:00
Kyle Huey
65bdaea268
Bug 793554: Devirtualize mozilla::css::Loader::[AddRef|Release] r=dbaron
2012-09-24 07:29:24 -07:00
Olli Pettay
9b91f77333
Bug 793517 - Make nsDOMEventTargetHelper to unmark listeners during canSkip, r=mccr8
2012-09-24 14:05:30 +03:00
Ryan VanderMeulen
2dfcb99d63
Merge the last PGO-green inbound changeset to m-c.
2012-09-23 21:26:39 -04:00
Gary Kwong
b9ad1d006d
No bug - Update i686 and x86_64 Linux Valgrind suppression files. DONTBUILD
2012-09-23 18:18:30 -07:00
Phil Ringnalda
52d5ca28b7
Bug 789003 - ignoreAllUncaughtExceptions() in browser_586068-cascaded_restore.js, since we certainly do
2012-09-23 15:50:29 -07:00
Olli Pettay
2dea1dcb56
Bug 793473, propagate mDontPrint to descendants, r=roc
2012-09-24 01:20:34 +03:00
Ryan VanderMeulen
71dba2ec8c
Backout 63643fbbde88 due to mochitest-other orange.
2012-09-23 16:48:35 -04:00
Daniel Holbert
530b9fbdef
Bug 793498: Annotate nsMediaSniffer as MOZ_FINAL. r=padenot
2012-09-23 13:12:21 -07:00
Landry Breuil
eec44d304b
Bug 793409 - Fix bug 777292 fallout on OpenBSD/amd64 r=ehsan
2012-09-23 21:30:54 +02:00
Myk Melez
060a5aa61a
Bug 791943. r=fabrice
2012-09-23 15:26:35 -04:00
Ryan VanderMeulen
4b9f50e2d1
Merge m-c to inbound.
2012-09-23 15:26:30 -04:00
Yosy
ef3be55d08
Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao
2012-09-23 21:09:29 +02:00
Jared Wein
d4611961e6
Bug 774725 - Remove extra height associated with Social API toolbar button on Windows. r=felipe
2012-09-23 10:11:19 -07:00
Steven Lee
816d9a9358
Bug 792443 - hal::RegisterSystemTimeChangeObserver should register the observer through sandbox, r=jlebar
2012-09-23 13:00:32 -04:00
Benjamin Peterson
ade089d9d0
Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures
2012-09-23 12:25:39 -04:00
Tim Taubert
5d8a345b75
merge m-c to fx-team
2012-09-23 18:16:07 +02:00
Zack Weinberg
0e4d900c9d
Diagnostic instrumentation for bug 536603.
2012-09-23 11:18:10 -04:00
Yosy
9cd25eead2
Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao
2012-09-23 16:48:23 +02:00
Philipp von Weitershausen
0b50e5e911
Back out bug 787420 (changeset a5ad096174ea) due to radio breakage
2012-09-23 00:52:25 -07:00
Philipp von Weitershausen
68b95e5973
Back out bug 793450 (changeset 5dc812bc69dc) as part of the bug 787420 backout.
2012-09-23 00:50:56 -07:00
Philipp von Weitershausen
e1647c1888
Bug 793450 - RadioInterfaceLayer broken after bug 787420. r=cjones
2012-09-22 23:45:15 -07:00
Boris Zbarsky
96e28c8dd5
Bug 793253. Infallible TArrays should really be infallible. r=jlebar
2012-09-22 22:04:54 -04:00
Boris Zbarsky
c990342536
Bug 793196. Speed up hasAttribute string munging of the attr name. r=sicking
2012-09-22 22:04:54 -04:00
Diogo Golovanevsky Monteiro
d270b3bc06
Bug 784402 - Pointer Lock must respect iframe sandbox flag. r=smaug
2012-09-22 20:56:55 -04:00
Reuben Morais
5f9bd65741
Bug 793440 - Fix tautological constant out of range check on DOMSVGTransform.cpp. r=longsonr
2012-09-22 20:48:27 -04:00
Marco Castelluccio
b9929b3705
Bug 789341 - Webapps.js catch eats everything. r=fabrice
2012-09-22 20:48:27 -04:00
Marco Castelluccio
4f52d488a8
Bug 786710 - Tests for valid and invalid cases. r=fabrice
2012-09-22 20:48:27 -04:00
Marco Castelluccio
20fcb2b377
Bug 786710 - Don't allow the launch_path of a manifest for absolute URLs to launch an app. r=fabrice
2012-09-22 20:48:26 -04:00