index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
layout
/
generic
Commit message (
Expand
)
Author
Age
Lines
*
Merge pull request #1576 from win7-7/1379306-pr
Moonchild
2020-06-04
-2
/
+2
|
\
|
*
issue #1575 - Fix the wrong position when we calculate the position for posit...
win7-7
2020-06-02
-2
/
+2
*
|
Issue #1525 - Kill marquee element
Moonchild
2020-06-01
-332
/
+0
|
/
*
Revert "Merge pull request #1357 from athenian200/form-disabled-issue"
athenian200
2020-05-20
-18
/
+0
*
Issue #1543 - Follow-up: avoid displaying the Alt text if an image is loading.
Moonchild
2020-05-12
-17
/
+9
*
Issue #1543 - Align <img> with no src to the updated spec.
Moonchild
2020-05-11
-55
/
+59
*
Issue #1355 - Fix the nit, remove nsPoint offset in nsFrame.cpp and change P...
win7-7
2020-05-10
-2
/
+1
*
Issue #1355 - Better way to create display items for column backgrounds
win7-7
2020-05-08
-4
/
+40
*
Issue #1355 - Avoid unnecessary work in nsIFrame::BuildDisplayListForStacking...
win7-7
2020-05-08
-47
/
+53
*
Issue #1355 - Preemptively fix build bustage for 1409114
win7-7
2020-05-08
-8
/
+8
*
Issue #1355 - Store the dirty rect on the display list builder rather than pa...
win7-7
2020-05-08
-192
/
+146
*
Issue #80 - Resolve issues with compiling on insane gcc configurations with n...
Moonchild
2020-05-01
-1
/
+1
*
Issue #80 - De-unify layout/PITA... I mean layout/generic
Moonchild
2020-04-29
-8
/
+21
*
Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]
Matt A. Tobin
2020-04-17
-0
/
+16
*
Bug 1381134 - Ensure we're using the correct frame for the :after/:before ref...
Matt A. Tobin
2020-04-17
-0
/
+92
*
Bug 1377978 - Make nsRange use uint32_t to offset
Matt A. Tobin
2020-04-17
-7
/
+13
*
Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the element
Matt A. Tobin
2020-04-17
-0
/
+15
*
Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store th...
Matt A. Tobin
2020-04-17
-45
/
+37
*
Bug 1367683 - Optimize initializing nsRange
Matt A. Tobin
2020-04-17
-54
/
+31
*
Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyle
Matt A. Tobin
2020-04-17
-13
/
+6
*
Bug 1343937 - Fix a crash in nsWrapperCache.h
Matt A. Tobin
2020-04-16
-2
/
+22
*
Bug 1340885 - Null check frame's content when searching for NAC ancestors in ...
Matt A. Tobin
2020-04-16
-1
/
+2
*
Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content w...
Matt A. Tobin
2020-04-16
-5
/
+30
*
Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFrames
Matt A. Tobin
2020-04-14
-1
/
+2
*
Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameFor
Matt A. Tobin
2020-04-14
-8
/
+0
*
Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when tr...
Matt A. Tobin
2020-04-14
-1
/
+3
*
Issue #1512 - Improve handling of multiple selections.
wolfbeast
2020-04-12
-1
/
+1
*
[layout] Always move descendants of layout frames if moved.
wolfbeast
2020-04-10
-0
/
+2
*
Issue #1511 - Bail on orphan situation.
wolfbeast
2020-04-10
-0
/
+4
*
Issue #1485 - Fix incorrect grid cell sizing to min/max space.
wolfbeast
2020-03-13
-29
/
+29
*
Issue #1480 - Skip abspos, fixed, float and placeholders for outline.
wolfbeast
2020-03-11
-2
/
+12
*
Revert "Issue #1355 - Better way to create display items for column backgrounds"
wolfbeast
2020-02-26
-320
/
+258
*
Issue #1355 - Better way to create display items for column backgrounds
win7-7
2020-02-25
-258
/
+320
*
Issue #1355 - Make nsTableCellFrame::GetColIndex/GetRowIndex faster
win7-7
2020-02-16
-12
/
+10
*
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into for...
athenian200
2020-01-27
-14
/
+12
|
\
|
*
Bug 1271549 - Remove details and summary preference.
Gaming4JC
2020-01-26
-14
/
+12
*
|
Issue #1356 - Remove -moz-user-input disabled to improve event handling.
athenian200
2020-01-16
-0
/
+18
|
/
*
Issue #1328 - Part 3: Add fuzz to reftests and fix misc other tests.
Chris Peterson
2019-12-18
-1
/
+1
*
Check if we're already at the end of the frame's content.
Jonathan Kew
2019-12-06
-1
/
+2
*
Remove unnecessary calls to ReparentFloatsForInlineChild in
Mats Palmgren
2019-11-29
-45
/
+10
*
Simplify the overflow child frame reparenting in
Mats Palmgren
2019-11-29
-7
/
+2
*
Issue #146 - Part 6: Allow `position: sticky` on table elements.
wolfbeast
2019-11-03
-5
/
+2
*
Issue #146 - Part 5: Treat table row groups as containing blocks.
wolfbeast
2019-11-03
-0
/
+11
*
Issue #1230 - Part 1: Fix Back-computing percentages for intrinsic sizing in ...
Gaming4JC
2019-09-28
-233
/
+93
*
Issue #1233 - Part 2: Update Reftests
Gaming4JC
2019-09-28
-4
/
+3292
*
Issue #1233 - Part 1: Fix grid overflow and rendering issues by improving Lay...
Gaming4JC
2019-09-28
-278
/
+383
*
Fix comments for Frameproperties
win7-7
2019-07-12
-1
/
+1
*
Iterate the frame property list once to collect which child list properties w...
win7-7
2019-07-08
-36
/
+53
*
Attach FrameProperties to each frame instead of using a shared hashtable
win7-7
2019-06-26
-321
/
+353
*
Remove 18 yo OS/2 and AIX bustage workaround.
wolfbeast
2019-03-31
-19
/
+73
[next]