48282ae47cf7651d1fca38d024a2d2e33688d0c8: Bug 1361975 Fixing tests in order to support window.location not nullable, r=me
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 15:53:03 +0200 - rev 357098
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1361975 Fixing tests in order to support window.location not nullable, r=me
9e2bc7a6959b2b9de8bfec2370c66e1d3a6d0cdc: Bug 1362003 - nsGlobalWindow::GetLocation doesn't need to receive an ErrorResult param, r=bz
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 15:49:31 +0200 - rev 357097
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362003 - nsGlobalWindow::GetLocation doesn't need to receive an ErrorResult param, r=bz
Renaming nsGlobalWindow::GetLocation() to Location().
79890abc6ff5b948d3508739a13d2064952fa40d: Bug 1361975 window.location is not nullable, r=bz
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 15:49:08 +0200 - rev 357096
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1361975 window.location is not nullable, r=bz
This patch adds a check on mDocShell in order to do not throw exceptions when
Location is used with a null mDocShell. This is needed because the location
object is not nullable anymore and it can be used also when the window is not
connected to a docshell.
b99cdf171a9b0f01b3018266d656af50d5273d2d: Bug 1361859 - Enable eslint on caps/ directory; r=standard8
Geoff Brown <gbrown@mozilla.com> - Mon, 08 May 2017 07:49:06 -0600 - rev 357095
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1361859 - Enable eslint on caps/ directory; r=standard8
Stop excluding caps/ from eslint runs and apply mozilla/recommended rules.
This generally affects xpcshell and mochitest files under caps/tests.
Includes many mechanical changes to comply with mozilla recommended
formatting rules.
66c34adec7e9651e1e49202352b84fd85797bfd7: Bug 1359292 - Handle non-ascii characters in reftest logs; r=jmaher
Geoff Brown <gbrown@mozilla.com> - Mon, 08 May 2017 07:49:05 -0600 - rev 357094
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1359292 - Handle non-ascii characters in reftest logs; r=jmaher
Non-ascii characters in error messages can cause exceptions when processing
structured log messages. The mochitest MessageLogger already handles such
cases; this is a simpler implementation for the reftest OutputHandler.
522b93c51537d2998bc79ff1a50624a7f707c423: revert Bug 1358562 - remove non-e10s linux64-stylo talos jobs r=aki
Kim Moir <kmoir@mozilla.com> - Mon, 08 May 2017 09:45:04 -0400 - rev 357093
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
revert
Bug 1358562 - remove non-e10s linux64-stylo talos jobs r=aki
10e793bcb271d8ed857a64fb70cc8fb4d7142f48: Bug 1362861 - Call SetFastOpenStatus only if we have httpTransaction. r=mcmanus
Dragana Damjanovic dd.mozilla@gmail.com - Mon, 08 May 2017 15:33:44 +0200 - rev 357092
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362861 - Call SetFastOpenStatus only if we have httpTransaction. r=mcmanus
3cf1daf14fa740858ea522405368be36ba512050: Bug 1358562 - remove non-e10s linux64-stylo talos jobs r=aki DONTBUILD
Kim Moir <kmoir@mozilla.com> - Mon, 08 May 2017 09:25:42 -0400 - rev 357091
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1358562 - remove non-e10s linux64-stylo talos jobs r=aki DONTBUILD
742ecd7881eab2305ddae0e90d8b09d94b835e0c: Bug 1361770 - todo mochitest for aria-owns element removed from DOM, r=davidb, marcoz
Alexander Surkov <surkov.alexander@gmail.com> - Mon, 08 May 2017 09:17:48 -0400 - rev 357090
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1361770 - todo mochitest for aria-owns element removed from DOM, r=davidb, marcoz
1054eb4b27827df1a64ac98e7ad1a7994538a8c0: Bug 1362119 - part 4 - Fixing includes, r=me
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 11:58:00 +0200 - rev 357089
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362119 - part 4 - Fixing includes, r=me
f0b31688e9f32fbc0898740f1ad733823ef393ef: Bug 1362119 - part 2 - Fixing the code style in dom/script, r=ehsan
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 08:25:03 +0200 - rev 357088
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362119 - part 2 - Fixing the code style in dom/script, r=ehsan
692529b223ec44199999aaf201a6a14fce674398: Bug 1362119 - part 2 - Splitting ScriptLoader in multiple files, r=ehsan
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 08:24:44 +0200 - rev 357087
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362119 - part 2 - Splitting ScriptLoader in multiple files, r=ehsan
This patch it's huge because I use hg cp in order to keep the history/blame
during the moving.
0788c41e592b476d8261074ff8335e975a713b3a: Bug 1362119 - part 1 - Moving dom/base/Script{Loader,Element}.* in dom/script, r=ehsan
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 08:24:22 +0200 - rev 357086
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362119 - part 1 - Moving dom/base/Script{Loader,Element}.* in dom/script, r=ehsan
This patch does these things:
1. it moves nsScriptElement, nsScriptLoader, ScriptSettings, nsIScriptElement
and nsIScriptLoaderObserver in dom/script
2. it renames nsScriptElement to mozilla::dom::ScriptElement
3. it renames nsScriptLaoder to mozilla::dom::ScriptLoader
c4e9e9eab87d0bbadba8151731eabf0a7788f877: Backed out changeset 50273abf9e11 (bug 1362120) for causing various reftest and browser chrome failures in different tests
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 08 May 2017 10:49:28 +0200 - rev 357085
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Backed out changeset 50273abf9e11 (
bug 1362120) for causing various reftest and browser chrome failures in different tests
f9478c461818ee382e3a659b2af2518bc329b027: Merge mozilla-central to mozilla-inbound
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 08 May 2017 10:24:35 +0200 - rev 357084
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Merge mozilla-central to mozilla-inbound
50273abf9e11db0cbe8c87a28e81bc5354533bd8: Bug 1362120 - Always enable SVG-in-OpenType in the parent process. r=heycam
Jonathan Watt <jwatt@jwatt.org> - Thu, 20 Apr 2017 10:35:08 +0100 - rev 357083
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362120 - Always enable SVG-in-OpenType in the parent process. r=heycam
62680dc80fb74c2809059b9013b07e10ba679e1b: Backed out changeset 5d77f6b14633 (bug 1362119) for android bustage in nsCCUncollectableMarker.cpp:500:7: error: 'TraceScriptHolder' is not a member of 'mozilla'
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 08 May 2017 09:54:38 +0200 - rev 357082
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Backed out changeset 5d77f6b14633 (
bug 1362119) for android bustage in nsCCUncollectableMarker.cpp:500:7: error: 'TraceScriptHolder' is not a member of 'mozilla'
0a935b38ef4550c6e050fea1f6f641be8807a2bc: Backed out changeset a8abdd77a92c (bug 1362119)
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 08 May 2017 09:54:08 +0200 - rev 357081
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Backed out changeset a8abdd77a92c (
bug 1362119)
c440a4d4cc6c7b8e78b48efd42c3b16b925ecf7c: Backed out changeset 30104bffcd4b (bug 1362119)
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 08 May 2017 09:54:06 +0200 - rev 357080
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Backed out changeset 30104bffcd4b (
bug 1362119)
30104bffcd4bccc6f35910b3d6a67923eec54a08: Bug 1362119 - part 2 - Fixing the code style in dom/script, r=ehsan
Andrea Marchesini <amarchesini@mozilla.com> - Mon, 08 May 2017 08:25:03 +0200 - rev 357079
Push
31782 by kwierso@gmail.com at Mon, 08 May 2017 23:07:35 +0000
Bug 1362119 - part 2 - Fixing the code style in dom/script, r=ehsan