index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Update kiss-fft to 1.4.0 and disable OpenMP for it.
wolfbeast
2018-06-07
-91
/
+156
*
Reinstate string.prototype.contains()
wolfbeast
2018-06-07
-1
/
+9
*
Merge pull request #459 from janekptacijarabaci/pm_findbar_2
Moonchild
2018-06-07
-30
/
+63
|
\
|
*
Using "function()" in browser.js - consistency with the surrounding code
janekptacijarabaci
2018-06-07
-3
/
+3
|
*
Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context)
janekptacijarabaci
2018-06-06
-2
/
+3
|
*
[PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ...
janekptacijarabaci
2018-06-06
-30
/
+62
*
|
string.contains() => string.includes()
wolfbeast
2018-06-07
-1
/
+1
*
|
Refactor structured clone JSAPI to prevent mismatched scopes.
wolfbeast
2018-06-07
-311
/
+447
*
|
Perform some sanity checks on nsMozIconURI.
Pale Moon
2018-06-07
-0
/
+10
*
|
Bug 1450688. r=bz, a=RyanVM
Kris Maglione
2018-06-07
-1
/
+11
*
|
Account for offsets when creating buffers for image textures.
wolfbeast
2018-06-07
-4
/
+45
*
|
Bug 1462682 - Skia path bounds rounding fix. r=rhunt, a=RyanVM
Lee Salzman
2018-06-07
-14
/
+8
*
|
Fix build bustage.
wolfbeast
2018-06-07
-1
/
+1
*
|
Update dimensions early in ClearTarget.
Jonathan Kew
2018-06-07
-6
/
+13
*
|
Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. r...
Andrea Marchesini
2018-06-07
-0
/
+9
*
|
Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder a=jcri...
Andrea Marchesini
2018-06-07
-16
/
+18
*
|
Bug 1458270: Clean up in the shutdown observer. r=milan a=jcristau
David Major
2018-06-07
-4
/
+39
*
|
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
wolfbeast
2018-06-07
-1
/
+2
|
\
\
|
*
\
Merge pull request #460 from g4jc/gtk_null_fix
Moonchild
2018-06-07
-1
/
+2
|
|
\
\
|
|
*
|
backport mozbug #546387: fix assert failure in gtk which prints to the console.
Gaming4JC
2018-06-06
-1
/
+2
|
|
/
/
*
|
|
Change inlining of intrinsics.
wolfbeast
2018-06-07
-40
/
+206
*
|
|
Update tzdata in ICU data files to 2018e.
André Bargull
2018-06-07
-40
/
+48
|
/
/
*
|
Merge branch 'NSS-335'
wolfbeast
2018-06-06
-16373
/
+34616
|
\
\
|
*
|
Revert "Disable TLS 1.3 by default for now until our NSS can be updated to th...
wolfbeast
2018-06-06
-1
/
+1
|
*
|
Request NSS to use DBM as the storage file format
JustOff
2018-06-06
-5
/
+17
|
*
|
Revert "Restore NSS default storage file format to DBM when no prefix is given."
wolfbeast
2018-06-06
-98
/
+4
|
*
|
Restore NSS default storage file format to DBM when no prefix is given.
NSS_3.35_TEST
wolfbeast
2018-06-05
-4
/
+98
|
*
|
Update build system files for NSS 3.35
wolfbeast
2018-06-05
-1
/
+9
|
*
|
Update NSS to 3.35-RTM
wolfbeast
2018-06-05
-15971
/
+34294
|
*
|
Update NSPR to 4.18
wolfbeast
2018-06-05
-395
/
+295
|
|
/
*
|
Set sync prefs.
wolfbeast
2018-06-06
-0
/
+8
*
|
Fix for loop in Sync quota dialog.
wolfbeast
2018-06-06
-3
/
+8
*
|
Merge pull request #458 from SpockMan02/patch-3
Moonchild
2018-06-06
-2
/
+16
|
\
\
|
*
|
Issue #448: Pale Moon: Include pinned tabs when warning about closing tabs wi...
SpockFan02
2018-06-06
-2
/
+16
|
|
/
*
/
Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display ...
wolfbeast
2018-06-06
-3
/
+33
|
/
*
Port our stricter cookie gating.
wolfbeast
2018-06-05
-13
/
+25
*
Merge pull request #440 from janekptacijarabaci/pm_url_2
Moonchild
2018-06-05
-42
/
+51
|
\
|
*
Remove an unnecessary comment when closing the dialog
janekptacijarabaci
2018-06-04
-1
/
+0
|
*
Style clean up + fix typo
janekptacijarabaci
2018-06-04
-5
/
+3
|
*
[PALEMOON] Fix "Open Web Location" (Ctrl-L/Alt-D) when nav toolbar hidden
janekptacijarabaci
2018-06-03
-44
/
+56
*
|
Merge pull request #442 from SpockMan02/patch-2
Moonchild
2018-06-05
-1
/
+1
|
\
\
|
*
|
Fix a file path for macOS
SpockFan02
2018-06-05
-1
/
+1
|
/
/
*
|
Fix Basilisk Mac window menu include path.
wolfbeast
2018-06-05
-1
/
+1
*
|
Fix incorrect Pale Moon installer locale paths.
PM28.0.0a3_Unstable
wolfbeast
2018-06-04
-4
/
+4
*
|
Merge branch 'move-basilisk'
wolfbeast
2018-06-04
-81
/
+80
|
\
\
|
*
|
Issue #303 Part 3: Update themes for the new Basilisk location.
wolfbeast
2018-06-04
-9
/
+9
|
*
|
Issue #303 Part 2: Update build files for the new location
wolfbeast
2018-06-04
-30
/
+29
|
*
|
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
wolfbeast
2018-06-04
-0
/
+0
*
|
|
[PALEMOON] Bump version to Alpha 3
wolfbeast
2018-06-04
-1
/
+1
|
/
/
*
|
Merge pull request #441 from janekptacijarabaci/pm_findbar_1
Moonchild
2018-06-03
-9
/
+60
|
\
\
[next]