Markus Stange
57996a27c2
Bug 888615 - Back out changeset 2250a49996a2 because of an incomplete commit message.
2013-12-17 17:18:05 +01:00
Markus Stange
eb920566fc
Bug 888615 - Only draw window titles for windows with drawtitle=true. r=smichaud
2013-12-17 17:11:14 +01:00
Markus Stange
2e8c31eda8
Bug 888615 - [Australis] Add a drawtitle attribute for XUL root elements. When drawtitle="true" is set, even drawintitlebar windows will have a window title. r=roc, r=smichaud
2013-12-17 17:11:13 +01:00
Markus Stange
4438906cc8
Bug 888615 - [Australis] Reland the patch for bug 877767 which was backed out in the landing of Australis.
2013-12-17 17:11:13 +01:00
Chris Lord
2fab05a2c9
Bug 950696 - Cache the 'enable tiles' layers pref. r=bgirard
...
Rename layers.force-tiles to layers.enable-tiles and cache it with the other
layers prefs in gfxPlatform.
2013-12-17 14:02:16 +00:00
Jacek Caban
319f70df62
Bug 949821 - Use L... for wchar_t* strings.
2013-12-17 12:02:27 +01:00
Jacek Caban
7012618b77
Bug 943870 - Constify aDataBuff in CreatePrimitiveForData. r=ehsan
2013-12-17 12:02:08 +01:00
Ryan VanderMeulen
c173096f45
Merge inbound to m-c.
2013-12-16 16:58:27 -05:00
Kartikaya Gupta
831e00fbf5
Bug 949132 - Use the FrameMetrics flag on the layers update to update APZC scroll offset instead of tracking it in widget code. r=Cwiiis
2013-12-16 12:04:46 -05:00
Kartikaya Gupta
8109167828
Bug 949132 - Add a flag to FrameMetrics indicating a non-APZ scroll (original patch by mstange). r=tn
2013-12-16 12:04:45 -05:00
Ehsan Akhgari
03818d55db
Bug 950508 - Build widget/windows in unified mode; r=roc
2013-12-15 19:00:54 -05:00
Jim Mathies
f7f56c4576
Bug 947146 - Remove hover states from elements that get touch tapped, plus some tests. r=mbrubeck
2013-12-14 14:40:56 -06:00
Jim Mathies
cb5c0faef6
Bug 941774 - Win32/winrt shared implementation. r=bbondy
2013-12-14 14:40:56 -06:00
Jim Mathies
eb0464623a
Bug 941774 - Base widget implementation. r=roc
2013-12-14 14:40:56 -06:00
Jim Mathies
d85f619b11
Bug 941774 - Centralize various dpi related queries on Windows. r=bbondy
2013-12-14 14:40:55 -06:00
Ryan VanderMeulen
62591c8121
Merge inbound to m-c.
2013-12-13 16:15:52 -05:00
Ryan VanderMeulen
d9662b7431
Merge fx-team to m-c.
2013-12-13 15:39:51 -05:00
Vivien Nicolas
de215e0940
Bug 949404 - Applications are half repainted once the keyboard is closed. r=Cwiiis
2013-12-13 18:23:47 +01:00
Jim Mathies
68c4cace2c
Bug 949590 - When switching browsers, wait for the previous instance to close the profile before launching. r=bbondy
2013-12-13 09:51:21 -06:00
Wes Kocher
aa49cfcd54
Merge inbound to m-c
2013-12-12 19:12:51 -08:00
Sushil Chauhan
3409dd3710
Bug 947805 - If hwcomposer is already prepared, reset with null hwc set. r=dwilson
2013-12-11 12:37:25 -08:00
Reuben Morais
7c641f6b3b
Bug 938889 - Remote IdleService and disable idle-daily notifications in content processes. r=roc
2013-12-13 14:28:46 -02:00
Jonathan Watt
67f3b43be2
Bug 944442 follow-up to check for null instead of rv error. r=me
2013-12-13 08:40:57 +00:00
Jonathan Watt
6c8fbf340c
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
...
--HG--
extra : rebase_source : 612c1923f3ed8a01fc30f2d306b4682e585e53fe
2013-12-13 08:34:24 +00:00
Gregory Szorc
e413f97acc
Bug 939367 - Allow Sphinx docs to come from all over the tree; r=glandium
...
--HG--
extra : rebase_source : 1c1a444a78c0dfce110db3890e29543eeb67f3aa
2013-11-20 12:37:22 -08:00
Ryan VanderMeulen
cb5b5eee51
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
Ryan VanderMeulen
59f6950063
Merge fx-team to m-c.
2013-12-11 22:02:30 -05:00
Dale Harvey
7870fd7c06
Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats
2013-12-12 00:39:06 +00:00
Ryan VanderMeulen
106d512427
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05:00
Jonathan Watt
25a2974cc7
Bug 948549 - Make <input type=number> behave and look disabled when the 'disabled' attribute is set or it's inside a disabled fieldset. r=smaug
2013-12-11 02:13:06 +00:00
Wes Kocher
b7e717b615
Merge m-c to b2g-inbound
2013-12-10 17:14:14 -08:00
Ryan VanderMeulen
6fb3114a62
Merge m-c to inbound.
2013-12-10 15:48:16 -05:00
Ryan VanderMeulen
e6e2bad3d0
Merge fx-team to m-c.
2013-12-10 15:39:40 -05:00
Ryan VanderMeulen
e58ec03427
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Richard Newman
fb6845b990
Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle
2013-12-10 10:41:34 -08:00
Nicholas Cameron
f215004cc4
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
2013-12-09 14:40:59 +13:00
Nicholas Cameron
8205294bd7
Bug 865033 part 1. Remove GetLayerManager from CompositorParent. r=mattwoodrow
2013-12-09 14:40:58 +13:00
Nicholas Cameron
8986c76fb3
Bug 946532. Setup translucent window drawing properly with OMTC. r=dvander, mattwoodrow
2013-12-09 17:44:57 +13:00
Birunthan Mohanathas
759ab69b0a
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
...
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00
Birunthan Mohanathas
2a97f4dc0d
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
2013-12-08 21:52:33 -05:00
Phil Ringnalda
617e2b2636
Backed out 7 changesets (bug 946958, bug 865033)
...
Backed out changeset 6dd0a6cb9ab3 (bug 946958)
Backed out changeset 498152aec5b1 (bug 946958)
Backed out changeset 7d035322f51d (bug 946958)
Backed out changeset 99f8ad7561ef (bug 946958)
Backed out changeset 4639c5abea80 (bug 946958)
Backed out changeset 9d1a4d83eccf (bug 865033)
Backed out changeset 41839e4026bc (bug 865033)
2013-12-08 18:43:45 -08:00
Nicholas Cameron
ebb90c9836
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
2013-12-09 14:40:59 +13:00
Nicholas Cameron
31581c859c
Bug 865033 part 1. Remove GetLayerManager from CompositorParent. r=mattwoodrow
2013-12-09 14:40:58 +13:00
Phil Ringnalda
cce5e27704
Merge m-c to m-i
2013-12-08 17:32:55 -08:00
Jonathan Watt
83950e2b2e
Bug 947728 part 1 - Introduce a new 'number-input' value for -moz-appearance that behaves exactly as 'textfield' does. r=roc
2013-12-08 23:23:28 +00:00
Jeff Muizelaar
4264e2fab0
Bug 947379. Remove MOZ_PANGO. r=jfkthame
...
We haven't been able to build with this since
2008. Time for it to go.
--HG--
extra : rebase_source : 0e25f91e2a4308d3873ca2c240347b25d70d69c5
2013-12-09 10:03:28 -05:00
Ehsan Akhgari
d4490ee3c7
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
2013-12-10 18:10:01 -05:00
James Willcox
9a9278242c
Bug 948003 - Mark GeckoAppShell.loadPluginClass() as used from JNI r=blassey
2013-12-11 15:53:06 -06:00
Karl Tomlinson
17d3c88a1e
b=934843 remove assertion that focus is never on popup windows r=roc
...
If an application has received focus from the window manager, but doesn't
reassign focus to a child window before closing its focus window, focus can
temporarily revert to PointerRoot before the window manager gives focus to
another window. During PointerRoot focus, the window until the pointer has
focus even if it is an override-redirect window.
--HG--
extra : rebase_source : 3c005183f4602346ce9068b4a87af068f0e82372
2013-12-11 09:51:42 +13:00
Phil Ringnalda
9c9133624d
Back out ebc291b18b35:eaf6e83e80fe (bug 946532) for non-unified Windows bustage
...
CLOSED TREE
2013-12-08 15:24:42 -08:00