Commit Graph

8395 Commits

Author SHA1 Message Date
Masayuki Nakano
acb7036c31 Bug 939006 part.12 Sort out key names in Media Controller Keys section r=smaug 2014-06-04 21:43:45 +09:00
Masayuki Nakano
a01600fcf4 Bug 939006 part.11 Sort out key names in Browser Keys section r=smaug 2014-06-04 21:43:45 +09:00
Masayuki Nakano
abb4d506c8 Bug 939006 part.10 Sort out key names in Application Keys section r=smaug 2014-06-04 21:43:44 +09:00
Masayuki Nakano
1264041caa Bug 939006 part.9 Sort out key names in Multimedia Keys section r=smaug 2014-06-04 21:43:44 +09:00
Masayuki Nakano
90ca69806a Bug 939006 part.8 Sort out key names in General-Purpose Function Keys section r=smaug 2014-06-04 21:43:44 +09:00
Masayuki Nakano
ba470bcdb7 Bug 939006 part.7 Sort out key names in IME and Composition Keys section r=smaug 2014-06-04 21:43:43 +09:00
Masayuki Nakano
28f4ecf84e Bug 939006 part.6 Sort out key names in Device Keys section r=smaug 2014-06-04 21:43:43 +09:00
Masayuki Nakano
8dc76f899b Bug 939006 part.5 Sort out key names in UI Keys section r=smaug 2014-06-04 21:43:43 +09:00
Masayuki Nakano
1597c0267d Bug 939006 part.4 Sort out key names in Editing Keys section r=smaug 2014-06-04 21:43:43 +09:00
Masayuki Nakano
362d14c490 Bug 939006 part.3 Sort out key names in Navigation Keys section r=smaug 2014-06-04 21:43:42 +09:00
Masayuki Nakano
0516a853ca Bug 939006 part.2 Sort out key names in Whitespace Keys section r=smaug 2014-06-04 21:43:42 +09:00
Masayuki Nakano
8e45de36bf Bug 939006 part.1 Sort out key names in Modifier Keys section r=smaug 2014-06-04 21:43:42 +09: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