Wes Kocher
6be262ea9e
Merge fx-team to mozilla-central a=merge
2014-06-04 17:44:12 -07:00
Ehsan Akhgari
f6d95d2f4d
Backed out changeset 2a4cde9c1130 (bug 1015332) because it breaks the Firefox OS homescreen, among other things a=RyanVM
2014-06-04 17:27:21 -04:00
Brad Lassey
385ccaab0b
bug 1016747 - add android protocol handler to proxy input streams to Gecko r=snorp
2014-06-04 15:28:04 -04:00
Brad Lassey
6c6fe8361b
bug 1019836 - Support narrow char strings in android bridge r=snorp
2014-06-04 15:04:12 -04:00
Bas Schouten
d591ed6c4f
Bug 1019400: Stop blacklisting D2D for Catalyst 14.6+. r=bjacob
2014-06-04 09:53:08 +02:00
Sushil Chauhan
b1c2e67b98
Bug 1015332 - Optimize frame having layers with NULL gralloc buffer. r=dwilson
2014-06-03 14:07:50 -07:00
Brian R. Bondy
5ba2295fc8
Bug 1018598 - Shutdown jump list thread correctly to avoid debug assertions. r=jimm
2014-06-03 09:26:14 -04:00
Brian R. Bondy
e479623228
Bug 724423 - Fix jump list favicon cleanup. r=jimm
2014-06-03 09:26:11 -04:00
Jonathan Watt
adc393ae91
Bug 1019018 - Get rid of the Thebes backed gfxContext in AndroidBridge, and the Thebes version of gfxUtils::ConvertBGRAtoRGBA. r=kats
2014-06-03 12:31:42 +01:00
Jacek Caban
c5a5468649
Bug 1005619 - Fixed parse error on GCC.
...
--HG--
extra : rebase_source : b8b2b6bd4c4425b423a04b28b509857b899b4703
2014-06-03 13:25:21 +02:00
Steven Michaud
8caa8afc5a
Bug 1013852 - Clicking doesn't focus the window sometimes. r=mstange
2014-06-02 16:43:31 -05:00
Ryan VanderMeulen
6c8212c187
Merge mozilla-inbound to m-c.
2014-06-02 17:20:08 -04:00
Kartikaya Gupta
a61ae44103
Bug 1018980 - Kill some dead code in Fennec from the pre-OMTC days. r=snorp
2014-06-02 11:13:09 -04:00
Markus Stange
46a7146d24
Bug 1018996 - Fix BasicCompositor on Mac after bug 1012407 and bug 1017571. r=Bas
2014-06-02 16:47:24 +02:00
Phil Ringnalda
c60c621e2b
Merge m-c to m-i
2014-05-31 20:38:25 -07:00
Phil Ringnalda
61966eed95
Merge f-t to m-c
2014-05-31 20:31:07 -07:00
Masayuki Nakano
f7ad5f2eba
Bug 1015028 Compute scan code value from virtual keycode if a keydown/keyup message doesn't have proper scancode value r=jimm
2014-06-01 11:32:08 +09:00
Victor Porof
5643294005
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
2014-05-23 17:12:29 -04:00
Ryan VanderMeulen
f86e1fd17d
Merge m-c to fx-team.
2014-05-30 16:30:24 -04:00
Jim Mathies
d205f7eadf
Bug 1014673 - Allow WM_GETOBJECT calls to succeed when mozilla window procedures are neutered by ipc WaitForNotify calls. r=bent
2014-05-30 14:30:54 -05:00
Emilio Pozuelo Monfort
3a0b343ee2
Bug 624422 - Clean up MOZ_WIDGET_GTK usages. r=karlt
...
Based on a patch from Mike Hommey.
2014-05-28 04:23:00 -04:00
Matt Woodrow
b09cc03e43
Bug 1015166 - Account for TopLeft of aBoundsRect in nsWindow::UpdateAlpha. r=ajones
2014-05-30 13:37:04 +12:00
Tom Schuster
ae99a509cc
Bug 1016010 - Get basic layers sort of working with Qt. r=romaxa
2014-05-29 21:55:44 +02:00
Robert O'Callahan
9170085906
Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg
2014-06-03 00:08:21 +12:00
Emilio Pozuelo Monfort
a74fc6c1fb
Bug 624422- Add libmozgtk libraries so that libxul can use GTK+ 2 and 3. r=glandium
...
This is necessary for plugins when building libxul for GTK+ 3
because libxul will link against GTK+ 3 and some plugins link
against GTK+ 2, but both GTK+ libraries can't be loaded in the
same process. With this change, we have an indirection between
libxul and libgtk, named libmozgtk. plugin-container will
be modified to load libmozgtk2 in order to only have GTK+ 2
in its address space, thus enabling various plugins (e.g. flash)
on GTK+ 3 firefox.
2014-05-01 13:36:05 +02:00
Emilio Pozuelo Monfort
17f7f5a871
Bug 624422 - Remove GDK_THREADS_ENTER/LEAVE calls. r=karlt
...
We don't use them consistently and they cause problems when
building for GTK+ 3, so just drop them entirely.
2014-05-01 13:27:04 +02:00
Andreas Gal
421c38a995
Bug 1016086 - Part 1: Use a single attribute in all shaders (r=Bas)
2014-05-29 10:19:37 -04:00
Ted Mielczarek
539dcae325
Bug 1014162 - Make Gamepad.mapping into an enum. r=smaug
2014-05-23 07:39:13 -04:00
Mark Capella
952d00602c
Bug 1014965 - NativeJSObject.optString does the wrong thing on "key":null, r=jchen, f=nalexander
2014-05-28 17:04:56 -04:00
Andreas Gal
13b59aa7e3
Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas)
2014-05-28 10:15:31 -04:00
Markus Stange
e9ce7c7889
Bug 870238 - Stop using the deprecated API -[NSWindow userSpaceScaleFactor]. r=jfkthame
2014-05-28 15:22:16 +02:00
Markus Stange
39789114a7
Bug 1016569 - For 10.7 non-overlay scrollbars, draw the scrollbar track and the scrollbar thumb separately. r=smichaud
2014-05-28 15:22:16 +02:00
Jonathan Watt
78ffffb79b
Bug 1018196 - Stop creating a Thebes backed gfxContext in nsCocoaUtils::CreateNSImageFromImageContainer (Moz2D migration). r=mstange
2014-05-30 22:41:47 +01:00
Jonathan Watt
3f6d65f787
Bug 1018187 - Stop creating a Thebes backed gfxContext in nsChildView.mm (Moz2D migration). r=mstange
2014-05-30 22:41:44 +01:00
Carsten "Tomcat" Book
4719cf159c
Merge mozilla-central to mozilla-inbound
2014-05-28 14:48:41 +02:00
Jim Mathies
da95e59548
Bug 1003943 - Properly update widget cursors when the mouse passes between remote frames. r=smaug
2014-05-27 20:12:29 -05:00
Maksim Lebedev
4af98c3fbb
Bug 1005937 - Make the 'touch-action' CSS property apply to all elements except non-replaced inline elements and table rows, columns, and row/column-groups. r=dbaron
2014-05-26 00:24:00 +02:00
Markus Stange
27f705c2ee
Bug 1009679 - Layerize the scrollbar thumb on desktop, too. r=roc
2014-05-28 12:52:13 +02:00
Markus Stange
97ade65588
Bug 1012735 - Fix whitespace. r=bjacob
...
DONTBUILD
2014-05-28 11:51:37 +02:00
Markus Stange
cd2a1df60b
Bug 1012735 - Use HeapCopyOfStackArray for the fBufferData call in nsChildView.mm. r=bjacob
2014-05-28 11:45:02 +02:00
Brian R. Bondy
dcdeff3b3f
Backout 6533fc1ea789 Bug 724423 - Fix jump list favicon cleanup. CLOSED TREE r=me
...
Some debug win8 assertion failures that may be because of this
--HG--
extra : amend_source : 632ee9f59c9758734033d6a5deac60a396a81766
2014-05-28 00:04:04 -04:00
Brian R. Bondy
0927688007
Bug 724423 - Fix jump list favicon cleanup. r=jimm
2014-05-27 12:18:33 -04:00
Neil Rashbrook
9cfd58c16f
Bug 869836 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
...
Relading with correct bug number so DONTBUILD.
--HG--
extra : amend_source : 6e05de7729c27761564124212b7d4cbe3318e482
2014-05-26 21:54:10 +03:00
Birunthan Mohanathas
f3421c776b
Backout 8b8bbe7aa1cc due to wrong bug number
2014-05-27 14:42:13 +03:00
Birunthan Mohanathas
562904c002
Bug 869836 - Part 12: Use Assign('c')
instead of AssignLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Birunthan Mohanathas
f9b1b35c3e
Bug 869836 - Part 11: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
...
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
2014-05-26 21:54:58 +03:00
Birunthan Mohanathas
84d3adc780
Bug 869836 - Part 10: Use Truncate instead of AssignLiteral("")
. r=ehsan
...
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
2014-05-26 21:54:53 +03:00
Neil Rashbrook
12b4869c02
Bug 995730 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
...
--HG--
extra : rebase_source : d2d3d611c06a2a7ec930fb11576d7c8335c0a6e2
2014-05-26 21:54:10 +03:00
Botond Ballo
f035fcf2f8
Bug 998025 - Ignore touch events when in an overscrolled state. r=kats
...
--HG--
extra : rebase_source : c7b6928915d589773aa536cf002c70c9e26fd371
2014-05-22 14:49:43 -04:00
Tom Schuster
0686e86e41
Bug 1015754 - Cleanup mouse events in the QT widget. r=romaxa
2014-05-26 18:25:40 +02:00