Jonathan Kew
|
ed41d7aef7
|
bug 674373 pt 4 - pass device-to-CSS pixel ratio to LookAndFeel code when requesting a font style. r=roc
|
2012-09-29 12:35:08 +01:00 |
|
Isaac Aggrey
|
481e7dfb0b
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Koosha Khajeh Moogahi
|
dcf81f4fb0
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
|
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Oleg Romashin
|
578e6e891a
|
Bug 779726 - QGL includes fix, missing change, build fix. r=me. DONTBUILD because NPOTB
|
2012-08-29 22:01:58 -07:00 |
|
Ehsan Akhgari
|
2d709c2f52
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
Jan Beich
|
b5f4583c17
|
Bug 783463 - Don't include <malloc.h>, it's unused. r=dougt
|
2012-08-22 06:53:34 -04:00 |
|
Jan Beich
|
2edffd3e4d
|
Bug 783463 - libc++ and -std=gnu++11 want explicitly declared close/write. r=dougt
|
2012-08-22 06:53:33 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
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 "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Oleg Romashin
|
2656deaadb
|
Bug 779726 - Move QGL includes into isolated wrapper class, and fix qgl.h and GLDefs.h conflicts. r=dougt
--HG--
extra : rebase_source : 02dee7a407a23efb7ce5a2caef0c61fbfb00a7c2
|
2012-08-16 11:31:47 -04:00 |
|
Neil Deakin
|
6b29afdf4b
|
Bug 743975 - remove the event handler argument to widget creation methods, r=tn
|
2012-08-15 14:53:09 -04:00 |
|
Neil Deakin
|
2e9eced59a
|
Bug 743975 - use a widget listener interface instead of the remaining events that don't need an event, r=tn,jmathies,netzen,smichaud,karlt,blassey,chrisjones
|
2012-08-15 14:52:42 -04:00 |
|
Neil Deakin
|
e7d98cacc8
|
Bug 743975 - remove NS_DESTROY event, r=smaug
|
2012-08-15 14:52:41 -04:00 |
|
Neil Deakin
|
2ed511feda
|
Bug 743975 - move theme and window size done events to direct calls, r=smaug
|
2012-08-15 14:52:35 -04:00 |
|
Masayuki Nakano
|
988afba77a
|
Bug 719320 part.15 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Qt r=karlt
|
2012-08-12 10:42:37 +09:00 |
|
Ms2ger
|
4c81482ae1
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Oleg Romashin
|
4f8882a570
|
Bug 778024 - Bug 774139 will break Qt/Maemo builds due to #define signals. r=dougt NPODB
|
2012-08-01 12:00:44 -07:00 |
|
David Zbarsky
|
c6b51c42c1
|
Bug 778519 - Don't include Layers.h everywhere Part 2 r=cjones
|
2012-07-30 17:42:26 -07:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Oleg Romashin
|
8b35f97137
|
Bug 777094 - Qt fail to compile due to wrong GL includes order. r=dougt CLOSED TREE
|
2012-07-24 15:15:34 -07:00 |
|
Mark Capella
|
eddd048c93
|
Bug 775041 - Make nsIWidget::IsEnabled return bool, r=roc, f=ms2ger
|
2012-07-23 01:19:08 -04:00 |
|
Mark Capella
|
ab782c26b2
|
Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger
|
2012-07-19 04:57:50 -04:00 |
|
David Zbarsky
|
9a61d96c70
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Bonnie Surender
|
2b42bacc22
|
Fixing bug 715041. Add support for Idle API. r=bent, jst
|
2012-06-29 01:32:21 -07:00 |
|
Mats Palmgren
|
21b1a88e69
|
Bug 575294. part=4/5 r=roc
|
2012-06-23 03:13:56 +02:00 |
|
Oleg Romashin
|
fca8ff49c1
|
Bug 763156 - Remove QSound and QtMultimedia dependency from Qt port. r=dougt
|
2012-06-12 22:58:16 -04:00 |
|
Ehsan Akhgari
|
97dfc24320
|
Bug 761051 - Use image/jpeg as the standard internal transferable image type, but continue respecting image/jpg as well; r=roc
|
2012-06-07 19:27:07 -04:00 |
|
Ehsan Akhgari
|
3010661bb0
|
Backout changeset 125438dda903 (bug 761051) because of Bq bustage
|
2012-06-07 19:49:37 -04:00 |
|
Ehsan Akhgari
|
b68ab964cb
|
Bug 761051 - Use image/jpeg as the standard internal transferable image type, but continue respecting image/jpg as well; r=roc
|
2012-06-07 19:27:07 -04:00 |
|
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Mats Palmgren
|
f8e32e8cae
|
Back out bug 575294, bug 726264. (cset 1727de7d26ec, 6bcea3a628d8, 011c1c8e9cc7, 0be261a5042b, d51338c5cd0c)
|
2012-06-03 18:05:00 +02:00 |
|
Mats Palmgren
|
07de03112a
|
Bug 575294. part=3/4 r=roc
|
2012-06-02 01:41:54 +02:00 |
|
Phil Ringnalda
|
5c667d253b
|
Back out deac5d31bc12, 8622c5680fb3, 205d2e0d297c (bug 575294), 5ba42170426e (bug 726264), a5444e23c668 (bug 575294) for bug 759243
|
2012-05-28 22:48:52 -07:00 |
|
Mats Palmgren
|
a2292bda42
|
Bug 575294. part=3/4 r=roc
|
2012-05-29 02:50:42 +02:00 |
|
Takanori MATSUURA
|
92faf33a5c
|
Bug 751521 - Separate pixman detection from cairo. r=glandium
|
2012-05-26 08:44:00 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Oleg Romashin
|
e31c73c104
|
Bug 754866 - Make mozilla.widget.disable-native-theme export shared bool across widgets. r=roc
|
2012-05-15 09:01:48 -04:00 |
|
Oleg Romashin
|
538dcc076d
|
Bug 750960 - OMTC: Qt AppShell should use CurrentThread object for event dispatching. r=dougt
|
2012-05-03 06:22:58 -04:00 |
|
Oleg Romashin
|
64e7244dab
|
Bug 750284 - WidgetQt Drag service should be initializing in different threads. r=dougt
|
2012-05-03 06:22:33 -04:00 |
|
Masayuki Nakano
|
4eb031d08d
|
Bug 166240 part.6 Add support KeyboardEvent.location on Qt r=smaug
|
2012-05-03 17:35:02 +09:00 |
|
Masayuki Nakano
|
5c0d118456
|
Bug 630811 part.2 Replace nsInputEvent::isShift, nsInputEvent::isControl, nsInputEvent::isAlt and nsInputEvent::isMeta r=smaug
|
2012-04-25 12:00:02 +09:00 |
|
Oleg Romashin
|
add264eec5
|
Bug 744112 - Qt QGL context conflict with WebGL context current states. r=dougt
|
2012-04-24 09:23:26 -04:00 |
|
Oleg Romashin
|
28e15f2c03
|
Bug 744564 - Allow to create EGL context from Widget provided GL context (embedding approach). r=roc,jgilbert
|
2012-04-12 00:18:35 -04:00 |
|
Oleg Romashin
|
84a412fcae
|
Bug 703155 - Port Mozilla Qt to Qt5. r=mark.finkle,mh+mozilla,dougt
|
2012-03-22 16:24:40 -07:00 |
|
Oleg Romashin
|
979ea4107a
|
Bug 737354 - Embedding initialize GL context before gfxPlatform::Init. r=roc
|
2012-03-21 16:14:09 -07:00 |
|
Oleg Romashin
|
60783a3cc1
|
Bug 710774 - Qt needs to dispatch DID_PAINT events. r=roc
--HG--
extra : rebase_source : 5355334cc90b93d4812281893c59b123f96f425d
|
2012-03-19 21:16:57 +01:00 |
|
Jonathan Kew
|
f28a975637
|
bug 735583 - eliminate font constant synonyms and use the standard forms everywhere. r=jdaggett
|
2012-03-15 09:04:46 +00:00 |
|
Oleg Romashin
|
3fa419133e
|
Bug 729438 - GetGLFrameBufferFormat need to be specified for maemo in Qt port. r=ajuma
|
2012-02-22 11:16:15 -08:00 |
|
Zack Weinberg
|
55006e6a38
|
Bug 96971: Move GetSystemFont from nsDeviceContext to mozilla::LookAndFeel. r=roc
|
2012-02-20 15:19:48 -08:00 |
|