197dee6bc4767e293779a5a002a015413ba5bc50: Bug 1372369 - Part 1: Update input element's value when all fields are available and let DOM HTMLInputElement sanitize it. r=smaug
Jessica Jong <jjong@mozilla.com> - Fri, 16 Jun 2017 02:09:00 -0400 - rev 596640
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1372369 - Part 1: Update input element's value when all fields are available and let DOM HTMLInputElement sanitize it. r=smaug
In this patch, we change it so that we always set the input element's value
once all fields are available and let DOM HTMLInputElement sanitize it. The
value after sanitization is not updated in the displayed input box, but may
display an error message (this will be done in Part 2) if needed.
Also, when any of the field's value is deleted, we will set input element's
value back to the empty string, so that a value is not accidentally submitted.
MozReview-Commit-ID: 9NAL8UlkoBK
dceb915d3c4008af14d691a622216d2986104033: Bug 1364099 - Cleanup autocomplete css. r=jdescottes
Ruturaj K. Vartak <ruturaj@gmail.com> - Sat, 17 Jun 2017 02:55:00 -0400 - rev 596639
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1364099 - Cleanup autocomplete css. r=jdescottes
8cbeddfc615e7ab54c6f42117bb02071b8443c9b: Bug 1328865 - Make nsJARURI::SetSpecWithBase ignore URL fragments. r=valentin
Daniel Stenberg <daniel@haxx.se> - Sun, 18 Jun 2017 23:52:00 -0400 - rev 596638
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1328865 - Make nsJARURI::SetSpecWithBase ignore URL fragments. r=valentin
As otherwise it could wrongly find !/ delimiters with that.
8da651d21bb56dad086f53fe01b444883df1bd1e: Bug 1036659 - Don't call mozilla::DropJSObjects() in CallbackObject::DropJSObjects(). r=mccr8
Thomas Wisniewski <wisniewskit@gmail.com> - Fri, 16 Jun 2017 17:15:32 -0400 - rev 596637
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1036659 - Don't call mozilla::DropJSObjects() in CallbackObject::DropJSObjects(). r=mccr8
MozReview-Commit-ID: AbD1NUqCvFD
43d79f61e9821dc24b58b467f330ecafc6220de4: Bug 1373768 - Use Services.wm instead of getService(Ci.nsIWindowMediator). r=Honza
Oriol <oriol-bugzilla@hotmail.com> - Fri, 16 Jun 2017 11:35:00 -0400 - rev 596636
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1373768 - Use Services.wm instead of getService(Ci.nsIWindowMediator). r=Honza
7c5e6e176f185d8b78e4a564ffb5d8a7a8fe1bc2: Bug 1373786 - Mapping of "article" role and element is incorrect for AX API and ATK. r=surkov
Joanmarie Diggs <jdiggs@igalia.com> - Fri, 16 Jun 2017 16:07:23 -0400 - rev 596635
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1373786 - Mapping of "article" role and element is incorrect for AX API and ATK. r=surkov
161c7a2d4b2993749bd56fb5b0adc7b0db9ec388: Bug 1373970 - Avoid null pointer deref. r=bagder
Valentin Gosu <valentin.gosu@gmail.com> - Sun, 18 Jun 2017 21:17:56 +0200 - rev 596634
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1373970 - Avoid null pointer deref. r=bagder
MozReview-Commit-ID: BmcolZSrpIL
e9683155991f5c099075da2413c360e95681fc6b: Bug 1356474 - Add units tests for the Grid Outline component. r=gl
Micah Tigley <tigleym@gmail.com> - Thu, 08 Jun 2017 19:12:25 -0600 - rev 596633
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1356474 - Add units tests for the Grid Outline component. r=gl
MozReview-Commit-ID: 85ZjxjkpIgU
b514b69426035fd675ad8d8f7786fd275633fbd5: Merge mozilla-central to mozilla-inbound
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 19 Jun 2017 14:48:12 +0200 - rev 596632
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Merge mozilla-central to mozilla-inbound
699ca92b32489325344a644f8081200276c50611: Bug 1365776 - Use the IDWriteFontFace1 interface if available to get glyph advances from DirectWrite more cheaply. r=jrmuizel
Jonathan Kew <jkew@mozilla.com> - Fri, 19 May 2017 22:25:28 +0100 - rev 596631
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1365776 - Use the IDWriteFontFace1 interface if available to get glyph advances from DirectWrite more cheaply. r=jrmuizel
e9ae77f67a673945cc08b80b0cce36a66707d867: Bug 1364465 - Make shaped-word caches in gfxFont instances use fallible allocation, for a less drastic failure mode in the event of allocation failure. r=jrmuizel
Jonathan Kew <jkew@mozilla.com> - Mon, 19 Jun 2017 13:29:22 +0100 - rev 596630
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1364465 - Make shaped-word caches in gfxFont instances use fallible allocation, for a less drastic failure mode in the event of allocation failure. r=jrmuizel
34d68a6a1382283bfe95d32cdf8b0fee28ed69bd: Backed out changeset ca9a7fa7d6a9 (bug 1363742) for breaking decision task
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 19 Jun 2017 14:25:11 +0200 - rev 596629
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Backed out changeset ca9a7fa7d6a9 (
bug 1363742) for breaking decision task
aa2c280f4b3b11296bef915492e9a5cac6860b74: Bug 1374116, avoid some extra QIs in EditorBase::GetFocusedContent(), r=masayuki
Olli Pettay <Olli.Pettay@helsinki.fi> - Mon, 19 Jun 2017 14:57:09 +0300 - rev 596628
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1374116, avoid some extra QIs in EditorBase::GetFocusedContent(), r=masayuki
ca9a7fa7d6a9d7dbcd41df5c8667fae7179f9a8b: Bug 1363742 - delete code that references mozilla-aurora in buildbot configs and taskcluster, r=kmoir (patch by spacurar)
Alin Selagea <aselagea@mozilla.com> - Mon, 19 Jun 2017 14:53:57 +0300 - rev 596627
Push
64704 by bmo:rail@mozilla.com at Mon, 19 Jun 2017 15:14:27 +0000
Bug 1363742 - delete code that references mozilla-aurora in buildbot configs and taskcluster, r=kmoir (patch by spacurar)
e0f73deee2002726a465a1c1140b1d13bc6458e5: Bug 1355882 - Remove Addon Histograms from about:telemetry
draft
flyingrub <flyinggrub@gmail.com> - Mon, 19 Jun 2017 17:10:12 +0200 - rev 596626
Push
64703 by bmo:flyinggrub@gmail.com at Mon, 19 Jun 2017 15:10:42 +0000
Bug 1355882 - Remove Addon Histograms from about:telemetry
Removed all code related to Addon Histograms
MozReview-Commit-ID: 878X06QizFX
353bed2bd49f9c8db5c53736c81f43b8485cc17d: Bug 1333651 - Part 3: Add a test case to verify that Navigator object has been spoofed/disabled correctly when 'privacy.resistFingerprinting' is true. r?Ehsan,arthuredelstein
draft
Tim Huang <tihuang@mozilla.com> - Tue, 06 Jun 2017 17:14:55 +0800 - rev 596625
Push
64702 by bmo:tihuang@mozilla.com at Mon, 19 Jun 2017 15:09:26 +0000
Bug 1333651 - Part 3: Add a test case to verify that Navigator object has been spoofed/disabled correctly when 'privacy.resistFingerprinting' is true. r?Ehsan,arthuredelstein
This patch adds a brower chrome test to verify the navigator object when
'privacy.resistFingerprinting' is true. This test will also test worker navigator
to check that whether it has been correctly spoofed/disabled.
MozReview-Commit-ID: 17FvdlmLMjP
43c639564da50c9c39b9e156cdc60f3919f346a2: Bug 1374296: Don't incorrectly reject promise. r=me
draft
Jean-Yves Avenard <jyavenard@mozilla.com> - Mon, 19 Jun 2017 17:01:20 +0200 - rev 596624
Push
64701 by bmo:jyavenard@mozilla.com at Mon, 19 Jun 2017 15:08:22 +0000
Bug 1374296: Don't incorrectly reject promise. r=me
MozReview-Commit-ID: 6VZLLlIA3fM
2fd7b1be6be2fdfc58634579dd89165b5a4b2d6e: Bug 1369729 - use descriptionheightworkaround for sync panel, r?paolo
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 19 Jun 2017 16:06:01 +0100 - rev 596623
Push
64700 by gijskruitbosch@gmail.com at Mon, 19 Jun 2017 15:06:53 +0000
Bug 1369729 - use descriptionheightworkaround for sync panel, r?paolo
MozReview-Commit-ID: LQg6NEgCqz2
9e3c384fb54f374f7bb69bf0e031b221587e22b8: Bug 1370802: There's actually no need for lang to be lowercased. r?heycam
draft
Emilio Cobos Álvarez <emilio@crisal.io> - Sat, 17 Jun 2017 02:27:59 +0200 - rev 596622
Push
64699 by bmo:emilio+bugs@crisal.io at Mon, 19 Jun 2017 15:05:42 +0000
Bug 1370802: There's actually no need for lang to be lowercased. r?heycam
MozReview-Commit-ID: KwtbLqR9Y81
76229cf62c46b8d6aa9a5dbeecec073dda5ee18b: Bug 1370802: Make the lang rule operate on atoms, not strings. r?heycam
draft
Emilio Cobos Álvarez <emilio@crisal.io> - Fri, 16 Jun 2017 23:59:08 +0200 - rev 596621
Push
64699 by bmo:emilio+bugs@crisal.io at Mon, 19 Jun 2017 15:05:42 +0000
Bug 1370802: Make the lang rule operate on atoms, not strings. r?heycam
MozReview-Commit-ID: KG9i4Mc3ovN