Commit Graph

177486 Commits

Author SHA1 Message Date
Nicolas Silva
51812be49e Bug 993428 - Fix masks with d3d9 component alpha layers. r=Bas 2014-04-09 19:17:13 +02:00
Martin Stransky
63b3ea63c5 Bug 984075 - Extract arrow widget from GtkMenuButton widget instead of creating it directly which gives us proper arrow size. r=karlt 2014-04-09 02:31:00 +02:00
Terrence Cole
39d72a7bb3 Bug 984101 - Undo some of our more aggressive new poisoning to get back performance. r=jonco 2014-04-09 08:11:06 -07:00
Jan Horak
4d1a5e7ca6 Bug 992944 - Spell checker skips current locale when pref spellchecker.dictionary or document content invalid. r=ehsan 2014-04-07 08:00:00 +02:00
Bhavna Sharma
ecd8763b8a Bug 993041 - Create one instance of the GonkGPSGeolocationProvider. r=dougt 2014-04-08 09:56:00 +02:00
Kartikaya Gupta
c6a911d3e8 Bug 989054 - Update the rendertrace output to handle displayport margins. r=botond 2014-04-10 03:15:09 -04:00
Kartikaya Gupta
ec7db4d4d0 Bug 989054 - Remove some dead and now incorrect code. r=botond 2014-04-10 03:15:09 -04:00
Kartikaya Gupta
c833b5b765 Bug 989054 - Update winrt APZController.cpp to dump the displayport margins. r=botond 2014-04-10 03:15:08 -04:00
Kartikaya Gupta
eb9c8773bd Bug 989054 - Update repaint deduplication code to use displayport margins. r=botond 2014-04-10 03:15:08 -04:00
Masayuki Nakano
61d6abba29 Bug 993253 Implement DOM InputEvent interface with isComposing attribute r=smaug+ehsan 2014-04-10 16:11:37 +09:00
Masayuki Nakano
a61102d9f0 Bug 993234 part.2 Add tests for KeyboardEvent.isComposing r=smaug 2014-04-10 16:11:37 +09:00
Masayuki Nakano
5364d05213 Bug 993234 part.1 Implement KeyboardEvent.isComposing r=smaug 2014-04-10 16:11:36 +09:00
Byron Campen [:bwc]
2f2930bbf6 Bug 993141 - Fix bug where we were assuming DataChannel::mStream corresponded to the level. r=jib 2014-04-07 15:21:06 -07:00
Jed Davis
58a72fe315 Bug 993145 - Skip attempting seccomp sandboxing if seccomp unavailable. r=kang 2014-04-09 15:23:00 +02:00
John Shih
b8531d996b Bug 993435 - Not return null for navigator.connection. r=bz 2014-04-09 10:20:31 +08:00
Olli Pettay
ac2c78388b Bug 993508 - Use NullString when initializing a string to null. r=continuation 2014-04-08 10:06:00 +02:00
Martin Stransky
e4df97b959 Bug 979839 - Don't cache size of wrapped surfaces, it causes rendering artifacts when nsWindow is resized. r=karlt 2014-04-09 02:23:00 +02:00
Byron Campen [:bwc]
d4ddd92aa7 Bug 970734 - Part 1: When ICE fails, log a pointer to about:webrtc in the JS console. r=jib 2014-04-08 14:22:54 -07:00
Bob Owen
6fdbe1f12a Bug 928062 - Set Windows sandbox delayed integrity level to INTEGRITY_LEVEL_LOW. r=aklotz 2014-04-08 16:25:18 +01:00
James Kitchener
5341260c56 Bug 557478 - Defer mfrac operator spacing to outermost embellished operator. r=fredw 2014-04-07 06:56:00 +02:00
Martin Thomson
c9ab748a7b Bug 959870 - Fixing some JavaScript abuses. r=bwc 2014-04-08 14:26:00 +02:00
Martin Thomson
5e784a518e Bug 959870 - Error reporting improvements to WebRTC IdP. r=jib 2014-04-08 14:26:00 +02:00
Shih-Chiang Chien
0ce16ecbc1 Bug 878577 - Part 2, test case for the hard limit of image buffer size. r=seth. 2014-01-20 16:53:42 +08:00
Shih-Chiang Chien
928c068dcc Bug 878577 - Part 1, setup hard limit for DiscardTracker. r=seth. 2013-12-16 19:31:00 +08:00
Viral Wang
bd666d554c Bug 988110 - check the event index in action to make sure we have correct mTouchDownCount. r=gal 2014-04-09 20:24:00 +02:00
L. David Baron
7a733b85fd Back out changeset 244e4088c1b9 (bug 993747) for mochitest ASAN orange. 2014-04-09 23:08:42 -07:00
Henrik Skupin
7cad0b30a2 Bug 992198 - TPS.Sync() fails for special options like 'wipeRemote' if the user is not logged in yet. r=jgriffin DONTBUILD
--HG--
extra : rebase_source : d4ff28171ebdd7d2a23e7cc395d7087831d30f96
2014-04-09 23:35:57 +02:00
Boris Zbarsky
2e741eb190 Bug 991080. Add an overload of Promise::ArgumentToJSValue that lets callers pass in an nsTArray to MaybeResolve() a promise with a JS array. r=khuey 2014-04-10 00:58:43 -04:00
Boris Zbarsky
7038a736e9 Bug 993889 part 6. Remove the "scope" argument of dom::WrapObject methods. r=bholley 2014-04-10 00:58:43 -04:00
Boris Zbarsky
989b2cfcff Bug 993889 part 5. Remove the "creator" argument of the version of TypedArray::Create that takes a JSObject* creator. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
4a96901c0e Bug 993889 part 4. Remove the scope argument of xpc_FastGetCachedWrapper. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
c65f058972 Bug 993889 part 3. Remove the scope argument of the classinfo WrapNative methods. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
ead18bfd6a Bug 993889 part 2. Remove the duplicated WrapNative methods in HTMLAllCollection. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
67f4d02e6f Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley 2014-04-10 00:58:41 -04:00
L. David Baron
23b3461fe0 Bug 992324 patch 2 - Disable interruptible reflow in reftest harness. r=bzbarsky
Without this patch, mInterruptsEnabled is frequently (although not
always) initialized to true in nsPresContext::ReflowStarted while
running reftests; with the patch it is always initialized to false.
2014-04-09 21:47:58 -07:00
L. David Baron
21e24bf2c9 Bug 992324 patch 1 - Add a pref to disable interruptible reflow. r=bzbarsky 2014-04-09 21:47:58 -07:00
L. David Baron
9ebb6e6c1a Bug 991928 - Make warning about wrapping XUL boxes chrome-only. r=bzbarsky 2014-04-09 21:47:57 -07:00
L. David Baron
4a23403bc1 Bug 993747 - nsAppRunner.cpp should use NS_FREE_PERMANENT_DATA rather than making up its own variant of the same concept. r=karlt 2014-04-09 21:47:57 -07:00
L. David Baron
76043f3493 No bug - Add paragraph about the size of reftests. 2014-04-09 21:47:57 -07:00
Ryan VanderMeulen
14d6d2857b Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE. 2014-04-09 22:14:13 -04:00
Ryan VanderMeulen
2cc38a7487 Merge m-c to inbound on a CLOSED TREE. 2014-04-09 19:11:24 -04:00
Myk Melez
f6b429bf91 Bug 994216 - ensure desktop INI file parent directory exists to fix bustage on CLOSED TREE; r=marco"
--HG--
extra : amend_source : d72cf290cc27d2cc6baa3d68611192167c45fd8f
2014-04-09 14:20:59 -07:00
Benjamin Bouvier
cb6a411689 Bug 944392: Remove reference to PRThread in Tracelogger.h to reenable tracelogging compilation, on a CLOSED TREE; r=h4writer over irc 2014-04-09 18:16:40 +02:00
Jeff Muizelaar
bac063f49e Bug 994101. Allow skia content on windows.
--HG--
extra : rebase_source : 7afdd908a24e7a9e4757af4dcb15f3dce792aa9c
2014-04-09 10:40:44 -04:00
Geoff Brown
de169ff25c Bug 967704 - Update reftest manifests for Android 2.3; r=me 2014-04-09 08:38:45 -06:00
Geoff Brown
d0b48b9ecb Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey 2014-04-09 08:38:44 -06:00
Hannes Verschore
22393ce014 Bug 944392: Tracelogging: Fix --enable-nspr-build builds, r=bbouvier 2014-04-09 16:27:22 +02:00
Hannes Verschore
fcc1431c26 Bug 944392: Tracelogging: Fix incorrect numbering of files, r=bbouvier 2014-04-09 16:27:18 +02:00
Neil Deakin
9d2d95834a Bug 991542, draw windows drop shadows from panels in content shells, r=tn 2014-04-09 09:31:06 -04:00
Carsten "Tomcat" Book
a212459441 Backed out changeset 22feaebc0b2c (bug 821809) win8 debug jetpack-sdk test failures 2014-04-09 15:12:01 +02:00