Kaustabh Datta Choudhury
43c39611c3
Bug 1162003 - Enable run-by-dir mode for mochitest_chrome on Fx desktop debug builds. r=jmaher
2015-10-06 09:46:24 -04:00
Neil Deakin
0529dc8d93
Bug 1206559, forward PuppetWidget::SetFocus request to the parent process, r=smaug
2015-10-06 09:14:49 -04:00
Carsten "Tomcat" Book
ec8e9ecbd6
Merge m-c to mozilla-inbound
2015-10-06 12:21:45 +02:00
Carsten "Tomcat" Book
c03f3ce652
merge mozilla-inbound to mozilla-central a=merge
2015-10-06 12:01:35 +02:00
Phil Ringnalda
29687ab418
Back out 2 changesets (bug 1202933) for Mulet timeouts in test_alerts.html
...
CLOSED TREE
Backed out changeset fbcc1bb170e9 (bug 1202933)
Backed out changeset 1763e1484065 (bug 1202933)
2015-10-05 18:41:00 -07:00
Kit Cambridge
6b9a6c1c1d
Bug 1202933, Part 2 - Show the origin for OS X notifications. r=MattN,wchen
2015-10-05 11:49:38 -07:00
Matthew Noorenberghe
6dce1cf3cd
Bug 1208295 - Show an additional action on OS X notifications to open notification settings. r=mstange
2015-09-25 13:18:29 -07:00
Wes Kocher
22b227cb7d
Merge b2ginbound to central, a=merge
2015-10-05 13:09:32 -07:00
Carsten "Tomcat" Book
bc7e34a613
Merge m-c to b2g-i on a CLOSED TREE
2015-10-05 13:55:18 +02:00
Nigel Babu
071a2c6e3c
Backed out changeset 02a7211c3ac8 (bug 1112712) for build bustage
2015-10-05 14:29:44 +05:30
Sotaro Ikeda
7462a522d8
Bug 1210189 - Use nsScreenGonk in nsWindow::StartRemoteDrawing() r=mwu
2015-10-03 17:06:19 -07:00
Boris Chiou
39cb7e8595
Bug 1210265 - Add a pref toggle for copying/pasting only plain text on B2G. r=timdream
...
Add a new preference, clibboard.plainTextOnly.
1. On: we only support kUnicodeMIME in SetData/GetData.
2. Off: we can support different MIME types in SetData/GetData
BTW, "copy image" is dependent on non-text/rich text support, so this
menu item is also disabled after we turn the pref off.
2015-10-02 00:26:00 +02:00
Petr Jašíček
ee75ae7312
Bug 1210086 - Fix warnings caused by toolbar buttons in gtk2. r=karl
2015-10-01 04:30:00 +02:00
hansu9866@gmail.com
a74bed978e
Bug 1112712 - DOM key and code mapping for simple phone hardware keys. r=masayuki
...
commit eb0f93fdeaba83493ad231b62e8d27793e1a67ca
Author: Hansu Kim <hansu9866@gmail.com>
Bug 1112712 DOM key and code mapping for simple phone hardware keys
Change-Id: I8b37b82e374ce287af334061eaaa49f1b9f350b8
2015-10-01 16:13:00 +02:00
Carsten "Tomcat" Book
1955db09bc
Merge m-c to mozilla-inbound
2015-10-02 13:37:27 +02:00
Carsten "Tomcat" Book
404e79482a
merge mozilla-inbound to mozilla-central a=merge
2015-10-02 11:52:49 +02:00
Reuben Morais
d4d8f9414f
Bug 1172740 - Implement Android HAL backend for alarms. r=snorp
2015-10-01 14:40:53 -03:00
Wes Kocher
0424030a6b
Merge m-c to inbound, a=merge CLOSED TREE
2015-10-05 13:11:26 -07:00
Kartikaya Gupta
b282f5a0c8
Bug 1205399 - Follow-up to fix build bustage for platforms without OS X 10.10 and -Wswitch enabled. r=mstange
2015-09-30 12:48:45 -04:00
Tooru Fujisawa
bcad385ca3
Bug 1207499 - Part 12: Remove use of expression closure from widget/. r=roc
2015-09-23 18:42:20 +09:00
Nathan Froyd
9f21368ca1
Bug 1210912 - fix widget leak in LookupRegisteredPluginWindow; r=roc
...
nsRefPtrHashtable::Get follows XPCOM outparam rules, so it addrefs its
argument prior to returning it. LookupRegisteredPluginWindow, however,
doesn't know anything about the additional reference, and neither does
anything else that calls it (which is, fortunately, not that much code).
So every widget returned by this function will leak.
To fix this, we use nsRefPtrHashtable::GetWeak, which doesn't addref its
argument, but merely returns the raw pointer, leaving the hashtable
responsible for the owning reference.
2015-10-02 22:00:56 -04:00
Benoit Girard
5df9f598ad
Bug 1210180 - Force the view to update when we recycle a Vibrancy view. r=mstange
2015-10-05 10:54:29 -04:00
Masayuki Nakano
db333a4be4
Bug 1208043 If composition is started with InsertTextAtSelection() and OnStartComposition() is called later, RecordCompositionStartAction() should cancel the last pending compositionend r=emk
2015-10-02 10:51:47 +09:00
Masayuki Nakano
3b82e28e21
Bug 1109410 Resolve CSS transform in ContentEventHandler::ConvertToRootViewRelativeOffset() r=roc
2015-10-05 14:46:39 +09:00
David Anderson
e1d5f8bc99
Allow top-level window changes to the remembered compositor type. (bug 1211109 part 3, r=mattwoodrow)
2015-10-05 23:39:28 -07:00
Jim Mathies
54d208eba0
Bug 1199892 - "Mouse cursor flickers in Flash object with wmode opaque/transparent". r=roc
2015-10-01 05:51:00 +02:00
Botond Ballo
ffc0c737bb
Bug 1205511 - Document that nsIDragService.dragMoved() takes its arguments in LayoutDevice pixels. r=enn IGNORE IDL (comment change only)
...
This can't be expressed in the types of the arguments because IDL doesn't
support strongly typed units.
2015-09-28 20:29:48 -04:00
Botond Ballo
1ef5804985
Bug 1205511 - Make nsMenuPopupFrame::MoveTo()'s arguments strongly typed. r=enn
2015-09-28 20:17:34 -04:00
Botond Ballo
927f834e35
Bug 1205511 - Make nsBaseDragService::mImage[X|Y] strongly typed. r=enn
2015-09-28 20:44:50 -04:00
Masayuki Nakano
4d770d0a56
Bug 1208969 TSFTextStore shouldn't grant document lock after starting to destroy the context r=emk
2015-09-29 17:08:42 +09:00
Nicholas Nethercote
7700404de3
Bug 1208300 (part 4) - Remove gfxRGBA and some related things. r=jwatt.
...
Hooray!
2015-09-24 19:24:16 -07:00
Jim Chen
d3c9c27de0
Bug 1200343 - Implment PrefsHelper native calls; r=snorp
...
This patch implements the PrefsHelper native calls for getting prefs;
2015-09-28 12:07:10 -04:00
Jim Chen
dd3fe5ddc0
Bug 1200343 - Remove pref events from GeckoEvent; r=snorp
...
Now that we use native calls, we can remove the pref-related events from
GeckoEvent.
2015-09-28 12:07:09 -04:00
Jim Chen
4315a454a9
Bug 1200343 - Add native calls for pref events; r=snorp
...
This patch adds two native calls to PrefsHelper to avoid using
GeckoEvent for getting prefs.
2015-09-28 12:07:09 -04:00
Jim Chen
57d4591467
Bug 1200343 - Add JNI wrapper for object arrays; r=snorp
...
This patch adds a specialization for jni::Ref<jni::ObjectArray>, which
includes members for getting the length of the array and accessing
array elements.
2015-09-28 12:07:09 -04:00
Jim Chen
e887674366
Bug 1208041 - Fix race condition when coalescing viewport events; r=snorp
...
We have a pretty messy system of coalescing viewport events that
introduced a race condition during the recent JNI refactoring. This
patch makes that code simpler and fixes the race condition. Instead of
keeping track of a previous viewport event, we now scan the event queue
for previous viewport events. This shouldn't be a perf concern because
we only scan the queue for viewport and native callback events, and stop
scanning as soon as we find another kind of event.
2015-09-28 12:07:09 -04:00
Brian Grinstead
c6e35a38ee
Bug 1034110 - Provide a way to observe mutations for ::before/::after pseudo elements;r=smaug
...
Adds a new chrome-only MutationObserverInit option called nativeAnonymousChildList
that will cause a mutation to fire when a native anonymous root is bound or unbound
2015-09-24 08:23:32 -07:00
James Willcox
4f60b946e3
Bug 1182665 - Don't try to call JNI methods in nsScreenManagerAndroid if it's not available r=esawin
2015-09-28 09:36:59 -05:00
James Willcox
cea145b269
Bug 1182665 - Adjust tile sizes depending on the screen size r=nical
2015-09-28 09:36:57 -05:00
James Willcox
c90689f1b7
Bug 1182665 - Use a direct JNI call to determine screen size in nsScreenManagerAndroid r=jchen
2015-09-28 09:36:56 -05:00
Sotaro Ikeda
4f7b54617c
Bug 1205725 - Add basic SidebandStream handling to HwcComposer2D r=mwu,nical
2015-09-28 06:55:48 -07:00
Carsten "Tomcat" Book
690f6bd08b
Merge mozilla-central to mozilla-inbound
2015-09-28 14:18:24 +02:00
Carsten "Tomcat" Book
d4860186ab
merge mozilla-inbound to mozilla-central a=merge
2015-09-28 14:13:24 +02:00
Nigel Babu
709f83f16f
Backed out changeset 26396d426123 (bug 1208906) for windows reftest bustage
...
ON A CLOSED TREE
2015-09-28 11:27:52 +05:30
Nigel Babu
2d9407641f
Backed out changeset 32076ec3f4c0 (bug 1208906) for reftest bustage
2015-09-28 11:27:40 +05:30
Nicholas Nethercote
15a95be5b4
Bug 1208283 (part 2) - Change ColorLayer::mColor, ColorLayerProperties::mColor, ReadbackLayer::mBackgroundColor from gfxRBGA to gfx::Color. r=jwatt.
...
This avoids some gfxRGBA-to-Color conversions.
2015-09-24 18:16:45 -07:00
Nicholas Nethercote
bcd2fb7111
Bug 1208345 - Remove gfxContext::GraphicsOperator. r=jwatt.
...
Also...
- Rename various "operator" identifiers as "op" to match |CompositionOp|.
- Rename |nsBackgroundLayerState::mCompositingOp| as |mCompositionOp| to match
|CompositionOp|.
- Remove some deprecated functions that are no longer needed.
2015-09-24 22:38:58 -07:00
Ehsan Akhgari
48707d7a0b
Bug 1208906 - Fix typo on a typo fix!
2015-09-27 19:36:19 -04:00
Ehsan Akhgari
29a55f062d
Bug 1208904 - Fix a condition in nsWindow::SetNonClientMargins; r=roc
...
Found by Viva64.
2015-09-27 19:34:13 -04:00
Ehsan Akhgari
49baf1fe2c
Bug 1208906 - Fix a conditional statement in nsNativeThemeWin::GetThemePartAndState; r=roc
...
Found by Viva64.
2015-09-27 19:34:11 -04:00