Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Dan Banner
b36fbcdeed
Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8
...
MozReview-Commit-ID: K5TLF92pHq4
2017-04-12 11:10:00 +01:00
Joel Maher
01f776287f
Bug 1350496 - add BUG_COMPONENT to docshell/* files. r=overholt
...
MozReview-Commit-ID: LpBfQrwEUS7
2017-04-09 05:43:52 -04:00
Christoph Kerschbaumer
ff1c387a50
Bug 1352778 - Do not reset triggeringPrincipal but only principalToInherit within loadInfo when forced to. r=gijs
2017-04-03 20:06:53 +02:00
Maxim Breev
d49301c484
Add a new flag to nsIWebProgressListener for redirects (bug 1342989). r=smaug
...
MozReview-Commit-ID: 5q29n6d3Iz8
2017-04-01 20:07:47 +03:00
Valentin Gosu
20b6a7013f
Bug 1326175 - Stop preserving empty passwords in URLs r=mcmanus
...
MozReview-Commit-ID: 7wdZSJmpErF
2017-03-27 23:56:28 +02:00
Carsten "Tomcat" Book
dfd22b262a
Merge mozilla-central to mozilla-inbound
2017-03-17 14:55:15 +01:00
Kris Maglione
e029920775
Bug 1333990: Part 2b - Don't enable editor until layout has started. r=ehsan
...
In order to support asynchronous loading of extension content scripts, we need
to be able to exit the HTML parser flush loop immediately after inserting the
document element. Normally this doesn't cause problems, but when we enter edit
mode with an empty element selected, the editor inserts a <br> node, and a
<br> node at the start of the <html> element causes issues.
These changes solve that issue by putting off entering editor mode until we
begin laying out the document.
MozReview-Commit-ID: H2ksNz0jRxs
2017-03-14 21:22:06 -07:00
Blake Kaplan
070702fef3
Bug 1346286 - Remove CPOWs from browser_bug554155.js. r=Gijs
...
MozReview-Commit-ID: IrvBw8LNt3B
2017-03-09 15:52:25 -08:00
Brad Werth
f7233d46e0
Bug 1151421 Part 3: Update tests of pageYOffset/scrollY to round off when checking expected results. r=smaug
...
MozReview-Commit-ID: JDS5l06FAaf
2017-03-16 12:05:56 -07:00
Brad Werth
3bf55a0894
Bug 1151421 Part 2: Add test of fractional scroll position properties. r=smaug
...
MozReview-Commit-ID: 4a8eQeJz7fV
2017-03-14 17:31:22 -07:00
Sebastian Hengst
358af30582
Backed out changeset a84ec98ccaab (bug 1151421)
2017-03-14 18:45:06 +01:00
Brad Werth
f01879f3bf
Bug 1151421 Part 2: Add test of fractional scroll position properties. r=smaug
...
MozReview-Commit-ID: 4a8eQeJz7fV
2017-03-13 19:12:09 -07:00
Valentin Gosu
d658c247ea
Bug 1324243 - Normalize IPv6 r=manishearth
...
MozReview-Commit-ID: 1UFIdeWrz1E
2017-03-09 00:55:05 +01:00
Florian Quèze
b15de4893d
Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws.
2017-03-08 10:17:52 +01:00
Christoph Kerschbaumer
0a1f4cd776
Bug 1341754: Test SetURI in Location passes triggeringPrincipal. r=smaug
2017-03-07 12:50:47 +01:00
Christoph Kerschbaumer
90db1168c0
Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loads. r=gijs
2017-03-02 17:45:24 +01:00
Masatoshi Kimura
4f2e64ad3d
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
2017-02-23 06:10:07 +09:00
Frederik Braun
9bb821fea0
Bug 1337186 - rm trailing whitespaces from navigation/test_bug386782 r=smaug
...
MozReview-Commit-ID: 3MLyDfWrE6X
2017-02-15 11:39:01 +01:00
Frederik Braun
d7982e6333
Bug 1337186 - rm data: from navigation/test_bug386782 r=smaug
...
MozReview-Commit-ID: GSBZaRvuVNg
2017-02-15 11:38:32 +01:00
Tooru Fujisawa
1414aa0947
Bug 1338250 - Remove remaining legacy generator from docshell/test/. r=smaug
2017-02-11 01:53:23 +09:00
Valentin Gosu
25f2affa4f
Bug 1275746 - Fix tests that assume a HTTP url without a hostname is valid r=bz,MattN,jdm,markh
...
MozReview-Commit-ID: DzRenakrcAG
2016-07-07 16:20:47 +03:00
Geoff Brown
53072e919b
Bug 874423 - Skip test_bug430723.html on OSX/Win opt. r=me,a=test-only
2017-01-24 14:49:05 -05:00
Gijs Kruitbosch
50b99231ab
Bug 1333164 - fix invalid references to mochitest stylesheet, r=erahm
...
MozReview-Commit-ID: 1Xxt72jYdm7
2017-01-24 14:24:04 +00:00
Florian Quèze
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Samael Wang
88eef84ebd
Bug 1326251 - Part 3: Fix broken test case. r=smaug
...
MozReview-Commit-ID: 9KbKIHbbbmX
2017-01-18 18:09:54 +08:00
Samael Wang
d9154d0284
Bug 1326251 - Part 2: Add test case. r=smaug
...
MozReview-Commit-ID: 5YfIoH1f4fD
2017-01-24 14:58:04 +08:00
Gabor Krizsanits
fcef34662d
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-23 14:15:30 +01:00
Christoph Kerschbaumer
1ab2797cdf
Bug 1329288 - Test ContentPolicy blocks opening a new window. r=smaug
2017-01-22 17:42:42 +01:00
Sebastian Hengst
8900069c91
Backed out changeset 828efd8ce683 (bug 1329288)
2017-01-22 13:09:53 +01:00
Christoph Kerschbaumer
dd146d3165
Bug 1329288 - Test ContentPolicy blocks opening a new window. r=smaug
2017-01-22 07:30:10 +01:00
Mark Banner
55868dde7c
Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
...
MozReview-Commit-ID: 62Hp5ISxowJ
2017-01-18 10:30:39 +00:00
Blake Kaplan
a5276ff00b
Bug 1330822 - Remove CPOWs from browser_loadURI.js. r=Felipe
2016-11-30 18:00:06 -08:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Florian Quèze
6459975a67
Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws.
2017-01-09 20:27:26 +01:00
Thomas Nguyen
82e1caab63
Bug 1304623 - Create a pref to control the default referrer policy - part 3. r=bkelly
...
MozReview-Commit-ID: 1A6IHPeNYBQ
2017-01-05 11:29:56 +08:00
Aman Dwivedi
f92f203c2a
Bug 1320663 - Stop using timers in PrivateBrowsingUtils.jsm, r=mikedeboer
2017-01-03 15:44:41 +05:30
Sebastian Hengst
4bef51d024
Backed out changeset 2bd53e4e662b (bug 1303113) for various test failures in debug tests with e10s. r=backout
2017-01-03 20:53:59 +01:00
Gabor Krizsanits
9960d0b4fa
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-03 18:14:50 +01:00
Samael Wang
53bcab1c16
Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan
...
MozReview-Commit-ID: G2GW4ZPIfH3
2016-12-22 16:06:50 +08:00
Michael Layzell
edf2f511da
Bug 1315105 - Part 3: Update close_dependent_tabs / grouped_shistory_crossproc test for new prerendering behavior, r=ehsan
...
MozReview-Commit-ID: Ic0CWUbLPuq
2016-12-20 19:39:50 +08:00
Kris Maglione
a6088e8e08
Bug 1318388: Follow-up: Fix test crash in debug builds.
...
MozReview-Commit-ID: 4xuJGe6oNKC
2016-12-19 12:07:45 -08:00
Kris Maglione
b41a1333b7
Bug 1318388: Prevent setting usePrivateBrowsing after initial document load. r=ehsan
...
MozReview-Commit-ID: ArmAhSWMaCJ
2016-12-18 15:07:08 -08:00
Michael Layzell
c0dfc6f1cd
Bug 1320391 - Part 2: Add a test that old PartialSHistories are cleaned up correctly, r=ehsan
...
MozReview-Commit-ID: 4Jd5UbmdEru
2016-12-15 13:30:49 +08:00
Michael Layzell
042666f9af
Bug 1310766 - Part 2: Add a test for chrome/content navigation with GroupedSHistory, r=ehsan
...
MozReview-Commit-ID: 5pumQua96m3
2016-12-15 13:16:27 +08:00
Gijs Kruitbosch
50ea118ebc
Bug 1322414 - part 2,3,4: use a separate 'primary' attribute for primary child browsers, r=bz,mconley
...
MozReview-Commit-ID: 2yb0WGFYBsH
2016-12-09 09:23:24 -10:00
Michael Layzell
4757c8a70c
Bug 1318767 - Part 4: Add a test for navigating into dead PartialSHistories, r=ehsan
...
MozReview-Commit-ID: LT8NeCdf3fm
2016-12-14 16:11:29 +08:00
Tooru Fujisawa
59c7751557
Bug 1321217 - Remove legacy generator from docshell/. r=smaug
2016-12-01 18:04:50 +09:00