Martijn Wargers
b8ac11d1cd
Bug 350460 - crashtest.
2013-01-26 14:15:29 +01:00
Martijn Wargers
4e201c4259
Bug 350370 - crashtest.
2013-01-26 14:15:29 +01:00
Joonas Marttila
33b2fef76f
Bug 348510 - crashtests.
2013-01-26 14:15:29 +01:00
Martijn Wargers
f125acc5a1
Bug 347367 - crashtest.
2013-01-26 14:15:29 +01:00
Martijn Wargers
fb0af04cf6
Bug 331292 - crashtest.
2013-01-26 14:15:29 +01:00
Jason Duell
754371e35c
Bug 833935 - Stop using one static var per compilation unit. r=jdm
2013-01-25 19:28:00 +00:00
Jonathan Watt
76e80f89c7
Fix orange introduced by c4ace0f3ee89 (bug 834302). r=orange.
2013-01-26 11:46:34 +00:00
Cameron McCormack
149446bcec
Bug 828962 - Followup to add the reftest files.
2013-01-26 22:02:33 +11:00
Cameron McCormack
5da0af97c5
Bug 828962 - Don't let xml:space="preserve" affect <foreignObject>. r=longsonr
2013-01-26 21:28:15 +11:00
Jonathan Watt
be721c746e
Bug 834302 - Separate the concept of "the maximum" and "the max content attribute" in nsHTMLInputElement. r=mounir.
2013-01-25 23:51:57 +00:00
Raymond Lee
47612836b9
Bug 820764 - Stop using addvisit() in browser tests r=mak77
2013-01-25 12:55:22 +08:00
Michael Wu
fb8df14aa2
Bug 831624 - Use fb/gralloc to render boot animation, r=cjones,joe,glennrp
2013-01-24 21:18:30 -08:00
Jeff Hammel
aaeda9f17f
Bug 830996 - implement a way to DRY mozbase packages for m-c;r=gps
...
--HG--
extra : rebase_source : 47c989854e95e0df97f3af656bba83a91bbef33a
2013-01-25 21:51:08 -08:00
Jeff Walden
5962e7f0d7
Bug 830257 - Compute the local time zone offset, not including any offset due to DST, in a different, hopefully more correct, way. r=dmandelin
2013-01-25 22:02:55 +00:00
Sean Stangl
7a33f380cb
Bug 834762 - yarr/MatchResult.h:58:44: warning: overflow in implicit constant conversion [-Woverflow]. r=warning-spam
...
From 29c3e8f8ef230a27d2bce0016094b43f812befe0 Mon Sep 17 00:00:00 2001
---
js/src/yarr/MatchResult.h | 2 +-
js/src/yarr/YarrJIT.cpp | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
2013-01-25 16:34:08 -08:00
EKR
d005034d5d
Bug 816780 - Merge all incoming m-lines into one MediaStream. r=jesup,abr
2013-01-24 08:34:18 -08:00
Dave Hylands
e8edc81a2c
Bug 828731 - Wait for the framebuffer to become ready before trying to open it. r=mwu
2013-01-25 17:31:46 -08:00
Benoit Jacob
b9f919744f
Bug 832576 - Fix perf regression in WebGL uniform setters - r=jgilbert
2013-01-25 13:40:38 -05:00
Benoit Jacob
2f2383b320
Bug 791432 - fix build bustage - no review
2013-01-25 14:48:26 -05:00
Benoit Jacob
b0a310b786
Bug 791432 - blacklist WebGL on HTC One S ("ville") - r=jgilbert
2013-01-25 13:40:38 -05:00
Benoit Jacob
beff7250b6
Bug 827170 - Clamp intermediate surface's framebuffer dimensions to what is supported by the GL - r=BenWa
...
Without this, we have assertion failures as we fail to create our textures and subsequently
we have incomplete framebuffers. The present patch is a short-term compromise: to avoid
asserting, we just clamp texture sizes. That can result in fuzzy rendering. Ideally
(with some suitable tiling) we wouldn't have to do that.
2013-01-25 13:40:38 -05:00
Phil Ringnalda
b8c910183c
Back out 5a56a56a6481:a5969a01955b (bug 834414) to investigate whether it caused reftest-4 failures
...
CLOSED TREE
2013-01-25 20:03:50 -08:00
L. David Baron
466cba5c52
Backout ccf23b56150e (bug 832576) on a CLOSED TREE on the theory that maybe WebGL changes could have changed graphics state in a way that caused the Android reftest-4 failures on SVG gradient tests.
2013-01-25 18:18:34 -08:00
L. David Baron
722d3be2e0
Backout 8f213db8fe7f and 31399fd0cb5b (Bug 791432) on a CLOSED TREE on the theory that maybe WebGL changes could have changed graphics state in a way that caused the Android reftest-4 failures on SVG gradient tests.
2013-01-25 18:18:34 -08:00
Benoit Jacob
48fa248cf2
Bug 827170 - back out a920571903da to see if it is what caused SVG reftests (android R4) to fail - no review, bustage on a CLOSED TREE
2013-01-25 17:50:29 -05:00
Phil Ringnalda
bff4162841
Back out 2692ef57acaa (bug 789358) for causing bug 834883
2013-01-25 14:38:30 -08:00
Phil Ringnalda
6b9dba09d6
Back out ab76caba70f3 (bug 833546) for robocop bustage
...
--HG--
extra : rebase_source : 95fd538d507c63c80a2f9e565f1583c68593b837
2013-01-25 14:33:18 -08:00
Phil Ringnalda
5b55ee7537
Back out baa055cb9043 (bug 834525) for robocop bustage
...
--HG--
extra : rebase_source : 8972732b87274e1c657aa86fa798224895d512fe
2013-01-25 14:32:21 -08:00
Shane Caraveo
31c389a19c
Bug 804656: add rolluponmousewheel attribute to allow mousewheel events to hide panels, r=enndeakin
2013-01-25 14:30:50 -08:00
Justin Lebar
6f6f617f9f
Backed out changeset e8aa49207d1c (bug 818843) due to B2G device build breakage on Mac OS. rs=jesup
...
--HG--
extra : rebase_source : e653c34659a198edbcb032a329ce722969447b6d
2013-01-25 17:14:30 -05:00
Justin Lebar
da5a042a4d
Backed out changeset 9b803c2821b9 (bug 818843) due to B2G device build breakage on Mac. rs=jesup
...
--HG--
extra : rebase_source : 981d5e9504c69eb76112fca35fd0a36110593659
2013-01-25 17:14:05 -05:00
Andrew McCreight
239d827f35
Bug 829784 - Don't cycle collect nsNodeInfo in live documents. r=smaug
2013-01-25 14:11:13 -08:00
Nicholas D. Matsakis
4d28b780c5
Bug 825714 followup: Silence various warnings and make various style corrections. r=billm
2013-01-25 14:09:25 -08:00
Mike Conley
428f91303b
Bug 831639 - Downloads button icon is hard to see on Aero glass on winstripe theme. r=mak.
2013-01-25 17:04:22 -05:00
Michael Wu
dadbf60745
Bug 834327 - Disable idleservice spam on gonk, r=gcp
2013-01-25 14:00:31 -08:00
Joey Armstrong
ba59dca059
bug 747540: fix dependencies for java build
2013-01-25 15:22:13 -05:00
Chris Jones
7fc6c94ab7
Bug 834760: Null-check mAttachedWidgetListener. r=mwu
2013-01-25 11:51:16 -08:00
Benoit Jacob
d988a9ec87
Bug 791432 - fix build bustage - no review
2013-01-25 14:48:26 -05:00
Joel Maher
0aa7bf6fcd
Bug 834778 - upload a new talos.zip to capture fixes for xperf. r=armenzg
2013-01-25 14:16:07 -05:00
Doug Turner
73eb8b13ef
Bug 834595 - Factor stat() such that there are 3 independent methods. r=sicking
...
--HG--
rename : dom/devicestorage/test/test_stat.html => dom/devicestorage/test/test_freeSpace.html
rename : dom/devicestorage/test/test_stat.html => dom/devicestorage/test/test_usedSpace.html
2013-01-25 11:05:24 -08:00
Sriram Ramasubramanian
1f83191181
Bug 834525: Tab thumbnail styling on phones and tablets. [r=mfinkle] [needs-clobber]
...
--HG--
extra : rebase_source : 3a06d02240be1381498f5d73a5d48258ad145a20
2013-01-24 17:08:08 -08:00
Kartikaya Gupta
444a38b5ac
Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
92884bc973
Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
f8cf570e3c
Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
1265ebb176
Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
fe74a50dbe
Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
e9dd366630
Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram
2013-01-25 13:51:41 -05:00
Sriram Ramasubramanian
6893bc9b56
Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle]
2013-01-23 15:40:46 -08:00
Jose Antonio Olivera Ortega
97afdee067
Bug 827280 - Part 4: RIL. r=philikon a=tef+
2013-01-25 19:45:23 +01:00
Jose Antonio Olivera Ortega
1cee368d8a
Bug 827280 - Part 3: MobileConnection. r=philikon a=tef+
2013-01-25 19:45:19 +01:00