Justin Lebar
|
b6652156ac
|
Bug 771195 - Follow-up: Fix debug build error on a CLOSED TREE. r=me
|
2012-10-31 14:08:07 -04:00 |
Justin Lebar
|
8fc123df0d
|
Bug 771195 - Fire memory pressure events on Gonk. r=dhylands
|
2012-10-31 13:29:14 -04:00 |
Masayuki Nakano
|
e1c5dfa43e
|
Bug 801989 part.7 Set InputContext::mNativeIMEContext on Gonk r=cjones
|
2012-10-27 08:35:21 +09:00 |
Neil Deakin
|
dbb5179c04
|
Bug 701760, merge <select> and popup manager rollup handling, so that select elements don't cancel out any popup rollup listeners, r=mats
|
2012-10-26 09:15:22 -04:00 |
Matt Woodrow
|
c26250b08d
|
Bug 797431 - Add a flags parameter to PaintWindow. r=roc
|
2012-10-15 17:53:37 +13:00 |
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 |
Mounir Lamouri
|
4444ef8203
|
Bug 787534 - Update the Gonk backend to take into account the new screen lock orientations values. r=mwu
|
2012-09-18 19:39:59 +01:00 |
Mounir Lamouri
|
37425e57ca
|
Bug 787534 - Remove Portrait and Landscape special ScreenOrientation values. r=jlebar
|
2012-09-19 17:28:16 +01:00 |
Chris Jones
|
ec4f0b7652
|
Bug 788943: Allow TabParents to capture event series for faster dispatch to subprocesses. Implements capturing of touch-event series. r=smaug sr=roc
|
2012-09-11 13:05:52 -07:00 |
Mounir Lamouri
|
41eb3be4c0
|
Bug 787532 - Update Android HAL backend to take into account new screen lock values. r=jlebar
|
2012-09-11 11:57:20 +01:00 |
Michael Wu
|
69aedb71ea
|
Bug 771653 - Use HWComposer instead of swapBuffer where appropriate, r=cjones
Some vendors provide a hw composer module which should be used instead of swapBuffers on hardware surfaces.
Based on romaxa's patch.
|
2012-08-24 15:42:45 -04:00 |
Chris Jones
|
acbbb62790
|
Bug 778261: Move this workaround back into the right place. r=fabrice
|
2012-08-30 09:45:59 -03:00 |
Michael Wu
|
d79ca82da5
|
Bug 781039 - Mouse input support for gonk, r=cjones
|
2012-08-24 14:06:19 -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 |
Nicolas Silva
|
75542595f3
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
Justin Lebar
|
431379fa00
|
Bug 776132 - When the gonk AppShell is trying to shut down the OrientationObserver, don't call OrientationObserver::GetInstance() -- that might /create/ an orientation observer! r=cjones
--HG--
extra : rebase_source : 72ad44ea6edf1c170cb0af6fb3e207550c7bee15
|
2012-08-18 09:55:59 -04:00 |
Chris Jones
|
02e97bd80f
|
Bug 783139: Restore setting .widget on nsGUIEvent. r=dRdR
|
2012-08-15 17:54:18 -07: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 |
Chris Jones
|
28b8c2ac02
|
Bug 781014: Make sure the toplevel gonk widget doesn't resize smaller than screen on exiting fullscreen. r=cpearce,mwu
|
2012-08-14 23:13:48 -07:00 |
Matt Woodrow
|
c8b229743e
|
Bug 782808 - Apply the widget rotation to the gonk LayerManager at all times instead of only during the paint event. r=cjones
|
2012-08-15 13:10:40 +12:00 |
Michael Wu
|
36d0e503a2
|
Bug 782473 - Add keymapping for end call key, r=jlebar
|
2012-08-14 21:01:02 -04:00 |
Matt Woodrow
|
732d73658c
|
Bug 782413: Only paint widgets that have a layer manager. r=cjones
|
2012-08-13 19:41:09 -07:00 |
Marshall Culpepper
|
5f5df0e2d1
|
Bug 777514: Wake the EventHub when nsAppShell is released, allowing the b2g process to exit immediately. r=mwu
--HG--
extra : rebase_source : aec812e54c359008291d77ecd59ddf40e900c859
|
2012-08-08 14:11:04 -05:00 |
Marshall Culpepper
|
71cff55adc
|
Bug 776742: ANativeWindow::cancelBuffer now points to a no-op function, fixing a process exit segfault in the emulator. r=cjones
|
2012-08-07 15:54:28 -05:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Jeff Muizelaar
|
d7e31871cd
|
Bug 779329. Add labels for gonk widget. r=cjones
This makes it much clearer when we're waiting for events.
|
2012-06-27 11:55:42 -04: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 |
Chris Jones
|
525173fa6a
|
Bug 778057: Fix this type of crash bug forever. r=dRdR
|
2012-07-27 00:15:49 -07:00 |
Justin Lebar
|
a9916a6e83
|
Bug 772987 - Part 2: Use Static{Auto,Ref}Ptr where appropriate. r=mounir
--HG--
extra : rebase_source : 4e3e72ba53cd0177160f80231eebeb4972119eec
|
2012-07-26 15:33:45 -04:00 |
Matt Brubeck
|
f12ab24290
|
Back out d567f2581365 (bug 777514) because of build failure
|
2012-07-26 11:12:52 -07:00 |
Marshall Culpepper
|
afa7636167
|
Bug 777514: Wake the EventHub when nsAppShell is released, allowing the b2g process to exit immediately. r=mwu
--HG--
extra : rebase_source : 59cb5258a2f69d69647c59d710bddb8f9ee9b196
|
2012-07-26 12:52:39 -05:00 |
Chris Jones
|
94c70c8ab5
|
Bug 776217: Support gecko-implemented screen rotation with omtc. r=roc
|
2012-07-24 12:01:09 -07:00 |
Ehsan Akhgari
|
6ec98d34f3
|
Backout changeset 02627fecb3e2 (bug 776742) because of build bustage
|
2012-07-24 14:33:17 -04:00 |
Marshall Culpepper
|
045def7da0
|
Bug 776742: ANativeWindow::cancelBuffer now points to a no-op function, fixing a process exit segfault in the emulator. r=cjones
--HG--
rename : js/xpconnect/tests/browser/Makefile.in => js/xpconnect/tests/Makefile.in
extra : rebase_source : c64b24e31419dfe9c9f81c572e801aa87d5df721
|
2012-07-24 13:07:15 -05:00 |
Mark Capella
|
eddd048c93
|
Bug 775041 - Make nsIWidget::IsEnabled return bool, r=roc, f=ms2ger
|
2012-07-23 01:19:08 -04:00 |
Ed Morley
|
2e6fb8937e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-20 14:32:04 +01:00 |
Gervase Markham
|
1c9fc1e594
|
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
|
2012-07-20 10:10:44 +01:00 |
David Zbarsky
|
9a61d96c70
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
Felipe Gomes
|
086d8640f8
|
Bug 775403: When touch events are being consumed by a remote frame, continue to dispatch synthesized mouse events *only* in the parent process, for the focus manager. r=cjones
|
2012-07-19 12:40:24 -07:00 |
Mark Capella
|
ab782c26b2
|
Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger
|
2012-07-19 04:57:50 -04:00 |
Chris Jones
|
68e1db67d0
|
Back out bug 774139. r=bustage
|
2012-07-16 15:19:00 -07:00 |
Chris Jones
|
7ad3f2f14b
|
Bug 774139: Forward touch events across processes. r=felipe,smaug
|
2012-07-16 14:46:29 -07:00 |
Vivien Nicolas
|
5d4731c0b0
|
Bug 773534 - Show briefly the typed character for <input type=password>. r=mwu
|
2012-07-15 01:05:54 +02:00 |
Nicolas Silva
|
08004b7444
|
Bug 763234 - Use only one compositor thread with OMTC. r=cjones
|
2012-07-13 11:25:29 -04:00 |
Marshall Culpepper
|
17c0045e34
|
Bug 771595 - Ensure the Gonk widget falls back to software rendering when the GL context cannot be created. r=cjones
|
2012-07-07 10:07:00 -04:00 |
Kan-Ru Chen
|
11bbc9310f
|
Bug 770440 - Make sure we only initialize sGLContext/sFramebufferOpen once. r=cjones
|
2012-07-04 08:30:59 -04:00 |
Oleg Romashin
|
50048b3611
|
Bug 770414: Framebuffer stride isn't calculated properly for gonk fb back/Front Buffer. r=mwu
|
2012-07-03 14:09:17 -07:00 |
Justin Lebar
|
fb02f85052
|
Bug 769584 - Disable b2g hardware back button on all devices. r=gal
|
2012-06-29 13:49:09 +02:00 |