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

504835 Коммитов

Автор SHA1 Сообщение Дата
Jeff Gilbert 35a5dbc87a Bug 1325238 - Use ShCompileOptions type instead of int. - r=daoshengmu
Also only use SH_LIMIT_CALL_STACK_DEPTH if we have resources.MaxCallStackDepth.

MozReview-Commit-ID: DXhw7A7gCjF
2016-12-25 13:44:29 -08:00
Jeff Gilbert 6091cfeb6e Bug 1312865 - ClearBuffer and similar funcs should mirror Clear's behavior. - r=daoshengmu
MozReview-Commit-ID: 4Gm5aNZ1PXX
2016-12-25 13:44:26 -08:00
Jeff Gilbert 3587cf5c07 Bug 1323626 - Initialize tex image data during completeness checks. - r=daoshengmu
MozReview-Commit-ID: 9g5EETBEfU2
2016-12-25 13:44:24 -08:00
Jeff Gilbert a2f7e49912 Bug 1324727 - Check for invalid DOM upload format/type. - r=daoshengmu
MozReview-Commit-ID: 2uZi1ILyMIM
2016-12-25 13:44:22 -08:00
Jonathan Watt f426ec54bc Bug 1031362 follow-up - Fix local unified compilation bustage by including required headers. r=sparky 2016-12-24 21:53:23 +00:00
Xidorn Quan a9a44c42c9 No bug - Fix line endings in some text-emphasis test files. DONTBUILD
The same change has been applied to the upstream csswg-test repo in
w3c/csswg-test#1157.

--HG--
extra : amend_source : a256633c1b837c332d84c0077d18d58efa1c6e1d
2016-12-25 18:34:59 +11:00
Dão Gottwald 401886e54a Bug 1324049 - Implement pref for opening the privacy policy in a background tab on first run instead of showing the data choices infobar. r=gijs 2016-12-25 07:36:25 +01:00
Timothy Nikkel 81c310eff2 Bug 1317562. Make style images use async image notifications when requesting decoding. r=aosmond 2016-12-25 00:18:08 -06:00
Makoto Kato ac78727eab Bug 1325300 - Use explicitly static method call for GetStartNodeAndOffset and GetEndNodeAndOffset. r=masayuki
Most codes into HTMLEditRules and TextEditRules don't use explicitly static method call such as EditorBase::GetStartNodeAndOffset.  So we should use it instead of "editor->GetStartNodeAndOffset".

MozReview-Commit-ID: DGAEFK6AYzh

--HG--
extra : rebase_source : d1dafaca2dbe95d9b1c50c52245f29af75e0a9f2
extra : amend_source : c183380253a1cf5c1dbc1cf18eb70e26ca0cadeb
2016-12-22 15:48:41 +09:00
Masatoshi Kimura a473040cee Backed out changeset 7e747433d1c9 (bug 1301640) for causing bug 1325751. r=backout
MozReview-Commit-ID: GEYAveO6sUj
2016-12-25 10:43:04 +09:00
Phil Ringnalda b94a0cbd73 Merge m-i to m-c, a=merge 2016-12-24 16:51:17 -08:00
Phil Ringnalda 366a23ae7d Merge autoland to m-c, a=merge 2016-12-24 16:49:34 -08:00
ffxbld 189bce61a1 No bug, Automated HPKP preload list update from host bld-linux64-spot-031 - a=hpkp-update 2016-12-24 06:34:00 -08:00
ffxbld f1dc54b2db No bug, Automated HSTS preload list update from host bld-linux64-spot-031 - a=hsts-update 2016-12-24 06:33:58 -08:00
Tom Schuster c63c1f81cf Bug 1324566 - Port Baseline GetName_Env to CacheIR. r=jandem 2016-12-24 14:35:23 +01:00
Jan de Mooij c03d8a8f58 Bug 1324566 - Set available registers after initializing the input locations. r=evilpie 2016-12-24 14:35:23 +01:00
Marco Castelluccio 533966fbc4 Bug 1313339 - Also use modules loaded in the process to decide about DXVA blocklisting. r=gerald 2016-12-24 10:17:46 +01:00
Wes Kocher 37e6ad7e9e Backed out 7 changesets (bug 1322938) for test_lowDiskSpace.html failures on android a=backout
Backed out changeset 1de6bfc4c973 (bug 1322938)
Backed out changeset 45b81607acd2 (bug 1322938)
Backed out changeset 2f3c2e660d28 (bug 1322938)
Backed out changeset d93937b3f80e (bug 1322938)
Backed out changeset 91c8b6d99e35 (bug 1322938)
Backed out changeset b6bdaf0dd932 (bug 1322938)
Backed out changeset 4b6ed4bb4263 (bug 1322938)
2016-12-23 20:55:55 -08:00
Tim Nguyen 01233eef15 Bug 1322938 - needs a clobber for test_lowDiskSpace.html on Android. r=clobber
MozReview-Commit-ID: GNhfAn7rVjZ
2016-12-24 04:42:38 +01:00
Wes Kocher 7145ee5d12 Merge inbound to central, a=merge
MozReview-Commit-ID: 56QI5RIvpXC
2016-12-23 14:34:55 -08:00
Wes Kocher 9d605d2d01 Merge autoland to central, a=merge
MozReview-Commit-ID: 3DGIiouS8ws
2016-12-23 14:33:39 -08:00
ffxbld 651f9ffc4f No bug, Automated HPKP preload list update from host bld-linux64-spot-575 - a=hpkp-update 2016-12-23 06:28:23 -08:00
ffxbld a1b8b15a7b No bug, Automated HSTS preload list update from host bld-linux64-spot-575 - a=hsts-update 2016-12-23 06:28:20 -08:00
Alastor Wu 9bd913bac6 Bug 1325172 - unregister agent when nsNPAPI releases it. r=baku
When the global window detroyed, the service would notify agent's callback to mute its volume.
And the nsNSNPAPI's detroy would release the agent, I guess these things would happen in the same time.
So we should check whether the agent exists before calling agent's function.

MozReview-Commit-ID: 7uNmbdOLqxe

--HG--
extra : rebase_source : a93f70b34f881a06439ef237217d472fa9d886b1
2016-12-23 15:04:51 +08:00
Kilik Kuo c25c957225 Bug 1325356 - Remove unnecessary SamplesWaitingForKey object in VideoDataDecoder. r=jwwang
MozReview-Commit-ID: 7uYfh3F2t2e

--HG--
extra : rebase_source : fb09263e3da9e38993feb8385d810d5abb1b692e
2016-12-23 12:49:05 +08:00
Chris Peterson 8a72eabcc1 Bug 1142403 - Part 4: Clobber to force jemalloc to rerun configure. r=glandium
--HG--
extra : rebase_source : 7cdca16b57d03a7f0e0bfa134da1fa2619a09924
2016-12-22 18:57:57 -08:00
Chris Peterson b9fd4f1b11 Bug 1142403 - Part 3: jemalloc4 no longer requires ctl.c to be built in non-unified mode in debug builds. r=glandium
--HG--
extra : rebase_source : 9c1e00514be306552722ebd855d364b9b98b5c87
2016-12-22 18:54:59 -08:00
Wes Kocher 60785fce6d Merge inbound to central, a=merge
MozReview-Commit-ID: I54WGOLqHI2
2016-12-22 18:37:07 -08:00
Ehsan Akhgari 41b2cc8dd4 Bug 1325255 - Don't crash during shutdown if the deserialization of the principal fails; r=bkelly 2016-12-22 15:09:12 -05:00
Sebastian Hengst 8b13894203 Backed out changeset d539253e91ae (bug 1313276) for failing own test paint-on-maskLayer-1c.html on Android debug. r=backout 2016-12-22 20:16:20 +01:00
Sebastian Hengst dc41e31e4c Backed out changeset d90a8fc45b74 (bug 1313276) 2016-12-22 20:15:40 +01:00
Sebastian Hengst 056db35cc3 Backed out changeset f9e979367a0c (bug 1313276) 2016-12-22 20:15:36 +01:00
Hammad Akhtar f9115424f2 Bug 1325429 - fix formatting in transforms.rst; r=dustin
MozReview-Commit-ID: 5C85qk9Asqp

--HG--
extra : rebase_source : 55c224143d4d2de286d8f4459072c3031ae43b49
2016-12-23 00:27:40 +05:30
Sebastian Kaspari 3f306fc9d4 Bug 1325380 - Use provider name for AS highlights. r=Grisha
MozReview-Commit-ID: 2vPk2DdrYed

--HG--
extra : rebase_source : e7de82507816ad026917b281c1d97a0a07e6289e
2016-12-22 16:17:28 +01:00
Henri Sivonen 155d4428ad Bug 1322938 - Make the HTML tree builder aware of <dialog>. r=wchen
Original patch by :hsivonen

MozReview-Commit-ID: C8UK7m7V9tn
2016-12-22 11:30:41 +02:00
Tim Nguyen e35d723e62 Bug 1322938 - Test whether dom.dialog_element.enabled works properly. r=smaug
MozReview-Commit-ID: 61HX8CuWki6
2016-12-23 16:01:51 +01:00
Tim Nguyen b4cc065b02 Bug 1322938 - Put <dialog> element behind preference. r=smaug
MozReview-Commit-ID: 3thJ5B7Znwo
2016-12-23 16:01:50 +01:00
Tim Nguyen 6b747f9288 Bug 1322938 - Update <dialog> element Web Platform Tests expected results. r=smaug
MozReview-Commit-ID: LPpjDkNI6n8
2016-12-23 16:01:50 +01:00
Tim Nguyen 19655e43c1 Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is called. r=smaug
MozReview-Commit-ID: 7OKlKFb3lok
2016-12-23 16:01:50 +01:00
Tim Nguyen c2ebb6b528 Bug 1322938 - Basic implementation of HTMLDialogElement. r=smaug, masayuki
MozReview-Commit-ID: AU92mq2QZIc
2016-12-23 16:01:50 +01:00
Bobby Holley 38fbeaa270 Bug 1325728 - Simplify pseudo-element handling. r=heycam 2016-12-23 19:23:52 -08:00
Bobby Holley 3e1898e903 Bug 1325728 - Use Gecko's existing mechanism to coordinate flushing the Stylist. r=heycam 2016-12-23 19:23:50 -08:00
Ehsan Akhgari 1527e17416 Bug 1251936 - Re-enable Windows static analysis builds 2016-12-23 21:03:22 -05:00
Ehsan Akhgari 1c687043f1 Bug 1251936 - Mark AutoSetXPCOMLoadOnMainThread's constructor as explicit 2016-12-23 21:03:21 -05:00
Ehsan Akhgari 18f30a60a6 Bug 1325694 - Mark the MSVC specific std::atomic base classes as memmovable for static analysis; r=froydnj 2016-12-23 21:03:21 -05:00
Tanvi Vyas dc8eed03da Bug 1319119 - Show degraded security UI for HTTP pages with password fields in release. r=MattN 2016-12-23 17:37:31 -08:00
Tom Schuster 5787df6a88 Bug 1255128 - Adjust webplatform ArrayBuffer test . r=bz 2016-12-24 00:13:39 +01:00
Tom Schuster 0a2457a472 Bug 1255128 - Fix ArrayBuffer constructor parameter handling with ToIndex. r=arai 2016-12-24 00:13:39 +01:00
Tom Schuster 561b22242d Bug 1255128 - Import test262 ArrayBuffer ToIndex tests. r=arai 2016-12-24 00:13:39 +01:00
Neil Deakin ec01413b3d Bug 1309596, fix changed drag feedback image when the page is zoomed, r=mstange 2016-12-23 18:09:44 -05:00