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

503282 Коммитов

Автор SHA1 Сообщение Дата
JW Wang d4d5d4d5bb Bug 1321744. Part 3 - remove ThenPromise and replace its use with Then. r=gerald
MozReview-Commit-ID: AsmePdCp2tC

--HG--
extra : rebase_source : e08ac48584375d2bc12f5b73a1e60f2800359ed9
extra : intermediate-source : 94e727f7cd11bb04812da3662a0ee1fd461cc832
extra : source : 5307716231f93b01c0357011f8849015d4d97d0a
2016-12-04 08:51:25 +08:00
JW Wang fbfcb37762 Bug 1321744. Part 2 - add the ability of promise chaining to Then(). r=gerald
MozReview-Commit-ID: IaDgoWcmFRO

--HG--
extra : rebase_source : 420834ba105e2606e10f2dfef480a3586a5f8fb3
extra : intermediate-source : 1c2f25bdf9e1dcac085df830e6de7193d66dbe10
extra : source : 4bb6d68fb29d3b0c5eb3a66705b69892b1c94ad4
2016-12-13 17:07:03 +08:00
JW Wang dea1beb2c4 Bug 1321744. Part 1 - re-implement MozPromise::Then() using the command pattern. r=gerald
MozReview-Commit-ID: 2FkjtBKjIAc

--HG--
extra : rebase_source : 9cda835345135b483640226f7a4afdbc26459a82
extra : intermediate-source : 74f5fc402b87c073d581c1a6f6798c7522809dbf
extra : source : 7e7aa2e92f1f1deb901a8e04b68de999340a772d
2016-12-02 15:41:19 +08:00
Tim Huang 0130d28bc6 Bug 1311237 - Fix the intermittent through making the observer been added earlier. r=baku
--HG--
extra : rebase_source : 3b6029ee4369e5d4762a8dc5d6a21336ec4683b5
2016-12-08 16:04:06 -10:00
Alastor Wu ce4c37a7ff Bug 1320005 - don't show the 'play tab' icon for the media element without audio track. r=baku
MozReview-Commit-ID: K42I0yWaI7N

--HG--
extra : rebase_source : 6b2cd50bb327a644f9092c1e018203854d3d899f
2016-12-13 22:47:13 +08:00
Jean-Yves Avenard dc0394a1d9 Bug 1322961: Check SPS and PPS attributes value. r=gerald
MozReview-Commit-ID: LSngXbdQqdL

--HG--
extra : rebase_source : 14b1540c3324bf670031f86c45e6574c495cb26f
2016-12-12 21:51:03 +11:00
Ting-Yu Chou 19a9104684 Bug 1322463 - Replace snprintf/vsnprintf by SprintfLiteral/VsprintfLiteral for what clang plugin reports on Windows. r=Ehsan
MozReview-Commit-ID: 2bFcM53uEPb

--HG--
extra : rebase_source : 4e69d3f3f95c18bcbf731a17cb98fa456ddaa118
2016-12-09 09:47:19 +08:00
Andrew McCreight 3b21f2993f Bug 1316757, part 7 - Remove IPDL state machine from frontend. r=billm
This patch removes all user-specified state machine support from the
IPDL parser, then deletes all of the code related to it from the AST,
type checking, and code generation. The default state machine code
relating to tracking whether the protocol is dead or not will still be
generated. In fact, this patch should not change the code that is
generated for any protocol that does not use the custom state machine
syntax.

MozReview-Commit-ID: 1fABHR3zJx

--HG--
extra : rebase_source : a2c6655e767741eb7d697e55548c2409a4bdff12
2016-11-23 15:04:09 -08:00
Andrew McCreight 0492d18521 Bug 1316757, part 6 - Comment out various race-related state machines. r=billm
The state machine stuff provides a decent compact overview of where
races are supposed to happen, so I just commented them out.

MozReview-Commit-ID: 1K5mw2kyXWb

--HG--
extra : rebase_source : db3fea5e80c47e04c103b1231077bd9b2c62c4d4
2016-11-23 14:58:49 -08:00
Andrew McCreight ff229fdc74 Bug 1316757, part 5 - Comment out simple uses of state machine from cxx/ unit tests. r=billm
MozReview-Commit-ID: 3Ce1nte6EoN

--HG--
extra : rebase_source : ef8f0b1e5d7c9016151f3dcf08398456b929420d
2016-12-13 13:07:38 -08:00
Andrew McCreight 2f16f62dfe Bug 1316757, part 4 - Remove trivial state machines from IPDL unit tests. r=billm
MozReview-Commit-ID: GJgfzQ8CArj

--HG--
extra : rebase_source : 87aa940d87dd2286168699a0a25508bcb34dbdc2
2016-11-23 09:13:46 -08:00
Andrew McCreight a3d8276ca3 Bug 1316757, part 3 - Delete IPDL unit tests that look like they only test state machine stuff. r=billm
MozReview-Commit-ID: 7Lek3YzLIft

--HG--
extra : rebase_source : 16a53cbd579554a82b84ee28f638b3517537e413
2016-11-23 09:10:45 -08:00
Andrew McCreight c5c7f69cf3 Bug 1316757, part 2 - Remove assertions involving state() from cxx/ unit tests. r=billm
With the removal of state machines, the state() method is no longer
supported, so these assertions must be removed.

MozReview-Commit-ID: 4HV8cQqowlp

--HG--
extra : rebase_source : 512c740e7a7de8904b237d745cddea82dc82a603
2016-11-28 13:43:09 -08:00
Andrew McCreight ae4f1841e5 Bug 1316757, part 1 - Remove state machine user syntax from non-test IPDL files. r=billm
The state information in PWebBrowserPersistDocument.ipdl looks like
good documentation, so I only commented it out. The other one is
trivial so I deleted it.

MozReview-Commit-ID: C5SQAOPMnNB

--HG--
extra : rebase_source : 0ec19729458838b071156398bf3d1fb908cc6fe4
2016-11-23 09:15:47 -08:00
Karl Tomlinson 4c027cc4bc bug 1322422 use assertSnapshots() to log failures better r=Ehsan
MozReview-Commit-ID: 54WgoCdKjMX

--HG--
extra : rebase_source : 1ab5cccb586edad9f3a30c90f413124df006820f
2016-12-06 22:38:23 -10:00
Milan Sreckovic 88fdac7c7f Bug 1318573: Explicitly separate canvas interfaces. r=Ehsan,gw280
MozReview-Commit-ID: 4ylxc8fQTzc

--HG--
extra : rebase_source : e95c517ec62a28282bca305ffeb72d8d4724004e
2016-11-22 18:07:12 -05:00
Jan-Ivar Bruaroey e083045ff5 Bug 1323095 - Add deprecation warnings to callback-based pc.getStats + fix w3c link. r=drno
MozReview-Commit-ID: TlVLuZDadN

--HG--
extra : rebase_source : 5fc4185616767f4bf581ca30162049b96dcbecc6
2016-12-12 19:17:38 -05:00
Henrik Skupin 1e599cb9bc Bug 1323189 - Skip test_imports_apply_globally for Fennec r=maja_zf
MozReview-Commit-ID: GDOsolHGLd1

--HG--
extra : rebase_source : d7a66e5f8c80cc2bc1625748a76a81dbe8df32b5
2016-12-13 15:32:24 +01:00
Mike de Boer c63ef33cba Bug 1107969 - don't take content screenshots when the message manager has shut down. r=mconley
MozReview-Commit-ID: 4n6EQ9tCu25

--HG--
extra : rebase_source : 9433f0b51da456eb7a53bf1b275c1f20a2b5d545
2016-12-13 12:58:09 +01:00
Andi-Bogdan Postelnicu ddf6d94c25 Bug 1323186 - ensure the result of the operation is floating point. r=mattwoodrow
MozReview-Commit-ID: 59Cn494rh5l

--HG--
extra : rebase_source : dcdc06ed9db24029375d5a9cda5df032c1df3f92
2016-12-13 16:11:22 +02:00
Tom Klein f2ac7261a0 Bug 1313296 - Don't collect metadata for "about:" pages. r=Grisha
MozReview-Commit-ID: 6opB4lT85vs

--HG--
extra : rebase_source : 9c422ba61d4981907aa4c3068775e98de4c09fbf
2016-12-02 23:00:38 -06:00
Phil Ringnalda 5b74c14e18 Backed out changeset 349a316ed0f7 (bug 1316735) for build packaging failures
CLOSED TREE
2016-12-13 10:48:40 -08:00
Thomas Charles acf2f9d4dd Bug 1316975 - Correct function definition style in Marionette components; r=ato
No functional changes.

MozReview-Commit-ID: 25cWAnpRB9H

--HG--
extra : rebase_source : c8b14bf47a476488568f54d3640b51bbeed5b04b
2016-12-04 12:42:52 +01:00
Jack Bates c2c1c10265 Bug 1316735 - Relative symlinks in the dist directory. r=gps
Make the symlinks in the dist directory relative instead of absolute.

MozReview-Commit-ID: HS7KL4JwSbV

--HG--
extra : rebase_source : 5dca673cc17423d47e6707d8800f7ee9693a9c48
2016-11-10 22:24:38 +00:00
Shubham 6da5cd3bb3 Bug 1155860 - open a shared link -r?ahunt
MozReview-Commit-ID: 6Vwfmpt4UQY

--HG--
extra : rebase_source : 20d2e8cdc22709de3cbcbfcd20f46b0b7a5c5266
2016-11-18 12:50:53 -05:00
Mark Banner 4f94e4bd68 Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
MozReview-Commit-ID: CiIsUjQzp4D

--HG--
extra : rebase_source : 1b98e88673625a52ef82c1fad5d56aec3e2e8e80
2016-11-09 22:06:32 +00:00
Phil Ringnalda 4aef1bde99 Backed out changeset 6034929c3e4a (bug 1302802) for decision task bustage
CLOSED TREE
2016-12-13 10:01:05 -08:00
Hammad Akhtar b92e9673e7 Bug 1302802 - Ensure that task graphs do not contain duplicate Treeherder symbols; r=dustin
MozReview-Commit-ID: LO2fEbxzZH2

--HG--
extra : rebase_source : 0949a6ff585401fd6f7197b5aca1fe95c96f8a10
2016-12-13 11:51:53 +05:30
Hammad Akhtar 4dd59586f3 Bug 1289779 - Make sure that different docker-image tasks use different job symbols; r=dustin
MozReview-Commit-ID: 2sn231bKJ1z

--HG--
extra : rebase_source : 8094c6677c6927dfd2e50203b8f918ec3c78b8cf
2016-12-13 13:39:47 +05:30
Mark Banner e1cb180728 Bug 1278812 - Change default mac filename to be 'mac' rather than 'mac64' now that bug 1295375 has moved us away from universal builds. r=gps
MozReview-Commit-ID: 4z5lozKd9tI

--HG--
extra : rebase_source : ea41981dd6175c677c4c17551240126c9f93b061
2016-12-13 10:11:59 +00:00
Carsten "Tomcat" Book eb5f79ce29 Merge mozilla-central to autoland 2016-12-13 16:53:28 +01:00
Carsten "Tomcat" Book fa5c335f38 merge mozilla-inbound to mozilla-central a=merge 2016-12-13 16:04:16 +01:00
Carsten "Tomcat" Book e7a6d0eb71 merge autoland to mozilla-central a=merge 2016-12-13 15:53:22 +01:00
ffxbld 622ae0f34b No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update 2016-12-13 06:16:56 -08:00
ffxbld d10a2c70d1 No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update 2016-12-13 06:16:53 -08:00
Sebastian Hengst 57f5029daf Backed out changeset d274079a9664 (bug 1308110) for failing test_discrete-animations.html. r=backout 2016-12-13 13:10:04 +01:00
Emilio Cobos Álvarez d791eef979 Bug 1029867: Remove useless nsCSSParser::mHTMLMediaMode. r=heycam
MozReview-Commit-ID: AFtd0G4oP3R
2016-12-13 11:39:32 +01:00
JW Wang 52ec68d60c Bug 1323155 - fix data race in mCompletionPromise. r=gerald
MozReview-Commit-ID: J2TVNWvx9pb

--HG--
extra : rebase_source : 64b4f60500eafd24660141103a22693ce37dfd2b
2016-12-13 16:55:14 +08:00
Carsten "Tomcat" Book 594937fec2 merge mozilla-inbound to mozilla-central a=merge 2016-12-12 17:08:13 +01:00
Carsten "Tomcat" Book 71f580ed65 merge autoland to mozilla-central a=merge 2016-12-12 17:06:34 +01:00
ffxbld 758390314b No bug, Automated HPKP preload list update from host bld-linux64-spot-1014 - a=hpkp-update 2016-12-12 06:43:56 -08:00
ffxbld 12e9c92d0e No bug, Automated HSTS preload list update from host bld-linux64-spot-1014 - a=hsts-update 2016-12-12 06:43:54 -08:00
Carsten "Tomcat" Book c80a07613f Backed out changeset 6d2cb22d85b0 (bug 1322080) for xpcshell failures on 10.10 debug 2016-12-12 12:18:03 +01:00
Carsten "Tomcat" Book 9788e20a9e Backed out changeset 5b3a011acc01 (bug 1322080) 2016-12-12 12:15:51 +01:00
Carsten "Tomcat" Book 5f2a9e53a6 Backed out changeset 9356d8836ca8 (bug 1322080) 2016-12-12 12:15:49 +01:00
Andrea Marchesini a69bf81efe Bug 1322588 - Get rid of nsIDocShell::addSessionStorage, r=qdot 2016-12-12 09:33:11 +01:00
Jan de Mooij 1a603e5934 Bug 1322091 part 6 - Port Baseline TypedArray/TypedObject GETELEM stub to CacheIR. r=evilpie
--HG--
extra : rebase_source : 97345dbcc45839f12c7649bf996884520a4a6a35
2016-12-11 21:18:22 -10:00
Jan de Mooij 9b73ad9403 Bug 1322091 part 5 - Port Baseline unboxed array GETELEM stub to CacheIR. r=evilpie
--HG--
extra : rebase_source : 8c5fb39be2abc21980f840ae5b90b4d9b102cc3f
2016-12-11 21:18:03 -10:00
Jan de Mooij 6fe08090e6 Bug 1322091 part 4 - Port Baseline dense element GETELEM stub to CacheIR. r=evilpie
--HG--
extra : rebase_source : ff214728a7239582254eb82aa1eaf8e5a078f3e2
2016-12-11 21:17:47 -10:00
Dão Gottwald f202151d19 Bug 1322430 - Clean up toolbar button margin and padding rules. r=gijs 2016-12-12 05:56:48 +01:00