summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge pull request #278 from janekptacijarabaci/devtools_storage_arrow-keys_1Moonchild2018-04-28-1/+8
|\ | | | | [DevTools] Storage inspector throws an error when use arrow keys
| * [DevTools] Storage inspector throws an error when use arrow keysjanekptacijarabaci2018-04-28-1/+8
| | | | | | | | Issue #102
* | Merge pull request #276 from janekptacijarabaci/pm_url_1Moonchild2018-04-28-284/+452
|\ \ | | | | | | [PALEMOON] [frontend vs backend] Change a function "getShortcutOrURI" to "getShortcutOrURIAndPostData", fix Drag & Drop and a function "Copy Download Link"
| * | [PALEMOON] Fix a function "middleMousePaste" ("Save") in browser.jsjanekptacijarabaci2018-04-28-1/+2
| | |
| * | [PALEMOON] Fix typo in tabbrowser.xmljanekptacijarabaci2018-04-28-1/+1
| | |
| * | [PALEMOON] Style clean up in browser.jsjanekptacijarabaci2018-04-28-1/+1
| | |
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-28-64802/+38873
| |\| | | | | | | | | | pm_url_1
| * | [PALEMOON] [frontend vs backend] Downloads: Fix - the context menu - "Copy ↵janekptacijarabaci2018-04-26-8/+3
| | | | | | | | | | | | | | | | | | Download Link" Issue #121
| * | Bug 1243445 - Pasting an invalid URL breaks the Downloads View in the Libraryjanekptacijarabaci2018-04-25-0/+4
| | | | | | | | | | | | Issue #121
| * | Bug 945707 - Pausing a download fails when done after a retry + follow up ↵janekptacijarabaci2018-04-25-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | (see the description) Issue #121 [follow up] Bug 92737 - Part 9: Download multiple files when multiple items are dropped on Downloads view in Library Window
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-25-17653/+17176
| |\ \ | | | | | | | | | | | | pm_url_1
| * \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-17-1838/+5637
| |\ \ \ | | | | | | | | | | | | | | | pm_url_1
| * | | | [PALEMOON] Remove unused Task.jsm in openLocation.jsjanekptacijarabaci2018-04-17-1/+0
| | | | |
| * | | | [PALEMOON] Fix conflict in openLocation.jsjanekptacijarabaci2018-04-17-2/+2
| | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858#diff-2f4cb31954d5857012f1452698b9bfce
| * | | | Fix flags for "loadURIWithFlags" in openLocation.jsjanekptacijarabaci2018-04-15-1/+2
| | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | Maybe fix openLocation.js (to Promise)janekptacijarabaci2018-04-15-2/+1
| | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xmljanekptacijarabaci2018-04-15-2/+3
| | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | Bug 92737 - Part 9: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads view in Library Window Issue #121
| * | | | Bug 92737 - Part 8: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads button Issue #121
| * | | | Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on ↵janekptacijarabaci2018-04-15-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Window button Issue #121
| * | | | Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on ↵janekptacijarabaci2018-04-15-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Tab button Issue #121
| * | | | Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on ↵janekptacijarabaci2018-04-15-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Home button Issue #121
| * | | | Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tabjanekptacijarabaci2018-04-15-25/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Follow up: Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped on remote content area - browser.js: "usercontextid" (default: 0)
| * | | | Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on ↵janekptacijarabaci2018-04-15-12/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-remote content area browser.js: // handleDroppedLink has the following 2 overloads: // handleDroppedLink(event, url, name) // handleDroppedLink(event, links) function handleDroppedLink(event, urlOrLinks, name) { let links; if (Array.isArray(urlOrLinks)) { links = urlOrLinks; } else { links = [{ url: urlOrLinks, name, type: "" }]; } ...it is in the previous commit.
| * | | | Bug 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the ↵janekptacijarabaci2018-04-15-72/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new keywords API Issue #121
| * | | | Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed ↵janekptacijarabaci2018-04-15-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callback off a zero timeout Issue #112
| * | | | Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback ↵janekptacijarabaci2018-04-15-135/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behavior Issue #112
| * | | | Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURIjanekptacijarabaci2018-04-15-259/+304
| | | | | | | | | | | | | | | | | | | | Issue #121
* | | | | Use SRWlocks for js mutexes on Windows.wolfbeast2018-04-28-49/+8
| | | | |
* | | | | Merge pull request #274 from JustOff/PR_AboutRedirector_NewChannel_LoadInfoMoonchild2018-04-28-2/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Provide LoadInfo for NewChannel() call in 'about' protocol handler
| * | | | Provide LoadInfo for NewChannel() call in 'about' protocol handlerJustOff2018-04-27-2/+7
| | | | |
* | | | | Merge pull request #275 from trav90/ffvpx-resyncMoonchild2018-04-27-29787/+21150
|\ \ \ \ \ | |/ / / / |/| | | | Resync ffvpx code with 3.4.2-release from upstream
| * | | | Update CLOBBER after ffvpx updatetrav902018-04-27-1/+1
| | | | |
| * | | | Bump VP9 benchmark version IDtrav902018-04-26-1/+1
| | | | |
| * | | | [ffvpx] Update resync documentationtrav902018-04-26-11/+10
| | | | |
| * | | | [ffvpx] Re-generate config_*.{h,asm} filestrav902018-04-26-782/+892
| | | | |
| * | | | [ffvpx] Re-enable assembly optimized codetrav902018-04-26-11/+11
| | | | | | | | | | | | | | | | | | | | It was inadvertently disabled in 8b37a1bc306c1d5a3cc92e9dc04fb95d5d9a0298.
| * | | | [ffvpx] Compile ffvpx lib with -ffreestanding to avoid triggering a clang bugtrav902018-04-26-0/+2
| | | | |
| * | | | [FFmpeg] Add a preemptive stdlib.h include in our libavutil_visibility.h ↵trav902018-04-26-0/+9
| | | | | | | | | | | | | | | | | | | | hackaround file
| * | | | [FFmpeg] Work around a bug with corrupted datatrav902018-04-26-2/+2
| | | | | | | | | | | | | | | | | | | | According to FFmpeg documentation, the out parameter is "set to size of parsed buffer or zero if not yet finished." however this is only the case if no error occurred; otherwise it is left untouched. We want the invalid content to generate a decoding error, so we set size to inputSize to ensure decoding failed later.
| * | | | [ffvpx] Remove some files we don't needtrav902018-04-26-693/+0
| | | | |
| * | | | [ffvpx] Update ffvp9/ffvp8 to 3.4.2-releasetrav902018-04-26-28271/+17555
| | | | | | | | | | | | | | | | | | | | Structure of code was slightly modified so that it should be no longer necessary to re-generate the config_*.h files, greatly simplifying the resync process in the future.
| * | | | [ffvpx] Restore AVOptions and dictionary featurestrav902018-04-26-106/+2774
| | | | | | | | | | | | | | | | | | | | FFmpeg requires specific default values in AVCodecContext to be set. Instead of manually setting these each time we resync with upstream, let's use FFmpeg's own AVOptions which automatically sets all the values to their default.
| * | | | [ffvpx] Revert Mozilla hack in FFmpeg codetrav902018-04-26-32/+16
| | | | | | | | | | | | | | | | | | | | This hack was added by Mozilla to work around a potential data race, however the root cause was fixed by upstream in release 3.4 so this hack is no longer needed.
* | | | | Merge pull request #273 from janekptacijarabaci/pm_permissions_1Moonchild2018-04-27-319/+685
|\ \ \ \ \ | | | | | | | | | | | | [PALEMOON] [frontend vs backend] Fix "Permissions Manager" and permissions
| * | | | | [PALEMOON] Remove "dom.push.enabled" from aboutPermissions.js (consolidated ↵janekptacijarabaci2018-04-27-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | to "dom.webnotifications.enabled")
| * | | | | [PALEMOON] Remove double rows from aboutPermissions.jsjanekptacijarabaci2018-04-27-2/+0
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-27-58/+485
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | pm_permissions_1
* | | | | | Merge pull request #272 from janekptacijarabaci/pm_css_inContentUI_1Moonchild2018-04-27-0/+347
|\ \ \ \ \ \ | | | | | | | | | | | | | | [PALEMOON] [frontend vs backend] Fix of non-existent CSS files
| * | | | | | [PALEMOON] [frontend vs backend] Fix of non-existent CSS files (follow up - ↵janekptacijarabaci2018-04-27-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use preprocessing for OSX and windows) Issue #121