Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #80 - De-unify dom/broadcastchannel | Matt A. Tobin | 2020-04-24 | -7/+3 |
| | ||||
* | Issue #80 - De-unify dom/offline | Matt A. Tobin | 2020-04-24 | -9/+4 |
| | ||||
* | Issue #80 - De-unify /layout/inspector | Matt A. Tobin | 2020-04-24 | -2/+2 |
| | ||||
* | Issue #80 - De-unify /layout/tools/layout-debug/src | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify /layout/ipc | Matt A. Tobin | 2020-04-24 | -4/+1 |
| | ||||
* | Issue #80 - De-unify /layout/build | Matt A. Tobin | 2020-04-24 | -1/+3 |
| | ||||
* | [docs] Update coding style cf. discussion with Tobin. | wolfbeast | 2020-04-24 | -10/+4 |
| | ||||
* | Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use. | wolfbeast | 2020-04-24 | -14/+16 |
| | ||||
* | Issue #1516 - Part 1: Add a global build define to determine if the client ↵ | Matt A. Tobin | 2020-04-24 | -5/+19 |
| | | | | can draw in the titlebar and update consumers of the local define | |||
* | Issue #1517 - Enable high-resolution DOM timestamps on trunk | wolfbeast | 2020-04-16 | -2/+1 |
| | | | | | At the very least we should enable these short term, with the potential removal of it pending. | |||
* | Fix additional deprot in dom/base | wolfbeast | 2020-04-14 | -0/+4 |
| | ||||
* | Revert 1320408 part 15: Make addDataProperty static | wolfbeast | 2020-04-14 | -21/+21 |
| | ||||
* | Issue #80 - De-unify dom/base and fix deprot. | wolfbeast | 2020-04-14 | -2/+35 |
| | ||||
* | Fix deprot in /layout | wolfbeast | 2020-04-14 | -0/+1 |
| | ||||
* | Create SECURITY.md | Moonchild | 2020-04-14 | -0/+36 |
| | | | Provide basic instructions how to report security vulnerabilities. | |||
* | Issue #1514 - Perform validity check before trying to use the content. | wolfbeast | 2020-04-14 | -1/+2 |
| | | | | Resolves #1514 | |||
* | Issue #1513 - Bail on orphan node | wolfbeast | 2020-04-14 | -1/+5 |
| | | | | | | This was refactored by Mozilla into doing effectively the same thing so it aligns with them re: behavior. Resolves #1513 | |||
* | Issue #1512 - Improve handling of multiple selections. | wolfbeast | 2020-04-14 | -3/+9 |
| | | | | | | | | | IsSelectionEditable should check whether the focus node and anchor node aren't null before trying to use them. This also changes the initialization of selections' aOutIndex to the last range in the selection as a fallback in case we don't add a range later (in AddItem) which could also end up with a null selection otherwise if the additional selection nodes are removed. | |||
* | [layout] Always move descendants of layout frames if moved. | wolfbeast | 2020-04-14 | -0/+2 |
| | | | | | If we move the frame then we always need to move any descendant views, not just in case the frame itself has a view. | |||
* | Issue #1511 - Bail on orphan situation. | wolfbeast | 2020-04-14 | -0/+4 |
| | | | | This resolves #1511 | |||
* | [js] Handle functions with rest parameters in isObservableArgumentSlot. | Jan de Mooij | 2020-04-14 | -1/+1 |
| | ||||
* | Move aom source to a sub-directory under media/libaom | Matt A. Tobin | 2020-04-14 | -517/+517 |
| | | | | There is no damned reason to treat this differently than any other media lib given its license and there never was. | |||
* | Silence removing dist/bin | Matt A. Tobin | 2020-04-14 | -1/+1 |
| | ||||
* | Take files out of preprocessing that no longer require it | Matt A. Tobin | 2020-04-14 | -23/+9 |
| | ||||
* | Follow up to d0eee8f01 - Run precomplete cmd during package staging | Matt A. Tobin | 2020-04-14 | -1/+1 |
| | ||||
* | Align mar generation on Windows with other platforms | Matt A. Tobin | 2020-04-14 | -11/+1 |
| | | | | This makes mar generation dependent on packaging not installer | |||
* | Alter config.guess to properly detect host and target bitness on SunOS | Matt A. Tobin | 2020-04-14 | -5/+8 |
| | ||||
* | [Docshell] Ensure nsDocShell::mContentViewer is released properly. | wolfbeast | 2020-04-14 | -0/+6 |
| | ||||
* | Issue #1505 - Part 3: Make native mode actually native again. | wolfbeast | 2020-04-14 | -4/+36 |
| | ||||
* | Issue #1505 - Part 2: Store application build ID in nsHttpHandler | wolfbeast | 2020-04-14 | -16/+13 |
| | | | | | Since we're needing to reuse this several times, it makes it simpler to just get it once in init and storing it. | |||
* | Issue #1505 - Rebuild application version string | wolfbeast | 2020-04-14 | -37/+46 |
| | | | | | | | To respond dynamically to the pref change, the mAppVersion string needs to be rebuilt. Includes some minor improvements for corner cases and removes leftover b2g junk. | |||
* | Issue #1497 - Re-implement an un-preprocessed file check | New Tobin Paradigm | 2020-04-14 | -0/+91 |
| | ||||
* | Issue #1508 - Redirect moz://a to http://thereisonlyxul.org/ | wolfbeast | 2020-04-14 | -1/+1 |
| | ||||
* | Issue #1507 - Remove nsRefreshDriver's use of high res system timers. | wolfbeast | 2020-04-14 | -103/+0 |
| | | | | | | | Since we are using vsync for timing anyway in the layout refresh driver, there is no need to bump the system timer resolution down to 1 ms. This resolves #1507. | |||
* | Issue #65 - Fix unprocessed directives in WebRequest.jsm | JustOff | 2020-04-14 | -1/+1 |
| | ||||
* | Make the reference to Handle unambiguous in ↵ | Matt A. Tobin | 2020-04-14 | -1/+1 |
| | | | | | | ipc/testshell/XPCShellEnvironment.cpp .. correctly | |||
* | Revert "Make the reference to Handle unambiguous in ↵ | Matt A. Tobin | 2020-04-14 | -1/+1 |
| | | | | | | ipc/testshell/XPCShellEnvironment.cpp" This reverts commit d4afddfadab3108c26c8cab274d2cb32847c4d95. | |||
* | Make the reference to Handle unambiguous in ↵ | Matt A. Tobin | 2020-04-14 | -1/+1 |
| | | | | ipc/testshell/XPCShellEnvironment.cpp | |||
* | Output webidl filenames as they are processed | Matt A. Tobin | 2020-04-14 | -0/+2 |
| | ||||
* | Issue #1501 - Un-bust building of NSS after update to 3.48 on Solaris. | athenian200 | 2020-04-14 | -1/+1 |
| | ||||
* | Explicitly remove dist/bin before mozbuild's install_manifests get a hold of it | Matt A. Tobin | 2020-04-14 | -0/+6 |
| | ||||
* | Properly fix crash in nsDownloadManager when repeatedly pausing and resuming ↵ | Matt A. Tobin | 2020-04-14 | -1/+4 |
| | | | | | | a download This applies only to applications that do not use JSDownloads and is based on Bug 1224326 | |||
* | Revert "Only state the stop notification for JSDownloads in ↵ | Matt A. Tobin | 2020-04-14 | -3/+1 |
| | | | | | | nsWebBrowserPersist::EndDownload" This reverts commit aa28523a553f5e2553c781081eb21715aedb7eaf. | |||
* | Issue #1280 - Un-bust certerror pages and ForgetAboutSite | wolfbeast | 2020-04-14 | -47/+13 |
| | ||||
* | Issue #1280 - Stop requesting HPKP state from within devtools. | wolfbeast | 2020-04-14 | -2/+3 |
| | ||||
* | Issue #1280 - Part 2: Remove HPKP tests. | wolfbeast | 2020-04-14 | -1040/+0 |
| | ||||
* | Issue #1280 - Part 1: Remove HPKP components. | wolfbeast | 2020-04-14 | -2657/+32 |
| | | | | | This also removes leftover plumbing for storing preload information in SiteSecurityService since no service still uses it. | |||
* | Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platforms | JustOff | 2020-04-14 | -5/+22 |
| | ||||
* | Issue #1471 - Fix building on sparc64 Linux | JMadgwick | 2020-04-14 | -15/+39 |
| | | | | | Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64. This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204. | |||
* | Update README.md | New Tobin Paradigm | 2020-04-14 | -1/+1 |
| |