summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Issue #1355 - Better way to create display items for column backgroundswin7-72020-02-25-830/+1054
| | | | | | | | | | | | | | | | | | | | | | Part 1: Remove current table item, as it's never set. Part 2: Get rid of generic table painting code, and handle each class separately. Part 4: Hoist outline skipping into col(group) frame code. Part 5: Skip box-shadow for table column and column groups. Part 6: Store column and column group backgrounds separately, and then append them before the rest of the table contents. Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop. Part 8: Create column and column group background display items as part of the cell's BuildDisplayList. Part 9: Used cached values instead of calling nsDisplayListBuilder::ToReferenceFrame when possible, since it can be expensive when the requested frame isn't the builder's current frame. Part 10: Make sure we build display items for table parts where only the normal position is visible, since we may need to create background items for ancestors at that position. Part 11: Create an AutoBuildingDisplayList when we create background items for table columns and column groups, so that we initialize the invalidation state correctly.
* Issue #1053 - Remove android support from halMatt A. Tobin2020-02-23-268/+4
|
* Issue #1053 - Remove android support from imageMatt A. Tobin2020-02-23-209/+0
|
* Issue #1053 - Remove android support from intl/locale/nsLocaleService.cppMatt A. Tobin2020-02-23-5/+0
| | | | This is the only non-icu file with android code in it. Not going to remove android in icu its self because it remains a 3rd party lib.
* Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to ↵Matt A. Tobin2020-02-23-11/+16
| | | | | | | | DevTools I am so done with this. Resolves #316
* Issue #1053 - Remove android support from memoryMatt A. Tobin2020-02-23-374/+19
|
* Issue #1053 - Remove android support from mfbtMatt A. Tobin2020-02-22-181/+1
|
* Issue #1053 - Remove android support from ipc except for ipc/chromiumMatt A. Tobin2020-02-22-359/+15
| | | | This does not include android in the imported chromium code as specific research needs done on defines and logic.
* Issue #1053 - Remove android support from mozglueMatt A. Tobin2020-02-22-2748/+19
| | | | Yes, I checked for unsaved files this time...
* Issue #1053 - Remove android support from ↵Matt A. Tobin2020-02-22-55/+0
| | | | netwerk/protocol/http/nsHttpHandler.cpp
* Issue #1053 - Remove android support from netwerkMatt A. Tobin2020-02-22-1404/+16
|
* Issue #1053 - Remove android support from storage/mozStorageConnection.cppMatt A. Tobin2020-02-22-5/+1
|
* Issue #1053 - Remove android support from uriloaderMatt A. Tobin2020-02-22-927/+2
|
* Issue #1053 - Remove android support from xpcom/threads/nsThread.cppMatt A. Tobin2020-02-22-1/+1
| | | | Forgot to save..
* Issue #1053 - Remove android support from XPCOMMatt A. Tobin2020-02-22-476/+27
|
* Remove redundant moz.build from db/Matt A. Tobin2020-02-22-11/+0
|
* Reclassify heapsnapshot and nsJSInspector as not part of devtoolsMatt A. Tobin2020-02-22-15/+19
| | | | This resolves Issue #316
* Set module default identification properly.wolfbeast2020-02-21-5/+5
|
* Remove gtest reference to non-existing path of removed componentwolfbeast2020-02-21-5/+0
|
* [gfx] Put Skia-specific CTOR init behind Skia-conditional.wolfbeast2020-02-21-0/+2
|
* Merge branch '316'wolfbeast2020-02-21-0/+15
|\
| * Issue #316 - Make sure MOZ_DEVTOOLS_SERVER is passed down to js.wolfbeast2020-02-21-0/+15
| |
* | Issue #1053 - Remove android support from NPAPIMatt A. Tobin2020-02-20-3639/+14
| |
* | Issue #1053 - Remove conditional android code from widget/Matt A. Tobin2020-02-20-416/+12
| |
* | Issue #1053 - Remove Android Widget Toolkit specific filesMatt A. Tobin2020-02-20-24492/+0
| |
* | Issue #439 - Remove tests from widget/Matt A. Tobin2020-02-20-23742/+8
| |
* | Merge pull request #1458 from MoonchildProductions/316Moonchild2020-02-20-1/+33
|\| | | | | Fix buildability of builds without devtools-server
| * Issue #316 - Be more gentle with the CC and nursery.wolfbeast2020-02-20-11/+7
| |
| * Issue #316 - Pre-process Performance.webidlwolfbeast2020-02-20-1/+1
| |
| * Issue #316 - Make the memory GC performance object conditional (WIP)wolfbeast2020-02-20-0/+36
| | | | | | | | | | This was only added for GCubench and likely interfering with building without devtools-server.
* | Issue #1457 - Unfold sqlite3 from nssMatt A. Tobin2020-02-20-57/+21
|/
* Issue #1383 - Remove "Copy raw data to clipboard" buttonwolfbeast2020-02-20-47/+0
| | | | This resolves #1383
* Merge pull request #1455 from JustOff/issue1445_details_urlMoonchild2020-02-19-0/+10
|\ | | | | Add a link to details on using Firefox extensions in Pale Moon
| * Issue #1445 - Add a link to details on using Firefox extensions in Pale MoonJustOff2020-02-19-0/+10
| |
* | Issue #1454 - Add MOZ_PKG_SPECIAL to UpdateUtilsMatt A. Tobin2020-02-19-0/+5
|/
* Merge pull request #1452 from JustOff/Issue1445_cleanupMoonchild2020-02-19-4/+1
|\ | | | | Issue #1445 - strings cleanup
| * Issue #1445 - strings cleanupJustOff2020-02-19-4/+1
|/
* Issue #1445 - remove redundant nativeIndicatorwolfbeast2020-02-19-21/+0
| | | | This resolves #1445
* Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on ↵Matt A. Tobin2020-02-17-3/+0
| | | | Windows in UpdateUtils.jsm
* Issue #1445 - Use the detailed string also in the list entries.wolfbeast2020-02-17-1/+1
|
* Issue #1446 - Only match extension add-on types for target applications.wolfbeast2020-02-17-6/+9
| | | | This resolves #1446
* Merge pull request #1447 from win7-7/optimization-4-prMoonchild2020-02-17-152/+106
|\ | | | | Speed up nsTableColFrame::GetColIndex
| * Issue #1355 - Make nsTableCellFrame::GetColIndex/GetRowIndex fasterwin7-72020-02-16-152/+106
| | | | | | | | We can devirtualize it, remove some branches.
* | Issue #1446 - Only allow extension add-on types for Firefox compat mode.wolfbeast2020-02-17-2/+2
| |
* | Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-02-16-3/+51
| | | | | | | | This resolves #1445.
* | [CSS] Only emit non-GC chrome wrapped XUL box warnings in debug builds.wolfbeast2020-02-14-0/+2
| |
* | Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.wolfbeast2020-02-14-34/+39
| | | | | | | | | | | | This adds an addition to the environment set up for child processes (plugin container) so that it may still be able to pass the omni parameters there as-needed.
* | Revert "Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var."wolfbeast2020-02-14-38/+34
| | | | | | | | This reverts commit 2bdbca39b210e3f13ae42ccae36935d30b36eb31.
* | [IndexedDB] Ensure that strong references to newly created cursors areSimon Giesecke2020-02-14-2/+4
| | | | | | | | | | | | | | kept until the DOM Binding is created. This fixes random crashes on websites that use IndexedDB cursors. See also BZ bug 1599420
* | [Parser] Move setting context to null to the correct location.Henri Sivonen2020-02-14-4/+4
| |