633d74f817b253cc9b424de664bfa23911fa8c03: Bug 1243878 - Null check CDMProxy::mKeys in CDMProxy::OnExpirationChange() before use. r=jwwang
Chris Pearce <cpearce@mozilla.com> - Fri, 29 Jan 2016 10:23:45 +1300 - rev 319416
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1243878 - Null check CDMProxy::mKeys in CDMProxy::OnExpirationChange() before use. r=jwwang
All the methods in CDMProxy except CDMProxy::OnExpirationChange() that use
mKeys null check mKeys before using it because it can go away during shutdown
before the IPC message to call the methods have had a chance to run.
We should do the null check in CDMProxy::OnExpirationChange() too.
f504534748b4ca5cc5a71b131a7de2b704b4c816: Bug 1245242 - Normalize to unit vector for DOMMatrix.rotateAxisAngleSelf. r=roc
William Chen <wchen@mozilla.com> - Thu, 04 Feb 2016 00:30:00 -0800 - rev 319415
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1245242 - Normalize to unit vector for DOMMatrix.rotateAxisAngleSelf. r=roc
67f39b0f514bc13aa80c7056a46f8106aaa69e47: Bug 1245763 - Don't emit Sources objects when there is no Linkable in the same directory. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Thu, 04 Feb 2016 14:56:10 +0900 - rev 319414
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1245763 - Don't emit Sources objects when there is no Linkable in the same directory. r=gps
We have very few directories where we have SOURCES declared that are not
part of a library or program in some way. In fact, there is only one
where it is legitimate because we only use the object file
(build/unix/elfhack/inject). Others are the result of moz.build control
flow (see e.g. netwerk/standalone), and we end up building more objects
than we need to.
There are other cases where we need objects without actually linking
them anywhere, but there are other sources in the same directory, and a
corresponding Linkable is emitted. And in fact, the only case I knew
about (media/libvpx), doesn't use such objects since
bug 1151175.
b77146ab68722ee25345c322c950898a9a9f1d85: Bug 1245763 - Move the _handle_programs and _process_sources around. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Thu, 04 Feb 2016 13:42:20 +0900 - rev 319413
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1245763 - Move the _handle_programs and _process_sources around. r=gps
The functions are going to be merged next ; this makes the change easier
to review.
ef28fb13dc0b8044567120e3eb9619a9f9a48339: Bug 1245763 - Group sources and linkables handling function cals in mozbuild.emitter. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Thu, 04 Feb 2016 13:40:10 +0900 - rev 319412
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1245763 - Group sources and linkables handling function cals in mozbuild.emitter. r=gps
75fe50edcf9aca16125fa9abf8011e6b36ba7634: Bug 1244776 - Update moz-kinto-client.js to include recent Kinto.js changes r=rnewman
Mark Goodwin <mgoodwin@mozilla.com> - Mon, 01 Feb 2016 16:11:48 +0000 - rev 319411
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1244776 - Update moz-kinto-client.js to include recent Kinto.js changes r=rnewman
Please see the Kinto.js PR for the storage adapter changes:
https://github.com/Kinto/kinto.js/pull/303
Additions and changes to the Firefox storage adapter tests have been made
accordingly.
d1339eeb75cc7e4a81a54005b577bacfe1035982: Bug 1245246: Add null check for mDocViewerPrint in nsPrintEngine::FirePrintingErrorEvent. r=roc
Bob Owen <bobowencode@gmail.com> - Thu, 04 Feb 2016 08:03:52 +0000 - rev 319410
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 1245246: Add null check for mDocViewerPrint in nsPrintEngine::FirePrintingErrorEvent. r=roc
c9585cb5a3cf9d59b8c1a13db5f9aa5776a18e14: Bug 591737 - Add pref for details and summary elements. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:43 +0800 - rev 319409
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add pref for details and summary elements. r=bz
96ba4ef5ffc2245c37addf6ffb6ee33bf1739fb4: Bug 591737 - Mark tests in web-platform-test pass. r=Ms2ger
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:42 +0800 - rev 319408
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Mark tests in web-platform-test pass. r=Ms2ger
Now we have <details> and <summary> tags implemented. Remove those lines
marked as "expected: FAIL" to let the tests pass.
fed3c367cdd56eb5bc1baa072be46814105f64b4: Bug 591737 - Fix test_HTMLSpec.html. r=surkov
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:42 +0800 - rev 319407
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Fix test_HTMLSpec.html. r=surkov
afeae0daec337e0cc66f2e90e7f98b474675107c: Bug 591737 - Add reftest for mouse click on summary. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:42 +0800 - rev 319406
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add reftest for mouse click on summary. r=bz
98d74607f5474943dcc58efcdf98753f2cc44812: Bug 591737 - Avoid dispatch mouse double click to content not in doc. r=smaug
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:42 +0800 - rev 319405
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Avoid dispatch mouse double click to content not in doc. r=smaug
When double-clicking on a default anonymous <summary> element, the first
eMouseClick will make the summary element being removed from the
document. This generates an assert in
PresShell::HandleEventWithTarget().
To prevent this assert, ensure the mouseContent is in document before
dispatching the eMouseDoubleClick event.
Since GetCrossShadowCurrentDoc() was deprecated, replace it with
GetComposedDoc().
804f641540a43a63a8165167abc3be0c91e1416e: Bug 591737 - Implement toggling open details by mouse click. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:42 +0800 - rev 319404
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Implement toggling open details by mouse click. r=bz
f3f8a3303dbef375c5164fe6e93fc3e8c1132acc: Bug 591737 - Add crashtest for details and summary. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:42 +0800 - rev 319403
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add crashtest for details and summary. r=bz
dbe4d34c5019243e53a77a82aa725c964b40528e: Bug 591737 - Add reftests for details and summary. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:41 +0800 - rev 319402
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add reftests for details and summary. r=bz
d5e3c2b54b0e2483a89c5d32ea2a3489437a35f7: Bug 591737 - Provide a default summary element by DetailsFrame. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:41 +0800 - rev 319401
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Provide a default summary element by DetailsFrame. r=bz
If a <details> lacks a direct <summary> child, we need to construct a
default one.
e62deaa9a7332df75b2e0f12d8f9331e43dd0d82: Bug 591737 - Construct details and summary in nsCSSFrameConstructor. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Tue, 02 Feb 2016 17:39:49 +0800 - rev 319400
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Construct details and summary in nsCSSFrameConstructor. r=bz
a4f84794091c8857ab78ee07400c5423937c4097: Bug 591737 - Add SummaryFrame. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Tue, 02 Feb 2016 17:39:06 +0800 - rev 319399
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add SummaryFrame. r=bz
95c721eb4e942fcb9201a5130daa4bf5fe840993: Bug 591737 - Add DetailsFrame. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:41 +0800 - rev 319398
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add DetailsFrame. r=bz
5cee7af18f881aab65f85e915e485b629fa26a99: Bug 591737 - Add HTMLSummaryElement. r=bz
Ting-Yu Lin <tlin@mozilla.com> - Wed, 20 Jan 2016 23:20:40 +0800 - rev 319397
Push
5913 by jlund@mozilla.com at Mon, 25 Apr 2016 16:57:49 +0000
Bug 591737 - Add HTMLSummaryElement. r=bz