Commit graph

326 commits

Author SHA1 Message Date
trav90
ebf0f6c35a Fix some WebRTC tests to build with GCC 7.0. 2019-02-15 23:35:59 +08:00
trav90
d338ea9cea Fix a truncation leading to an error with GCC 7 2019-02-15 23:35:57 +08:00
trav90
e795fe8c1b Disable strict-aliasing for GCC in js/src/jsapi-tests
Compiling our tree with strict-aliasing is not supported.
2019-02-15 23:35:55 +08:00
trav90
c47b155157 Disable -Wimplicit-fallthrough in parser/html
GCC 7 supports the clang option -Wimplicit-fallthrough.
2019-02-15 23:35:53 +08:00
trav90
3d90bec874 Disable -Wimplicit-fallthrough for a chromium file
GCC 7 supports the clang option -Wimplicit-fallthrough.
2019-02-15 23:35:52 +08:00
trav90
c0174b24f7 Disable -Wimplicit-fallthrough in jsoncpp
GCC 7 supports the clang option -Wimplicit-fallthrough.
2019-02-15 23:35:50 +08:00
trav90
dc145a0b72 Disable -Wimplicit-fallthrough in dom/canvas
GCC 7 supports the clang option -Wimplicit-fallthrough.
2019-02-15 23:35:49 +08:00
trav90
4a350f434e Add MOZ_FALLTHROUGH macro definition for gcc 7 to suppress -Wimplicit-fallthrough warnings
The generic fallback MOZ_FALLTHROUGH definition is insufficient for GCC 7 and above, resulting in build warning spam and --enable-warnings-as-errors builds failing. The check for clang support is changed to use the __has_cpp_attribute macro, which is more robust than checking the __cplusplus version. Also, MOZ_FALLTHROUGH is now only defined in C++ code, since GCC errors out if it encounters a scoped attribute being used with __has_cpp_attribute in C code. No C code uses MOZ_FALLTHROUGH or derivatives at the moment.
2019-02-15 23:35:47 +08:00
trav90
cad73db0f2 Use |noexcept| instead of an exception-specification in mozalloc.h
We are using |throw(std::bad_alloc)|, but dynamic exception specifications have been deprecated in C++11. The C++11 equivalent is |noexcept(false)|. This causes build warning spam when using newer compilers such as GCC 7.x.
2019-02-15 23:35:46 +08:00
trav90
12bd9bbfe4 Disable -Wimplicit-fallthrough when building jsdtoa.cpp
GCC 7 supports the clang option -Wimplicit-fallthrough.
2019-02-15 23:35:44 +08:00
trav90
bea8786496 Disable strict-aliasing for GCC in js/src/gdb
Compiling our tree with strict-aliasing is not supported.
2019-02-15 23:35:43 +08:00
trav90
be0c996191 Disable strict-aliasing for GCC in js/src
Compiling our tree with strict-aliasing is not supported.
2019-02-15 23:35:41 +08:00
NTD
45c9880478 Port Pale Moon commit a3044d3 - Exclude default theme from update checks.
Do this both for TychoAM and WebExAM
2019-02-15 23:35:40 +08:00
adeshkp
427719ff27 Fix configure on Mac OS X 2019-02-15 23:35:38 +08:00
janekptacijarabaci
da48941d63 Added a button to refresh the Storage Inspector display
Issue #45
2019-02-15 23:35:37 +08:00
janekptacijarabaci
d0c4a6bdf1 Copy as cURL (PATCH)
Issue #44
2019-02-15 23:35:35 +08:00
janekptacijarabaci
2786ef0259 [minor fix] DevTools - inspector.properties (fix typo) 2019-02-15 23:35:34 +08:00
janekptacijarabaci
1c0e05bca2 moebius#346: Storage Inspector should trim port from hosts for cookies
Issue #31
https://github.com/MoonchildProductions/moebius/pull/346
2019-02-15 23:35:32 +08:00
janekptacijarabaci
b95939dd3c Bug 1302989: Make storage inspector work with file:// when # is in the URL
Issue #31
2019-02-15 23:35:31 +08:00
trav90
fab2253b26 Import lss code from esr52
Fixes build bustage on Linux (even with crashreporter disabled).
2019-02-15 23:35:29 +08:00
trav90
692e142bb5 Fix line endings on old-configure
Fixes Linux build bustage.
2019-02-15 23:35:27 +08:00
wolfbeast
b23857f77b Fix build system translation errors.
Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
2019-02-15 23:35:25 +08:00
janekptacijarabaci
1505b1290e The origin should not contain the ref part of the URL 2019-02-15 23:35:23 +08:00
wolfbeast
49ceae702e Remove testing-only UI components for e10s
This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.)
This resolves #37
2019-02-15 23:35:22 +08:00
janekptacijarabaci
ed8a17ae7d moebius#93: DevTools: Network - DOMContentLoaded and load
Issue #31
Improvements: #34
https://github.com/MoonchildProductions/moebius/pull/93
2019-02-15 23:35:20 +08:00
janekptacijarabaci
558c645ef6 moebius#350: Don't display storage-sidebar after deleting all cookies
Issue #31
https://github.com/MoonchildProductions/moebius/pull/350
2019-02-15 23:35:19 +08:00
janekptacijarabaci
8a1405d8b9 moebius#342: Columns are not sorted correctly (Natural Sort algorithm)
Issue #31
https://github.com/MoonchildProductions/moebius/pull/342
2019-02-15 23:35:17 +08:00
janekptacijarabaci
6d865bfda3 moebius#339: Make it possible to add cookies, local and session storage entries
Issue #31
https://github.com/MoonchildProductions/moebius/pull/339
2019-02-15 23:35:16 +08:00
janekptacijarabaci
e688e88257 moebius#337: Added option to remove all session cookies for a specific domain
Issue #31
https://github.com/MoonchildProductions/moebius/pull/337
2019-02-15 23:35:14 +08:00
janekptacijarabaci
555cdbdacb Bug 1321820: Storage Inspector fails with dom.caches.enabled=false
Issue #31
2019-02-15 23:35:13 +08:00
janekptacijarabaci
5d33400c5b Bug 1334252: Find IDB storage for host more directly
Issue #31
2019-02-15 23:35:11 +08:00
janekptacijarabaci
1ea18fdaf7 Bug 1320362: Move indexedDb storage type in the storage inspector into a new column
Issue #31
2019-02-15 23:35:10 +08:00
janekptacijarabaci
d0ef0781ff Bug 1276339: Storage inspector doesn't work on chrome:// pages and web extensions
Issue #31
2019-02-15 23:35:08 +08:00
janekptacijarabaci
a5b4f6e003 Bug 1146194: Multiple cookies with the same name not shown
Issue #31
2019-02-15 23:35:07 +08:00
wolfbeast
0665a343a5 Add support for CSP v3 "worker-src" directive 2019-02-15 23:35:05 +08:00
wolfbeast
7acf20ade3 Don't enforce arbitrary TLS profile.
This prevents people from being unable to visit websites based on "best practice" assumptions.
2019-02-15 23:35:03 +08:00
NTD
b0c683be50 Correct toolkit search component moz.build 2019-02-15 23:35:02 +08:00
janekptacijarabaci
bbacda5da1 Rewrite the comment, use maxResolutionMs 2019-02-15 23:35:00 +08:00
janekptacijarabaci
628f53967c Rounding to 1ms 2019-02-15 23:34:58 +08:00
janekptacijarabaci
db0b581760 Fix nit 2019-02-15 23:34:57 +08:00
janekptacijarabaci
358146630a Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response)
https://github.com/MoonchildProductions/moebius/pull/323
2019-02-15 23:34:55 +08:00
janekptacijarabaci
27538800b5 Properly pass postData into new tab
https://github.com/MoonchildProductions/moebius/pull/352
2019-02-15 23:34:54 +08:00
janekptacijarabaci
4f34dc2b96 [minor fix] DevTools - Throws an error ("String contains an invalid character")
https://github.com/MoonchildProductions/moebius/pull/162
2019-02-15 23:34:52 +08:00
janekptacijarabaci
fadd7deef2 Fix "help cmd" and "cmd refresh" in the Developer Toolbar
https://github.com/MoonchildProductions/moebius/pull/348
2019-02-15 23:34:51 +08:00
janekptacijarabaci
e7a9064f98 Checking NS_BINDING_ABORTED to avoid dispatching navigate event
https://github.com/MoonchildProductions/moebius/pull/302
2019-02-15 23:34:49 +08:00
janekptacijarabaci
28ab3c0e0d Restore source-editor commands controller for scratchpad & styleeditor menus
https://github.com/MoonchildProductions/moebius/pull/290
2019-02-15 23:34:47 +08:00
janekptacijarabaci
3d03678642 Add support for -browserconsole (the command line)
https://github.com/MoonchildProductions/moebius/pull/257
2019-02-15 23:34:46 +08:00
janekptacijarabaci
59559355e6 DevTools - network - Copy as cURL (POST)
https://github.com/MoonchildProductions/moebius/pull/167
2019-02-15 23:34:44 +08:00
janekptacijarabaci
1a8810305a DevTools - gcli - screenshot - the vertical mode
https://github.com/MoonchildProductions/moebius/pull/166
2019-02-15 23:34:43 +08:00
janekptacijarabaci
7177b5926a DevTools - style editor - StyleSheetsActor should use the parent tabActor to retrieve the list of windows and react to new/removed windows
https://github.com/MoonchildProductions/moebius/pull/124
2019-02-15 23:34:41 +08:00