Markus Stange
c68332b7e9
Bug 995145 - Don't erase pixels from the window top when drawing the highlight line. r=smichaud
2014-07-01 18:32:28 +02:00
Bob Owen
e7e9b6ecc6
Bug 1029494 Part 6: Replace AutoPushJSContext in nsMenuX::MenuConstruct. r=bholley
2014-06-26 12:16:27 +01:00
Ben Kelly
d98e236de8
Bug 980568: Set planeAlpha and blending for opaque layer in GonkDisplayJB::Post() on KK. r=sushil
2014-07-01 13:21:50 +08:00
Michael Wu
6919ba2a2d
Bug 987872 - Update Fira font name for Fira font update, r=jfkthame
2014-05-21 13:16:43 -04:00
Wes Kocher
deb94787d6
Merge b2g-inbound to m-c a=merge
2014-06-30 18:31:38 -07:00
Sotaro Ikeda
9dd7bf06dc
Bug 1029856 - Call glClear() before blit composition r= Sushil
2014-06-30 13:01:24 -07:00
Juan Gomez
5f391e1fe6
Bug 1031949 - Crash in GonkDisplay::SwapBuffers() because Framebuffer tries to dup uninitialized Fence [SGS2][JB]. r=sotaro
2014-06-29 15:30:00 -04:00
Steven Michaud
1b9bdee85d
Bug 1016200 - Single click stop working in web content, require double click. r=spohl
2014-06-30 12:28:45 -05:00
Wes Kocher
be05307be5
Merge inbound to m-c a=merge
2014-06-27 17:40:49 -07:00
Martin Stransky
16f4e817d8
Bug 1027138 - Revert fix from Bug 984075 and fix arrow rendering by extra gtk_widget_show() call. It realizes the arrow widget and allocates it a size. r=karlt
2014-06-27 01:57:00 -04:00
Sotaro Ikeda
e17cd37863
Bug 1029719 - Release TextureClient on correct thread r=jmuizelaar
2014-06-27 06:26:51 -07:00
Jonathan Watt
deb2077580
Bug 986526 - Create helper functions to encode DrawTargets/SourceSurfaces to PNG/JPEG/BMP/ICO/etc. and save them, dump them, or copy them to the clipboard, either as binary or as data: URIs. r=mattwoodrow
2014-06-27 12:19:40 +01:00
Jonathan Watt
90194127fd
Bug 1030843 - Fix crash in nsNativeThemeCocoa::GetMinimumWidgetSize. r=roc
2014-06-27 10:19:00 +01:00
Andrea Marchesini
6ec27357af
Bug 876683 - DOMFile/DOMBlob refactoring, r=ehsan, r=bent
2014-06-26 09:47:44 -07:00
Carsten "Tomcat" Book
8e86bf906b
Merge mozilla-central to mozilla-inbound
2014-06-26 15:51:31 +02:00
Carsten "Tomcat" Book
12e04d45a1
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
extra : amend_source : 8afac23e33906916e7e6297e2307417e09fa27ae
2014-06-26 14:11:00 +02:00
Wes Kocher
0482a2f425
Merge m-c to b2g-inbound a=merge
2014-06-25 18:41:59 -07:00
Kartikaya Gupta
cb116c4bd1
Bug 1030181 - Share code for dealing with WidgetTouchEvent and MultiTouchInput. r=drs r=smaug
2014-06-25 20:11:20 -04:00
Martin Stransky
d5acde004a
Bug 1027009 - Gtk3 build with --enable-warnings-as-errors. r=karlt
2014-06-25 00:35:00 +02:00
Martin Stransky
3ec3da8b15
Bug 1028913 - Fix bustage when --disable-dbus is set. r=karlt
2014-06-23 07:24:00 -04:00
Jonathan Watt
5caa7967c5
Bug 1029627 - Remove unused string variable and member variable in WinUtils code. r=jmathies
2014-06-25 12:59:41 +01:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Martin Stransky
592956bbf2
Bug 978172 - [GTK3] Fix doorhanger border. r=karlt
2014-06-24 01:28:00 -04:00
Benoit Jacob
30a15f5822
Bug 1028588 - Fix dangerous public destructors in widget/ - r=roc
2014-06-24 12:36:44 -04:00
Carsten "Tomcat" Book
9e162c437b
Backed out changeset f809a67a796e (bug 958868) for m2 test failures on a CLOSED TREE
2014-06-24 12:50:11 +02:00
Carsten "Tomcat" Book
7cc40ece67
Backed out changeset 8499eefa342e (bug 958868) for m2 test failures on a CLOSED TREE
2014-06-24 12:49:47 +02:00
Andrew Comminos
25358a7059
Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug
2014-06-24 18:02:11 +09:00
Andrew Comminos
343834ff4a
Bug 958868 - Add support for GDK_SCROLL_SMOOTH; r=karlt
2014-06-24 18:02:10 +09:00
Wes Kocher
4c297ef8c0
Merge m-c to inbound a=merge
2014-06-23 18:59:54 -07:00
Masayuki Nakano
f850719aaf
Bug 1028485 Don't set caret position over actual inserted string at commiting composition r=ehsan
2014-06-24 10:06:20 +09:00
Wes Kocher
fda21c3dd1
Merge fx-team to m-c a=merge
2014-06-23 17:56:11 -07:00
Jed Davis
f0e84d2f79
Bug 1029178 - Name the memory pressure monitor thread. r=dhylands
2014-06-23 16:15:21 -07:00
Ryan VanderMeulen
630815ba86
Merge m-c to fx-team. a=merge
2014-06-23 10:59:41 -04:00
Nochum Sossonko
13262ab27c
Bug 1025595 - Correct erroneous aWidgetType comparison, r=jimm
...
--HG--
extra : rebase_source : 3392632e217abe6d521bf42ef328f15acd438390
2014-06-19 18:52:02 -04:00
Mason Chang
4c76cc6e53
Bug 990832 - Build a tool to visualize frame uniformity. r=mchang, benwa.
2014-06-19 09:33:00 +02:00
Mark Finkle
1d834efa96
Bug 1028004 - UI Telemetry events with null methods are ignored r=rnewman
2014-06-20 13:39:33 -04:00
Benoit Jacob
54545f60d1
Bug 1027251 - Fix or whitelist dangerous public destructors in widget/ - r=roc
2014-06-20 07:08:25 -04:00
Jonathan Watt
ef224664db
Bug 1027645 - Eliminate all nsRenderingContext::AppUnitsPerDevPixel() callers and all non-propagating nsRenderingContext::DeviceContext() callers. r=roc
2014-06-20 07:42:30 +01:00
Daniel Holbert
240f4e7f0d
Bug 1024328: Remove unnecessary #includes of nsFrameManager.h. r=jwatt
2014-06-19 22:07:46 -04:00
Jonathan Watt
ec0cb99206
Bug 1028825 - Get rid of the Thebes backed gfxContext in Android's nsWindow.cpp. r=Cwiiis
2014-06-23 16:33:23 +01:00
Kartikaya Gupta
e1ac0ad31b
Bug 1021085 - Fix up the Fennec code path as well. r=Cwiiis
2014-06-23 08:42:53 -04:00
Martin Stransky
030fb4e888
Bug 811261 - Implement WakeLockListener on Linux to disable screensaver while video is playing. r=karl
2014-06-18 06:11:00 +02:00
Birunthan Mohanathas
bc0233fe47
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
2014-06-18 17:57:51 -07:00
Birunthan Mohanathas
51ba75d135
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Mike Hommey
7b86e059f2
Bug 1027040 - Keep -L flags from MOZ_GTK*_LIBS when building gtk stub libraries. r=mshal
2014-06-19 09:06:14 +09:00
Mike Hommey
6cda6cc6b3
Bug 1027034 - Properly set up Gtk+3 compatibility headers. r=karlt
...
--HG--
rename : widget/gtk/compat/gtk/gtkenums.h => widget/gtk/compat-gtk3/gtk/gtkenums.h
2014-06-19 09:06:14 +09:00
Maksim Lebedev
e5c790bcb3
Bug 1018113 - Do correct behavior of pen after pointer_up event. r=smaug
2014-06-18 01:12:00 -04:00
Brian Birtles
6f9e1fc938
Bug 77992 part 1.2 - Fix a bug in Windows timestamp calculations; r=karlt
2014-06-18 08:58:25 +09:00
Jonathan Watt
2586dd3cb2
Bug 1025553, part 1 - Change the names of the members of gfxMatrix to match the names of the members of Moz2D's Matrix. r=Bas
2014-06-17 18:35:51 +01:00
Masayuki Nakano
611acd94a1
Bug 1025982 Fix the mapping of KeyboardEvent.code value of Digit0 to Digit9 keys on Windows r=jimm
2014-06-17 23:50:11 +09:00
Martin Stransky
66215a1088
Bug 1025874 - Fix widget->style access on gtk3. r=karlt
2014-06-16 05:41:00 -04:00
Josiah Bruner
0036c7d280
Bug 1021309 - Add "mac-yosemite-theme" CSS system metric. r=mstange
2014-06-05 18:02:46 -04:00
Jonathan Watt
684a6bdf1d
Bug 1025802 - Get rid of the Thebes backed gfxContext in the GTK widget code (Moz2D conversion). r=mattwoodrow
2014-06-17 10:37:46 +01:00
Jonathan Watt
197045f650
Bug 1025497 - Stop using gfxImageSurface in Cocoa widget code. r=mstange
2014-06-17 10:37:45 +01:00
Michael Wu
ced60d7954
Bug 1024166 - Misc header/namespace cleanups in imglib, r=seth
2014-06-16 18:25:43 -04:00
Sotaro Ikeda
e14b1ad176
Bug 1025824 - Fix mHwcLayerMap handling r=sushil
2014-06-16 13:05:14 -07:00
Martin Stransky
2a1c77e607
Bug 1023004 - Fixes arrow angle rendering. r=karlt
2014-06-13 08:04:00 -04:00
Lucas GOLVEN
356949aa3d
Bug 772347 - Add WakeLockListener on MacOSX. r=smichaud
...
Disables the screensaver on Mac while a video is playing.
2014-06-13 19:58:00 +02:00
Phil Ringnalda
680edf00b4
Back out 53e5f619cb62 (bug 1025497) for build bustage
...
CLOSED TREE
2014-06-14 19:04:52 -07:00
Jonathan Watt
7a72915068
Bug 1025497 - Stop using gfxImageSurface in Cocoa widget code. r=mstange
2014-06-15 01:44:46 +01:00
Jonathan Watt
16136e4067
Bug 1025491 - Remove the DumpAsPNG() code in FilterNodeSoftware.cpp. r=mstange
2014-06-15 01:34:01 +01:00
Mats Palmgren
217a8aebfe
Bug 427928 - part 5, Add NS_THEME_FOCUS_OUTLINE support for Windows widgets. r=roc
2014-06-14 12:48:08 +00:00
Mats Palmgren
811ebd88de
Bug 427928 - part 4, Add NS_THEME_FOCUS_OUTLINE support for GTK widgets. r=roc
2014-06-14 12:48:08 +00:00
Mats Palmgren
0bbce3629e
Bug 427928 - part 3, Add NS_THEME_FOCUS_OUTLINE support for Cocoa widgets. r=mstange
2014-06-14 12:48:08 +00:00
Masayuki Nakano
46b69fa08c
Bug 1019427 Log scancode -> virtual keycode table on Windows r=jimm
2014-06-14 11:24:16 +09:00
Benoit Jacob
8f1cf755a9
Bug 774388 - Patch 4: Flatten the way that we track whether we are using OMTC, and move Layers IPC shutdown code back to gfxPlatform (but still triggered by ShutdownXPCOM) - r=nical,sotaro
2014-06-06 09:51:24 -04:00
Sotaro Ikeda
8364b31b70
Bug 1024144 - Deliver acquire fence to HwComposer r=sushil,nical
2014-06-12 18:46:25 -07:00
Ryan VanderMeulen
0645a74aa3
Merge m-c to inbound on a CLOSED TREE. a=merge
2014-06-12 17:32:33 -04:00
Jim Chen
a2f1f96c3e
Bug 1022769 - Use PersistentRooted to root NativeJSContainer objects. r=jonco
2014-06-10 12:46:00 -04:00
Jonathan Watt
3d9e321469
Bug 1022821, part 2 - In gfx code, stop returning RefPtr and, where not an out-param, stop using RefPtr arguments. r=Cwiiis
2014-06-12 20:24:05 +01:00
Jonathan Watt
2d14476e5a
Bug 1023522 - Get rid of the remaining Thebes backed gfxContexts in the Windows widget code. r=mattwoodrow
2014-06-11 10:38:44 +01:00
Chris Pearce
490337f486
Bug 1022421 - Cache value of FaviconHelper::GetICOCacheSecondsTimeout() in AsyncDeleteAllFaviconsFromDisk so that we don't use pref service off main thread. r=jimm
2014-06-11 10:53:17 +12:00
Ehsan Akhgari
3aa3e7f33a
Bug 1023119 - Update nsIGfxInfo's uuid; a=sylvestre
...
--HG--
extra : rebase_source : 43927b83fd58643d964137e32c6ababbcc208b87
2014-06-10 13:22:01 -04:00
stefanh@inbox.com
9530e9ea0e
Bug 1022912 - make -moz-mac-menutextdisable lighter and remove obsolete color from widget/tests/test_platform_colors.xul. r=mstange.
2014-06-10 11:45:09 +02:00
Mike Hommey
b9b256610a
Bug 1022425 - Force mozgtk stubs dependency on gtk libraries when -Wl,--as-needed is used. r=mshal
2014-06-10 16:00:55 +09:00
Mike Hommey
76ea60cbd1
Bug 1022117 - Add missing gdk_screen_get_number symbol to mozgtk stub. r=karlt
2014-06-10 16:00:20 +09:00
Jonathan Watt
30d175a3d1
Bug 991640 follow-up to fix Linux bustage. r=red
2014-06-10 07:34:16 +01:00
Jonathan Watt
1ac56ed5ef
Bug 991640 - Get rid of nsIWidget::GetThebesSurface and a bunch of Thebes backed gfxContexts. r=mattwoodrow
2014-06-10 07:02:21 +01:00
Vincent Liu
246ecbb60e
Bug 1021765 - Backport the fix from bug 988704 to JB-based devices as well. r=sotaro
2014-06-08 08:49:50 +08:00
Ryan VanderMeulen
1a316f5d4f
Merge inbound to m-c. a=merge
2014-06-08 22:10:12 -04:00
Markus Stange
fd9eb567b2
Bug 1022206 - Add missing include to nsChildView.mm in order to fix building with --disable-accessibility on Mac. a=npotb DONTBUILD
2014-06-08 01:59:18 +02:00
Martin Stransky
364c9717d2
Bug 1013552 - [GTK3] GetThebesSurface() provides xlib surface when cairo target is not available. r=karlt
2014-06-02 03:36:00 -04:00
Markus Stange
b30a504d60
Bug 944938 - Install the event tap only for wheel events. r=smichaud
2014-06-07 00:50:00 +02:00
Markus Stange
1e0903dbed
Bug 944938 - Pass scroll events to the APZC tree manager on the async event thread. r=smichaud
2014-06-07 00:49:59 +02:00
Markus Stange
b2d27c0e89
Bug 944938 - Add a 10.6 compatibility wrapper for hasPreciseScrollingDeltas and scrollingDeltaX/Y. r=smichaud
2014-06-07 00:49:59 +02:00
Markus Stange
bb9b920049
Bug 944938 - Add a 10.6 compatibility wrapper for event phases. r=smichaud
2014-06-07 00:49:59 +02:00
Markus Stange
5a4c848878
Bug 944938 - Add event structs and APZ event handling for pan gesture events that can be used for Mac touchpad scrolling. r=kats
2014-06-07 00:49:49 +02:00
Chris Pearce
8e19fdd5f4
Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz
2014-06-07 08:52:15 +12:00
Ed Morley
fa32178d65
Backed out changeset 7a0d8feb1575 (bug 774388) for build failures during startup cache precompilation; CLOSED TREE
2014-06-06 16:01:43 +01:00
Mike Conley
8697a1814f
Bug 1021466 - Part 2: Make it possible to pass in an nsITabParent when opening windows, and then stash that nsITabParent in the newly created chrome docshell. r=smaug.
2014-06-05 22:51:14 -04:00
Benoit Jacob
c0944ebe5b
Bug 774388 - Patch 4: Flatten the way that we track whether we are using OMTC, and move Layers IPC shutdown code back to gfxPlatform (but still triggered by ShutdownXPCOM) - r=nical,sotaro
2014-06-06 09:51:24 -04:00
Brian Birtles
9d427ee327
Bug 77992 part 1.1 - Convert Windows native event times to timestamps; r=masayuki
2014-06-06 14:29:49 +09:00
Brian Birtles
194b6cc3b7
Bug 77992 part 1.0 - Add timeStamp to WidgetEvent; r=smaug
...
This patch adds a timeStamp member to WidgetEvent alongside the existing 'time'
member. In the future we would like to remove 'time' and just keep timeStamp but
that depends on it being web-compatible. For now we introduce both members
side-by-side. Later we will add a pref to determine which one to return. If no
compatibility issues arise we will remove 'time' altogether.
2014-06-06 14:29:49 +09:00
Wes Kocher
23fe5fab27
Merge inbound to m-c a=merge
2014-06-05 18:31:10 -07:00
Markus Stange
f9f606a777
Bug 1021044 - Fix Metro build. r=masayuki, a=npotb DONTBUILD
2014-06-05 18:39:38 +02:00
Masayuki Nakano
d0367270e1
Bug 1008772 part.3 Fix new orages caused by tabbrowser consuming some key events at keydown r=smaug
2014-06-05 11:57:54 +09:00
Wes Kocher
3602beb586
Merge m-c to inbound on a CLOSED TREE
2014-06-04 18:48:20 -07:00
Wes Kocher
3b165c1542
Merge fx-team to mozilla-central a=merge
2014-06-04 17:44:12 -07:00
Ehsan Akhgari
f297dd29f2
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
861125107b
bug 1016747 - add android protocol handler to proxy input streams to Gecko r=snorp
2014-06-04 15:28:04 -04:00
Brad Lassey
551b30bb4c
bug 1019836 - Support narrow char strings in android bridge r=snorp
2014-06-04 15:04:12 -04:00
Bas Schouten
3e0b443469
Bug 1019400: Stop blacklisting D2D for Catalyst 14.6+. r=bjacob
2014-06-04 09:53:08 +02:00
Sushil Chauhan
f45e98b420
Bug 1015332 - Optimize frame having layers with NULL gralloc buffer. r=dwilson
2014-06-03 14:07:50 -07:00
Ryan VanderMeulen
3d3ce28f0f
Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
...
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Brian R. Bondy
6997d5d9b8
Bug 1018598 - Shutdown jump list thread correctly to avoid debug assertions. r=jimm
2014-06-03 09:26:14 -04:00
Brian R. Bondy
9a2aa24a9e
Bug 724423 - Fix jump list favicon cleanup. r=jimm
2014-06-03 09:26:11 -04:00
Jonathan Watt
01450ac604
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
d4113fb916
Bug 1005619 - Fixed parse error on GCC.
...
--HG--
extra : rebase_source : b8b2b6bd4c4425b423a04b28b509857b899b4703
2014-06-03 13:25:21 +02:00
Steven Michaud
6b447e78bc
Bug 1013852 - Clicking doesn't focus the window sometimes. r=mstange
2014-06-02 16:43:31 -05:00
Ryan VanderMeulen
2190bd2057
Merge mozilla-inbound to m-c.
2014-06-02 17:20:08 -04:00
Kartikaya Gupta
0c6293c666
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
b8b4b0abba
Bug 1018996 - Fix BasicCompositor on Mac after bug 1012407 and bug 1017571. r=Bas
2014-06-02 16:47:24 +02:00
Phil Ringnalda
0248b0aed2
Merge m-c to m-i
2014-05-31 20:38:25 -07:00
Phil Ringnalda
3e5340dd29
Merge f-t to m-c
2014-05-31 20:31:07 -07:00
Masayuki Nakano
dc1f8cc2f6
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
9ce7e9c089
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
2014-05-23 17:12:29 -04:00
Ryan VanderMeulen
7d94b98700
Merge m-c to fx-team.
2014-05-30 16:30:24 -04:00
Jim Mathies
cdd47fdee8
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
5f055ea8d8
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
e4b76a2cd8
Bug 1015166 - Account for TopLeft of aBoundsRect in nsWindow::UpdateAlpha. r=ajones
2014-05-30 13:37:04 +12:00
Tom Schuster
550fd3cff9
Bug 1016010 - Get basic layers sort of working with Qt. r=romaxa
2014-05-29 21:55:44 +02:00
Robert O'Callahan
cbb8fdebfc
Bug 1015664
. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg
2014-06-03 00:08:21 +12:00
Emilio Pozuelo Monfort
3062b0f182
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
e6203d6bf9
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
Vivien Nicolas
d78153d511
Bug 1015871 - Wrong uint32_t type when reading the number of touch events in nsGuiEventIPC.h. r=smaug
2014-06-04 20:11:05 +02:00
Morris Tseng
e9e7059104
Bug 987718 - Part 4: Send MOZ_LONGTAP event when long tap fired; r=bugs
2014-06-04 22:56:00 +02:00
Vivien Nicolas
682f9274ac
Bug 1015871 - Wrong uint32_t type when reading the number of touch events in nsGuiEventIPC.h. r=smaug
2014-06-04 20:11:05 +02:00
Josh Aas
fe7537c5e8
Bug 1020743: Fix bug in which we don't keep track of which clipboard we cached, general or find, which resulted in pasting from the wrong clipboard on OS X. r=bz
2014-06-25 20:29:50 -05:00
Andreas Gal
ee8dee4c76
Bug 1016086 - Part 1: Use a single attribute in all shaders (r=Bas)
2014-05-29 10:19:37 -04:00
Ted Mielczarek
9ca7ade729
Bug 1014162 - Make Gamepad.mapping into an enum. r=smaug
2014-05-23 07:39:13 -04:00
Mark Capella
19df8c18ef
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
c5c9b67596
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
8e904d450a
Bug 870238 - Stop using the deprecated API -[NSWindow userSpaceScaleFactor]. r=jfkthame
2014-05-28 15:22:16 +02:00
Markus Stange
36d8d912bd
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
0889717093
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
de18d31da4
Bug 1018187 - Stop creating a Thebes backed gfxContext in nsChildView.mm (Moz2D migration). r=mstange
2014-05-30 22:41:44 +01:00
Markus Stange
b2eeab7d28
Bug 944938 - Add a helper method for the conversion of window coordinates to device pixels. r=smichaud
2014-06-04 14:44:28 +02:00
Markus Stange
5f6268eb56
Bug 944938 - Create an APZCTM controller for the compositor parent on Mac with APZ enabled. r=smichaud
2014-06-04 14:44:27 +02:00
Markus Stange
e1d451f038
Bug 944938 - Add a basic GeckoContentController implementation for async panning on Mac. r=kats
2014-06-04 14:44:27 +02:00
Markus Stange
d7ff7f1836
Bug 944938 - Add EventThreadRunner class that can listen to scroll events without main thread involvement. r=smichaud
2014-06-04 14:44:27 +02:00
Markus Stange
7e5c225100
Bug 944938 - Move the layers.async-pan-zoom.enabled pref to gfxPrefs and make it override the apz subframe pref when false. r=kats
2014-06-03 15:39:44 +02:00
Masayuki Nakano
946091024d
Bug 939006 part.13 Sort out deprecated key names r=smaug
2014-06-04 21:43:45 +09:00
Masayuki Nakano
3a22ba8300
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
68baaf4ea6
Bug 939006 part.11 Sort out key names in Browser Keys section r=smaug
2014-06-04 21:43:45 +09:00
Masayuki Nakano
5fa2449cb3
Bug 939006 part.10 Sort out key names in Application Keys section r=smaug
2014-06-04 21:43:44 +09:00
Masayuki Nakano
3232b2cb78
Bug 939006 part.9 Sort out key names in Multimedia Keys section r=smaug
2014-06-04 21:43:44 +09:00
Masayuki Nakano
f8caebef0e
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
cf483e6176
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
c296f5723d
Bug 939006 part.6 Sort out key names in Device Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
0e77f7e04f
Bug 939006 part.5 Sort out key names in UI Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
c063f0a8a9
Bug 939006 part.4 Sort out key names in Editing Keys section r=smaug
2014-06-04 21:43:43 +09:00
Masayuki Nakano
6622532bee
Bug 939006 part.3 Sort out key names in Navigation Keys section r=smaug
2014-06-04 21:43:42 +09:00
Masayuki Nakano
fdb2431668
Bug 939006 part.2 Sort out key names in Whitespace Keys section r=smaug
2014-06-04 21:43:42 +09:00
Masayuki Nakano
ee37e9f481
Bug 939006 part.1 Sort out key names in Modifier Keys section r=smaug
2014-06-04 21:43:42 +09:00
Chris Peterson
5ca0b3c938
Bug 1028021 - Fix -Wdelete-non-virtual-dtor warning in widget/cocoa/nsAppShell.mm. r=smichaud
2014-06-19 23:03:54 -07:00
Carsten "Tomcat" Book
35b93b4942
Merge mozilla-central to mozilla-inbound
2014-05-28 14:48:41 +02:00
Jim Mathies
e88a91f7f4
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
da58719217
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
b207dd338d
Bug 1009679 - Layerize the scrollbar thumb on desktop, too. r=roc
2014-05-28 12:52:13 +02:00
Markus Stange
3afdd9bfd1
Bug 1012735 - Fix whitespace. r=bjacob
...
DONTBUILD
2014-05-28 11:51:37 +02:00
Markus Stange
cba2278f29
Bug 1012735 - Use HeapCopyOfStackArray for the fBufferData call in nsChildView.mm. r=bjacob
2014-05-28 11:45:02 +02:00
Brian R. Bondy
326d7ffa82
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
8ca20ca187
Bug 724423 - Fix jump list favicon cleanup. r=jimm
2014-05-27 12:18:33 -04:00
Neil Rashbrook
ef8d375d0b
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
7ed88d413a
Backout 8b8bbe7aa1cc due to wrong bug number
2014-05-27 14:42:13 +03:00
Birunthan Mohanathas
d9e420fc7c
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
085f40aff8
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
cfd62b35ad
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
71828ecc1c
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
c205d40a5c
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
367a375f64
Bug 1015754 - Cleanup mouse events in the QT widget. r=romaxa
2014-05-26 18:25:40 +02:00
Carsten "Tomcat" Book
5f4bdd154a
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Michael Wu
c32a9837e3
Bug 1015483 - Fix boot animation when screen width != stride, r=m1
2014-05-24 14:42:00 -04:00
Mike Conley
5dc45fb402
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-23 10:36:50 -04:00
Ehsan Akhgari
6011b07362
Bug 1015430 - Fix more XPCOM constructors to clarify whether they should be explicit; r=froydnj
2014-05-25 21:16:01 -04:00
Carsten "Tomcat" Book
1c7db51a21
Backed out changeset c4a259f05a18 (bug 1012407) for reftest 5 test failures
2014-05-23 10:37:03 +02:00
Andreas Gal
9d1fa78b53
Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas)
2014-05-23 06:10:51 +02:00
Ryan VanderMeulen
f8299a3c22
Backed out changeset f1068bf18e64 (bug 978913) for bustage on most platforms.
...
CLOSED TREE
2014-05-22 16:39:46 -04:00
Benoit Girard
391d268b8b
Bug 1014741 - Don't spam skip layer. r=sotaro
2014-05-22 16:07:48 -04:00
Mike Conley
c0e682d27d
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-22 12:07:27 -04:00
Rik Cabanier
fc3c69f427
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=bz, r=roc
2014-05-20 00:54:00 -04:00
Andreas Gal
859d692d6a
Bug 1012407 - Part 5: Allow passing a texture rectangle to BindAndDrawQuad (r=Bas)
2014-05-22 12:29:54 +02:00
Masayuki Nakano
01e56a0150
Bug 1009388 part.1 Support getModifierState("Accel") r=smaug
2014-05-22 13:06:05 +09:00
Birunthan Mohanathas
952b834c76
Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
59b969f7f4
Bug 869836 - Part 8: Use Append('c')
instead of Append("c")
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
aea8617b92
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
58641805f1
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
189593520f
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
0e6f3a6562
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
19bebbc68d
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:50 +03:00
Birunthan Mohanathas
a5ab25c973
Bug 869836 - Part 1: Use EqualsLiteral instead of == NS_LITERAL_STRING(...)
. r=ehsan
2014-05-22 06:48:50 +03:00
Wes Kocher
564e4e16f7
Merge fx-team to m-c
2014-05-21 20:29:05 -07:00
Wes Kocher
fd7188a2e3
Backed out 4 changesets (bug 1012407) for b2g reftest5 orange on an otherwise CLOSED TREE
...
Backed out changeset 08e17f48aed1 (bug 1012407)
Backed out changeset b17b7b59cf88 (bug 1012407)
Backed out changeset 1c692df3f080 (bug 1012407)
Backed out changeset 560bd45d52de (bug 1012407)
2014-05-21 18:05:15 -07:00
Dão Gottwald
0280976301
Bug 1008424 - Remove unintended gradient from the tab toolbar's background. r=mconley,jjmathies
2014-05-21 22:26:37 +02:00
Carsten "Tomcat" Book
e64cd11ad7
merge fx-team to mozilla-central
2014-05-21 13:57:43 +02:00
Jim Chen
4a858100e7
Bug 1012724 - Propagate exception in NativeJSObject calls; r=blassey
2014-05-20 15:55:36 -07:00
Carsten "Tomcat" Book
ec87837a65
Merge mozilla-central to b2g-inbound
2014-05-20 16:18:50 +02:00
Vincent Liu
c3a6a56e77
Bug 988704 - [dolphin][camera]camera preview is obviously slower than android. r=sotaro
2014-05-19 09:52:47 +08:00
Ed Morley
679902d427
Backed out changeset 1f34d528c0f1 (bug 979692)
2014-05-19 15:36:36 +01:00
Andreas Gal
9a083957f6
Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas)
2014-05-22 00:44:40 +02:00
Andreas Gal
fe26dacc29
Bug 1012407 - Part 5: Allow passing a texture rectangle to BindAndDrawQuad (r=Bas)
2014-05-22 00:23:18 +02:00
Masatoshi Kimura
be107dd03e
Bug 1005619 - Part 3: Implement GetRestoredBounds on Windows. r=jimm
2014-05-20 16:32:18 +09:00
Masatoshi Kimura
e96ea0a9d1
Bug 1005619 - Part 1: Add nsIWidget::GetRestoredBounds(). r=roc
2014-05-20 16:32:17 +09:00
Phil Ringnalda
588e376d82
Back out a5885f4bebdb (bug 811261) for assertion failures
2014-05-19 20:22:16 -07:00
Martin Stránský ext:(%2C%20Edwin%20Flores%20%3Cedwin%40mozilla.com%3E)
8fcc868a64
Bug 811261 - Implement WakeLockListener on Linux to disable screensaver while video is playing r=karl
2014-05-14 17:34:49 +12:00
Andreas Gal
df606d1b94
Bug 1012407 - Part 4: Always pass the layer rect to BindAndDrawQuad (r=Bas)
2014-05-21 23:36:56 +02:00
Masayuki Nakano
0fb6924886
Bug 865649 part.5 Set KeyboardEvent.code value on Android and Gonk r=smaug+nchen+mwu
2014-05-25 11:09:00 +09:00
Masayuki Nakano
bac7425e13
Bug 865649 part.4 Set KeyboardEvent.code value on Linux r=smaug+karlt+romaxa
2014-05-25 11:09:00 +09:00
Masayuki Nakano
465b11e80f
Bug 865649 part.3 Set KeyboardEvent.code value on Mac r=smaug+smichaud
2014-05-25 11:08:59 +09:00
Masayuki Nakano
a699e5cbbf
Bug 865649 part.2 Set KeyboardEvent.code value on Windows r=smaug+jimm
2014-05-25 11:08:59 +09:00
Masayuki Nakano
aa909719cd
Bug 865649 part.1 Implement KeyboardEvent.code r=smaug
2014-05-25 11:08:58 +09:00
Mats Palmgren
a6feda0f22
Bug 508665 - part 1, Change the signature of SetParent/GetParent from nsIFrame* to nsContainerFrame*. r=roc
2014-05-24 22:20:39 +00:00
Nathan Froyd
a31a0e4ff3
Backout 471244c106e9:634be002dbc9 (bug 1012407)
2014-05-23 23:34:43 -04:00
Andreas Gal
aca5916189
Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas)
2014-05-24 04:16:27 +02:00
Rik Cabanier
1ceeb9ec46
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=roc
2014-05-12 15:52:00 +02:00
Bas Schouten
c1cc4cf7a5
Bug 984488: Blacklist Direct2D for Catalyst 14.4 drivers. r=bjacob
2014-05-19 00:37:17 +02:00
Bas Schouten
249d936285
Bug 1012198: Allow BasicCompositor to be used on windows. r=BenWa
2014-05-18 08:00:09 +02:00
Bas Schouten
350602f9bb
Bug 1012487: Default to 100% DPI when GetDeviceCaps fails. r=jmathies
2014-05-19 20:10:05 +02:00
Robert O'Callahan
950332b02a
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
...
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
2014-05-11 23:37:14 -07:00
Mike Hommey
c7d3fefc6f
Bug 1013646 - Fix build failure with GCC < 4.7 after bug 992357. r=jchen
2014-05-21 11:28:39 +09:00
Daniel Holbert
54bd037fd0
Bug 1012858: Mark widget/xpwidgets/ as FAIL_ON_WARNINGS. r=roc
2014-05-20 12:43:57 -07:00
Daniel Holbert
aa50397bac
Bug 1012860: Explicitly static_cast M_PI to float, to fix MSVC warnings for double-to-float conversion. r=roc
2014-05-20 12:43:57 -07:00
Daniel Holbert
e63fdf5095
Bug 1012814 part 2: Use size_t instead of uint32_t for nsTArray iteration, in nsTransferable.cpp. r=bjacob
2014-05-20 12:43:57 -07:00
Daniel Holbert
a56b11e89a
Bug 1012814 part 1: Use size_t instead of uint32_t, for value compared against nsTArray::NoIndex, in nsTransferable.cpp. r=bjacob
2014-05-20 12:43:57 -07:00
Nicholas Cameron
54b52aea3f
Bug 896896. Use MsgWaitForMultipleObjectsEx instead of WaitMessage. r=roc
2013-07-31 08:51:45 +12:00
Bas Schouten
0fb4d010fd
Bug 1009590: Deal with non-ui-thread IPDL usage on Windows. r=bent
2014-05-18 05:16:51 +02:00
Tom Schuster
6564bacf3c
Bug 1008668 - Make Qt port compile on 5.0.2. r=romaxa DONTBUILD
2014-05-17 01:33:53 +02:00
Bas Schouten
88b9643ff7
Bug 1011367: Add Direct3D 11 Gfx feature. r=bjacob
2014-05-16 18:16:21 +02:00
Jim Chen
fab1a1c57d
Bug 992357 - d. Add object array support to NativeJSObject; r=blassey
2014-05-16 18:25:29 -04:00
Jim Chen
c2e20e9927
Bug 992357 - c. Add primitive array support to NativeJSObject; r=blassey
2014-05-16 18:25:29 -04:00
Jim Chen
c0baa0f500
Bug 992357 - b. Add array support stubs; r=blassey
2014-05-16 18:25:29 -04:00
Ed Morley
bfa64d1dcc
Backed out changeset 83fd85b082d1 (bug 1009679) for crashtest and reftest failures; CLOSED TREE
2014-05-14 15:55:04 +01:00
Ed Morley
d61cfb0350
Backed out changeset 4b2db2286258 (bug 870238)
2014-05-14 15:54:39 +01:00
Markus Stange
33f538a660
Bug 870238 - Stop using the deprecated API -[NSWindow userSpaceScaleFactor]. r=jfkthame
2014-05-14 14:33:52 +02:00
Markus Stange
3ec8e6b5ec
Bug 1009679 - Layerize the scrollbar thumb on desktop, too. r=roc
2014-05-14 14:33:52 +02:00
Makoto Kato
c804272f00
Bug 996493 - Implement MaxTouchPoints for Windows widget. r=jimm
2014-05-14 19:05:34 +09:00
Karl Tomlinson
ad013d9073
mochitest for bug 835044
...
--HG--
extra : transplant_source : %10Q%89%3F%ED%CA%BB%10/%98W%ED%7F%1F%E6%E9KM%D9%D6
2014-05-14 12:12:27 +12:00
Markus Stange
9d257585e9
Bug 995287 - Don't animate completed progress bars. r=bgirard
2014-05-13 22:04:42 +02:00
Aaron Klotz
501e7a5f1b
Bug 1006765: Ensure that Win32 widget handles terminal services messages; r=jimm
...
--HG--
extra : rebase_source : a25ad41fb20aa3b52207a78f42d51fb870246bf4
2014-05-12 13:30:31 -06:00
Masayuki Nakano
296c2251d6
Bug 1008723 Even while a context menu is open for an bookmark item on a popup, bookmark menus shouldn't be closed by a right click on one of them r=enndeakin
2014-05-13 02:05:56 +09:00
Jim Chen
2747d61065
Bug 992359 - d. Properly handle nullptr context; r=blassey
2014-05-12 12:50:47 -04:00
Jim Chen
4126548051
Bug 992359 - c. Add GetBundle implementation; r=blassey
2014-05-12 12:50:47 -04:00
Jim Chen
3a91fe28bb
Bug 992359 - b. Add skeletal NativeJSObject.toBundle; r=blassey
2014-05-12 12:50:46 -04:00
Mounir Lamouri
bd7cae1e0e
Bug 889335 - Implement navigator.languages and languagechange event. r=sicking,smaug
2014-05-12 13:48:15 +02:00
Carsten "Tomcat" Book
137f8b0c44
merge b2g-inbound to mozilla-central
2014-05-12 13:40:22 +02:00
Tapas Kundu
379ca7c483
Bug 1007349 - Fix invalid timestamp in orientation angle calculation. r=mwu
2014-05-09 14:23:58 -07:00
Sotaro Ikeda
b33dfe3465
Bug 1006152 - Do not use ro.display.colorfill since JB r=Sushil
2014-05-09 12:03:53 -07:00
Benoit Jacob
60d536773a
Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg
2014-05-08 21:03:35 -04:00
Steven Michaud
3836ce17c9
Bug 996848 - Rewrite Mac nsAppShell native event handling. r=spohl
2014-05-10 11:58:07 -05:00
Henri Sivonen
34b67bca76
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
2014-05-08 12:32:00 +03:00