- 26 Feb, 2021 4 commits
-
-
Raine Makelainen authored
[embedlite-components] Re-introduce embed:login and add form data. Fixes JB#53020 See merge request !110
-
Raine Makelainen authored
-
Raine Makelainen authored
[embedlite-components] Lazy load Logger for OrientationChangeHandler. Fixes JB#53335 See merge request !112
-
Raine Makelainen authored
-
- 17 Feb, 2021 2 commits
-
-
Raine Makelainen authored
[embedlite-components] Use desktop user agent for tabs in desktop mode. Contributes to JB#50924 See merge request !106
-
Pavel Tumakaev authored
-
- 05 Feb, 2021 2 commits
-
-
Raine Makelainen authored
[embedlite-components] Integrate Finder.jsm for search-in-page. Fixes JB#53009 See merge request !108
-
Raine Makelainen authored
-
- 09 Dec, 2020 2 commits
-
-
Raine Makelainen authored
[embedlite-components] Drop general.useragent.override user pref (in-memory). JB#52405 See merge request !107
-
Raine Makelainen authored
-
- 08 Dec, 2020 3 commits
-
-
Raine Makelainen authored
[embedlite-components] Change EmbedPrefService to use get/setStringPref. Fixes JB#51677 See merge request !105
-
Raine Makelainen authored
-
Raine Makelainen authored
[embedlite-components] Initialize UserAgent handler earlier. JB#52068 See merge request !104
-
- 07 Dec, 2020 1 commit
-
-
Raine Makelainen authored
We are now using user-agent builder of the nsHttpHandler. Network resources will need overrides available early. As there are no dependencies to the preferences we can load overrides at the start.
-
- 19 Nov, 2020 3 commits
-
-
Raine Makelainen authored
[embedlite-components] Connect LoginManagerParent to listen related messages. Contributes to JB#52069 See merge request !103
-
Pavel Tumakaev authored
[embedlite-components] Connect LoginManagerParent to listen related messages. Contributes to JB#52069
-
Raine Makelainen authored
[embedlite-components] Add expiration property to ContentPermissionManager. Contributes to JB#50930 See merge request !102
-
- 17 Nov, 2020 11 commits
-
-
Aleksey Tatarov authored
The "expiration" property allow to store additional info about permission. It provide ability to differ temporary permissions from permanent
-
Raine Makelainen authored
[embedlite-components] Update branding names. JB#35574 See merge request !99
-
Raine Makelainen authored
-
Raine Makelainen authored
Add appstrings.properties override See merge request !100
-
Raine Makelainen authored
-
Raine Makelainen authored
This direct copy of mobile/locales/en-US/overrides/appstrings.properties SHA1 4a84c97ab7074be5b04b6ba74808fafea90ad53b from the github gecko mirror. Link: https://github.com/mozilla/gecko-dev/commit/4a84c97ab7074be5b04b6ba74808fafea90ad53b
-
Raine Makelainen authored
[embedlite-components] Report offline state changes to nsIOService. JB#45654 See merge request !98
-
Raine Makelainen authored
-
Raine Makelainen authored
[embedlite-components] Add cookie handling to PermissionManager. Contributes to JB#51946 See merge request !95
-
Aleksey Tatarov authored
-
Raine Makelainen authored
[embedlite-components] Rename wrong comment in EmbedPrefService.js and refactoring property name. Fixes JB#51971 See merge request !97
-
- 12 Nov, 2020 1 commit
-
-
Aleksey Tatarov authored
[embedlite-components] Rename wrong comment in EmbedPrefService.js and refactoring property name. Fixes JB#51971 Add correct module description. Rename short property names for setprefs method, "v" to "value", "n" to "name". Rewrite the "for" loop for an object to be more readable.
-
- 11 Nov, 2020 2 commits
-
-
Raine Makelainen authored
[embedlite-components] Store identifier and state of download directly in the download object. Contributes to JB#50127 See merge request !94
-
Pavel Tumakaev authored
[embedlite-components] Store identifier and state of download directly in the download object. Contributes to JB#50127
-
- 10 Nov, 2020 2 commits
-
-
flypig authored
Provides information about channels when opening a website. When active the following info is output to the log: 1. Request type and URL. 2. Response status. 3. Request and response headers. 4. A dump of the returned content if it's textual. The aim is to provide something a little similar to the Network tab of the developer tools in Firefox. The mode is activated by including the string "network" in the EMBED_CONSOLE environment variable. This can be combined with others, for example: EMBED_CONSOLE="stacktrace,network" sailfish-browser
- 02 Nov, 2020 2 commits
-
-
Raine Makelainen authored
[embedlite-components] Upgrade google requests to https. Fixes JB#50423 See merge request !90
-
Raine Makelainen authored
As a reference see following: https://git.sailfishos.org/mer-core/gecko-dev/blob/master/netwerk/protocol/http/nsHttpChannel.cpp#L395 https://git.sailfishos.org/mer-core/gecko-dev/blob/master/netwerk/protocol/http/HttpBaseChannel.cpp#L2092 https://git.sailfishos.org/mer-core/gecko-dev/blob/master/netwerk/protocol/http/nsIHttpChannel.idl#L457
-
- 30 Oct, 2020 3 commits
-
-
Raine Makelainen authored
[embedlite-components] Expire temporary permission after session ends. Contributes to JB#50930 See merge request !93
-
Aleksey Tatarov authored
-
Aleksey Tatarov authored
[embedlite-components] Cleanup desktop notifications stuff from ContentPermissionPrompt.js. Contributes to JB#50930 If the user denied or allowed the request, this will work in any case until the end of the session. It is necessary to remove unnecessary things for desktop notification.
-
- 29 Oct, 2020 2 commits
-
-
flypig authored
When the history entries are restored when the browser starts up, or on a tab change, the triggeringPrincipal must be set on them, otherwise DocShell won't allow them to be used with the GoBack()/GoForwards() methods. This change adds a NullPrincipal(), which is considered a valid value (i.e. not a null pointer).