summaryrefslogtreecommitdiffstats
path: root/docshell
Commit message (Collapse)AuthorAgeLines
* [Docshell] Ensure nsDocShell::mContentViewer is released properly.wolfbeast2020-04-07-0/+6
|
* Issue #1280 - Un-bust certerror pages and ForgetAboutSitewolfbeast2020-03-31-13/+4
|
* Issue #1053 - Remove android support from docshellMatt A. Tobin2020-02-25-24/+0
|
* Issue #1366 - Completely remove showModalDialogGaming4JC2020-01-21-16/+1
|
* Issue #1118 - Part 6: Fix various tests that are no longer correct.wolfbeast2019-12-22-72/+8
| | | | | The behavior change of document.open() requires these tests to be changed to account for the new spec behavior.
* Issue #1118 Part 4: Allow UpdateURLAndHistory to work even if there's nowolfbeast2019-08-06-13/+17
| | | | | | | root session history. This can happen when someone does a document.open() on a document that has no session history.
* Issue #1118 Part 2: Allow UpdateURLAndHistory to work even if mOSHE iswolfbeast2019-08-06-2/+15
| | | | | | | | null, if we're doing a replace. We're going to end up hitting this if someone does a document.open() before mOSHE has been set. We shouldn't need to worry about mLSHE, because the document.open() will cancel the corresponding load.
* Issue #1118 Part 1: Split out part of nsDocShell::AddState into awolfbeast2019-07-31-52/+112
| | | | | | | separate method. This implements the "URL and history update steps" from the HTML spec. See https://html.spec.whatwg.org/multipage/history.html
* Stop building /docshell unified and fix deprot.wolfbeast2019-02-21-3/+16
| | | | 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/+57
|
* backport m-c 1435319: CVE-2018-12381 - Dropping an Outlook email message ↵Gaming4JC2018-10-09-8/+29
| | | | into the browser window will trigger a page navigation when the message's mail columns are incorrectly interpreted as a URL.
* 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
|
* Make the Error Console accessible from about:consoleMatt A. Tobin2018-06-26-0/+2
|
* Remove docshell contract for about:webrtcwolfbeast2018-06-25-0/+2
| | | | | Follow-up to 9755c93cff958fd8f1a9ef1a105ef0aafd6f9669 Tag #536
* Make about:webrtc conditional.wolfbeast2018-06-24-0/+2
| | | | This resolves #536
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-21/+0
|
* Bug 1379762 part 2. Use a more reliable test to figure out when we can skip ↵janekptacijarabaci2018-05-15-1/+45
| | | | | | firing onload in nsDocumentViewer::LoadComplete Issue #357
* Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device ↵janekptacijarabaci2018-05-15-1/+35
| | | | | | pixel ratio is set to its current value Issue #357
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-46/+50
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Bug 1359204 - Test view-source can open link is not blocked by security policiesjanekptacijarabaci2018-04-30-0/+68
|
* 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-7/+0
| | | | triggeringprincipal
* Bug 1341754: Test SetURI in Location passes triggeringPrincipaljanekptacijarabaci2018-04-30-0/+110
|
* Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Locationjanekptacijarabaci2018-04-30-4/+7
|
* Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loadsjanekptacijarabaci2018-04-30-0/+57
|
* 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/+11
|
* 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-12/+22
| | | | hard e10s)
* Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-30-12/+32
|
* 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-32/+12
| | | | This reverts commit 5b0f4649b3fee771379af60ec04d43b8a525cf80.
* Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-22-12/+32
| | | | 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
* Bug 1329288 - Test ContentPolicy blocks opening a new windowjanekptacijarabaci2018-04-22-0/+103
|
* moebius#230: Consider blocking top level window data: URIs (part 3/3 without ↵janekptacijarabaci2018-04-22-1/+48
| | | | | | 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/+10
| | | | | | 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/+16
| | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/223
* moebius#131: URL parser - stop preserving empty passwordsjanekptacijarabaci2018-04-15-1/+1
| | | | https://github.com/MoonchildProductions/moebius/issues/131
* moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15-6/+0
| | | | https://github.com/MoonchildProductions/moebius/issues/130
* Rebase on masterwolfbeast2018-04-11-11/+21
|\
| * Make code style consistent across all AboutRedirector'sMatt A. Tobin2018-04-07-11/+11
| |