Nicholas Cameron
afd732f308
back out bug 874721, bug 899435
2013-08-01 18:30:46 +12:00
Nicholas Cameron
6146fb5d56
Bug 874721. Fallback for EnsureAllocated and compositor, and some more sanity checks. r=mattwoodrow
2013-08-01 16:52:36 +12:00
Nicholas Cameron
158886aea1
Bug 874721. CompositorD3D9, r=Bas
2013-08-01 16:50:52 +12:00
Edwin Flores
1cda9f38f7
Bug 882342 - Blacklist Motorola XT890 running Android 4.1 for H264 playback r=bjacob
2013-08-01 15:12:14 +12:00
Birunthan Mohanathas
7308023c5f
Bug 712105 - Use default cursor rather than last cursor for 'cursor: context-menu' on Windows and OS/2. r=jimm
2013-07-31 21:15:25 -04:00
Brian R. Bondy
c83c566aca
Bug 900044 - MetroCompositorParent is no longer needed. r=kats
2013-07-31 20:59:27 -04:00
Brian R. Bondy
9aae219fef
Bug 900044 - Get rid of viewport-needs-updating and related code. r=kats
2013-07-31 20:59:24 -04:00
Wes Kocher
f2beb4d788
Merge m-c to inbound
2013-07-31 17:36:03 -07:00
Ehsan Akhgari
af8538eb88
Backed out changeset 197b12188f3a (bug 893973) for causing bug 9000007
2013-07-31 17:06:38 -04:00
Nicholas Cameron
e91b1d6d0d
Bug 895873 - backout bug 893117 for Win8 mc bustage
2013-07-30 23:32:35 -04:00
Ryan VanderMeulen
2ebd22d781
Merge m-c to inbound.
2013-07-30 18:08:18 -04:00
David Zbarsky
795f349564
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
2013-07-30 14:55:13 -07:00
David Zbarsky
4a6c9a63c0
Bug 893117: Remove nsIDOMHTMLProgressElement r=peterv
2013-07-30 14:55:11 -07:00
Ryan VanderMeulen
75d0be0fe0
Merge m-c to birch.
2013-07-30 15:43:05 -04:00
Kartikaya Gupta
76b59defe6
Bug 866232 - Update the Windows Metro code to handle APZCTreeManager. r=BenWa, bbondy
2013-07-30 14:03:43 -04:00
Kartikaya Gupta
8a21c3e5f3
Bug 866232 - Break assumption of a single global root layer tree. r=BenWa, mattwoodrow
2013-07-30 14:03:43 -04:00
Kartikaya Gupta
e0f930eb52
Bug 866232 - Only fire mozbrowserasyncscroll events on the top-level scrollable for backwards compatibility. r=BenWa
2013-07-30 14:03:42 -04:00
Kartikaya Gupta
5c723f09e5
Bug 866232 - Add an APZCTreeManager to encapsulate the multiple APZCs corresponding to a given layer tree. r=BenWa, mattwoodrow
2013-07-30 14:03:40 -04:00
Michael Wu
4b8d804c93
Bug 898897 - Update GonkDisplayJB to support JB MR2, r=vlad
2013-07-30 13:36:53 -04:00
Ryan VanderMeulen
37174a2eb7
Merge m-c to fx-team.
2013-07-30 13:12:26 -04:00
Ryan VanderMeulen
6526e75dbb
Merge m-c to birch.
2013-07-30 13:11:10 -04:00
Martin Stransky
a6c83155aa
Bug 899460 - Remove MOZ_GTK_EXPANDER. r=karlt
2013-07-30 10:03:44 -04:00
Martin Stransky
d451e7a3d5
Bug 897404 - Port GTK2 to GTK3 - treeview rendering, expander fix. r=karlt
2013-07-30 10:03:14 -04:00
David Zbarsky
70990dd2d4
Backout b43b3d14ea16 for mochitest failures on CLOSED TREE
2013-07-29 22:46:45 -07:00
David Zbarsky
82250218e6
Backout 40683014a638 for causing mochitest orange
2013-07-29 21:11:01 -07:00
David Zbarsky
3b2bbf2c84
Bug 898105 - Remove nsIDOMTouch r=reuben
2013-07-29 16:04:09 -07:00
David Zbarsky
bd41b3d233
Bug 898930 - Remove nsIDOMTouchEvent r=smaug
2013-07-29 16:04:08 -07:00
Michael Vines
3027d516ff
Bug 895665 - Gonk support for dev input audio jack events. r=mwu
2013-07-29 21:27:48 -07:00
Chris Kitching
8193e363bb
Bug 897123 - Make GeckoAppShell.pumpMessageLoop waste less CPU time r=jchen
...
--HG--
extra : rebase_source : 7d5ffa3f2b9d29ff245886c40f4083e7451daec1
2013-07-26 12:02:00 -07:00
Nicholas Cameron
c2432afc85
Bug 896896. Use MsgWaitForMultipleObjectsEx instead of WaitMessage. r=roc
...
--HG--
extra : rebase_source : 4e63339d0aa2ca732c1d12c4abcf891b70ee0056
2013-07-31 08:51:45 +12:00
Ryan VanderMeulen
1c2e96e8f9
Merge m-c to inbound.
2013-07-30 15:41:57 -04:00
Ehsan Akhgari
5ee21d6d3f
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
...
This patch was mostly generated by running the following scripts on the codebase, with some
manual changes made afterwards:
# static_assert.sh
#!/bin/bash
# Command to convert an NSPR integer type to the equivalent standard integer type
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.mm" \) | \
xargs -n 1 `dirname $0`/assert_replacer.py #sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_STATIC_ASSERT static_assert
hg rev --no-backup mfbt/Assertions.h \
media/webrtc/signaling/src/sipcc/core/includes/ccapi.h \
modules/libmar/src/mar_private.h \
modules/libmar/src/mar.h
# assert_replacer.py
#!/usr/bin/python
import sys
import re
pattern = re.compile(r"\bMOZ_STATIC_ASSERT\b")
def replaceInPlace(fname):
print fname
f = open(fname, "rw+")
lines = f.readlines()
for i in range(0, len(lines)):
while True:
index = re.search(pattern, lines[i])
if index != None:
index = index.start()
lines[i] = lines[i][0:index] + "static_assert" + lines[i][index+len("MOZ_STATIC_ASSERT"):]
for j in range(i + 1, len(lines)):
if lines[j].find(" ", index) == index:
lines[j] = lines[j][0:index] + lines[j][index+4:]
else:
break
else:
break
f.seek(0, 0)
f.truncate()
f.write("".join(lines))
f.close()
argc = len(sys.argv)
for i in range(1, argc):
replaceInPlace(sys.argv[i])
--HG--
extra : rebase_source : 4b4a4047d82f2c205b9fad8d56dfc3f1afc0b045
2013-07-18 13:59:53 -04:00
Markus Stange
09baafe4f5
Bug 898126 - Cache client hit test values, r=jimm
2013-07-29 13:19:34 +02:00
Kartikaya Gupta
c5f640cdd8
Bug 891607 - Fix typo resulting in a bad surface size in some startup scenarios. r=Cwiiis
2013-07-29 14:38:06 -04:00
Trevor Saunders
6b3c839046
backout bug 886526 because it probably made us use a lot more memory to link on windows
2013-07-29 11:03:21 -04:00
Timothy Nikkel
ea8b9e98de
Bug 892994. On retina screens cocoa rounds widget coordinates to even pixel values, so account for that when placing widgets so we don't get confused. r=mstange
2013-07-30 11:22:41 -05:00
Timothy Nikkel
d39427d39a
Bug 899430. Correct incorrect use GetDefaultScale in TextInputHandler to BackingScaleFactor. r=jfkthame
...
We are converting between cocoa points and dev pixels, cocoa points do not know about our prefs but GetDefaultScale takes into account our prefs, which is wrong.
2013-07-30 11:22:39 -05:00
Steven Michaud
19dbe2b725
Bug 893973 - crash in -[ChildView keyDown:], log more debugging info to Breakpad's app notes. r=masayuki
2013-07-30 10:42:29 -05:00
Ehsan Akhgari
9854ac6166
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
2013-07-30 10:25:31 -04:00
Daniel Holbert
2bc833ff88
Bug 896292: Mark widget/gtk2 as FAIL_ON_WARNINGS. r=karlt r=gps
2013-07-24 15:41:55 -07:00
Joe Drew
769a261051
Bug 882190 - Remove empty variable assignment. r=glandium
...
--HG--
extra : rebase_source : 3b4c06182d01e8ba98fb7dbb3516a165bc599d75
2013-07-26 10:42:16 -04:00
Daniel Holbert
b9c3f59eda
Bug 875753 followup: Annotate our gtk2 'nsColorPicker' class as MOZ_FINAL to fix -Wdelete-non-virtual-dtor build warning. blanket-r=ehsan
2013-07-25 12:08:01 -07:00
Brian R. Bondy
e82a6906e6
Bug 869940 - APZC Metro winrt implementation. r=jimm
2013-07-25 13:15:16 -04:00
Arnaud Bienner
5937850e84
Bug 875753 - Color input: Gtk widget. r=karlt
2013-06-22 15:39:43 +02:00
Markus Stange
b1f439e748
Bug 897260 - Don't go through DispatchMouseEvent when sending hit test events. r=jimm
2013-07-25 14:25:39 +02:00
Masayuki Nakano
eda073062e
Bug 501496 part.8 Native key event tests should prevent default only when the event is keypress r=smaug
2013-07-25 15:09:29 +09:00
Masayuki Nakano
ea85490c9a
Bug 501496 part.7 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Gonk r=smaug+mwu
2013-07-25 15:09:28 +09:00
Masayuki Nakano
b59b2eefee
Bug 501496 part.6 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Android r=smaug+nchen
2013-07-25 15:09:28 +09:00
Masayuki Nakano
2cb44b1062
Bug 501496 part.5 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on OS/2 r=smaug
2013-07-25 15:09:28 +09:00
Masayuki Nakano
43e466927e
Bug 501496 part.4 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Qt r=smaug+romaxa
2013-07-25 15:09:28 +09:00