Jim Chen
2a83b82ec4
Bug 889881 - Use IdleHandler to make MessageQueue.next() not block; r=blassey
2013-07-09 16:25:55 -04:00
Timothy Nikkel
ff2fcf3cf0
Bug 891424. Directly remove nsCocoaWindow's from their parent in Destroy(). This allows us to stop implementing GetParent because the mac widget code has some assumptions about that always returning null. r=smichaud
...
This reverts implementing GetParent on nsCocoaWindow's (ie back out bug 869151) because the mac widget code has some assumptions about that. Instead we just remove nsCocoaWindow's from their mParent in Destroy() which will still keep bug 869151 fixed.
2013-07-09 15:14:01 -05:00
Masayuki Nakano
66884dfda6
Bug 891292 r=jimm
2013-07-10 00:54:41 +09:00
Ms2ger
db26bfced0
Bug 213324 - Remove getter_AddRefs(T*); r=ehsan
2013-07-10 11:56:21 +02:00
Ms2ger
aa023d93d4
Bug 884748 - Make nsTouchEvent::touches store Touch instead of nsIDOMTouch; r=dzbarsky
2013-07-10 11:53:09 +02:00
Markus Stange
efec9b8981
Bug 880620 - Don't allocate a scratch buffer for mTitlebarImageBuffer texture upload. r=mattwoodrow
2013-07-08 21:21:06 -07:00
Markus Stange
5e73252a64
Bug 882523 - Support OMTC on Mac in non-accelerated mode using OpenGL. r=nrc, r=mattwoodrow
2013-07-08 21:21:05 -07:00
Matt Woodrow
d426585dce
Bug 882523 - Support OMTC on Mac in non-accelerated mode using OpenGL. r=nrc, r=mattwoodrow
2013-06-13 17:15:15 +12:00
Mounir Lamouri
145980f6f8
Bug 875747 - Add interface for nsIColorPicker widget. f=arnaud sr=roc
2013-07-03 11:17:26 +01:00
Ryan VanderMeulen
0d9d01968b
Backed out changeset d155557b651c (bug 888323) for bustage.
...
CLOSED TREE
2013-07-02 14:15:39 -04:00
Masatoshi Kimura
b75e2ac8e6
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-03 02:08:01 +09:00
Ryan VanderMeulen
ca281f1634
Merge birch to inbound.
2013-07-02 10:19:45 -04:00
Michael Wu
3052c325b5
Bug 889192 - Call blank instead of SetEnabled for initial display power up, r=vlad
2013-07-01 23:34:11 -04:00
Peter Chang
9e0bfb6aa6
Bug 881170 - [Camera] Preview position changes for ontouch event and autofocussing. r=nrc, r=diego
2013-06-28 10:22:37 +08:00
Arnaud Bienner
a7193f7b8e
Bug 875753 - Remove useless code from filepicker. r=karlt
2013-06-26 21:19:18 +02:00
Jim Mathies
7a5fb0d2a7
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
2013-07-02 05:02:21 -05:00
Masayuki Nakano
a4d314bcea
Bug 843236 Use widget::KeyboardLayout and widget::NativeKey for handling key messages on Metrofox r=tabraldes
2013-07-02 13:55:58 +09:00
Phil Ringnalda
2f47f82f77
Backed out changeset 77bd60758c53 (bug 879565) for still asserting, just not quite as much
2013-07-01 21:43:49 -07:00
Jim Mathies
f49be481e5
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. (Debug osx assertions fixed.) r=mstange
2013-07-01 21:42:00 -05:00
Jim Mathies
83d2f39e78
commit backout (bug 879565) CLOSED TREE
2013-07-01 19:29:10 -05:00
Jim Mathies
4f19f4c50a
Backed out changeset c2299dce9dbd (bug 879565) due to debug assertions.
2013-07-01 19:28:44 -05:00
Michael Vines
6f8e460375
Bug 887627 - Avoid /sys/power/wait_for_fb_* on jb-gonk. r=mwu
2013-07-01 16:03:17 -07:00
Jim Mathies
d8e913c96a
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
2013-07-01 16:53:17 -05:00
Justin Lebar
6c46d0633d
Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
...
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
75c400493b
Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
...
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
This is a mechanical change made with sed. Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Markus Stange
6014da66f4
Bug 888458 - Don't assume there's a focusView during viewWillDraw; always get the dirty region from our own view. r=smichaud
2013-06-29 03:05:07 +02:00
Markus Stange
f04f579d34
Bug 885405 - Don't override wantsDefaultClipping, use default clipping in -[ChildView drawRect:]. r=mattwoodrow
2013-06-29 03:04:02 +02:00
Markus Stange
89fd639f44
Bug 877767 - Draw window title on top of everything in drawintitlebar mode. r=smichaud
2013-06-29 03:02:53 +02:00
Markus Stange
34152bcc63
Bug 877767 - Set NSGraphicsContext flippedness properly in nsChildView::UpdateTitlebarImageBuffer(). r=smichaud
2013-06-29 02:59:07 +02:00
Felipe Gomes
ff3683bef8
Bug 888300 - Respect dom.w3c_touch_events.enabled property on win32 widget. r=jimm
2013-06-28 17:42:25 -04:00
Jim Mathies
336b03c058
Bug 873073. r=bbondy
2013-06-28 08:00:16 -05:00
Masayuki Nakano
11f8143caa
Bug 865565 Refer current keyboard layout locale at mapping from native keycode to D3E key name index on Windows r=smaug+jimm
2013-06-28 09:58:11 +09:00
Masayuki Nakano
8241538fcc
Bug 866736 part.3 Replace CRLF in WinIMEHandler.(h|cpp) with LF r=jimm
2013-06-28 01:06:45 +09:00
Alexander Surkov
2b718e66fb
Bug 670087 - AccessibleObjectFromPoint returns incorrect accessible for popup menus, r=tbsaunde, sr=roc
2013-06-27 11:03:58 -04:00
Ryan VanderMeulen
ecb96b9bb2
Backed out changeset 1f6132caf111 (bug 879565) for warnings-as-errors bustage.
...
CLOSED TREE
2013-07-01 14:50:25 -04:00
Ryan VanderMeulen
17ea171b91
Merge birch to inbound.
2013-07-01 14:31:38 -04:00
Jim Mathies
a1c6f99757
Bug 879565 - Add metrofx support for overlay scrollbars. Patch also replaces various static overlay metrics with LookAndFeel values. r=mstange
2013-07-01 13:29:24 -05:00
Jim Mathies
1ce41adf5b
Bug 810399 - Widget bits. r=roc
2013-07-01 11:02:29 -05:00
Jan Horak
bdfe184125
Bug 609284 - Support drag and drop local files from sources which use text/uri-list. r=enn
2013-07-01 11:24:42 -04:00
Martin Stransky
2d103107a2
Bug 887816 - Port GTK2 to GTK3 - color fixes. r=karlt
2013-07-01 09:55:21 -04:00
Martin Stransky
3a503413f6
Bug 877609 - Port GTK2 to GTK3 - widget padding, part 1. r=karlt
2013-07-01 09:48:18 -04:00
Martin Stransky
0bfe31a30c
Bug 877601 - Port GTK2 to GTK3 - menu fixes. r=karlt
2013-07-01 09:26:53 -04:00
Phil Ringnalda
c509981eb8
Back out 37c7fcfdb186 (bug 885580) on suspicion of causing linux32 Cipc timeouts
2013-06-26 23:21:15 -07:00
Stephen Pohl
5903ee65bb
Bug 868416: Keep overlay scrollbars the same size irrespective of the current document zoom level. r=roc
2013-06-27 00:00:41 -04:00
Ryan VanderMeulen
1b72254da9
Backed out changeset 848dc57b455b (bug 886109) for not working.
2013-06-26 21:29:24 -04:00
Matt Woodrow
97e1b181e6
Bug 885580 - Make sure that Compositor::GetBackend is only used [Cfrom the compositor thread. r=nical
2013-06-27 11:30:52 +12:00
Kartikaya Gupta
95d9d63cd3
Bug 885030 - Move CalculateResolution from APZC to FrameMetrics. r=kentuckyfriedtakahe
2013-06-26 09:54:14 -04:00
Ehsan Akhgari
5827b2e86b
Backed out changeset 1bf0cdeacb22 (bug 867460) for assertions in various test suites
...
Landed on a CLOSED TREE
2013-06-25 21:39:07 -04:00
Andreas Gal
a7c3879a87
Bug 867460 - Remove notion of ShaderProgramTypes from gfx/gl. r=bschouten, sr=joe
2013-06-24 13:05:13 -04:00
Jim Mathies
25ba21b4e5
Bug 886109 - Add a call to PR_Now early in startup as an experimental work around for odd timing problems on Win8 test slaves. r=bbondy
2013-06-25 12:53:06 -05:00
Matt Woodrow
c68c9da465
Bug 871150 - Call IdentifyTextureHost on ImageBridgeChild so that we create appropriate textures for the compositor. r=nical
2013-06-24 17:28:22 +12:00
Matt Woodrow
48aa80f20f
Bug 885573 - Stop forcing layers acceleration when we have OMTC enabled. r=nrc
2013-06-24 17:27:29 +12:00
Phil Ringnalda
b462ad2131
Merge birch to m-c
2013-06-22 15:50:24 -07:00
Phil Ringnalda
b7ce49bcd5
Merge m-c to birch
2013-06-21 19:45:59 -07:00
Kartikaya Gupta
e6d307eeca
Bug 883646 - Propagate the ScaleFactor classes far and wide. r=kentuckyfriedtakahe
2013-06-21 17:03:56 -04:00
Ed Morley
be70a2f1f6
Merge latest green inbound changeset and mozilla-central
2013-06-21 15:39:27 +01:00
Michael Wu
bdc453a197
Follow up to bug 885620 - Add comment
2013-06-21 00:16:37 -04:00
Michael Wu
922fde7896
Bug 885620 - Support FB fallback when HWC is not available, r=vlad
2013-06-21 00:04:53 -04:00
Ed Morley
df016bacc3
Merge mozilla-central and inbound
2013-06-21 15:45:08 +01:00
Daniel Holbert
4c4a6d39b4
Bug 720134: Use "print." prefix for print-related about:config prefs. r=roc
2013-06-22 11:00:28 -07:00
Ryan VanderMeulen
89cd9674cd
Backed out 7 changesets (bug 883646) for reftest-ipc failures.
...
Backed out changeset 2272804a8e71 (bug 883646)
Backed out changeset e39d3bdf847a (bug 883646)
Backed out changeset bf46fc332efe (bug 883646)
Backed out changeset 6bb558c3136f (bug 883646)
Backed out changeset d7d5d16e27e0 (bug 883646)
Backed out changeset 14c73096a132 (bug 883646)
Backed out changeset 89f6185a271b (bug 883646)
2013-06-20 17:36:39 -04:00
Tatiana Meshkova
2644c6aa00
Bug 876043 - Build for multi qt4/qt5 ubuntu environment. r=romaxa, r=glandium
2013-06-19 15:08:44 -07:00
Gabor Krizsanits
756a8f8c8c
Bug 864335 - Remove GetScriptGlobalObject. r=mrbkap
2013-06-21 16:25:20 +02:00
James H
ef41809c73
Bug 844255 - Only use WS_EX_COMPOSITED on popups when using accelerated layers. r=Bas
2013-05-23 11:45:44 -04:00
Benoit Girard
9cee99729d
Bug 873914 - Allow selecting profiled thread. r=snorp
...
--HG--
extra : rebase_source : 6623126a111b23f8871af1a2e64d077b67cb0930
2013-05-16 16:31:50 -04:00
Kartikaya Gupta
bc7a93a250
Bug 883646 - Propagate the ScaleFactor classes far and wide. r=kentuckyfriedtakahe
2013-06-20 16:10:58 -04:00
Brad Lassey
4364b3157f
bug 884792 - crash in nsXPCWrappedJS::Release, removeObserver being called off main thread r=kats
2013-06-19 13:55:35 -04:00
Markus Stange
fb22daa8da
Bug 875335 - When using OMTC, always recomposite when viewWillDraw is called because our WindowOverlay may have changed. r=mattwoodrow
2013-06-20 15:01:20 +02:00
Markus Stange
e36fb39fa8
Bug 875335 - Call NotifyDirtyRegion during viewWillDraw. r=mattwoodrow
2013-06-20 14:59:16 +02:00
Ed Morley
32d0858db7
Merge latest green birch changeset and mozilla-central
2013-06-20 09:01:19 +01:00
Brian O'Keefe
5f8b5163e8
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1 ); r=mshal
...
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Tim Abraldes
b8b50050dd
bug 837293. Don't unset the altGraph modifier when unsetting the control and alt modifiers. r=masayuki
2013-06-18 20:51:29 -07:00
Peter Chang
e251e1288e
Bug 881460 - Drawing color of CrystallSkull is not correct in master. r=vlad, r=nrc
2013-06-11 18:14:33 +08:00
Matt Woodrow
85fddd670e
Bug 884334 - Make sure WidgetShutdownObserver doesn't attempt to use the widget pointer after it has been destroyed. r=roc
2013-06-19 14:21:01 +12:00
Matt Woodrow
5dcae950c4
Bug 873944 - Remove unecessarily callers to nsView::Invalidate. r=roc
2013-06-18 19:59:00 +12:00
Tim Abraldes
dcf522185d
bug 879382. Remove support for windowless plugin input from metro widget. r=jimm
2013-06-17 14:56:23 -07:00
Tim Abraldes
0c7899796c
bug 837293. Don't send keyPress events for characters that were pressed at the same time as the altGr button. When our CharacterReceived handler fires, don't send modifier key information if it includes the altGr button. r=bbondy
2013-06-17 14:56:23 -07:00
Brad Lassey
c030b1e599
bug 882196 - Android crash in nsXPCWrappedJS::AddRef, remove nsAppShell::NotifyObservers r=kats
2013-06-17 17:09:09 -04:00
Brad Lassey
839b1e6886
bug 882196 - Android crash in nsXPCWrappedJS::AddRef, remove nsAppShell::CallObservers r=snorp
2013-06-15 17:40:27 -04:00
Matt Woodrow
220b14ec00
Bug 877534 - Use a shutdown listener to destroy the compositor from nsBaseWidget. r=roc
...
This prevents a case where the nsBaseWidget isn't destroyed until the cycle collector is shutdown,
and we are too late in the shutdown sequence to process the events that get queued during
Compositor teardown.
2013-06-17 14:50:32 +12:00
Chris Double
8d86c043a7
Bug 812881 - Backout due to devices no longer crashing - r=bjacob a=akeybl
2013-06-12 14:26:25 +12:00
Kartikaya Gupta
a53496f124
Bug 880676 - Remove ToCSSIntRectRoundIn and convert APZC::CalculateResolution to return a ScaleFactor. r=kentuckyfriedtakahe
2013-06-14 16:11:44 -04:00
Kartikaya Gupta
94dd1b2c73
Bug 880676 - Replace a couple of Rect scaling functions with strongly typed operators. r=BenWa
2013-06-14 16:11:31 -04:00
Kartikaya Gupta
5ce3e1c211
Bug 880676 - Move the RoundToInt functions to be standalone in the gfx headers. r=BenWa
2013-06-14 16:11:31 -04:00
Kartikaya Gupta
6b45d7c64f
Bug 880676 - Convert another gfx::Point to a ScreenPoint. r=BenWa
2013-06-14 16:11:29 -04:00
Vladimir Vukicevic
d88ff928f5
b=879624; un-blocklist RDP for hardware accel if server is Win8/2012; r=bjacob
2013-06-14 15:34:41 -04:00
Jim Chen
331bf1f64b
Bug 863777 - Add and turn on privacy mode in profiler for ANR reports; r=BenWa
2013-06-14 12:42:10 -04:00
Jim Chen
af22401d62
Bug 863777 - Implement native stack JNI calls using the profiler API; r=BenWa
2013-06-14 12:42:10 -04:00
Jim Chen
7ac143ee85
Bug 863777 - Add native stack JNI method definitions; r=kats
2013-06-14 12:42:10 -04:00
Ehsan Akhgari
8ee5a78089
Bug 882948 - Add widget level support for AeroLite for Winodws Server 2012/2013; r=roc
2013-06-13 18:41:26 -04:00
Ehsan Akhgari
0cae3ba5bd
Bug 579517 follow-up: Remove NSPR types that crept in
2013-06-12 21:26:59 -04:00
Kartikaya Gupta
fa8050e549
Bug 879011 - Convert nsIntPoint instances in InputData.h to types with units. r=kentuckyfriedtakahe
2013-06-11 18:13:11 -04:00
Ryan VanderMeulen
8ac6e127df
Merge m-c to inbound.
2013-06-11 21:03:14 -04:00
Sotaro Ikeda
5f4621e3f4
Bug 881565 - nsAppShell fails to compile with JB Gonk, r=mwu
2013-06-11 16:47:44 -04:00
Benoit Jacob
ad9a5a5ba1
Bug 879172 - Recognize a device as Sony as soon as its Manufacturer string contains Sony as substring - r=joe, CLOSED TREE
2013-06-11 14:55:13 -04:00
Ryan VanderMeulen
9c0624b2a8
Backed out changeset 90f4975ba986 (bug 879172) for Android bustage on a CLOSED TREE.
2013-06-11 16:13:56 -04:00
JosiahOne
7537f55f0e
Bug 881713 - Use onClick: for double-click actions in drawInTitlebar windows. r=smichaud
2013-06-11 13:33:32 -04:00
Benoit Jacob
e64785ee7d
Bug 879172 - Recognize a device as Sony as soon as its Manufacturer string contains Sony as substring - r=joe
2013-06-11 14:55:13 -04:00
Kartikaya Gupta
1d2c4c97c5
Bug 785929 - Kill FrameMetrics.mContentRect. r=kentuckyfriedtakahe
2013-06-11 09:46:51 -04:00
KO Myung-Hun
a9ff0a7621
Bug 768742 - Support multiple clauses of OS/2 IME. r=masayuki
2013-06-11 08:12:07 -04:00