Commit Graph

472947 Commits

Author SHA1 Message Date
Gabor Krizsanits
fff2e4ac50 Bug 1262661 - clear the MessageQueue after send. r=mconley 2016-04-28 12:52:44 +02:00
Paul Adenot
3b6d6ce4d6 Bug 1267930 - When the wasapi rendering loop is stuck and we're shuttin down, leak the thread and continue the shutdown process. r=kinetik
It's probably better to not TerminateThread here, because we don't really know
what happened down the stack of the rendering loop, so we just leak it. This
happens during shutdown so it's not really an issue, it's going to be cleaned
up by the OS anyways.

MozReview-Commit-ID: 4o3Krj7L7m2
2016-04-28 12:02:14 +02:00
Andi-Bogdan Postelnicu
fdbd0a8be3 Bug 1268387 - avoid memory leak of ToNewCString(key). r=valentin
MozReview-Commit-ID: L6V7HpKE8KT

--HG--
extra : rebase_source : 5a92649dcee2afe427d64f001cb6898ec9cee4ed
2016-04-28 12:35:58 +03:00
Ms2ger
e54df95e1a Bug 1268290 followup: remove stray semicolon on a CLOSED TREE. 2016-04-28 11:37:01 +02:00
Emilio Cobos Álvarez
0536cb4268 Bug 1224186: Implement DOMTokenlist.replace r=baku,Ms2ger 2016-04-28 11:20:25 +02:00
Emilio Cobos Álvarez
3a00e86293 Bug 1268290: stylo: Pass SheetParsingMode to Servo, r=bholley 2016-04-28 11:13:45 +02:00
Jonathan Hao
f779a5da81 Bug 1260915 - Write a test to make sure Service Worker handle userContextId correctly. r=bkelly
MozReview-Commit-ID: LoR56SiAfXk

--HG--
rename : dom/workers/test/serviceworkers/serviceworker.html => browser/components/contextualidentity/test/browser/serviceworker.html
rename : dom/workers/test/serviceworkers/worker.js => browser/components/contextualidentity/test/browser/worker.js
extra : rebase_source : dc37b1f1417ec6f2ef92342f09f7320495956d37
2016-04-27 16:37:20 +08:00
Thomas Zimmermann
6f916378f6 Bug 1266954: Remove temporary |ScopedClose| from PDU receive code, r=jacheng
|ScopedClose| doesn't support temporary objects. This patch removes it.
2016-04-28 10:57:19 +02:00
Christoph Kerschbaumer
4c4ddfb8df Bug 1268044 - Remove SEC_NORMAL form test_predictor.js. r=mcmanus
--HG--
extra : rebase_source : ef0cc2ccf4fb568520668aed777234e7e1effbba
2016-04-27 16:59:30 +02:00
Kaku Kuo
0f9602ef0a Bug 1267985 - include nsContentUtils.h and nsIScriptError.h; r=gerald
MozReview-Commit-ID: JmCUzGj1kBX

--HG--
extra : rebase_source : fcf64dc7a49e2ec6edc0ef58c5bd54e3d83df962
2016-04-27 19:03:44 +08:00
Cykesiopka
fc68a083a3 Bug 1265164 - Always use nsCOMPtrs with getNSSDialogs(). r=keeler
MozReview-Commit-ID: 430uuWHIZjC

--HG--
extra : rebase_source : 3192e40558ac36a3a8bf6ff3c1399be1196f8dcb
2016-04-27 18:16:48 -07:00
Kaku Kuo
d42d57aa97 Bug 1267983 - include MediaQueue.h; r=jwwang
MozReview-Commit-ID: ikxjE7VZsd

--HG--
extra : rebase_source : 0f8bcca3b15fade72b04982b9b4f79e130413938
2016-04-27 19:01:13 +08:00
Sebastian Hengst
cab1c27b22 Backed out 13 changesets (bug 1254899) for test failure in browser_Troubleshoot.js. r=backout
Backed out changeset f749ee384012 (bug 1254899)
Backed out changeset 1d7eeee5a5c5 (bug 1254899)
Backed out changeset b5ab83af342c (bug 1254899)
Backed out changeset 993906e53329 (bug 1254899)
Backed out changeset e8abac801a51 (bug 1254899)
Backed out changeset e9c311c68e4a (bug 1254899)
Backed out changeset f8f3ae8c5cef (bug 1254899)
Backed out changeset d17f98a9918a (bug 1254899)
Backed out changeset 21c8a7ea2b93 (bug 1254899)
Backed out changeset 64e58f9625eb (bug 1254899)
Backed out changeset 2de214d5d1e0 (bug 1254899)
Backed out changeset f2056259d227 (bug 1254899)
Backed out changeset b805df0c8296 (bug 1254899)
2016-04-28 10:32:25 +02:00
Luca Greco
ef7f805759 Bug 1253697 - Support downloading debug artifact builds. r=nalexander
- enable debug artifact from a mozconfig file based on MOZ_DEBUG environment variable
- OSX debug artifact builds have 'mac64' instead of 'mac' into their file name
  (fix debug artifact build download on OSX)

MozReview-Commit-ID: 7kAvsTfwaCb

--HG--
extra : transplant_source : %E6v%25%B79M%02%7E%A9%8B%FF%24%03%D1%BDo%AB%0F%B49
2016-04-25 12:18:50 +02:00
Alastor Wu
75cb7468c7 bug 1242874 - part5 : add test. r=baku, r=ehsan
MozReview-Commit-ID: 1X7xAbiKhC3

--HG--
extra : transplant_source : i%7FRV%07%3C%5EW%EE%95%C366%EEs%02%BA%8C%8B%93
2016-04-28 00:23:52 +08:00
Alastor Wu
4e7da2f687 Bug 1242874 - part4 : wrap the volume/mute/suspend for notifyStartedPlaying. r=baku
MozReview-Commit-ID: GRjxz1E0C9r

--HG--
extra : transplant_source : %88%D7%C7q%3C%8A%98%C0%84k%AF%90%F7%5D%83%CC%BEa%B1%F2
2016-04-28 00:23:48 +08:00
Alastor Wu
daaa9802c9 Bug 1242874 - part3 : implement different suspended methods. r=baku, r=jwwang
MozReview-Commit-ID: Co4avRLWGRK

--HG--
extra : transplant_source : b%17%81%60%94_%F1%C2%5D%B1%B3%D5%F3%5C%7D4p%7F%03%EB
2016-04-28 00:23:42 +08:00
Alastor Wu
1bc115c492 Bug 1242874 - part2 : window's suspend attribute. r=ehsan, r=baku
MozReview-Commit-ID: Jw3E8Jdb66J

--HG--
extra : transplant_source : %2C%DF%BE%2A%8B%A6%5B%CA%DD%FAp%01%A8c%FB%9B%B4%017q
2016-04-28 00:21:27 +08:00
Alastor Wu
14fb7102ce Bug 1242874 - part1 : create suspened types. r=baku
MozReview-Commit-ID: 1RJvbzMOCpu

--HG--
extra : transplant_source : %E8%3F%7BLD%F3%B8%98%3E%CA%A5%5C7%B7%9B%D0%BEFrr
2016-04-28 00:21:22 +08:00
Julian Hector
3871240519 Bug 1176099 - Add hooks for sigprocmask/pthread_sigmask. r=jld r=glandium 2016-04-21 13:17:50 +00:00
Mantaroh Yoshinaga
c34b85860e Bug 1134163 - Part2 - Modify animation tests which rely on animationstart timing. r=birtles
MozReview-Commit-ID: 2IaCejiFgY2

--HG--
extra : transplant_source : %1Dp%CA%B3%E2%D4%15%CDH%EA%CEzbdI-B2%3D%9C
2016-04-28 16:30:23 +09:00
Mantaroh Yoshinaga
240de53183 Bug 1134163 - Part1.Modify animationstart event timing in order to fire event after end of pending task. r=birtles
MozReview-Commit-ID: 8BwLRIKe1kV

--HG--
extra : transplant_source : %B0%C7f%92pi%E9cR%A8%A7%D2%EB%AEF0%A9%278%1E
2016-04-28 16:29:12 +09:00
Ting-Yu Lin
f24a9b7431 Bug 1266782 - Use RefPtr to hold document and selection in ExtendPhoneNumberSelection. r=mats
MozReview-Commit-ID: 3zAgKt7r8TO

--HG--
extra : rebase_source : 1ee468762812a955a41908bd0ce7f4b41aee8859
2016-04-28 13:59:39 +08:00
KuoE0
96422f51d2 Bug 1235123 - Part 3 - Update interfaces and implantations of nsIPresentationDevice and nsIPresentationUIGlue to support 1-UA use case, r=schien 2016-04-28 15:18:21 +08:00
KuoE0
378e659f60 Bug 1235123 - Part 2 - Update architecture of shell_remote.js to align shell.js, r=schien 2016-04-28 15:18:13 +08:00
KuoE0
7730573efe Bug 1235123 - Part 1 - Make SystemAppProxy can handle multiple system app, r=schien 2016-04-28 15:18:03 +08:00
KuoE0
924d24f058 Bug 1208417 - Part 3 - Leverage socket-based session transport to establish presentation connection, r=schien, r=smaug 2016-04-28 15:05:53 +08:00
KuoE0
f6da5068fb Bug 1208417 - Part 2 - Add DisplayDeviceProvider to Presentation API, r=schien, r=smaug 2016-04-28 15:05:25 +08:00
KuoE0
c96544e832 Bug 1208417 - Part 1 - Add disconnect to nsIPresentationDevice & add a new nsIPresentationLocalDevice interface for 1-UA device, r=smaug 2016-04-28 15:05:16 +08:00
Nicholas Nethercote
ee14356cd1 Bug 1267912 - Rename nsNetUtil.inl as nsNetUtilInlines.h. r=valentin.
--HG--
rename : netwerk/base/nsNetUtil.inl => netwerk/base/nsNetUtilInlines.h
extra : rebase_source : 818e40659bf4c61da6f3b67ad0e37af64cc33110
2016-04-27 14:20:31 +10:00
Carsten "Tomcat" Book
6935ac79a5 Backed out changeset 3c4b7e1de629 (bug 1263778) for assertion failures 2016-04-28 08:37:48 +02:00
David Anderson
279c1e8703 Add gfxConfig to about:support. (bug 1254899 part 12, r=milan) 2016-04-27 22:54:27 -07:00
David Anderson
aeb2cf5f44 Add gfxConfig to nsIGfxInfo, for about:support access. (bug 1254899 part 11, r=jrmuizel) 2016-04-27 22:54:27 -07:00
David Anderson
dc666cc4d1 Replace gfxWindowsPlatform::mD2D1Status with gfxConfig. (bug 1254899 part 10, r=milan) 2016-04-27 22:54:26 -07:00
David Anderson
80d9b8c4ce Replace gfxWindowsPlatform::mD3D11Status with gfxConfig. (bug 1254899 part 9, r=jrmuizel) 2016-04-27 22:54:26 -07:00
David Anderson
d639372189 Give FeatureState a public interface. (bug 1254899 part 8, r=milan) 2016-04-27 22:54:26 -07:00
David Anderson
c5ec073736 Add another feature state for blacklisting and environment decisions. (bug 1254899 part 7, r=milan) 2016-04-27 22:54:26 -07:00
David Anderson
61b7fa9e83 Merge gfxWindowsPlatform::mAcceleration into gfxConfig. (bug 1254899 part 6, r=milan) 2016-04-27 22:54:25 -07:00
David Anderson
26854d41bf Move DeviceInitData from gfxWindowsPlatform to gfxPlatforn. (bug 1254899 part 5, r=milan) 2016-04-27 22:54:25 -07:00
David Anderson
a3c075d00c Rename FeatureStatus::Crashed to CrashedInHandler. (bug 1254899 part 4, r=milan) 2016-04-27 22:54:25 -07:00
David Anderson
c5a800bd12 Ensure gfxPlatform is created before creating a compositor on Android. (bug 1254899 part 3.1, r=snorp) 2016-04-27 22:54:25 -07:00
David Anderson
98f11088fc Introduce gfxConfig, a manager for graphics feature settings. (bug 1254899 part 3, r=milan) 2016-04-27 22:54:25 -07:00
David Anderson
e8a7db73e9 Refactor acceleration pref initialization. (bug 1254899 part 2, r=jrmuizel) 2016-04-27 22:54:24 -07:00
David Anderson
e10c180bbc Dedent some functions. (bug 1254899 part 1, r=jrmuizel) 2016-04-27 22:54:24 -07:00
David Walsh
55dee7085e Bug 1255837 - Add padding to right edge of JSON View JSON Tab. r=Honza
MozReview-Commit-ID: 9G71PrC9kcy

--HG--
extra : rebase_source : ca458065f7097b3a097af90799398791b9ed340a
2016-04-19 10:05:37 -05:00
David Walsh
784e22bcdc Bug 1244268 - Remove expand/collapse headings in JSONView Headers tab. r=honza
MozReview-Commit-ID: GB5wKTUy0Eg

--HG--
extra : rebase_source : 21b323c0bba53db4cdae620bcb8bb322837fb65c
2016-04-19 09:36:31 -05:00
Nicolas Chevobbe
8ac826b23f Bug 820926 - Hide void-element's closing tag if the page is an HTML page. r=pbro
Though, if the element has pseudo-elements, and thus can be expanded, show
the closing tag when the void element is expanded.

MozReview-Commit-ID: 7UMMlVjYqLX
2016-04-28 01:51:46 -07:00
Matthew Noorenberghe
8abac07ed3 No bug - Move passwordmgr subtst_notifications_*.html to the browser test directory
MozReview-Commit-ID: AKJLmcvajY6

--HG--
rename : toolkit/components/passwordmgr/test/subtst_notifications_1.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_1.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_10.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_10.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_11.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_11.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_11_popup.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_11_popup.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_2.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_2.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_2pw_0un.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_2pw_0un.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_2pw_1un_1text.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_2pw_1un_1text.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_3.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_3.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_4.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_4.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_5.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_5.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_6.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_6.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_8.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_8.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_9.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_9.html
rename : toolkit/components/passwordmgr/test/subtst_notifications_change_p.html => toolkit/components/passwordmgr/test/browser/subtst_notifications_change_p.html
extra : rebase_source : 3dc200be554310a6f567f372ca31124d1f97cc34
2016-04-28 01:45:29 -07:00
Chun-Min Chang
4c28b98196 Bug 1232105 - device prompt UI for presentation api; r=margaret
MozReview-Commit-ID: CdSe449XdwF

--HG--
extra : transplant_source : %C9pI%C1%99%24%F2%2A%BE%A8c%B5%D9%90%BA%24%D3%D0%1CE
2016-04-25 11:34:23 +08:00
Jan Henning
23cbd57568 Bug 1263110 - Part 3 - Remove the remains of the old crash loop detection. r=mfinkle r=sebastian
The number of recent successive crashes is now tracked wholly within Java, so we can remove the old Gecko pref and the associated reset code.

MozReview-Commit-ID: 7bR9wqJsLoi

--HG--
extra : transplant_source : %A3%9C%89%87%E9Z%9B%C6%900%23%27%C1%CF%B7%DD1D%DD%FC
2016-04-09 17:51:57 +02:00