Mike Hommey
|
d107f621a7
|
Bug 766975 - Rename OBJS-related dependency files. r=khuey
|
2012-06-22 18:29:03 +02:00 |
Robert O'Callahan
|
e5e7516a2f
|
Bug 763838. Update mDestination to match chosen subpixel destination. r=tnikkel
|
2012-06-22 11:24:06 -05:00 |
Ed Morley
|
5736e79f0f
|
Merge mozilla-central to mozilla-inbound
|
2012-06-22 17:15:15 +01:00 |
Ed Morley
|
8c41cb0325
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-22 17:11:47 +01:00 |
Julian Seward
|
fb5a3ad0e3
|
Bug 767370 - Uninitialised value use in nsIDOMKeyEvent_GetCharCode; r=peterv
|
2012-06-22 17:53:01 +02:00 |
Tim Taubert
|
82f28a0977
|
merge m-c to fx-team
|
2012-06-22 17:32:51 +02:00 |
Ed Morley
|
7689b7c5cf
|
Backout 714c402f3050, 80d09e39cd0d & 3a1129278710 (bug 764718) for frequent intermittent failures
|
2012-06-22 11:04:47 +01:00 |
Bobby Holley
|
4c48796cc9
|
Bug 767306 - Temporarily make assertion from bug 766641 non-fatal. r=me
|
2012-06-22 12:01:18 +02:00 |
Mounir Lamouri
|
14e7537de4
|
Merge backout.
|
2012-06-22 11:14:08 +02:00 |
Mounir Lamouri
|
ac94d1c7d7
|
Back out bug 766007, bug 703241 and bug 752796 due to perma-orange (419f0d1b848b to 8661c74deeb5).
|
2012-06-22 11:13:32 +02:00 |
Mounir Lamouri
|
f8f59c739a
|
Bug 766904 - Make sure unlockOrientation() is a no-op if the orientation wasn't locked. r=blassey
|
2012-06-22 10:55:17 +02:00 |
Mounir Lamouri
|
1b2e357647
|
Bug 757791 - Change unlockOrientation() behavior to set orientation to UNSPECIFIED instead of SENSOR. r=blassey
|
2012-06-22 10:54:35 +02:00 |
Mounir Lamouri
|
ceb5504e0c
|
Bug 766903 - Cleanup eventlisteners when nsScreen is reseted. r=smaug
|
2012-06-22 10:53:23 +02:00 |
Mounir Lamouri
|
9321dd3db6
|
Bug 764753 - Unlock screen orientation when the document is left without explicitly exiting fullscreen. r=smaug
|
2012-06-22 10:52:47 +02:00 |
Mounir Lamouri
|
0637b22b08
|
Bug 766902 - Don't listen for fullscreenchange when screen has been locked by an application. r=smaug
|
2012-06-22 10:53:03 +02:00 |
Andreas Gal
|
b17b10b8dc
|
Support 32-bit color depth in gonk widget backend (bug 767288, r=cjones).
|
2012-06-22 01:18:54 -07:00 |
Aryeh Gregor
|
f9b7a22814
|
Followup to bug 764400 - Move IsHTML etc. back from nsINode to nsIContent; r=mounir
|
2012-06-22 10:41:56 +03:00 |
Kan-Ru Chen
|
e7c8fcf871
|
Backout edbb25e71396 (bug 766891) for b2g bustage
|
2012-06-22 15:11:11 +08:00 |
Robert O'Callahan
|
0bab9abce7
|
Bug 752796. Add a bit more logging. r=jesup
|
2012-06-22 17:07:41 +12:00 |
Robert O'Callahan
|
544b2376b9
|
Bug 703241. Part 2: Stop the 'scroll top of line into view' behavior when ancestors in the line are transformed or positioned. Allow that behavior for any kind of line-participant ancestor. r=mats
|
2012-06-22 17:06:54 +12:00 |
Robert O'Callahan
|
04344d2178
|
Bug 703241. PresShell::DoScrollContentIntoView and PresShell::ScrollFrameRectIntoView should take transforms into account. r=matspal
|
2012-06-22 17:06:49 +12:00 |
Robert O'Callahan
|
a93a91b04d
|
Bug 766007. Create scrollframes for frameset documents. r=tnikkel
|
2012-06-22 17:06:40 +12:00 |
Patrick McManus
|
b6c0a2f287
|
bug 764186 spdy sessions closed prematurely if started with null transaction r=honzab
|
2012-06-21 21:14:40 -04:00 |
Ryan VanderMeulen
|
6f685e76ee
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
Paul Adenot
|
d410b161f0
|
Bug 761419 - Build failure in content/media/gstreamer/nsGStreamerReader.cpp when using clang r=kinetik
|
2012-06-21 20:44:39 -04:00 |
Victor Porof
|
2084e51d8d
|
Bug 761174 - Always show a property tooltip; r=past
|
2012-06-21 18:25:34 +03:00 |
Hsinyi Tsai
|
99eb8ffe80
|
Bug 765684 - WebTelephony: invalid argument in Telephony::NotifyError. r=bent
|
2012-06-21 11:00:52 +08:00 |
Paul Rouget
|
75743a31c3
|
Bug 766535 - [devtb] this.DeveloperToolbar is undefined when starting Firefox with toolbar previously visible. r=dao
|
2012-06-20 15:54:39 +02:00 |
Paul Rouget
|
af518de08f
|
Bug 766512 - Rename tab.responsiveUI to tab.__responsiveUI. r=dao
|
2012-06-20 15:26:56 +02:00 |
Paul Rouget
|
f274cbe9d0
|
Bug 765413 - Warning: Unknown property '-moz-transition-properties'. Declaration dropped. r=dao
|
2012-06-20 16:28:56 +02:00 |
Paul Rouget
|
5353686878
|
Bug 761884 - LayoutView is causing an infinite loop by making changes within a MozAfterPaint handler. r=dcamp
|
2012-06-20 16:22:02 +02:00 |
Panos Astithas
|
537ea24dd5
|
Merge m-c to fx-team
|
2012-06-21 10:11:14 +03:00 |
Jason Duell
|
b04ee297c7
|
Backed out 92e3821d85c2 (bug 449251) for bustage.
|
2012-06-20 19:11:04 -07:00 |
Jason Duell
|
bac78330b4
|
Backed out changeset 92e3821d85c2
|
2012-06-20 19:08:58 -07:00 |
Ehsan Akhgari
|
5235a05fc8
|
Merge the last PGO green changeset of mozilla-inbound to mozilla-central
|
2012-06-20 10:57:02 -04:00 |
Hsinyi Tsai
|
b9e76d4e3f
|
Bug 766273 - B2G telephony on Otoro: Can't hang up dialing call. r=philikon
|
2012-06-20 18:52:51 +08:00 |
Hsin-Yi Tsai
|
5d9333f4b7
|
Backout 1675a6451849 (Bug 765684) due to missing r= in comments.
|
2012-06-22 10:23:55 +08:00 |
Hsin-Yi Tsai
|
e1578af8d3
|
Backout a054d74dea39(Bug 766273) due to missing r= in comments
|
2012-06-22 10:22:39 +08:00 |
Cameron McCormack
|
cab153d201
|
Bug 448573 - Match French localisations of MSVC version banners. r=ted,dmandelin
|
2012-06-22 11:55:04 +10:00 |
Gregor Wagner
|
ab33198b92
|
Bug 767230 - Don't trigger a GC in MaybeGC when we are still sweeping in the background. r=billm
|
2012-06-21 18:44:46 -07:00 |
Hsinyi Tsai
|
fcb6299461
|
[PATCH] Bug 765684 - WebTelephony: invalid argument in
From 21d83598fcec9b69a1b8ed87b502415342582995 Mon Sep 17 00:00:00 2001
Telephony::NotifyError
---
dom/telephony/Telephony.cpp | 37 ++++++++++++++++++++++---------------
1 files changed, 22 insertions(+), 15 deletions(-)
|
2012-06-21 11:00:52 +08:00 |
Hsinyi Tsai
|
fd3f60f61a
|
Bug 766273 - B2G telephony on Otoro: Can't hang up dialing call
|
2012-06-20 18:52:51 +08:00 |
Justin Lebar
|
5d563674c9
|
Bug 764718 - Part 3: Test for calling window.close() on a window opened by window.open from <iframe mozbrowser>. r=bz
|
2012-06-21 21:17:52 -04:00 |
Justin Lebar
|
0692149b0e
|
Bug 764718 - Part 2: Make window.close work on windows opened via window.open from <iframe mozbrowser>, when OOP is disabled. r=bz
|
2012-06-21 21:17:52 -04:00 |
Justin Lebar
|
41afb9dce4
|
Bug 764718 - Part 1: Set the initial principal of in-process <iframe mozbrowser> correctly. r=bz
|
2012-06-21 21:17:52 -04:00 |
Justin Lebar
|
b5919daf01
|
Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug
|
2012-06-21 21:17:52 -04:00 |
Ed Morley
|
aced655f6a
|
Backout 453c74176a35 & 19ae28cad1da (bug 763694) for native Android test_browserElement_*_SecurityChange.html failures
|
2012-06-20 10:28:33 +01:00 |
Jonathan Watt
|
07c0c6fa7e
|
Bug 766429 - Minimize the size of the offscreen surfaces created for SVG group opacity, masks and complex clipPaths. r=roc.
|
2012-06-20 10:02:43 +01:00 |
Mike Hommey
|
a93eb5a48f
|
Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage
|
2012-06-20 10:55:59 +02:00 |
Mike Hommey
|
894a244c4f
|
Merge last PGO green changeset from mozilla-inbound to mozilla-central
|
2012-06-20 10:53:31 +02:00 |