Boris Zbarsky
733bb370b7
Bug 841404. Make sure that we treat dictionaries inside sequence and array members of a dictionary as dependencies for it. r=peterv
2013-02-17 11:22:11 -05:00
Jan-Ivar Bruaroey
837e9ad9b7
Bug 841958 - <reftest-wait> avoids JS SecurityError in crashtest 822197.html. r=jesup
2013-02-16 19:55:41 -05:00
Cykesiopka
7af4e94e2a
Bug 583566 - Remove old Java plugin scanning pref and related code. r=bsmedberg
2013-02-17 07:07:50 -05:00
L. David Baron
2dc2fa21d4
Bug 841983: Require whitespace around 'not', 'and', and 'or' keywords in @supports rules. r=heycam
...
Matches spec change in https://dvcs.w3.org/hg/csswg/rev/34b185ae3bac .
2013-02-16 21:29:38 -08:00
David Dahl
6e4db0cf07
Bug 440046 - expose secure PRNG in the DOM (window.crypto.getRandomValues) r=cviecco r=bsmith
2013-02-15 15:38:15 -08:00
David Dahl
406eda85db
Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - revert nsIWindowCrypto patch - r=jst
2013-02-16 22:43:19 -06:00
David Dahl
5ccb7367b2
Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch - r=jst
...
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-16 22:43:16 -06:00
L. David Baron
5ef4421fa5
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
...
Except for the changes in:
layout/generic/nsIFrame.h (part)
layout/style/nsComputedDOMStyle.h (all)
layout/style/nsRuleNode.cpp (part)
layout/style/nsStyleContext.cpp (part)
layout/style/nsStyleContext.h (part)
(see patch 3b in the bug), this patch was written with the sed script:
s/\<GetStyle\(Font\|Color\|List\|Text\|Visibility\|Quotes\|UserInterface\|TableBorder\|SVG\|Background\|Position\|TextReset\|Display\|Content\|UIReset\|Table\|Margin\|Padding\|Border\|Outline\|XUL\|SVGReset\|Column\)\>/Style\1/g
2013-02-16 13:51:02 -08:00
Sotaro Ikeda
87cc2325b7
Bug 826072 - Dispatch Init() out of nsGonkCameraControl's constructor. r=mikeh
2013-02-16 14:05:45 -05:00
Peter Van der Beken
7e3e8c9052
Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
...
--HG--
extra : rebase_source : 8a272905c79396e7ae08aaaf83566ac450c45be0
2013-02-07 10:19:08 +00:00
Jeff Walden
260bb6eb9a
Bug 836519 - Back out 7a145f17e37c for intermittent 'dom/contacts/tests/test_contacts_getall.html | 19 contacts returned - got 20, expected 19' in the test it added. r=intermittent-orange
2013-02-16 00:42:26 -08:00
Phil Ringnalda
604c8641a6
Back out 236ba87c0a9f (bug 440046) and d3b7606d94a6:895a7efc978d (bug 683262) for b2g mochitest failures
2013-02-15 23:33:45 -08:00
Boris Zbarsky
a41a8c62d4
Bug 822674 followup to disable this test on Android. r=jesup
2013-02-16 00:59:11 -05:00
L. David Baron
27b5ab689a
Bug 841896: Rename CSSKeyframesRule.insertRule to appendRule to match spec change.
...
Note that this does not change the IID of nsIDOMMozCSSKeyframesRule
since neither the method signature nor semantics have changed; only the
name is different.
2013-02-15 21:38:34 -08:00
David Dahl
49070311ef
Bug 440046 - expose secure PRNG in the DOM (window.crypto.getRandomValues) r=cviecco r=bsmith
2013-02-15 15:38:15 -08:00
David Dahl
0bfba29ba5
Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - revert nsIWindowCrypto patch r=jst
2013-02-15 23:34:18 -06:00
David Dahl
cb2e8d0515
Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch r=jst
...
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-15 23:34:15 -06:00
Reuben Morais
8ca93b1c9d
Bug 836519 - Implement getAll API for contact manager using cursors. r=gwagner
2013-02-03 04:05:51 -08:00
Boris Zbarsky
213f724948
Bug 822674. Give RTCPeerConnection a sane classinfo. r=jst,jesup. r=peterv pending
2013-02-15 22:41:31 -05:00
Boris Zbarsky
44f18e46f3
Bug 840898. Flag our nullable return value as actually being nullable. r=tbsaunde
2013-02-15 22:36:15 -05:00
Justin Dolske
7eade1bb25
Bug 827145 - When no A/V devices are available, return that error to the page's getUserMedia callbacks. r=jesup
2013-02-15 19:22:27 -08:00
Ryan VanderMeulen
30e5ea9fb1
Backed out changeset 39d8916b698b (bug 826044) for frequent failures.
2013-02-15 21:27:17 -05:00
Randell Jesup
dbc69eee97
Bug 835953: Notify UI that all gUM streams for a WindowID are gone r=dolske
2013-02-15 11:10:15 -05:00
Randell Jesup
281c285c54
Bug 826044: enable WebRTC crashtests r=jsmith
2013-02-15 19:54:29 -05:00
Peter Van der Beken
096abd5a26
Fix for bug 838269 (Support cross-global |... instanceof DOMInterface|). r=bz.
...
--HG--
extra : rebase_source : e5ad1d7da8029394e3ecb38909eca406a675dbe9
2013-01-08 19:05:36 +01:00
Ben Turner
46bed5f017
Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell.
2013-02-15 14:27:21 -08:00
Shih-Chiang Chien
9d75658f1f
Bug 841243 - Followup fix for the captive portal changes, r=fabrice a=shira+
2013-02-15 14:26:58 -08:00
Gregor Wagner
2e09eae3e9
Bug 841041 - Fix memory broadcast bug for workers. r=bent.
2013-02-15 14:12:19 -08:00
Ben Turner
be5abc59e7
Bug 841608 - 'Assertion: Uh, inner window set as event target! with FireMozTimeChangeEvent'. r=smaug.
2013-02-15 14:03:18 -08:00
Ben Turner
b6bde00c89
Bug 841612 - 'TimeChangeObserver::FireMozTimeChangeEvent bails out if *any* weak windows have gone away'. r=jlebar.
2013-02-15 13:57:18 -08:00
Ben Turner
41e73faa1a
Bug 839261 - 'Assertion failure: false (Remote blob didn
...
't return a remote stream)'. r=sicking.
2013-02-15 13:39:43 -08:00
David Keeler
c5d99fd5ae
bug 838290 - make nsIPluginHost.getPermissionStringForType more robust r=bsmedberg
2013-02-13 10:15:40 -08:00
Scott Johnson
8d33c681fa
Bug 840341: Rev the IID of nsICameraCapabilities. [r=bsmedberg]
...
--HG--
extra : rebase_source : d5d2ada4afb1733e7b92c8329e86c109488af911
2013-02-14 16:26:28 -06:00
Chris Jones
63f195022b
Bug 841830: Allow scrolling while tap/pan gesture is still ambiguous, for perceived responsiveness. r=vingtetun
...
--HG--
extra : rebase_source : efb68d082921d1a41120c5b447b72637ea72ab73
2013-02-15 11:41:23 -08:00
Fabrice Desré
440edaf33f
Bug 838308 - mozKeyboard should require a permission to use r=vingtetun a=tef+
2013-02-15 12:35:18 -08:00
Fernando Jiménez
451869247e
Bug 839435 - [Packaged apps] Only allow numbers in the 'size' manifest field; r=fabrice
2013-02-15 19:13:02 +01:00
Andrea Marchesini
8e88bdc658
Bug 838532 - Convert HTMLLegendElement to WebIDL. r=Ms2ger
2013-02-15 11:55:53 -05:00
Andrea Marchesini
a50da65990
Bug 838532 - Rename nsHTMLLegendElement to HTMLLegendElement. r=Ms2ger
...
--HG--
rename : content/html/content/src/nsHTMLLegendElement.cpp => content/html/content/src/HTMLLegendElement.cpp
rename : content/html/content/src/nsHTMLLegendElement.h => content/html/content/src/HTMLLegendElement.h
2013-02-15 11:55:53 -05:00
Ryan VanderMeulen
2836f14147
Merge m-c to inbound.
2013-02-15 11:55:36 -05:00
Ryan VanderMeulen
bd99dbd7f0
Merge inbound to m-c.
2013-02-15 09:39:34 -05:00
Tim Taubert
4196c69b7e
merge m-c to fx-team
2013-02-15 10:40:59 +01:00
Ryan VanderMeulen
a98395cd45
Merge the last PGO-green inbound changeset to m-c.
2013-02-14 17:16:49 -05:00
Randell Jesup
1abf09a6e0
Bug 829907: release video capture device on MainThread (mac only) r=bsmedberg
2013-02-14 14:59:27 -05:00
Alexandre Poirot
de5f64d948
Bug 834515 - Updating to a packaged app with a new name via introducing a locale override allows changing the app name r=fabrice
2013-02-14 09:23:58 -08:00
Ryan VanderMeulen
cf5adab5f1
Backed out changeset 38c7d7a7f586 (bug 716859) for B2G reftest failures on a CLOSED TREE.
2013-02-13 21:39:07 -05:00
Trevor Saunders
3e6a6deadc
bug 841430 - nuke nsIEditorDocShell r=bz
2013-02-13 17:39:30 -05:00
Tim Taubert
7b2929b9d7
Bug 672474 - add nsIDOMWindowUtils.getScrollbarWidth(aFlushLayout); r=roc
2013-02-13 21:32:35 +01:00
Adam Roach [:abr]
5461f0563c
Bug 840344: Prevent multiple creations of local SDP r=ekr,jsmith
2013-02-14 10:04:09 -06:00
Andrea Marchesini
c614e41e70
Bug 840559 - Convert MediaError to WebIDL. r=smaug
2013-02-14 10:59:21 -05:00
Eric Chou
e08bf536bc
Bug 834816 - Disconnect all acl connections before disabling Bluetooth, r=qdot
2013-02-14 23:16:37 +08:00