Boris Zbarsky
02efa525b8
Bug 860591. Install WebIDL quickstubs for event interfaces as needed. r=smaug
2013-04-12 10:51:25 -04:00
Boris Zbarsky
d2beaf77f2
Bug 810644 part 2. Eliminate the now-unused CallEventHandler. r=smaug, sr=peterv
2013-01-03 14:02:42 -05:00
Boris Zbarsky
3364b3d155
Bug 810644 part 1. Switch setTimeout and setInterval to using WebIDL callback functions. r=smaug, sr=peterv
2013-01-03 14:02:36 -05:00
Adam Roach [:abr]
6798a20f42
Bug 860952 - Add error site information to unexpectedCallbackAndFinish callback r=jsmith
2013-04-12 09:45:26 -05:00
bindarel@yahoo.com
f33b0f4543
Bug 796005 - Add telemetry for XUL cache being disabled, r=smaug
...
--HG--
extra : rebase_source : f279b78ceb93a46a8f6535713f96c366ca0e13fe
2013-04-12 17:41:02 +03:00
Andrew Halberstadt
54875486d9
Bug 860764 - Read profiles.ini properly during crash detection for marionette b2g unittests, r=jgriffin
2013-04-11 16:51:42 -04:00
Andrew Halberstadt
fe339c1d96
Bug 860773 - speed up crash detection for b2g marionette emulator tests, r=jgriffin
2013-04-11 16:51:41 -04:00
Mike Hommey
471539477e
Bug 861178 - Don't purge dist/ data during the MOZ_PROFILE_USE pass of a PGO build. r=ted
2013-04-12 16:03:06 +02:00
Mike Hommey
242b2d1392
Bug 860371 - Remove dist/bin when starting a build. r=gps
2013-04-11 09:33:48 +02:00
Ryan VanderMeulen
e547416654
Merge m-c to inbound.
2013-04-12 10:24:17 -04:00
Jim Mathies
53cac373e8
Bug 859447 - Setting popup doesn't display properly. Second landing, first had an empty patch! r=mbrubeck.
2013-04-12 09:17:14 -05:00
Paul Adenot
daa53a8453
Bug 859805 - Fix bustage.
2013-04-12 16:13:41 +02:00
Randell Jesup
3498c31030
Bug 859179: Support large strings by fragmentation r=tuexen
2013-04-12 10:08:49 -04:00
Randell Jesup
f127a3b455
Bug 859774: change DataChannel readyState names to match spec (capitalization) r=smaug
2013-04-12 10:08:47 -04:00
Mike Hommey
cce5067358
Backout changeset 859361dea2f0 (bug 860371) for windows PGO regressions
2013-04-12 16:06:56 +02:00
Landry Breuil
b8cf41e10c
Bug 853364 : Backout bug 648730 to fix SIGBUS at startup (symbols clash) on OpenBSD after bug 648407. r=glandium
2013-04-12 15:08:15 +02:00
Mike Hommey
c9968e6844
Bug 857596 - Remove fileid leftovers from hg mq screwup. r=me. DONTBUILD
2013-04-12 15:50:34 +02:00
Vicamo Yang
754cfb79d3
Bug 854790 4-2/4: test cases for filtering messages by threadId. r=gene
2013-04-12 14:56:27 +08:00
Vicamo Yang
e2570d5207
Bug 854790 4-1/4: refactor test_filter_mixed.js so that we have multiple messages in one thread. r=gene
2013-04-12 14:56:23 +08:00
Vicamo Yang
bd600fa25b
Bug 854790 3/4: RIL. r=gene
2013-04-12 14:56:19 +08:00
Vicamo Yang
740b89bf29
Bug 854790 2/4: DOM. r=mounir
2013-04-12 14:56:16 +08:00
Vicamo Yang
562f02fefa
Bug 854790 1/4: Support filtering mobile messages with thread id. Interface changes. sr=mounir
2013-04-12 14:56:12 +08:00
Vicamo Yang
57bd116b87
Bug 859830: determine Android API level through android/api-leve.h instead. r=glandium
2013-04-12 13:39:42 +08:00
Nicholas Cameron
0e977ab226
No bug. Remove .orig files, r=njn, DONTBUILD
2013-04-12 17:09:58 +12:00
Chris Pearce
54c67fa315
Bug 846992 - Don't assume last video frames in media's timestamp covers all of audio overhang. r=kinetik
2013-04-12 16:50:04 +12:00
Reuben Morais
c15e76962f
Bug 860918 - Disable the mozContact constructor if the dom.mozContacts.enabled is not set. r=gwagner
...
--HG--
extra : rebase_source : f5a5291a4b1c74f9048ca04067d7fc8bf02ad1f9
2013-04-11 21:45:40 -07:00
Kannan Vijayan
02dd6771f3
Bug 856627 - Add stubs to handle ListBase GetProp invoking native getters.
2013-04-11 23:45:16 -04:00
Gregor Wagner
a6c519dc5a
Bug 859601 - mozSetting API - return undefined if the API is unsupported on the platform, not null. r=bent
2013-04-11 20:40:44 -07:00
Ehsan Akhgari
04873bf8ec
Bug 859595 - Implement the alternate names for AudioBufferSourceNode, AudioContext and AudioParam; r=bzbarsky
...
Let this be mentioned in our code base history that I wrote this patch
with tears in my eyes. This is the saddest thing I've ever had to do to
Gecko. :(
--HG--
extra : rebase_source : 798e5b1dc8af51a399189dd05bc59ac077670820
2013-04-11 22:08:05 -04:00
Reuben Morais
c692778422
Bug 861041 - Fix -Wunused-function error in XPCQuickStubs.h. r=bz
...
--HG--
extra : rebase_source : d51c372a236b67fdaf91535bc967beb9621c671d
2013-04-11 20:19:54 -07:00
Reuben Morais
a366543483
Bug 861032 - Fix -Wreinterpret-base-class warning on Codegen.py. r=bz
...
--HG--
extra : rebase_source : c05d51d8aeed182b85333a347f0b1dfb5d6b1ef9
2013-04-11 19:29:50 -07:00
Joshua Cranmer
a0488f07c4
Bug 856108 - Port static analyses to clang, part 3: Remove NS_STACK_CLASS. r=bsmedberg
2013-04-11 22:22:44 -05:00
Joshua Cranmer
41c5d7997f
Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg
2013-04-11 22:22:09 -05:00
Joshua Cranmer
87a1b0bcfe
Bug 856108 - Port static analyses to clang, part 2g: use MOZ_STACK_CLASS in xpconnect. r=bholley
2013-04-11 22:21:46 -05:00
Joshua Cranmer
a74766f285
Bug 856108 - Port static analyses to clang, part 2f: use MOZ_STACK_CLASS in xpcom. r=bsmedberg
2013-04-11 22:21:40 -05:00
Joshua Cranmer
c7aade5e1f
Bug 856108 - Port static analyses to clang, part 2e: use MOZ_STACK_CLASS in layout. r=mats
2013-04-11 22:20:45 -05:00
Joshua Cranmer
76a02c6434
Bug 856108 - Port static analyses to clang, part 2d: use MOZ_STACK_CLASS in gfx. r=roc
2013-04-11 22:20:37 -05:00
Joshua Cranmer
5928d70fad
Bug 856108 - Port static analyses to clang, part 2c: use MOZ_STACK_CLASS in editor. r=ehsan
2013-04-11 22:20:27 -05:00
Joshua Cranmer
45e3447406
Bug 856108 - Port static analyses to clang, part 2b: use MOZ_STACK_CLASS in dom. r=Ms2ger
2013-04-11 22:20:18 -05:00
Joshua Cranmer
66e39d8aff
Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz
2013-04-11 22:20:09 -05:00
Joshua Cranmer
b721b5a37b
Bug 856108 - Port static analyses to clang, part 1: stack-class. r=ehsan
2013-04-11 22:20:02 -05:00
Randell Jesup
45a0f4aad4
Bug 860222: use our own isascii() for sanitizing TURN passwords r=glandium
2013-04-11 22:46:23 -04:00
Randell Jesup
e67f1c5165
Bug 860920: remove moz.build files from deleted source directory media/webtrc/trunk/src r=gps
2013-04-11 22:45:54 -04:00
Phil Ringnalda
045ce0a190
Back out 5bf9771e1a28 (bug 860029) for bustage
...
CLOSED TREE
2013-04-11 19:55:37 -07:00
Trevor Saunders
d74fa73666
backout 76c52c1ca95a bug 859446 because its suspected of regressing talos on win pgo
2013-04-11 22:43:19 -04:00
Jan de Mooij
0c0127c3cf
Bug 859446 - Fix GCC warnings from baseline compiler merge. r=bhackett
2013-04-10 16:41:00 +02:00
Paul Adenot
697026ca9e
Bug 853551 - Implement the doppler part of AudioPannerNode. r=ehsan
2013-04-11 14:47:57 +02:00
Paul Adenot
b761c78600
Bug 859805 - Make libcubeb work on Android 2.3. r=kinetik
2013-04-12 14:50:02 +02:00
Bobby Holley
9097d7f863
Bug 850253 - Remove Off-Main-Thread XPCWrappedJS refcounting from KeyGenRunnable. r=jedp
2013-04-11 14:05:35 -07:00
Jan de Mooij
424483a21d
Bug 858097 - Fix StackFrame::epilogue to check |this| is an object to avoid OOM crashes. r=jwalden
...
--HG--
extra : rebase_source : d13d16bd9ab4fd9d875983c6a14f4d06417ff0c8
2013-04-12 14:18:44 +02:00