Peter Wu
Peter Wu
Reduce the required number of actions for exporting all displayed cookies. Do not simply call bulk_select_all since that could influence subsequent searches. ___ Test plan: 0. Create new Firefox profile,...
Currently the Import cookies page says: > When you click on the "Import" button, the cookies will be validated and overwrite existing cookies, without confirmation (except for **whitelisted cookies**). What...
Some Firefox XPI files do not have the "50 4b 03 04" signature that is checked for in src/lib/crx-to-zip.js and fail with an "Invalid header: Does not start with Cr24."...
Ubuntu and Debian have a shell script that parses a few options from the manual page. These options are quite limited though and is reflected in debian/README.debian: Chromium has an...
Right now, a rough regex is used to extract URLs from responses. It should use ProtoBuf.js instead to parse responses and to generate queries. Benefits: - more useful feedback (other...
Let's establish some coding standards as the current code base is getting horrific. The current proposal is visible at: https://github.com/MrMEEE/bumblebee/wiki/Coding-Standards Please discuss before changing.
The [FAQ](../wiki/FAQ) mentions better multi-monitor handling as an advantage: > **Controllable Monitor/Console mapping.** By using the DRM API we can have as many consoles simultaneously as we want and can...
How easy/difficult would it be to add support for TRIM (discard) on a FS level? Support for TRIM would require implementing the `FITRIM` ioctl on the FUSE level. But how...
I have recently bought an [IODD-2541](http://en.iodd.kr/wiki/index.php/IODD-2541) USB disk enclosure which should allow me to expose files as virtual disk devices. It supports FAT32/exFAT and NTFS, but since NTFS sounds overkill...
Removes the possible confusion that `\n` is displayed _literally_. Fixes typo "not legal" -> "now legal" and clarify that this applies in template strings in ES6.