Hannes Verschore
e8f7043d0b
Bug 1319746: Add a memory reporter for CFGGraph on BaselineScript, r=njn
2017-04-21 19:37:06 +02:00
Hannes Verschore
31296801c2
Bug 1334409 - TraceLogging: Add memory reporter for TraceLogging, r=njn
2017-04-21 19:37:04 +02:00
Hannes Verschore
e15f25a249
Bug 1346543 - IonMonkey: Add alias information to the osr block in flow-aa, r=jandem
2017-04-21 19:37:01 +02:00
Nicolas B. Pierron
bd173ba9d4
Bug 1358521 - XDRScript: Only fail on mismatch between the top-level JSScript and the decoding CompileOption. r=luke
2017-04-21 16:57:58 +00:00
Nicolas B. Pierron
cf3fce3eb4
Bug 900784 part 1.6 - Add a test case for the JS start-up bytecode cache. r=mrbkap
2017-04-21 16:57:58 +00:00
Nicolas B. Pierron
c6509f9e01
Bug 900784 part 1.5 - Encode JS bytecode when no more scripts are executed. r=mrbkap
2017-04-21 16:57:58 +00:00
Nicolas B. Pierron
5b59221f67
Bug 900784 part 1.4 - Decode JS bytecode either off/on-main-thread. r=mrbkap
2017-04-21 16:57:58 +00:00
Nicolas B. Pierron
86094a7a6d
Bug 900784 part 1.3 - Add SRI hash import/export code from/to JS bytecode cache. r=francois,mrbkap
2017-04-21 16:57:57 +00:00
Nicolas B. Pierron
287c866026
Bug 900784 part 1.2 - Request JS bytecode if any is present in the cache. r=mrbkap
2017-04-21 16:57:57 +00:00
Nicolas B. Pierron
d52b01efa3
Bug 900784 part 1.1 - Add nsScriptLoader::mDataType to track the type of the loaded content. r=mrbkap
2017-04-21 16:57:57 +00:00
Nicolas B. Pierron
49b55aae35
Bug 900784 part 1.0 - Add nsJSUtils functions for encoding and decoding the bytecode. r=mrbkap
2017-04-21 16:57:57 +00:00
Nicolas B. Pierron
0e685e0450
Bug 900784 part 0.12 - Assert nsScriptLoadRequest::mProgress state in nsScriptLoader methods. r=mrbkap
2017-04-21 16:57:57 +00:00
dOn'tReallycAre
7686899ef4
Bug 1357155 - Convert PRCList usage in nsStandardURL to LinkedList. r=erahm
2017-04-21 01:46:12 +09:00
Sebastian Hengst
37d7b65041
merge mozilla-central to mozilla-inbound. r=merge a=backout
2017-04-21 18:36:31 +02:00
Jan de Mooij
ec32b96116
Bug 1339207
- Always build CacheIRSpewer in Nightly builds. r=evilpie
2017-04-21 17:15:22 +02:00
Randell Jesup
64a9d5c37f
Bug 1343143: enable 3 temporal layers in simulcast mode, at all resolutions r=bwc
...
MozReview-Commit-ID: 3xf6qTMZPks
2017-04-21 11:03:45 -04:00
Jonathan Kew
23d97b6f9d
Bug 1253919 - Enable support for the logical values of CSS 'float' and 'clear' properties for all channels. r=dbaron
2017-04-21 16:01:04 +01:00
Carsten "Tomcat" Book
da0df10ba1
Merge mozilla-central to mozilla-inbound
2017-04-21 16:00:58 +02:00
Jan de Mooij
ba166dc062
Bug 1357680 part 1 - Track Ion-inlined scripts explicitly so we can inline functions with unknown properties. r=bhackett
2017-04-21 10:05:12 +02:00
Jon Coppeard
b8a6f4f2ab
Bug 867815 - Fix visitIteratorStart shape/group guard for unboxed objects r=bhackett
2017-04-21 14:14:25 +01:00
Jon Coppeard
5278673dda
Bug 867815 - Add post barrier for visitIteratorStart r=jandem
2017-04-19 15:19:50 +01:00
Carsten "Tomcat" Book
248cf7f04f
Merge mozilla-central to mozilla-inbound
2017-04-21 11:43:14 +02:00
Iris Hsiao
24d2c9df0c
Backed out changeset 7a446a56598f (bug 1357680) for leak issue
...
--HG--
extra : rebase_source : 8eb9c832448460c828ce286fd60d0b05916b86af
2017-04-21 17:03:38 +08:00
Geoff Brown
b609a95faf
Bug 1204281 - Increase number of test chunks for linux64-asan mochitest-bc; r=jmaher
...
Some linux64-asan mochitest-bc jobs intermittently timeout after 3600 seconds;
I hope to avoid some of those.
2017-04-19 07:34:59 -06:00
Bill McCloskey
f55aa04abd
Bug 1355178 - Don't call MessageChannel::ProcessPendingRequests if we don't expect it to do anything (r=kanru)
...
MozReview-Commit-ID: BJBBkhaNKki
2017-04-19 11:51:14 -07:00
Bill McCloskey
fb57ac5b38
Bug 1355178 - Remove unnecessary refcounting from MessageChannel::mPending (r=froydnj)
...
MozReview-Commit-ID: DWEF1ObNmMa
2017-04-19 11:51:14 -07:00
Masayuki Nakano
d457e48592
Bug 1217700 part.4 Add automated tests for IMEContentObserver r=m_kato
...
IMEContentObserver notifies IME of 3 notifications at most when editor is changed.
The order is:
1. text change (with merged range if 2 or more change occurred during an edit transaction)
2. selection change (only the latest selection change. other changes occurred before that during an editor transaction are ignored)
3. position change (scrolled, resized, window moved, etc)
This does not check the behavior in designMode because some operation in testWithHTMLEditor() causes unexpected behavior, e.g., moving focus. It *might* be bug of design mode. However, it doesn't matter for this bug. The important thing of this bug is, there should be automated tests for IMEContentObserver. And fortunately, IMEContentObserver does not check the type of editor. So, it's enough to test only contenteditable element for HTMLEditor at least for now. Therefore, I gave up to test it in designMode for now.
MozReview-Commit-ID: 7L6ZlbVMU2P
--HG--
extra : rebase_source : 8282fe7aa2f4d405f2576f05d46b60b044223855
2017-04-19 21:57:58 +09:00
Masayuki Nakano
3d8bbc6723
Bug 1217700 part.3 Expose text change, selection change and position change notifications to nsITextInputProcessorCallback with nsITextInputProcessorNotification r=smaug
...
For testing IMEContentObserver, text change, selection change and position change notifications should be exposed to JS with nsITextInputProcessorNotification.
MozReview-Commit-ID: 3PUhKXRwnAn
--HG--
extra : rebase_source : fce7a73683a2d4811070453629ef48d3ad15c8c8
2017-04-20 20:17:03 +09:00
Benjamin Bouvier
54067c07dd
Bug 1357370: Manually preserve WasmTlsReg before an ABI call; r=luke
...
--HG--
extra : amend_source : 3f84758001703ebaea4ce405883cc1ab94f38465
2017-04-19 13:37:32 +02:00
Tom Schuster
3f372174a6
Bug 654190 - Optimize calls to GetIndexFromString in CacheIR. r=jandem
2017-04-24 19:09:17 +02:00
Tom Schuster
e18fa23abc
Bug 654190 - Cache index values in JS strings. r=jandem
2017-04-24 19:09:17 +02:00
Kershaw Chang
30b3084e4f
Bug 1355700 - Correct the count of available new connections. r=honzab
2017-04-19 19:03:00 +08:00
L. David Baron
56f6982df5
Bug 1357951 - Update two transforms tests that should now point to css-transforms-2 following the spec split. r=SimonSapin
...
MozReview-Commit-ID: K8VBj6DaPGY
--HG--
extra : transplant_source : %5DX%0Dk%D9%A8z%D44%A5%CE%DE%01%EB%EF%C4%BB%1C%7D%D9
2017-04-20 11:23:19 +09:00
Arthur Edelstein
07b1d25b5a
Bug 1357247
- Fix comment for network.http.referer.hideOnionSource. r=mcmanus
...
DONTBUILD
2017-04-19 17:08:00 -04:00
Wes Kocher
ca3a99fc7e
Merge m-c to inbound, a=merge
2017-04-19 17:15:26 -07:00
Jeff Gilbert
408eae60b9
Bug 1356540 - Remove unused TextureGarbageBin. - r=daoshengmu
...
MozReview-Commit-ID: 3EON2kNdEBh
2017-04-19 17:03:03 -07:00
Kartikaya Gupta
1be864c6ad
Merge m-c to graphics
...
MozReview-Commit-ID: 8Oqr9Nbqsn0
2017-04-19 07:02:32 -04:00
Kartikaya Gupta
e61c3ec040
Bug 1357541 - Use the full 64 bit value of the PipelineId when converting to a layers ID. r=nical
...
MozReview-Commit-ID: 98OOkEML6RF
2017-04-19 06:58:10 -04:00
sotaro
d85c0f08e4
Bug 1357644 - Use wr::ExternalImageId instead of uint64_t for external image id r=nical
2017-04-19 18:59:53 +09:00
Carsten "Tomcat" Book
284cbb308e
Backed out changeset d518009bfe70 (bug 1290951) for causing Bug 1357437
2017-04-19 11:55:33 +02:00
Carsten "Tomcat" Book
7babdc7a78
Backed out changeset a459d48f1d86 (bug 1290951)
2017-04-19 11:55:02 +02:00
Carsten "Tomcat" Book
7b9f2f1715
Backed out changeset 6f30a5669251 (bug 1290951)
2017-04-19 11:55:00 +02:00
Carsten "Tomcat" Book
0a0f322bb7
Backed out changeset 437aa650b9d9 (bug 1290951)
2017-04-19 11:54:57 +02:00
Carsten "Tomcat" Book
73cd20cf99
Backed out changeset 779deac689f9 (bug 1290951)
2017-04-19 11:54:55 +02:00
Carsten "Tomcat" Book
b989ecb1ef
Backed out changeset 9e1c5c05eb58 (bug 1290951)
2017-04-19 11:54:52 +02:00
Carsten "Tomcat" Book
9dfe2e6996
Backed out changeset a5a8e0001d78 (bug 1290951)
2017-04-19 11:54:50 +02:00
Carsten "Tomcat" Book
e72c9d7c1b
Backed out changeset 2e133f3b768c (bug 1290951)
2017-04-19 11:54:47 +02:00
Carsten "Tomcat" Book
e0324b8ab3
Backed out changeset a4b47c4e9e3b (bug 1290951)
2017-04-19 11:54:45 +02:00
Carsten "Tomcat" Book
7145e26cb8
Backed out changeset 5be709822325 (bug 1290951)
2017-04-19 11:54:42 +02:00
Carsten "Tomcat" Book
52d875ccd5
Backed out changeset 2793d9e7c1d2 (bug 1290951)
2017-04-19 11:54:40 +02:00