Olli Pettay
33258062d0
Bug 835503 - Remove nsCycleCollector::ShouldBeFreed/WasFreed, r=mccr8
2013-01-29 12:45:38 +02:00
Eric Chou
da5d0e42c1
Bug 834551 - Insert BT_LOG at several important check points, r=gyeh
2013-01-29 18:37:51 +08:00
Eric Chou
5cefb04c1c
Bug 834551 - Replace 'LOG()' with 'BT_WARNING()' defined in BluetoothCommon.h for consistency, r=qdot
2013-01-29 18:37:51 +08:00
Eric Chou
e262621b2e
Bug 834551 - Add Bluetooth debugging flag, r=qdot
2013-01-29 18:37:51 +08:00
Robert O'Callahan
4b6c8d2400
Backing out 306003528e10, 335160d7855a, dfc9d5651175, 0559d630dd89, 03c3ae8323bd: bug 835195, bug 832154, bug 831561 ... in a CLOSED TREE
...
--HG--
rename : content/svg/content/src/SVGMarkerElement.cpp => content/svg/content/src/nsSVGMarkerElement.cpp
rename : content/svg/content/src/SVGMarkerElement.h => content/svg/content/src/nsSVGMarkerElement.h
2013-01-29 22:45:50 +13:00
Gian-Carlo Pascutto
9582bebc35
Bug 834395 - Disable INET6 everywhere in Android SCTP. r=jesup
2013-01-29 10:28:14 +01:00
Gian-Carlo Pascutto
d9c801e1ea
Bug 835343 - Correctly free the linked list in freeifaddrs. r=jesup
2013-01-29 10:21:28 +01:00
Mike Hommey
66cbfc73f8
Bug 834769 - Change the "destroyed" state value for RefCounted. r=Waldo
2013-01-29 09:35:16 +01:00
Marco Chen
df70168a14
Bug 835454 - [Audio] AudioChannelService didn't notify agents to call getMuted() when a content channel's visibility is changed. r=baku, a=tef+
2013-01-30 10:54:07 +08:00
Mark Capella
57b13f49ee
Bug 806394 - updater should log more things, r=mfinkle
2013-01-31 02:21:26 -05:00
Chris Jones
d471812c78
Fix for bug 836593 on gecko-21. CLOSED TREE
2013-01-30 23:15:35 -08:00
Fabrice Desré
affdca43f1
Bug 835548 - Refactor BrowserElementParent.js into a .js and .jsm, and speed up message registration. r=jlebar
...
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2013-01-30 14:22:54 -08:00
Fabrice Desré
ba72d36dd9
Bug 834999 - WebappsApplication.prototype.manifest getter takes 25-30ms on critical startup path r=ferjm
2013-01-30 22:50:28 -08:00
Fabrice Desré
07d0055f08
Bug 835596: Speed up getAppByLocalId from O(n) to O(1) r=ferjm
2013-01-30 22:50:28 -08:00
Fabrice Desré
3b7eea0211
Bug 834371 - Applying a packaged app update and immediately losing power to the phone - app update is lost r=julienw
2013-01-30 22:50:28 -08:00
Chris Jones
be352aedf9
Bug 836593: Add profiler labels to organize samples under FrameLoader::StartLoading(), IFrameElement::BindToTree(), and TabParent creation code. r=jlebar,smaug
2013-01-30 22:40:43 -08:00
Sriram Ramasubramanian
25c8f00952
Bug 794940: Visible white line in Nexus 7. [r=mfinkle] [needs-clobber]
...
--HG--
extra : rebase_source : 09b4301502fe5aaf75056d163deb325dabcb79f4
2013-01-30 14:47:41 -08:00
Sriram Ramasubramanian
94d784b802
Bug 836043: Tab icons for tablets are same for 7" and 10". [r=mfinkle]
...
--HG--
extra : rebase_source : b324ce88c3bf057290637dd81d8215094fcc7ae5
2013-01-30 13:49:56 -08:00
Sriram Ramasubramanian
52b9e1e41c
Bug 836043: Replace tabs toolbar background with a dark one. [r=mfinkle]
...
--HG--
extra : rebase_source : cfe5ff7847783a0a58142de1b30abfe53c95d8e8
2013-01-29 15:57:52 -08:00
Sriram Ramasubramanian
68424e511f
Bug 836043: Use icon-tabs for tab switcher in tabs-ui. [r=mfinkle]
...
--HG--
extra : rebase_source : efa4b1633f7bbf4bcacc4b2140c759f1666386f6
2013-01-29 14:43:34 -08:00
Sriram Ramasubramanian
b1e4341b8c
Bug 834525: Tab is not selected if its private. [r=mfinkle]
...
--HG--
extra : rebase_source : 1889436b29e1e0e96ccd3e353c9419f8c62f22d2
2013-01-30 12:01:55 -08:00
Sriram Ramasubramanian
1f180972ff
Bug 834525: Supress testNewTab's closeTabs(). [r=mfinkle]
...
--HG--
extra : rebase_source : 3bdac1f069856357c9930ac8f075c715b534a812
2013-01-30 11:10:17 -08:00
Robert O'Callahan
113ac8f1a1
Bug 832788. Part 4: PrimitiveConversions should avoid implicit narrowing casts to avoid compiler warnings; make them explicit. r=bzbarsky
...
--HG--
extra : rebase_source : 276f7834714ded347bd9d368258bc049f24787c4
2013-01-29 16:14:40 +13:00
Terrence Cole
35c9f7670d
Bug 706885 - Rework Rooting APIs to preserve all available type information; r=billm
2013-01-28 18:25:23 -08:00
Matt Brubeck
2ba5b077c3
Bug 834399 - Tab sidebar should switch views to show newly selected tab [r=sriram]
2013-01-29 10:58:09 -08:00
Gabriele Svelto
4cd2bb780f
Bug 835730 - Properly tear down components when the profile is being shut down. r=mak
2013-01-29 18:06:03 +01:00
Robert O'Callahan
030c7cbf38
Bug 832788. Part 3: AudioListener DopplerFactor/SpeedOfSound should take float per WebIDL. r=ehsan
...
--HG--
extra : rebase_source : d435b1678b09075cecf75e8da64364ec62964d00
2013-01-29 14:40:59 +13:00
Robert O'Callahan
cb6d196d28
Bug 832788. Part 2: AudioEventTimeline::IsValid needs to accept double. r=ehsan
...
--HG--
extra : rebase_source : 74c278d121419448b264ec3be4b8717bd99e15d1
2013-01-29 14:40:26 +13:00
Robert O'Callahan
869a63000b
Bug 832788. Part 1: Make double->float conversions explicit in CanvasRenderingContext2D.cpp. r=jrmuizel
...
--HG--
extra : rebase_source : 626dc74eae93bb6a0d9bbb69db9440f251150169
2013-01-29 14:39:47 +13:00
Robert O'Callahan
880b2eeee8
Bug 833542. Make scrollWidth/scrollHeight for overflow:visible match what they would be for overflow:hidden on the same element. r=mats
...
--HG--
extra : rebase_source : 42d1018cf48caf1eec4bc9251ec1cb3eee30001b
2013-01-29 14:38:22 +13:00
Mike Hommey
17103848ed
Backout changeset bc2bbe9836c7 (bug 834769) for bustage.
2013-01-29 09:49:16 +01:00
David Zbarsky
85d1fd3baf
Bug 835195: Remove nsIDOMSVGFitToViewBox r=bz
2013-01-29 03:50:57 -05:00
David Zbarsky
eb9afe3706
Bug 835195: Remove nsIDOMSVGTests r=bz
2013-01-29 03:50:56 -05:00
David Zbarsky
3a688314ce
Bug 832154: Convert SVGMarkerElement to WebIDL r=bz
2013-01-29 03:50:56 -05:00
David Zbarsky
1085318980
Bug 832154: Move SVGMarkerElement to mozilla::dom r=bz,longsonr
...
--HG--
rename : content/svg/content/src/nsSVGMarkerElement.cpp => content/svg/content/src/SVGMarkerElement.cpp
rename : content/svg/content/src/nsSVGMarkerElement.h => content/svg/content/src/SVGMarkerElement.h
2013-01-29 03:50:56 -05:00
David Zbarsky
451d353bdc
Bug 831561 - SVGClipPathElement should inherit from SVGElement r=longsonr
2013-01-29 03:50:56 -05:00
Mike Hommey
7484d00f37
Bug 835164 - Unbreak Seamonkey and Xulrunner mac universal builds after bug 834228. r=ted
2013-01-29 09:35:53 +01:00
Mike Hommey
9446203c4a
Bug 834459 - Specialize RefCounted template for LibHandle to better allow refcounting during destructor execution. r=nfroyd
2013-01-29 09:35:32 +01:00
Mike Hommey
19f90e4909
Bug 834769 - Change the "destroyed" state value for RefCounted. r=Waldo
2013-01-29 09:35:16 +01:00
Chris Jones
6364ff2403
Bug 835641: Don't SendUpdateDimensions() when they haven't changed. r=roc
2013-01-28 23:49:38 -08:00
Chris Jones
63f748e97c
Bug 792966: Don't try to gralloc small buffers. r=kanru
2013-01-28 23:49:38 -08:00
Ehsan Akhgari
618903f6dd
Bug 836076 - Part 3: Make AudioParams call back into their owning node when they're modified; r=roc
...
We need this in order to update the MediaStreamGraph thread when an
AudioParam changes. This enables each AudioParam to be registered with
a callback from its owner node, so that the owner node can have custom
processing code for each AudioParam's mutation.
2013-01-28 18:59:29 -05:00
Ehsan Akhgari
e37353007a
Bug 836076 - Part 3: Make AudioParams call back into their owning node when they're modified; r=roc
...
We need this in order to update the MediaStreamGraph thread when an
AudioParam changes. This enables each AudioParam to be registered with
a callback from its owner node, so that the owner node can have custom
processing code for each AudioParam's mutation.
2013-01-28 18:59:29 -05:00
Terrence Cole
46f2c42966
Bug 706885 - Move post barrier verifier to JSRuntime; r=billm
...
--HG--
extra : rebase_source : 0ecc660996501fb54573cc0081a12bbca838e45d
2013-01-28 15:59:02 -08:00
Sotaro Ikeda
8b05a8977a
Bug 836782 - reduce gralloc buffer reallocation in camera StartPreview(), r=kchen
2013-02-06 12:57:50 -05:00
Martijn Wargers
b8991f86b0
Bug 830523 - Add larger set of DOM tests to B2G runs, r=jgriffin
2013-02-06 09:43:32 -08:00
Ethan Hugg
782612d9df
Bug 837324 - Fix ui_ice_candidate_add call when dcb is NULL r=ekr
2013-02-05 11:24:59 -08:00
Chris Jones
2a7ba86220
Bug 835591: Disable cross-process IME when it's not used. r=roc
2013-01-28 15:56:28 -08:00
Randell Jesup
ee0aa6fbdb
Bug 830146: Add packet logging for DataChannels, and log SCTP debugs through NSPR r=jesup,mcmanus
2013-01-29 02:46:26 -05:00
Ehsan Akhgari
e91dfed6d9
Bug 836076 - Part 2: Make it possible to send AudioEventTimeline objects as commands to the MSG thread; r=roc
2013-01-28 17:42:27 -05:00