Commit Graph

85 Commits

Author SHA1 Message Date
Pale Moon 50dc5b2470 Make "get more tools" URL a pref. 2018-07-25 01:21:11 +08:00
janekptacijarabaci 92ce5108d3 DevTools - Fix settings (unused settings): DevToolbar, DevToolsConnect - style clean up 2018-07-25 01:20:59 +08:00
janekptacijarabaci 2be275924d DevTools - Fix settings (unused settings): DevToolbar, DevToolsConnect - fix typo 2018-07-25 01:20:57 +08:00
janekptacijarabaci fa8202fd9d DevTools - Fix settings (unused settings): DevToolbar, ErrorConsole, DevToolsConnect 2018-07-25 01:20:55 +08:00
NTD b0d418aec5 Move Mozilla DevTools to Platform - Part 11: Final fixups 2018-07-25 01:17:53 +08:00
NTD 539b253588 Move Mozilla DevTools to Platform - Part 9d: Update Resource URIs in browser and b2g 2018-07-25 01:17:49 +08:00
Pale Moon 45e2bd2438 Check type of node before using xlink:href
This resolves #286.
2018-07-25 01:16:08 +08:00
janekptacijarabaci 52d634b2e3 Print preview bug - The toolbar for the Print Preview window isn't available (outlook.com, mail.yahoo.com, etc.) 2018-07-25 01:15:43 +08:00
Pale Moon 2a816666ca Stop using nsIDownloadManagerUI service in BrowserDownloadsUI() call.
Either open in a tab or in library view directly.
2018-07-25 01:15:34 +08:00
janekptacijarabaci 6cbd0c0ab1 Fix: Plugin placeholder image/text (ask to activate) missing 2018-07-25 01:15:29 +08:00
janekptacijarabaci 5f29b8e6cf Minor fix - browser - the context menu 2018-07-25 01:09:16 +08:00
janekptacijarabaci 5c70b440b5 Fix: History - Clear Recent History... - Browsing & Download History 2018-07-25 01:09:14 +08:00
janekptacijarabaci 986832f4b3 DevTools - some fixes (easier) 2018-07-25 01:08:53 +08:00
Pale Moon e755a6711f Revert "DevTools - some fixes"
This reverts commit f1d8b387aa13d49923798fb391b1abc9b5b3fb6e.
2018-07-25 01:08:51 +08:00
janekptacijarabaci eba280f266 DevTools - some fixes 2018-07-25 01:08:37 +08:00
NTD 993c71f002 Allow the status bar code to be disabled by configure but enabled by default 2018-07-25 01:07:52 +08:00
Pale Moon abf23ebcc7 Switch SessionStore init to Promise.jsm in toolkit, and move restore previous session command check to the actual menu code.
This resolves #499.
2018-07-25 01:04:07 +08:00
Gpower2 c3c07497e7 Fix whitespaces 2018-07-25 01:03:11 +08:00
Gpower2 bc3ebad6bb Fix missing download progress on taskbar (Issue #516)
Used new DownloadsTaskbar.jsm from Mozilla
2018-07-25 01:02:58 +08:00
Lootyhoof 81262c3a6a Remove legacy.xul overlay 2018-07-25 01:02:20 +08:00
Pale Moon 79c747a9a1 Kill Google Safebrowsing. 2018-07-25 01:00:21 +08:00
Pale Moon e49b21022f Remove "patch" DTD file for Pale Moon menu entries and prefs.
This folds the strings into the appropriate DTD files.
2018-07-25 00:57:06 +08:00
NTD 0c4e9cbe41 (Take Two) Take files out of preprocessing that do not actually have preprocessing directives 2018-07-25 00:56:35 +08:00
Pale Moon ca0ffb0e19 Revert "Take files out of preprocessing that do not actually have preprocessing directives"
This reverts commit 760ef63cd8def888a1c2a6d52ac84c32f7f89f0b.
2018-07-25 00:56:34 +08:00
NTD fedd83b6b5 Take files out of preprocessing that do not actually have preprocessing directives 2018-07-25 00:56:23 +08:00
NTD 1745c31a25 Import the Statusbar - Part 6: Overlay onto browser.xul 2018-07-25 00:56:15 +08:00
Lootyhoof a566664483 Adjust dark frame flip point. 2018-07-25 00:54:41 +08:00
Lootyhoof fd3cc2fd37 Win10: Don't let dark window frames affect inactive/lwtheme titlebar 2018-07-25 00:54:34 +08:00
wolfbeast 2793eb2516 Remove XP styling for the title bar. 2018-07-25 00:54:15 +08:00
wolfbeast a2ca595638 Fix devtools menu init. 2018-07-24 23:38:57 +08:00
wolfbeast ad357bb837 Add eyedropper. 2018-07-24 23:38:20 +08:00
wolfbeast 1be010ecae Update browser console (HUD) call. 2018-07-24 23:38:14 +08:00
adisib 3a303e67f6 replace calls to String.prototype.contains with String.prototype.includes 2018-07-24 23:36:07 +08:00
wolfbeast 8c70e0de86 Change URL decoder to be more selective. 2018-07-24 23:30:51 +08:00
wsdfhjxc b662272b06 Add error support for Jetpack/SDK extensions case 2018-07-24 23:30:07 +08:00
wolfbeast 2fd6c0d202 Get the HUDservice in a different way 2018-07-24 23:30:00 +08:00
wolfbeast 75ccd22bfb Fix the charset menu.
This resolves #34.
2018-07-24 23:28:40 +08:00
wolfbeast 169c729560 Split windows8WindowFrameColor.get() into separate functions for Win 8 and Win 10. 2018-07-24 23:26:35 +08:00
wolfbeast a20169f28f Additional fixes to the library window. 2018-07-24 23:26:00 +08:00
wolfbeast f49a07e7d2 Change the way tabs are requested from the browser to a Map()
- Increases performance compared to looping over an array
- Makes the browser scale better to large numbers of tabs cf. session restore
2018-07-24 23:25:57 +08:00
wolfbeast a61256907e Fix incorrect blocked popup list (no URLs) 2018-07-24 23:25:56 +08:00
wolfbeast 15db649d7c Align popup blocker FE code with refactored toolkit code. 2018-07-24 23:25:56 +08:00
wolfbeast eb00d00860 Fix zoom controls in the FE.
The BE expects e10s notifications/messaging to respond to zoom changes. FE was changed to supply the correct calls and structures for toolkit to work with.
2018-07-24 23:25:55 +08:00
wolfbeast 831c87af61 Fix page info nits. 2018-07-24 23:25:51 +08:00
wolfbeast 884b20866a Update tab preview panel to use WebIDL popupBoxObject. 2018-07-24 23:25:51 +08:00
wolfbeast 1d15c127ef Fix downloads:
- Clear downloads
- Time remaining progress indicator
- Pause/resume
2018-07-24 23:25:48 +08:00
wolfbeast 40c0326e2c Fix discrepancy in #defines for 64-bit builds.
This resolves #73.
2018-07-24 23:25:48 +08:00
wolfbeast 5bb8634eba Fix a few nits in the page info dialog.
This resolves #39.
2018-07-24 23:25:47 +08:00
wolfbeast 54217fca71 Unconditionally use JS transfers for downloads 2018-07-24 23:25:44 +08:00
wolfbeast 1b8b74b252 Enable using the JavaScript API as the back-end for the Downloads Panel. 2018-07-24 23:25:44 +08:00