shindli
83d239ac83
Backed out changeset 603804d62ce8 (bug 1463116) for force-cargo-library-build bustage on a CLOSED TREE
2018-05-21 23:55:58 +03:00
Olli Pettay
622b10843f
Bug 1463116 - Make mBindingParent strong, r=bz
...
--HG--
extra : rebase_source : 7013301bf68d2f35bde61072152f8819336c7b5a
2018-05-21 23:02:07 +03:00
Randell Jesup
27aae0dbeb
Bug 1425930: Handle Broadcast()->Notify() calling RemoveObserver() r=froyd
2018-05-21 15:30:35 -04:00
Paolo Amadini
80358d8b5d
Bug 1461793 - Remove the popup-base binding and instead import the popup.css file in components.css. r=bgrins
...
MozReview-Commit-ID: ADWsFTNPfhw
--HG--
extra : rebase_source : f4314668b47ecc92efe45a070b9b8ef6b59125ec
2018-05-21 14:55:53 +01:00
Paolo Amadini
59b7355358
Bug 1458584 - Remove the scrollbox-base binding and instead import the scrollbox.css file in components.css. r=bgrins
...
MozReview-Commit-ID: 3n1kZN7vCIv
--HG--
extra : rebase_source : ae77522cfddd4cb59a1917d4ac5946eb42a4759f
2018-05-21 14:01:23 +01:00
Steve Fink
d5f742ea53
Bug 1442481 - make string post write barrier conditional on nursery strings
...
--HG--
extra : topic : string.jitbarrier
extra : rebase_source : 5ddabd08dda4df59b31a77e25bde028623c423e8
2018-05-15 12:14:15 -07:00
Steve Fink
13eea05fae
Bug 1442481 - Use whole cell buffer to post-barrier string -> string edges in JIT, r=jandem
...
--HG--
extra : topic : string.jitbarrier
extra : rebase_source : 07bbc69fc1a2292520f5337adb1d9be56f1de84b
2018-05-10 21:39:39 -07:00
Emilio Cobos Álvarez
0406fe1464
Bug 1463138: Remove unused nsIFrame::GetPseudoElement. r=mats
...
MozReview-Commit-ID: 4LFZibUS9DP
2018-05-21 20:03:36 +02:00
Steve Fink
1f09b3daf8
Bug 1462486 - Optimize copyCharsInternal for left-leaning ropes, r=jonco
...
--HG--
extra : topic : gray.crash
extra : rebase_source : fcc7b13abd76859ad814815fc10f35f5a4984b8e
2018-05-17 15:12:01 -07:00
Steve Fink
8b2be29d0a
Bug 1456512 - Move JS::operator==(GCCellPtr,GCCellPtr) to the global scope to avoid shadowing, r=jonco
...
--HG--
extra : topic : gray.crash
extra : rebase_source : 0d6f29c45607b980072286cdc77b8b57c9336aa1
2018-05-18 13:43:14 -07:00
Steve Fink
bf6189a53f
Bug 1456518 - Shut down the gray mark observers on worker threads, r=jonco
...
--HG--
extra : topic : gray.crash
extra : rebase_source : 90a65d8f6c77357d8fef1bcae929179275bd0b5f
2018-05-17 16:20:54 -07:00
Steve Fink
208ab44321
Bug 1456512 - Do not unmark gray during minor collections, r=jonco
...
--HG--
extra : topic : gray.crash
extra : rebase_source : 7d78be4461da79769d3278be55fb05d206be82bc
2018-05-17 16:13:06 -07:00
Stephen A Pohl
447ec53dcd
Bug 1461459: Enable bug 1348361 (async process launching) on nightly only. r=ted
2018-05-21 13:53:34 -04:00
Stephen A Pohl
5b81adc6a2
Backout f266f3f133a9 (bug 1446900, bug 1461459) for referencing incorrect bug number in commit message. r=backout DONTBUILD
2018-05-21 13:51:59 -04:00
Stephen A Pohl
c466cf329f
Bug 1446900: Enable bug 1348361 (async process launching) on nightly only. r=ted
2018-05-21 13:46:04 -04:00
Nicolas B. Pierron
bdd58b3482
Bug 1461672 - Remove Telemetry probe added to tune the JSBC. r=francois,bkelly
2018-05-21 17:17:18 +00:00
Ben Kelly
8e95453379
Bug 1462464 Copy reserved and initial ClientInfo over when HttpChannelParent sees the special InterceptedHttpChannel redirect. r=valentin
2018-05-21 10:15:30 -07:00
Ben Kelly
8048d5574f
Bug 1461181 Don't call ServiceWorkerManager::StartControllingClient() if there is no active worker. r=asuth
2018-05-21 09:13:47 -07:00
Andreea Pavel
696e0b724a
Bug 1461978 - removed linux 12.04 and older OSX references r=jmaher
2018-05-21 07:47:00 +03:00
Andreea Pavel
eff78ba195
Bug 1461978 - removed OSX references r=jmaher
2018-05-21 07:34:00 +03:00
Andreea Pavel
229a6df6d4
Backed out changeset 9d111a95cfbb (bug 1425930) for build bustages at ../testing/xpcshell/selftest.py::XPCShellTestsTests::testAddTaskSki on a CLOSED TREE
2018-05-21 18:01:29 +03:00
Himanshu Teli
1e3e69bf76
Bug 1460883 - Remove flow sensitive alias analysis option r=tcampbell
2018-05-19 18:44:05 +05:30
Andreea Pavel
4fe8928370
Bug 1456325 - disable browser_private_idb.js on OS X and Windows for frequently failing. r=jmaher
2018-05-21 06:44:00 +03:00
Randell Jesup
ae19cc881a
Bug 1425930: Handle Broadcast()->Notify() calling RemoveObserver() r=froyd
2018-05-21 10:35:08 -04:00
Gabriel Luong
6888ec6426
Bug 1459027 - Lazy load the AutocompletePopup in the rule view. r=pbro
2018-05-21 10:14:40 -04:00
Nathan Froyd
b29b040b36
Bug 1410186 - turn Maybe assertions into diagnostic assertions; r=bkelly
...
We out-of-line the relevant functions because assertions can generate
quite a bit of code, and we'd rather let the compiler determine if these
functions should be inlined now.
2018-05-21 10:03:59 -04:00
Bogdan Tara
913e7edc65
Merge mozilla-central to inbound. a=backout CLOSED TREE
2018-05-21 17:00:05 +03:00
Bogdan Tara
2aa42f2cab
Backed out changeset c82274a23aea (bug 1410186) on request by igoldan a=backout
2018-05-21 16:53:30 +03:00
Andrea Marchesini
29bf534fe4
Bug 1463065 - "server" is not a valid PerformanceEntry type, r=valentin
2018-05-21 14:49:15 +02:00
Emilio Cobos Álvarez
957fc20c6a
Bug 1462829: followup: Re-disable the position-x / position-y tests since they're not correct. r=me to reopen the CLOSED TREE
...
They're not pairs, they're just either a length or a percentage.
MozReview-Commit-ID: AJK0tfC79Ue
2018-05-21 13:13:52 +02:00
Emilio Cobos Álvarez
c881bfab77
Bug 1462829: Test {background,mask}-{size,position} clamping. r=hiro
...
These properties no longer use calc() as an intermediate value as long as the
types of the values match.
But they don't resolve percentages to pixels in getComputedStyle as
transform-origin and perspective-origin.
MozReview-Commit-ID: 1CtN10ctGPF
2018-05-21 12:07:49 +02:00
Emilio Cobos Álvarez
716d561add
Bug 1462829: Refactor vector types. r=hiro,xidorn
...
This fixes clamping of mask-size and moves it out of mako while at it.
MozReview-Commit-ID: 9hiTe63odna
2018-05-21 12:07:28 +02:00
Emilio Cobos Álvarez
b77fa8e036
No bug - Import style changes from Servo PR #20843 . r=me
...
MozReview-Commit-ID: FpQXZUBdgNN
2018-05-21 12:00:14 +02:00
Emilio Cobos Álvarez
422d49f784
No bug - Import style changes from Servo PR #20506 . r=me
...
MozReview-Commit-ID: BELRJUdRUaU
2018-05-21 11:59:40 +02:00
Andreea Pavel
f135986c54
Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE
2018-05-21 12:50:31 +03:00
Andreea Pavel
03aa669ec0
Merge mozilla-inbound to mozilla-central. a=merge
2018-05-21 12:47:08 +03:00
Jon Coppeard
c6d47cefa5
Bug 1462337 - Gray buffering failure can make zeal GCs non-incremental r=sfink
2018-05-21 10:06:40 +01:00
Jan de Mooij
f300932410
Bug 1462280 - Remove an invalid assert. r=tcampbell
2018-05-21 09:14:05 +02:00
Jan de Mooij
77cdcf29a8
Bug 1462353 - Remove new.target slot from generators, clean up generator code a bit. r=arai
2018-05-21 09:13:05 +02:00
Tooru Fujisawa
3c8f09cb23
Bug 1461888 - Remove trueEnd offset from SRC_IF_ELSE and SRC_COND. r=jandem
2018-05-21 10:22:04 +09:00
sotaro
05f073e8e4
Bug 1462555 - Remove gfxWindowsPlatform::mFeatureLevels r=jrmuizel
2018-05-21 10:11:52 +09:00
Dorel Luca
70a0f75d37
Backed out changeset 76a4f60761f9 for breaking Mochitests on multiple platforms on layout/style/test/test_transitions_per_property.html.
2018-05-21 02:48:20 +03:00
arthur.iakab
a616fff1d3
Merge mozilla-central to mozilla-inbound
2018-05-21 01:17:24 +03:00
arthur.iakab
97d986d15c
Merge inbound to mozilla-central. a=merge
2018-05-21 00:57:45 +03:00
Coroiu Cristina
7917fae007
Backed out changeset 4dce0b1b22af (bug 1425930) for causing build bustage on a CLOSED TREE
2018-05-20 23:16:12 +03:00
Ryan VanderMeulen
73c7e4680f
Bug 1459248 - Update pdf.js to version 2.0.506. r=bdahl
...
--HG--
extra : rebase_source : 5e183d6dc5fdc9fc84d83a4e54b7da79bda7e2eb
2018-05-20 15:50:46 -04:00
Jan de Mooij
f43c8ecf94
Bug 1461178 - Clear properties list when marking an object group as having unknown properties. r=jonco
2018-05-20 21:04:00 +02:00
Emilio Cobos Álvarez
da9f6c6d11
No bug - Remove code that does nothing. r=me
...
Scoped stylesheets are long gone, and this code just looks at stuff without
using it.
MozReview-Commit-ID: 9pVxND9i23v
2018-05-20 18:47:06 +02:00
Sylvestre Ledru
7c7499f5e1
Bug 1462405
- Fix a typo r=callek
2018-05-20 13:08:35 +02:00
Gurzau Raul
8affe6e831
Merge inbound to mozilla-central. a=merge
2018-05-20 12:53:43 +03:00