Commit Graph

437424 Commits

Author SHA1 Message Date
Masayuki Nakano
bd4bf17fbd Bug 895274 part.29 Rename NS_MOUSE_EXIT_WIDGET to eMouseExitFromWidget r=smaug 2015-08-29 08:58:31 +09:00
Masayuki Nakano
9895f90eca Bug 895274 part.28 Rename NS_MOUSE_ENTER_WIDGET to eMouseEnterIntoWidget r=smaug 2015-08-29 08:58:31 +09:00
Masayuki Nakano
db00b74a82 Bug 895274 part.27 Rename NS_MOUSE_BUTTON_DOWN to eMouseDown r=smaug 2015-08-29 08:58:30 +09:00
Masayuki Nakano
30fdd39afb Bug 895274 part.26 Rename NS_MOUSE_BUTTON_UP to eMouseUp r=smaug 2015-08-29 08:58:30 +09:00
Masayuki Nakano
717c415187 Bug 895274 part.25 Rename NS_MOUSE_MOVE to eMouseMove r=smaug 2015-08-29 08:58:29 +09:00
Masayuki Nakano
8d32b818af Bug 895274 part.24 Rename NS_MOUSE_MESSAGE_START to eMouseEventFirst r=smaug 2015-08-29 08:58:29 +09:00
Masayuki Nakano
b324a55c19 Bug 895274 part.23 Rename NS_LANGUAGECHANGE to eLanguageChange r=smaug 2015-08-29 08:58:29 +09:00
Masayuki Nakano
0515e5474e Bug 895274 part.22 Get rid of NS_MOZ_USER_* since nobody is using them r=smaug 2015-08-29 08:58:29 +09:00
Masayuki Nakano
3bf965bf66 Bug 895274 part.21 Rename NS_ONLINE to eOnline r=smaug 2015-08-29 08:58:29 +09:00
Masayuki Nakano
1b90499ceb Bug 895274 part.20 Rename NS_OFFLINE to eOffline r=smaug 2015-08-29 08:58:29 +09:00
Masayuki Nakano
07ce780806 Bug 895274 part.19 Rename NS_PLUGIN_FOCUS to ePluginFocus r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
956405c088 Bug 895274 part.18 Rename NS_PLUGIN_ACTIVATE to ePluginActivate r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
2fbb0f1587 Bug 895274 part.17 Rename NS_SCROLL_EVENT to eScroll r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
b3c538f248 Bug 895274 part.16 Rename NS_RESIZE to eResize r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
b686bf9204 Bug 895274 part.15 Rename NS_KEY_AFTER_UP to eAfterKeyUp r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
e7cc73d938 Bug 895274 part.14 Rename NS_KEY_BEFORE_UP to eBeforeKeyUp r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
9e009e82ee Bug 895274 part.13 Rename NS_KEY_AFTERE_DOWN to eAfterKeyDown r=smaug 2015-08-29 08:58:28 +09:00
Masayuki Nakano
5e85af9f61 Bug 895274 part.12 Rename NS_KEY_BEFORE_DOWN to eBeforeKeyDown r=smaug 2015-08-29 08:58:27 +09:00
Masayuki Nakano
ba5b3f3fe6 Bug 895274 part.11 Rename NS_KEY_DOWN to eKeyDown r=smaug 2015-08-29 08:58:27 +09:00
Masayuki Nakano
28c9f34179 Bug 895274 part.10 Rename NS_KEY_UP to eKeyUp r=smaug 2015-08-29 08:58:27 +09:00
Masayuki Nakano
d311a11cc1 Bug 895274 part.9 Rename NS_KEY_PRESS to eKeyPress r=smaug 2015-08-29 08:58:27 +09:00
Masayuki Nakano
fff7a41224 Bug 895274 part.8 Rename NS_XUL_CLOSE to eWindowClose r=smaug 2015-08-29 08:58:26 +09:00
Masayuki Nakano
fca7f29acb Bug 895274 part.7 Rename NS_WINDOW_START to eWindowEventFirst r=smaug 2015-08-29 08:58:26 +09:00
Masayuki Nakano
f0cf12bc90 Bug 895274 part.6 Rename NS_EVENT_ALL to eAllEvents r=smaug 2015-08-29 08:58:26 +09:00
Masayuki Nakano
6ecfef2cde Bug 895274 part.5 Rename NS_EVENT_NULL to eVoidEvent r=smaug 2015-08-29 08:58:26 +09:00
Kyle Huey
8ccb0c0968 Bug 1199831: Fix a bunch of mixed-content violations in imported ServiceWorker WPTs. r=jdm 2015-08-28 16:53:43 -07:00
Nicolas B. Pierron
63d0310e96 Bug 1191289 part 2 - JS Lcov output: Handle throw statements. r=bhackett 2015-08-29 01:32:37 +02:00
Nicolas B. Pierron
e01023f215 Bug 1191289 part 1 - Add a JSFriendApi function to produce LCOV information about the current compartment. r=bhackett 2015-08-29 01:32:37 +02:00
Nicolas B. Pierron
9002c3c5c9 Bug 1190454 part 5 - Update GetPCCountJSON to consider jumpTargets and Throws. r=bhackett 2015-08-29 01:32:37 +02:00
Nicolas B. Pierron
e037ff48d6 Bug 1190454 part 4 - Use mozilla::Vector in js::ScriptCounts. r=bhackett 2015-08-29 01:32:36 +02:00
Nicolas B. Pierron
f37f92b962 Bug 1190454 part 3 - PCCounts: Collect throw/catch hit counts. r=bhackett 2015-08-29 01:32:36 +02:00
Nicolas B. Pierron
c4218bbf0b Bug 1190454 part 2 - Only compute code coverage of jump targets. r=bhackett 2015-08-29 01:32:36 +02:00
Nicolas B. Pierron
d84b8525a0 Bug 1190454 part 1 - PCCounts use uint64_t instead of a double to count the number of hits. r=evilpie 2015-08-29 01:32:35 +02:00
Nicolas B. Pierron
843adc9871 Bug 1190454 part 0 - Remove unnecessary use of AppendArrayJSONMProperties. r=bhackett 2015-08-29 01:32:35 +02:00
Andrea Marchesini
2c855cf19b Bug 1199265 - Correct actor for Blob in StructuredCloneHelper, r=khuey 2015-08-29 00:19:56 +01:00
Geoff Brown
635005bdeb Bug 1189784 - Disable more dom/media mochitests on Android for intermittent failures; r=me, test-only 2015-08-28 17:07:51 -06:00
Bill McCloskey
53cf90af0b Bug 1193527 - Fix common PB warning (r=Gijs) 2015-08-28 16:03:52 -07:00
Tanvi Vyas
97c17532db Bug 1194352 - Add a check for insecure forms to the PWMGR_LOGIN_PAGE_SAFETY telemetry probe. r=MattN, p=ally 2015-08-28 15:51:26 -07:00
Sean Stangl
aa8399d165 Bug 986680 - Follow-up: Make constructors explicit. r=me 2015-08-28 15:00:27 -07:00
Eric Faust
fedb989d71 No Bug - Reenable erroneously disabled exponentiation operator in nightly builds. (r=me) 2015-08-28 14:55:20 -07:00
Botond Ballo
069f25bc15 Bug 1175585 - Full-stack mochitest for wheel transactions. r=kats
--HG--
extra : rebase_source : 7c5a0d788245dff495ea3942cf03e8b5357cca39
2015-08-02 14:45:30 -04:00
Andrew Comminos
906ea4c271 Bug 1197059 - Disable JasPer support in GDK-PixBuf. r=karlt 2015-08-28 17:15:27 -04:00
Kevin Wern
368ce48f75 Bug 1173521 - Properly handle unapplying 3D projective transforms to rectangles in APZ code. r=botond
The untransformation is done using the newly added UntransformTo() functions
which call Matrix4x4::ProjectRectBounds(), which returns an empty rectangle
if the result is not at least partially on the positive side of the w = 0 plane.

UntransformTo() returnis the transformed rectangle if it's not empty, and
Nothing() otherwise, making callers check for this case.

The patch also adds some assertions to places where we apply transforms we
know should be 2D (and thus didn't switch to use UntransformTo()), checking
that the transforms are in fact 2D.

--HG--
extra : rebase_source : bbc226f4135c2cf229c4e00dfb017a6c9c078391
extra : source : c2732f62a3b9a5246801aa000ce572ee07f53481
2015-08-28 12:00:29 -04:00
Boris Zbarsky
05d0806c8d Bug 1181908 part 2. The CompileOptions constructor should properly copy the introducerFilename and isRunOnce state. r=luke 2015-08-03 11:51:57 -04:00
Brian Hackett
f05512ddc8 Bug 1181908 part 1. Fix support for JSOP_OBJECT in scripts parsed on background threads by clearing the unboxedLayouts list on the background thread parsing compartment when merging the parse result to the target compartment. r=jandem 2015-08-28 17:03:48 -04:00
Sean Stangl
dd37bb4eca Bug 986680 - Part 4/4 - Convert ARM to ScratchRegisterScope. r=nbp 2015-08-13 15:26:19 -07:00
Sean Stangl
2b477760ff Bug 986680 - Part 3/4 - Convert x64 to ScratchRegisterScope. r=nbp 2015-08-13 13:55:58 -07:00
Sean Stangl
556f86176c Bug 986680 - Part 2/4 - Define per-platform ScratchRegisterScope. r=nbp 2015-08-13 13:42:16 -07:00
Sean Stangl
c61bc89252 Bug 986680 - Part 1/4 - Define AutoGenericRegisterScope. r=nbp 2015-08-13 12:14:27 -07:00
Kyle Huey
b930db3a55 Bug 1196592: Make retargeting Fetch to another thread actually work. r=nsm
--HG--
extra : rebase_source : 24801ef2546f6aa3d74b9193a104bb35e8103699
2015-08-28 13:49:07 -07:00