Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Docshell] Ensure nsDocShell::mContentViewer is released properly. | wolfbeast | 2020-04-14 | -0/+6 |
| | ||||
* | Issue #1280 - Un-bust certerror pages and ForgetAboutSite | wolfbeast | 2020-04-14 | -13/+4 |
| | ||||
* | Issue #1366 - Completely remove showModalDialog | Gaming4JC | 2020-01-21 | -16/+1 |
| | ||||
* | Issue #1118 Part 4: Allow UpdateURLAndHistory to work even if there's no | wolfbeast | 2019-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 is | wolfbeast | 2019-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 a | wolfbeast | 2019-07-31 | -52/+86 |
| | | | | | | | 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. | wolfbeast | 2019-02-21 | -0/+1 |
| | | | | Tag #80 | |||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -22/+0 |
| | ||||
* | Do not report resource-timing subdocument loads triggered by that subdocument. | wolfbeast | 2018-12-14 | -4/+24 |
| | ||||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-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 ↵ | JustOff | 2018-08-22 | -2/+2 |
| | | | | ShouldAddToSessionHistory() | |||
* | Use "browser.newtabpage.add_to_session_history" to decide whether to store ↵ | JustOff | 2018-08-22 | -5/+3 |
| | | | | "about:newtab" in the session history | |||
* | Update ShouldAddToSessionHistory() rules for "about:newtab" and "about:logopage" | JustOff | 2018-08-21 | -1/+5 |
| | ||||
* | Remove support and tests for HSTS priming from the tree. Fixes #384 | Gaming4JC | 2018-05-26 | -21/+0 |
| | ||||
* | Bug 1359204 - Use SystemPrincipal as TriggeringPrincipal when loading page ↵ | janekptacijarabaci | 2018-04-30 | -0/+5 |
| | | | | as view-source | |||
* | Bug 1333147 - Do not use owner as triggeringPrincipal when creating session ↵ | janekptacijarabaci | 2018-04-30 | -5/+0 |
| | | | | history entry | |||
* | Bug 1334875 - Temporarily remove assertion that history loads pass a valid ↵ | janekptacijarabaci | 2018-04-30 | -3/+0 |
| | | | | triggeringprincipal | |||
* | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location | janekptacijarabaci | 2018-04-30 | -4/+7 |
| | ||||
* | Bug 1337622 - Temporarily fall back to SystemPrincipal if History entry does ↵ | janekptacijarabaci | 2018-04-30 | -1/+1 |
| | | | | not have a valid triggeringPrincipal | |||
* | Bug 1307736 - Ensure History loads pass valid triggeringPrincipal | janekptacijarabaci | 2018-04-30 | -5/+4 |
| | ||||
* | Bug 1332310 - Update AddState and CreateContentViewer to provide an accurate ↵ | janekptacijarabaci | 2018-04-30 | -2/+10 |
| | | | | triggeringPrincipal for creating a history entry | |||
* | Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵ | janekptacijarabaci | 2018-04-30 | -3/+5 |
| | | | | hard e10s) | |||
* | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-30 | -8/+20 |
| | ||||
* | Bug 1182569: Use AsyncOpen2 for docshell loads | janekptacijarabaci | 2018-04-30 | -2/+3 |
| | ||||
* | moebius#187: DOM - nsIContentPolicy - context (document) | janekptacijarabaci | 2018-04-23 | -31/+43 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/187 | |||
* | Revert "Bug 1182569: Use AsyncOpen2 for docshell loads" | janekptacijarabaci | 2018-04-22 | -3/+20 |
| | | | | This reverts commit 29bd11c3cd6ff41f7167530f9bbcd9d195b7c427. | |||
* | Revert "Bug 1182569 - Skip security check for plugins using newstream attribute" | janekptacijarabaci | 2018-04-22 | -20/+8 |
| | | | | This reverts commit 5b0f4649b3fee771379af60ec04d43b8a525cf80. | |||
* | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-22 | -8/+20 |
| | | | | native in moebius | |||
* | Bug 1182569: Use AsyncOpen2 for docshell loads | janekptacijarabaci | 2018-04-22 | -20/+3 |
| | | | | native in moebius | |||
* | Bug 1329288: Allow content policy consumers to identify contentPolicy checks ↵ | janekptacijarabaci | 2018-04-22 | -1/+13 |
| | | | | from docshell | |||
* | moebius#230: Consider blocking top level window data: URIs (part 3/3 without ↵ | janekptacijarabaci | 2018-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 ↵ | janekptacijarabaci | 2018-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 ↵ | janekptacijarabaci | 2018-04-22 | -1/+15 |
| | | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/223 | |||
* | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -7/+0 |
| | ||||
* | Bug 1416307 - Set triggeringPrincipal to current document's principal, if ↵ | Samael Wang | 2018-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. | janekptacijarabaci | 2018-02-22 | -0/+23 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+14853 |