Граф коммитов

482314 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Bouvier 1c24a823c1 Bug 1285972: Baldr: Implement wasm start section; r=luke
MozReview-Commit-ID: 6MUGChcJ040

--HG--
extra : amend_source : 55252e7d0059426217729417e9016230413fb45f
2016-07-11 16:02:14 +02:00
Carsten "Tomcat" Book 2fb495c645 Backed out changeset 1b3a45aebcaf (bug 1258972) for landing with wrong bugnumber 2016-07-13 10:15:48 +02:00
Nick Fitzgerald 41cca25d10 Bug 1286108 - Do not provide construction methods for JS::ubi::TracerConcrete[WithCompartment]; r=jimb
These are supposed to be helper base classes that should not be instantiated
directly, so we shouldn't let it be possible to Concrete<T>::construct() them.

--HG--
extra : rebase_source : 1a136d2c9eee11c7bd5b0c96e596a43454aefcfa
2016-07-12 07:49:00 +02:00
Thomas Nguyen 941244dcc8 Bug 1286024 - Replace no document in SetRequestContext warning with a log. r=ckerschb
MozReview-Commit-ID: IitqAt0iLQF

--HG--
extra : rebase_source : 72c6bd3b894d8a36f65bfd43ddd8f294de1f2d22
2016-07-12 17:46:23 +08:00
Benjamin Bouvier 4e932ce22a Bug 1258972: Baldr: Implement wasm start section; r=luke
MozReview-Commit-ID: 6MUGChcJ040

--HG--
extra : rebase_source : 65514f12ea84ca92f8a36f7cafd09d2081b93fd1
2016-07-11 16:02:14 +02:00
Cykesiopka 97767e3585 Bug 1284438 - Enable more ESLint rules for PSM. r=mgoodwin
PSM JS code already pass these rules, so enabling these rules will just help
catch future bugs.

MozReview-Commit-ID: AXM2VoG8jBP

--HG--
extra : transplant_source : 4h%89%5BV7%C6%FB%B2%80%CE%B16%DC%22%BA%20%09%FB%92
2016-07-06 01:59:03 +08:00
Sander Mathijs van Veen 69c13dbafb Bug 1279992 - Inline constructor of typed arrays with non-compile-time known size r=jandem,Waldo 2016-07-12 13:48:00 +02:00
Kershaw Chang 284538d08c Bug 1210340 - Replace onterminate with onclose in test cases, r=smaug 2016-07-13 00:19:00 +02:00
Kershaw Chang ccba465014 Bug 1210340 - Implement PresentationConnection.close(), r=smaug 2016-07-13 00:18:00 +02:00
Carsten "Tomcat" Book c3393c7dd8 Backed out changeset 0d582c239872 (bug 1271714) for test failures 2016-07-13 09:44:45 +02:00
Kit Cambridge edd0c6d29f Back out 2 changesets (bug 1174386) for mochitest and xpcshell bustage.
Backed out changeset 71634609bbaf (bug 1174386)
Backed out changeset 9726b95aadf6 (bug 1174386)

MozReview-Commit-ID: CBB0CFQSjQu
2016-07-13 09:41:34 +02:00
Carsten "Tomcat" Book 23ed88ef86 Backed out changeset 010d92da655d (bug 1280591) for frequent assertion failures 2016-07-13 09:38:29 +02:00
Carsten "Tomcat" Book 0dd9cf8167 Backed out changeset 37aed188b674 (bug 1174386) unexpected pass in 576878.xhtml 2016-07-13 09:24:09 +02:00
Carsten "Tomcat" Book 03c1f7755c Backed out changeset e0e8a6311551 (bug 1271714) 2016-07-13 09:23:55 +02:00
Hiroyuki Ikezoe cf0599e349 Bug 1275142 - Ensure display style change is painted. r=birtles
MozReview-Commit-ID: 5CylqPdRFhE
2016-07-13 16:22:02 +09:00
Bob Owen 286c4461e3 Bug 1285991: Improve ForEachNode use in Resolve/DetachRefLayers. r=mattwoodrow 2016-07-13 07:28:02 +01:00
Timothy Nikkel 5cc9ab83c9 Bug 1271714. When creating the wrap list item that contains the display list for a frame make sure to use a scroll clip that includes content in the display list. r=mstange
In nsIFrame::BuildDisplayListForChild for certain types of frames we create wrap list items to wrap the constructed display list to make those items inseperable.

We were using the current scroll clip by default when creating these items, but that scroll clip may not contain all the content in the display list if we traversed into an out of flow frame whose containing block is an ancestor of the current frame. The CurrentAncestorScrollClipForStackingContextContents keeps track of exactly this. (Its name might be a little misleading as we may not be dealing with a true stacking context here. Nevertheless it does contain the correct clip.)

We also need to initialize the value of mStackingContextAncestorSC when we create an AutoSaveRestore because we are now using that value sometimes without calling Enter/ExitStackingContext (which initializes mStackingContextAncestorSC).
2016-07-13 01:08:18 -05:00
Timothy Nikkel f1af296166 Bug 1271714. Annotate expected asserts in layout/printing/crashtests/576878.xhtml. r=mstange
The asserts are:

###!!! ASSERTION: Bounds computation mismatch: 'mContainerBounds.IsEqualInterior(mAccumulatedChildBounds)', /layout/base/FrameLayerBuilder.cpp, line 4887
###!!! ASSERTION: bad aListVisibleBounds: 'r.GetBounds().IsEqualInterior(aListVisibleBounds)', /layout/base/nsDisplayList.cpp, line 1637

They happen because we have a wrap list item that contains an out of flow frame with no saved clip data. So the patch for this bug changes the scroll clip of the wrap list item from the scroll clip induced by the root scroll frame to the null scroll clip. All of the display items that the wrap list contains have the root scroll frame scroll clip, so this causes the scroll clipped bounds for the wrap list item to expand to the whole content area. These expanded bounds of the wrap list item get incorporated into the bounds of a parent transform item. Later the wrap list item is flattened away, and so it's no longer around to provide the expanded bounds, leading to the assertions.

I've thought through options like changing how scroll clipped bounds work for wrap list items, but I can't seem to find any solution that would be consistent. The best thing would be to get the proper clip on out of flows we are going to descend into, but I can't think of a good way to do that either in this case (or in general).
2016-07-13 01:08:17 -05:00
Sotaro Ikeda 0dadea6a91 Bug 1284803 part 12 - Update web-platform-tests webvtt ini r=jgraham 2016-07-12 23:05:56 -07:00
Sotaro Ikeda cdc6e67e26 Bug 1284803 part 11 - Fix build failure of Android 4.2 x86 opt r=jrmuizel 2016-07-12 23:04:33 -07:00
Sotaro Ikeda e8b3da113b Bug 1284803 part 10 - Add toleranes to testColorConversions() r=jrmuizel 2016-07-12 23:03:46 -07:00
Sotaro Ikeda af38b3a39c Bug 1284803 part 9 - Make sure NEON ifdefs match r=jesup 2016-07-12 23:02:12 -07:00
Sotaro Ikeda 72a83366f5 Bug 1284803 part 8 - Disable AVX2 asm if the compiler/assembler don't support it r=jesup 2016-07-12 23:00:57 -07:00
Sotaro Ikeda 81a67fb28f Bug 1284803 part 7 - Disable assembly if toolchain doesn't support ssse3/sse4.1 r=jesup 2016-07-12 22:59:52 -07:00
Sotaro Ikeda 674e17f8c6 Bug 1284803 part 6- Suppress MJPEG fprintf() warnings in libyuv r=jesup 2016-07-12 22:58:57 -07:00
Sotaro Ikeda 82d3f7eb03 Bug 1284803 part 5 - Enable JPEG r=jesup 2016-07-12 22:57:54 -07:00
Sotaro Ikeda eba67d1f69 Bug 1284803 part 4 - Change libyuv.gyp for fixing build failure r=jesup 2016-07-12 22:56:43 -07:00
Sotaro Ikeda 674339264a Bug 1284803 part 3 - Change basic_types.h for fixing build failure r=jesup 2016-07-12 22:55:58 -07:00
Sotaro Ikeda 47a89eb453 Bug 1284803 part 2 - Update moz.build for fixing build failure r=jesup 2016-07-12 22:55:15 -07:00
Sotaro Ikeda 01215d9b70 Bug 1284803 part 1 - Update libyuv to rev 1602 r=jesup 2016-07-12 22:53:35 -07:00
Kit Cambridge 6bb5701fc8 Back out 2 changesets (bug 1174386) for mochitest and xpcshell bustage.
Backed out changeset 71634609bbaf (bug 1174386)
Backed out changeset 9726b95aadf6 (bug 1174386)

MozReview-Commit-ID: CBB0CFQSjQu

--HG--
extra : amend_source : 612af0b1385f6f2cfdcae3918b03ab297f1f7d78
2016-07-12 21:33:29 -07:00
Nicholas Nethercote 12662b436b Bug 1278750 - Remove four duplicated |else if|s in WpaSupplicant::ExecuteCommand(). r=fabrice.
--HG--
extra : rebase_source : e14427d4dac977bd439e3730ce3390fb9d052c9c
2016-06-08 14:16:48 +10:00
Nicholas Nethercote 105445fd39 Bug 1278750 - Fix erroneous condition in ExtendableMessageEvent::Constructor(). r=bkelly.
--HG--
extra : rebase_source : d9d12d8e10267f12d44b921ce58f067999f6ca85
2016-06-08 14:16:45 +10:00
Jordan Lund afbca9eab6 Bug 1283091 - TC android builds should use the same gecko.v2 routes as buildbot, r=mshal
note, as bug 1281004 is about to land, I might require a new patch as we move
away from legacy towards da futures!

this yielded:

current bbot opt routes:
    "index.gecko.v2.try.revision.f40f15f50508b78e369c8ac5e6a8743bcd064193.mobile.android-api-15-opt",
    "index.gecko.v2.try.pushdate.2016.07.11.20160711204636.mobile.android-api-15-opt",
    "index.gecko.v2.try.latest.mobile.android-api-15-opt",
    "index.buildbot.branches.try.android-api-15",
    "index.buildbot.revisions.f40f15f50508b78e369c8ac5e6a8743bcd064193.try.android-api-15"

my patch tc opt routes:
    "index.gecko.v1.try.revision.linux.f40f15f50508b78e369c8ac5e6a8743bcd064193.android-api-15.opt",
    "index.gecko.v1.try.latest.linux.android-api-15.opt",
    "index.buildbot.branches.try.android-api-15",
    "index.buildbot.revisions.f40f15f50508b78e369c8ac5e6a8743bcd064193.try.android-api-15",
    "tc-treeherder.v2.try.f40f15f50508b78e369c8ac5e6a8743bcd064193.133427",
    "tc-treeherder-stage.v2.try.f40f15f50508b78e369c8ac5e6a8743bcd064193.133427",
    "index.gecko.v2.try.revision.f40f15f50508b78e369c8ac5e6a8743bcd064193.mobile.android-api-15-opt",
    "index.gecko.v2.try.pushdate.2016.07.11.20160711204636.mobile.android-api-15-opt",
    "index.gecko.v2.try.latest.mobile.android-api-15-opt"

current bbot debug routes:
    "index.gecko.v2.try.revision.f40f15f50508b78e369c8ac5e6a8743bcd064193.mobile.android-api-15-debug",
    "index.gecko.v2.try.pushdate.2016.07.11.20160711204636.mobile.android-api-15-debug",
    "index.gecko.v2.try.latest.mobile.android-api-15-debug",
    "index.buildbot.branches.try.android-api-15-debug",
    "index.buildbot.revisions.f40f15f50508b78e369c8ac5e6a8743bcd064193.try.android-api-15-debug"

my patch tc debug routes:
    "index.gecko.v1.try.revision.linux.f40f15f50508b78e369c8ac5e6a8743bcd064193.android-api-15.debug",
    "index.gecko.v1.try.latest.linux.android-api-15.debug",
    "index.buildbot.branches.try.android-api-15-debug",
    "index.buildbot.revisions.f40f15f50508b78e369c8ac5e6a8743bcd064193.try.android-api-15-debug",
    "tc-treeherder.v2.try.f40f15f50508b78e369c8ac5e6a8743bcd064193.133427",
    "tc-treeherder-stage.v2.try.f40f15f50508b78e369c8ac5e6a8743bcd064193.133427",
    "index.gecko.v2.try.revision.f40f15f50508b78e369c8ac5e6a8743bcd064193.mobile.android-api-15-debug",
    "index.gecko.v2.try.pushdate.2016.07.11.20160711204636.mobile.android-api-15-debug",
    "index.gecko.v2.try.latest.mobile.android-api-15-debug"

so all looks well and as a bonus, the index.buildbot routes now match too.

MozReview-Commit-ID: 5HilJOpONst

--HG--
extra : rebase_source : 24a3c895681284a8dca16cbf3b2a47b66eaa1f08
extra : amend_source : b8b8b91c9787e26a6dd6d54fbe39cb9cb515056b
2016-07-11 13:43:04 -07:00
Alexander Surkov ee6e42b6de Bug 1276857 - Shutdown an accessible if cannot be inserted into the tree, r=yzen 2016-07-12 23:15:22 -04:00
Nicholas Nethercote a913f99107 Bug 1285554 - Remove remnants of widget/qt. r=dougt,mshal.
Because bug 1282866 removed Qt support but missed a bunch of things.
* * *
Bug 1285554 - more

--HG--
extra : rebase_source : c48d2485f1fdf1c961e08d91651bbca41e3a1a53
2016-07-12 09:16:45 +10:00
Rajinder Yadav 0fa260063e Bug 1286114 - Do not allocate NaN and Infinity strings in num_toFixed_impl. r=arai 2016-07-12 03:58:00 +09:00
Tooru Fujisawa 676a8282ad Bug 1283058 - Part 3: Remove JSREPORT_STRICT_MODE_ERROR and JSREPORT_IS_STRICT_MODE_ERROR. r=jwalden 2016-07-13 11:32:51 +09:00
Tooru Fujisawa 695e08c70d Bug 1283058 - Part 2: Remove CompileError.argumentsType. r=jwalden 2016-07-13 11:32:51 +09:00
Tooru Fujisawa 143018969b Bug 1283058 - Part 1: Remove JSREPORT_UC. r=jwalden 2016-07-13 11:32:48 +09:00
Luke Wagner 1b4ff6fb6f Bug 1284155 - Baldr: add WebAssembly.Table constructor and object (r=bbouvier)
MozReview-Commit-ID: CtMsvJroBfK

--HG--
extra : rebase_source : 18a935cafd520e24c4635c0e45932101e751f44a
2016-07-12 20:20:14 -05:00
Luke Wagner 9105b9d2ea Bug 1284155 - Baldr: add 'elem' section to binary format (r=bbouvier)
MozReview-Commit-ID: G9u08kwrRS8

--HG--
extra : rebase_source : 98d571188e927641fd832390e72660dd9a04f549
2016-07-12 19:27:32 -05:00
Luke Wagner 298adc2c0c Bug 1284155 - Baldr: make Memory/Data more symmetric with Table/Elem (r=bbouvier)
MozReview-Commit-ID: Hu7LPSCJ0jc

--HG--
extra : rebase_source : 1d89de745f0d7bc39d8e88632cdbca21db298ce8
2016-07-12 19:27:32 -05:00
Luke Wagner 3522ad2a9f Bug 1284155 - Baldr: extract wasm::Table objects from the global data segment (r=bbouvier)
MozReview-Commit-ID: Cjl3w9MXxcA

--HG--
extra : rebase_source : 8e7feadedc0a9433e77004deecefc9b5f5bdade7
2016-07-12 19:27:14 -05:00
Luke Wagner b0e70d1eae Bug 1284155 - Baldr: remove temp register allocation on ARM/x64 AsmJSLoadFuncPtr (r=bbouvier)
MozReview-Commit-ID: KkRfKgG6DdC

--HG--
extra : rebase_source : c754b4b532354740209059beaa5b87cf0091a09c
2016-07-12 15:38:26 -05:00
Xidorn Quan a392f65064 Bug 1284785 part 2 - Report reason to console if a pointer lock request is denied. r=smaug
MozReview-Commit-ID: 9kSYxDQYGLz

--HG--
extra : rebase_source : 7577d56c1cb774fe8c556957dc3822fc33cded62
extra : source : 7c8410f8b164791d50c7369ede66d31c608e51d4
2016-07-13 10:28:28 +10:00
Xidorn Quan 5056efcb42 Bug 1284785 part 1 - Make ShouldLockPointer have internal linkage rather than being a method of nsDocument. r=smaug
MozReview-Commit-ID: 9dYVmUnTEgR

--HG--
extra : rebase_source : b8431cfbadf88657510e3d567c1de8b2768cce83
extra : source : 33a7da7c10be659ee5e804bd260e9eb884066567
2016-07-13 10:28:28 +10:00
Xidorn Quan 2f4c9bbf67 Bug 1285069 part 3 - Move code around to make pointer lock code together. r=smaug
MozReview-Commit-ID: 932txaKsLQZ

--HG--
extra : rebase_source : 3b6127baa48e2f877f9a409139059b96ebd446fd
extra : source : 2f40ef38a271a197621b3326eb8a69ed2ec0547e
2016-07-13 10:28:28 +10:00
Xidorn Quan 4bbb9f1825 Bug 1285069 part 2 - Remove nsPointerLockPermissionRequest, only keep the Allow method under a different name. r=smaug
We still want to keep ApplyPointerLock asynchronous so that the timing
when pointer lock takes effect is not changed by this patch.

MozReview-Commit-ID: EA8c6uzOd8F

--HG--
extra : rebase_source : 1d6355b618e67ff42c65d8088d3ccb1dca339401
extra : source : 98e099aad4b57295ffdce68a0140179d50bfd044
2016-07-13 10:28:28 +10:00
Xidorn Quan efc0e7f9af Bug 1285069 part 1 - Remove code around pending fullscreen request. r=smaug
This code is no longer needed as we are always granting pointerlock request.

MozReview-Commit-ID: 3HVo3CddqWY

--HG--
extra : rebase_source : 53e72af037007d5d490cb9cb449492437e4c4714
extra : source : ce74d9d66912b6dfbe8e1379228b742baff119c3
2016-07-13 10:28:28 +10:00