summaryrefslogtreecommitdiff
path: root/layout/base
Commit message (Expand)AuthorAge
* Split border and caret width rounding.Pale Moon2018-01-09
* Change unspecced behavior of button contents.Pale Moon2017-12-23
* Merge pull request #1521 from janekptacijarabaci/html_details-summary_improve...Moonchild2017-12-05
|\
| * Bug 1297835 - figure out why we're reframing scrollcornersjanekptacijarabaci2017-12-01
* | HTML - details/summary - debug mode - assertion failure: !summary || !summary...janekptacijarabaci2017-12-01
|/
* HTML - details/summary - lists (the "Second item" will be displayed as "3. Se...janekptacijarabaci2017-11-28
* Merge pull request #1506 from MoonchildProductions/Bug1299753Moonchild2017-11-26
|\
| * Reuse ConstructScrollableBlock to build scrollable DetailsFrame.Pale Moon2017-11-25
| * Create block formatting context for DetailsFrame if needed.Pale Moon2017-11-24
| * Use NS_NewBlockFormattingContext() in ConstructFieldSetFrame().Pale Moon2017-11-24
* | CSS - box-decoration-break:clone on block overflow container makes it draw a ...janekptacijarabaci2017-11-24
|/
* Remove display: contents pseudo frames.Pale Moon2017-11-21
* Broken selection system inside of a nested contenteditable elementjanekptacijarabaci2017-10-29
* [UXP task] layout\base\nsLayoutUtils.cppjanekptacijarabaci2017-10-07
* Check if we should exit high precision timer mode after all requestAnimationF...Pale Moon2017-09-10
* JS - DOM - Don't allow onbeforeunload dialog unless I have interacted with th...janekptacijarabaci2017-08-05
* Make the '-moz-windows-accent-color-applies' media query live to Windows 10 s...Pale Moon2017-07-13
* Mouse cursor only shows part of the dragged selectionjanekptacijarabaci2017-07-10
* GitHub - Total freeze when dragging selected textjanekptacijarabaci2017-07-10
* DOM - implement selection events (rename mApplyUserSelectStyle)janekptacijarabaci2017-07-05
* Merge branch 'master' of https://github.com/MoonchildProductions/Pale-MoonPale Moon2017-06-22
|\
| * HTML - picture - does not react to resize/viewport changesjanekptacijarabaci2017-06-22
* | Ensure ContentViewer listeners are handled only when needed.Pale Moon2017-06-22
|/
* Do not run ScriptRunner in the intermediate state before destroying PreShell,...Pale Moon2017-06-21
* Crash fix in print preview on some sites.Pale Moon2017-05-19
* Canvas - CanvasRenderingContext2D.drawImage can throw 0x80040111 (NS_ERROR_NO...janekptacijarabaci2017-05-19
* Follow-up for #452: rename pre-text string ID.Pale Moon2017-05-17
* Allow sites to provide custom dialog text to page-unload dialogs.Pale Moon2017-05-17
* CSS: text-align: true -> text-align: unsafe; sizing problems with some form f...janekptacijarabaci2017-04-27
* HTML - support for elements: <details> and <summary> (follow up)janekptacijarabaci2017-04-19
* HTML - support for elements: <details> and <summary> (basic)janekptacijarabaci2017-04-13
* Prevent performance pitfalls for SMIL/CSS animations on display:none elements.Pale Moon2017-04-08
* Make ClipEdges aware of vertical writing modePale Moon2017-04-03
* Bug 1117227 part 5 - Render ellipsis in correct orientation.Xidorn Quan2017-04-03
* Drain overflow lines before ResolveBidi.Pale Moon2017-03-14
* Canvas (follow up)janekptacijarabaci2017-03-09
* Scope local presshell variable in less error-prone way.Pale Moon2017-02-01
* CSS: Percentage max-width does not seem to affect contributions to intrinsic ...janekptacijarabaci2016-12-25
* Enforce the invariant that every display item class has a different display i...Timothy Nikkel2016-09-23
* Propagate the mParentFrame from the nested GetInsertionPrevSibling call -- it...Pale Moon2016-09-23
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
* Revert "Make refcounting of Cycle-Collectable objects faster and more straigh...Pale Moon2016-03-31
* Revert "Reinstate static initializers for CC-able objects."Pale Moon2016-03-31
* Reinstate static initializers for CC-able objects.Pale Moon2016-03-14
* Make refcounting of Cycle-Collectable objects faster and more straightforward...Pale Moon2016-03-14
* CSS gradients: prevent a potential infinite loop.Pale Moon2016-02-01
* Clarify comment even more.Pale Moon2016-01-24
* Clarify comment for linear gradient transparent stops.Pale Moon2016-01-24
* Adjust gradients for 'transparent' part 2: move the insertion of stops to aft...Pale Moon2016-01-22
* Adjust gradients for 'transparent' part 1: basic approach.Pale Moon2016-01-22