Ryan VanderMeulen
2ba1ca5095
Backed out changeset a00bd379adb2 (bug 950371) for breaking OSX non-unified builds.
2014-02-21 14:58:34 -05:00
Jonathan Watt
eb19237228
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange
2014-02-21 14:50:36 +00:00
Ehsan Akhgari
f1e844fd62
Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-21 09:11:33 -05:00
Carsten "Tomcat" Book
eaa4884681
Backed out changeset f2cade11e3c0 (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:32:28 +01:00
Georg Fritzsche
4adee7f498
Bug 926830 - Test cleanup for plugin enabledState usage, widget. r=roc
2014-02-17 15:58:06 +01:00
Carsten "Tomcat" Book
ad06a97eec
Backed out changeset 05a5f08f1278 (bug 950371) for OS X mochitest bustage on a CLOSED TREE
2014-02-21 11:44:52 +01:00
Jonathan Watt
26a3818306
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-02-21 08:42:12 +00:00
Ehsan Akhgari
0f5851acbd
Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 23:07:24 -05:00
Oleg Romashin
e5c33da3e3
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
...
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
Oleg Romashin
cdc9691a65
Bug 974335 - Refactor Qt Widget Backend implementation. Shared Widget part . r=doug
2014-02-20 18:08:53 -08:00
Bill McCloskey
61c692b5b4
Bug 974007 - Change OMTC behavior when browser.tabs.remote is set (r=mattwoodrow,felipe)
2014-02-20 17:26:41 -08:00
Carsten "Tomcat" Book
6bfd8eda72
merge fx-team to mozilla-central
2014-02-20 12:55:32 +01:00
Mark Capella
71a7fbd087
Bug 927882 - Standardize TextSelection caret positioning logic for soft keyboards, r=jchen, wesj, f=margaret
2014-02-19 22:19:43 -05:00
Makoto Kato
3a81a0bcc8
Bug 973489 - Part 2. Fix memory leak. r=jimm
2014-02-20 11:29:16 +09:00
Makoto Kato
6e9d82170d
Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm
2014-02-20 11:28:57 +09:00
Arnaud Bienner
383bee70d3
Bug 966417 - Restore initial color when closing color picker/canceling color selection. r=karlt
2014-02-18 20:46:00 +01:00
Tom Schuster
8a286102ee
Bug 966417 - Call Update from nsColorPicker on Gtk. r=karlt
2014-02-18 20:44:01 +01:00
Phil Schaf
8852ed2185
Bug 310924 - GTK: Try named cursors before defaulting to hardcoded glyphs. r=karlt
2014-02-19 11:30:08 -05:00
Kartikaya Gupta
9d02b7b8c2
Bug 966507 - Recenter the displayport around the composition bounds if layout doesn't accept the scroll update calculated by APZ. r=tn,Cwiiis
2014-02-19 09:50:46 -05:00
Nicholas Cameron
39022ca223
Backed out changeset 4887f7d34df2 (bug 896896) for causing bug 933733. a=lsblakk
2013-11-11 13:59:45 -05:00
George Wright
7711809b47
Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp
2013-12-11 20:41:42 -05:00
George Wright
a523e57437
Back out changesets from bug 910754 due to build bustage
2014-02-18 17:54:04 -05:00
George Wright
1ab04ca2d2
Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp
2013-12-11 20:41:42 -05:00
Ryan VanderMeulen
6bcf42d1bf
Merge inbound to m-c.
2014-02-18 15:18:19 -05:00
Ed Morley
b3139c2e9d
Backed out changeset e9055e7476f1 (bug 970895) for causing bug 973824
2014-02-18 17:52:27 +00:00
Tom Schuster
067705daf7
Bug 910384 - Change nsFilePickerProxy to be asynchronous and add a proper IPDL protocol for it. r=jdm
2014-02-18 01:30:06 +01:00
Masayuki Nakano
0e922aada3
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
2014-02-18 09:00:15 +09:00
Phil Ringnalda
305baa1e2c
Merge m-c to m-i
2014-02-17 15:28:16 -08:00
Masatoshi Kimura
dfb3f0e76b
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
2014-02-18 07:32:52 +09:00
Thomas Zimmermann
f12775f1ed
Bug 970895: Use I/O loop for polling memory-pressure events, r=dhylands
...
The code for polling sysfs for memory-pressure events currently
runs on a separate thread. This patch implements this functionality
for the I/O thread. This unifies the code base a bit and also safes
some resources.
2014-02-17 12:29:26 +01:00
Phil Ringnalda
c422c4939c
Merge f-t to m-c
2014-02-15 10:10:31 -08:00
Phil Ringnalda
369e9f3db8
Merge b-i to m-c
2014-02-15 10:01:36 -08:00
Phil Ringnalda
bb47d34a53
Back out 024e6835e6ea:bece94ce2310 (bug 326743) for frequent 10.6 debug failures in browser_bug537013.js
2014-02-14 23:58:49 -08:00
Mike Habicher
a28ebb99d1
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
2014-02-14 17:41:07 -05:00
Mike de Boer
2df6ea85e1
Bug 326743: add find clipboard to the list of available clipboard on OSX. r=joshmoz
2014-02-14 14:04:19 +01:00
Masayuki Nakano
f3b647e533
Bug 971489 Simplify constructor of WidgetSimpleGestureEvent r=smaug
2014-02-15 10:06:06 +09:00
Masayuki Nakano
b4ad96d642
Bug 970248 Simplify constructor of InternalUIEvent r=smaug
2014-02-15 10:06:06 +09:00
Masayuki Nakano
b3b19a9e2f
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Wes Johnston
8de37ce524
Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
...
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Aaron Klotz
4f86c138f0
Bug 852117: Modify nsBaseAppShell to notify the crash reporter when the event loop nesting level changes; r=roc
...
--HG--
extra : rebase_source : 4216520beb56f4e87bb77c89a4edc0cf9a02b658
2014-02-13 10:54:10 -07:00
Bill McCloskey
785a0402ee
Bug 963952 - [e10s] Don't use basic compositor when using D3D11 compositor (r=mattwoodrow)
2014-02-13 08:53:50 -08:00
Markus Stange
804d672323
Bug 941325 - Fix focus ring drawing when building with the 10.8 SDK or higher. r=smichaud
...
--HG--
extra : rebase_source : 07fa26673188c4d5fb5450ec2344a794e4d67aad
2014-02-13 12:09:59 +01:00
Morris Tseng
6998680bed
Bug 926128 - Use a single configurable shader in OpenGL layers backend. r=vlad, r=nical, r=gal
2013-11-07 22:22:05 -08:00
Jonathan Watt
cbecc96cde
Bug 966861 - Make the <input type=number> up/down spin buttons appear for classic WinXP/7 theming. r=roc
2014-02-04 01:10:37 +00:00
Richard Marti
aea90c4590
Bug 907373 - Fix -moz-os-version media query on Windows 8.1. r=jimm
2014-02-17 18:43:08 +01:00
Masayuki Nakano
1817cc5d8e
Bug 962140 NativeKey should not check scan code at comparing found char message and removed char message r=jimm
2014-02-18 21:42:04 +09:00
Bas Schouten
b26e16149d
Bug 806406: Remove some lingering references to gfxD2DSurface. r=jrmuizel
2014-02-13 02:59:12 +01:00
Jeff Walden
dc4d5d1f24
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in widget/. r=vlad
...
--HG--
extra : rebase_source : 29bf1f696e8952ea7056d2417522dcc0f88cecc4
2014-02-06 22:17:07 -08:00
Masayuki Nakano
2da5807b47
Bug 960866 part.3 Remove nsEditor::mIsIMEComposing r=ehsan+smaug
2014-02-12 22:02:56 +09:00
Jacek Caban
06c5f9e5cc
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
2014-02-12 10:59:05 +01:00