Commit Graph

437404 Commits

Author SHA1 Message Date
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
Steven Michaud
1bd07d55cd Bug 1189565 - Send resize events when backing scale factor changes. r=mstange 2015-08-28 15:48:04 -05:00
Jordan Lund
87407424dc Bug 1186522 - force per checkin builds to require signed add-ons on beta 42, r=mshal 2015-08-28 13:41:26 -07:00
Botond Ballo
77b7e71f64 Bug 1166301 - Test that a fixed background on a child element doesn't move when a scroll frame containing the child element is async-scrolled. r=mstange
--HG--
extra : source : 1dccd53868d813a03d11c723b76c0adab4351f01
2015-08-26 12:04:53 -04:00
Botond Ballo
d86a4b0d3f Bug 1166301 - Layerize background images fixed to child elements. r=mattwoodrow
--HG--
extra : source : d5e8112052b1de93f41e15ea1ed6ccf80b498815
2015-08-28 15:13:50 -04:00
Eric Rahm
692b08c7cb Bug 1149164 - Report stripped size of libxul.so in treeherder builds; r=gbrown 2015-08-26 18:07:59 -07:00
Cameron McCormack
d32a93dce9 Bug 1180120 - Part 7: Add eRestyleResult_StopWithStyleChange. r=dbaron 2015-08-29 06:13:48 +10:00
Cameron McCormack
f7742cef5d Bug 1180120 - Part 6.2: Refactor MaybeReframeFor{Before,After}Pseudo. r=dbaron 2015-08-29 06:13:48 +10:00
Cameron McCormack
a830175340 Bug 1180120 - Part 6.1: Factor out some of RestyleUndisplayedDescendants. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
b332673f40 Bug 1180120 - Part 6: Replace HasSameCachedStyleData call with samePointerStructs bit tests. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
ec9fcbb753 Bug 1180120 - Part 5: Factor out section of ElementRestyler::Restyle that calls AddPendingRestylesForDescendantsMatchingSelectors. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
1a2b30b0fc Bug 1180120 - Part 4: Add an outparam to CalcStyleDifference to indicate which struct pointers were identical. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
bbf3e2feac Bug 1180120 - Part 3: Record on ElementRestyler whether we are at the root of a restyle. r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
10bcb04d6f Bug 1180120 - Part 2: Move style-if-visited as well in nsStyleContext::Move (and assert that its parent is the same as the non-visited-style parent). r=dbaron 2015-08-29 06:13:47 +10:00
Cameron McCormack
e51337e0b2 Bug 1180120 - Part 1: Record on style contexts that reset style is explicitly inherited. r=dbaron 2015-08-29 06:13:47 +10:00
Chris Manchester
19182920d6 Bug 1192484 - Fix incorrect order of operations preventing selection by tag. r=ahal
DONTBUILD

--HG--
extra : commitid : 29jmzNCkVxi
2015-08-28 13:10:10 -07:00
Olli Pettay
942f1a8ca8 Bug 1186774 - Scroll position (scrollX/scrollY) should be restored after popstate, not before, r=bz
--HG--
extra : rebase_source : e5b3a1bae24adf174777d35847576c61242e221e
2015-08-28 22:25:54 +03:00
Aaron Klotz
b5620ac836 Bug 1189709 - Reduce scope of MessageChannel window neutering. r=jimm
CLOSED TREE

--HG--
extra : amend_source : 76d39b5b5e7af9384c583b71659adddb72ab169c
2015-08-26 15:57:29 -06:00
Jan Gerber
91c71f702c Bug 1199531 - Disable test_BufferingWait.html on Android due to timeouts. r=rillian
CLOSED TREE
2015-08-28 08:21:00 -04:00
Aaron Klotz
5f37f78588 Bug 1198302 - Ensure that PluginAsyncSurrogate::NotifyAsyncInitFailed properly aborts any PluginAsyncSurrogate::WaitForInit calls. r=jimm 2015-08-27 16:14:16 -06:00
David Rajchenbach-Teller
ac0d28842d Bug 1199643 - Fix unsafe use of PerformanceGroup. r=jandem
--HG--
extra : transplant_source : %C6%29Z%EE%CE%01%9B%D6%E6%07%20%ADl1%A8%D8%C6%9E%05%06
2015-08-28 15:31:20 +02:00