Randell Jesup
|
9ecc4f0aa3
|
Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused
|
2014-06-12 12:21:38 -04:00 |
|
Ed Morley
|
866f114249
|
Backed out changeset 5d63a1316981 (bug 1024288)
|
2014-06-12 17:40:44 +01:00 |
|
Randell Jesup
|
3668de4ea0
|
Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused
|
2014-06-12 12:21:38 -04:00 |
|
Paul Kerr [:pkerr]
|
6cf4c86116
|
Bug 970713 - Part 1: Control webrtc logging from about:config settings r=jesup
|
2014-06-08 18:54:47 -07:00 |
|
Randell Jesup
|
e468136266
|
Bug 1022212: enable WebRTC load adaptation by default rs=jesup,gcp
|
2014-06-07 13:19:12 -04:00 |
|
Ryan VanderMeulen
|
ae53e128eb
|
Backed out changeset 650ea68d7ef2 (bug 1022212) for causing bug 1022235.
|
2014-06-07 21:13:08 -04:00 |
|
Randell Jesup
|
7f6cc649ad
|
Bug 1022212: enable WebRTC load adaptation by default rs=jesup,gcp
|
2014-06-07 13:19:12 -04:00 |
|
Jonathan Kew
|
f518f9e102
|
backout changeset 48b74ab18f92 (bug 1018034) due to MS Sans Serif regression with Thai system locale (see bug 1020826).
|
2014-06-06 22:41:07 +01:00 |
|
Ryan VanderMeulen
|
7e3133c429
|
Merge m-c to inbound. a=merge
|
2014-06-06 17:34:13 -04:00 |
|
Ed Morley
|
30eb60b0b5
|
Merge mozilla-central and b2g-inbound
|
2014-06-06 19:12:21 +01:00 |
|
John Shih
|
eb5c64f849
|
Bug 1020758 - Disable Network Information API on Desktop. r=sicking
|
2014-06-06 17:12:54 +08:00 |
|
Brian Nicholson
|
c5f1180f79
|
Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN
|
2014-06-06 13:06:15 -07:00 |
|
Matthew Noorenberghe
|
5a86849d06
|
Bug 1009935 - Implement the @autocomplete attribute for values other than off/on. r=smaug
|
2014-06-06 00:25:02 -07:00 |
|
Brian Birtles
|
ca996e25d9
|
Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug
Note that this pref isn't fully live since the timeStamp member of the event
interface is [Pure] and so values will be cached.
|
2014-06-06 14:29:49 +09:00 |
|
Brian Birtles
|
77b56d540f
|
Turn off changes to SVG's getBBox due to bug 1019326; r=longsonr
|
2014-06-05 15:43:33 +09:00 |
|
Morris Tseng
|
3ed6a2adc9
|
Bug 987718 - Part 6: Hooks up SelectionCaret; r=roc
|
2014-06-04 22:58:00 +02:00 |
|
Daniel Holbert
|
a142a5db26
|
Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey
|
2014-06-04 21:07:07 -07:00 |
|
Markus Stange
|
488707ab3c
|
Bug 944938 - Add default values for some AsyncPanZoom prefs to all.js. r=kats
|
2014-06-03 15:39:50 +02:00 |
|
Carsten "Tomcat" Book
|
f15ac0b086
|
Backed out changeset f62d16bc1c3e (bug 944938) for testfailures during 10.8 Builds on a CLOSED TREE
|
2014-06-04 16:06:24 +02:00 |
|
Markus Stange
|
13546f805b
|
Bug 944938 - Add default values for some AsyncPanZoom prefs to all.js. r=kats
|
2014-06-03 15:39:50 +02:00 |
|
Jeremy Poulin
|
ab83f7f8dd
|
Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
|
2014-06-03 13:37:46 -07:00 |
|
Phoebe Chang
|
35e1de7e23
|
Bug 924692 - Part 3: Add TouchCaret; r=roc, bugs
|
2014-06-03 15:08:45 +08:00 |
|
Phoebe Chang
|
4d2bf9e76b
|
Bug 924692 - Part 1: Add touch caret rendering support; r=roc
|
2014-06-03 15:08:25 +08:00 |
|
Monica Chew
|
ba4581d5dc
|
Bug 1012882: Restrict pinning to desktop (r=keeler)
|
2014-06-02 15:06:30 -07:00 |
|
Makoto Kato
|
d6c1bc46ea
|
Bug 1010653 - Add Noto Sans family to fallback font. r=jdaggett
|
2014-06-02 16:46:54 +09:00 |
|
Masatoshi Kimura
|
59b5d229ee
|
Bug 1018034 - Remove the "gfx.font_rendering.harfbuzz.scripts" pref. r=jfkthame
|
2014-05-31 15:11:29 +09:00 |
|
John Schoenick
|
394baa5b51
|
Bug 870021 - Part 1.3 - Add srcset to HTMLImageElement & atoms. r=jst, sr=jst
|
2014-05-30 13:03:04 -07:00 |
|
Botond Ballo
|
4817f200ad
|
Bug 1016573 - Put logging of APZ test data behind a pref. r=kats
|
2014-05-29 12:51:28 -04:00 |
|
Kartikaya Gupta
|
f582b9c66d
|
Bug 1016222 - Ensure async-scroll-1b is run with low-precision painting disabled. r=Cwiiis
|
2014-05-29 12:47:42 -04:00 |
|
wei.gao@spreadtrum.com
|
7af34a3085
|
Bug 1008812 - change dom.mms.retrievalRetryIntervals to shorten the mms wait time. r=vyang
|
2014-05-28 10:33:22 -04:00 |
|
Peter Van der Beken
|
b731f7650c
|
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : 4ee28872adf9d03d9dc28880426383224359fd78
|
2014-04-08 20:48:37 +02:00 |
|
Peter Van der Beken
|
170177e7a3
|
Backout 82e3d6f25c5f (bug 789261).
|
2014-05-25 18:50:27 +02:00 |
|
Peter Van der Beken
|
0e6293f665
|
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : 4c515e4a41e622f195a81904e1f896c492831440
|
2014-04-08 20:48:37 +02:00 |
|
Masayuki Nakano
|
b2f540c15c
|
Bug 865649 part.1 Implement KeyboardEvent.code r=smaug
|
2014-05-25 11:08:58 +09:00 |
|
Randell Jesup
|
495244d032
|
Bug 1004396: Make video codec default bitrates configurable for WebRTC r=ekr
|
2014-05-24 18:28:00 -04:00 |
|
Gijs Kruitbosch
|
d587239dd0
|
Bug 1013457 - remove browser.frames.enabled pref, r=bz
|
2014-05-23 10:54:58 +01:00 |
|
Boris Zbarsky
|
a55f979389
|
Bug 528456. Enable :scope support in querySelector and scoped stylesheets by default. r=dholbert
|
2014-05-22 00:23:51 -04:00 |
|
Birunthan Mohanathas
|
849371302f
|
Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...)) . r=ehsan
|
2014-05-22 06:48:52 +03:00 |
|
Birunthan Mohanathas
|
c6f127456b
|
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
53a11ecbdf
|
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...)) . r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Benoit Girard
|
fb298d6e88
|
Bug 1014042 - Add compositor benchmark. r=jrmuizel
|
2014-05-21 17:29:49 +00:00 |
|
Ryan VanderMeulen
|
452e164d8b
|
Merge b2g-inbound to m-c.
|
2014-05-21 16:17:37 -04:00 |
|
Kartikaya Gupta
|
ecf6425d2b
|
Bug 1001438 - Switch Fennec to using margins-based displayport as well. r=Cwiiis
|
2014-05-21 12:06:03 -04:00 |
|
Carsten "Tomcat" Book
|
64f3a4a5fe
|
Merge mozilla-central to b2g-inbound
|
2014-05-21 14:32:08 +02:00 |
|
Shigeyuki Tsukihashi
|
493b6611e1
|
Bug 999964 part 1 - Patch for SVG 2 getBBox method; r=longsonr, r=bz
|
2014-05-13 10:24:35 +09:00 |
|
Richard Barnes
|
63aeb46ec5
|
Bug 995385 - Add WebCrypto WebIDL interfaces. r=bz, r=cviecco, r=dkeeler
|
2014-05-15 06:20:00 -04:00 |
|
Andrew Osmond
|
d467c714b7
|
Bug 1011101 - Enable camera auto focus moving callback. r=dhylands
|
2014-05-16 07:05:00 +02:00 |
|
Bas Schouten
|
c3a9c1a7c3
|
Bug 899785: Switch on OMTC and async video on windows. r=BenWa
|
2014-05-19 20:11:07 +02:00 |
|
Wes Kocher
|
eef8de4f97
|
Backed out changeset 718a9852b60d (bug 899785) for near-permanent reftest failures on Windows CLOSED TREE
|
2014-05-19 15:32:46 -07:00 |
|
Wes Kocher
|
e37402b935
|
Backed out changeset c744c837c732 (bug 789261) for Gaia-unit test bustage on a CLOSED TREE
|
2014-05-19 15:20:43 -07:00 |
|