summaryrefslogtreecommitdiffstats
path: root/docshell/base/nsDocShell.cpp
Commit message (Collapse)AuthorAgeLines
* Stop building /docshell unified and fix deprot.wolfbeast2019-02-21-0/+1
| | | | Tag #80
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-22/+0
|
* Do not report resource-timing subdocument loads triggered by that subdocument.wolfbeast2018-12-14-4/+24
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-75/+1
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Explicitly specify parentheses in a mixed boolean expression in ↵JustOff2018-08-22-2/+2
| | | | ShouldAddToSessionHistory()
* Use "browser.newtabpage.add_to_session_history" to decide whether to store ↵JustOff2018-08-22-5/+3
| | | | "about:newtab" in the session history
* Update ShouldAddToSessionHistory() rules for "about:newtab" and "about:logopage"JustOff2018-08-21-1/+5
|
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-21/+0
|
* Bug 1359204 - Use SystemPrincipal as TriggeringPrincipal when loading page ↵janekptacijarabaci2018-04-30-0/+5
| | | | as view-source
* Bug 1333147 - Do not use owner as triggeringPrincipal when creating session ↵janekptacijarabaci2018-04-30-5/+0
| | | | history entry
* Bug 1334875 - Temporarily remove assertion that history loads pass a valid ↵janekptacijarabaci2018-04-30-3/+0
| | | | triggeringprincipal
* Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Locationjanekptacijarabaci2018-04-30-4/+7
|
* Bug 1337622 - Temporarily fall back to SystemPrincipal if History entry does ↵janekptacijarabaci2018-04-30-1/+1
| | | | not have a valid triggeringPrincipal
* Bug 1307736 - Ensure History loads pass valid triggeringPrincipaljanekptacijarabaci2018-04-30-5/+4
|
* Bug 1332310 - Update AddState and CreateContentViewer to provide an accurate ↵janekptacijarabaci2018-04-30-2/+10
| | | | triggeringPrincipal for creating a history entry
* Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵janekptacijarabaci2018-04-30-3/+5
| | | | hard e10s)
* Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-30-8/+20
|
* Bug 1182569: Use AsyncOpen2 for docshell loadsjanekptacijarabaci2018-04-30-2/+3
|
* moebius#187: DOM - nsIContentPolicy - context (document)janekptacijarabaci2018-04-23-31/+43
| | | | https://github.com/MoonchildProductions/moebius/pull/187
* Revert "Bug 1182569: Use AsyncOpen2 for docshell loads"janekptacijarabaci2018-04-22-3/+20
| | | | This reverts commit 29bd11c3cd6ff41f7167530f9bbcd9d195b7c427.
* Revert "Bug 1182569 - Skip security check for plugins using newstream attribute"janekptacijarabaci2018-04-22-20/+8
| | | | This reverts commit 5b0f4649b3fee771379af60ec04d43b8a525cf80.
* Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-22-8/+20
| | | | native in moebius
* Bug 1182569: Use AsyncOpen2 for docshell loadsjanekptacijarabaci2018-04-22-20/+3
| | | | native in moebius
* Bug 1329288: Allow content policy consumers to identify contentPolicy checks ↵janekptacijarabaci2018-04-22-1/+13
| | | | from docshell
* moebius#230: Consider blocking top level window data: URIs (part 3/3 without ↵janekptacijarabaci2018-04-22-1/+16
| | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/230
* moebius#226: Consider blocking top level window data: URIs (part 2/2 without ↵janekptacijarabaci2018-04-22-9/+1
| | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/226
* moebius#223: Consider blocking top level window data: URIs (part 1/3 without ↵janekptacijarabaci2018-04-22-1/+15
| | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/223
* Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-7/+0
|
* Bug 1416307 - Set triggeringPrincipal to current document's principal, if ↵Samael Wang2018-03-14-10/+11
| | | | | | | | | | | aPrincipal is not given. r=bz, a=ritu MozReview-Commit-ID: 8lxKFeUlyzq --HG-- extra : rebase_source : 5f364f5cf84c12717bee021d752aa0f9ba4619dd extra : intermediate-source : 9df27a7142ffb065fb56c3fc873298988deacb98 extra : source : 9fcf48189000ab8ee16f236be57c9659c7243b42
* CSP: Upgrade SO navigational requests per spec.janekptacijarabaci2018-02-22-0/+23
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+14853