source: webkit/trunk/Source/WebCore/rendering/RenderFrameSet.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @294699   3 years zalan RenderObject::containerForRepaint should be able to tell if a full …
(edit) @264565   5 years weinig Remove final vestigates of SimpleColor …
(edit) @262377   5 years weinig Extended Color: Replace Color constructors taking numeric values with …
(edit) @259990   5 years darin Fix a few mispellings of descendant and propagation …
(edit) @251680   6 years zalan Hidden framesets should provide default edgeInfo value …
(edit) @239645   6 years zalan [iOS] ERROR: post-layout: dirty renderer(s) in …
(edit) @238359   7 years ross.kirsling Remove superfluous LayoutUnit initializations …
(edit) @237266   7 years ap Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) …
(edit) @234619   7 years achristensen Use enum classes and OptionSets for PaintPhase and PaintBehavior …
(edit) @231082   7 years simon.fraser Implement rendering support for the color-filter CSS property …
(edit) @224537   8 years fpizlo bmalloc should support strictly type-segregated isolated heaps …
(edit) @223728   8 years dbates Use "= default" to denote default constructor or destructor …
(edit) @223432   8 years weinig [Settings] Remove all custom code from Settings.h/cpp …
(edit) @223169   8 years fred.wang [iOS] Do not flatten frames when async frame scrolling is enabled …
(edit) @218480   8 years commit-queue Add heuristic to avoid flattening "fullscreen" iframes …
(edit) @210768   8 years zalan Renderers should have a simple way to access Settings. …
(edit) @208172   9 years zalan LayoutTests/fast/frames/invalid-frameset.html is not clean by the end …
(edit) @207265   9 years dino Add preliminary support for extended colors to WebCore::Color …
(edit) @206538   9 years dino Use Color references where possible …
(edit) @205249   9 years akling DOM event handling should pass Event around by reference. …
(edit) @200041   9 years antti Inline RenderStyle into RenderElement …
(edit) @199964   9 years antti RenderStyle should not be reference counted …
(edit) @194496   9 years aestes Replace WTF::move with WTFMove …
(edit) @192140   10 years simon.fraser Remove ColorSpace argument to all the drawing calls …
(edit) @189144   10 years mmaxfield Migrate GraphicsContexts from pointers to references …
(edit) @184055   10 years commit-queue Rename Length::isPercent() and Length::isPercentNotCalculated(). …
(edit) @177259   10 years akling Replace PassRef with Ref/Ref&& across the board. …
(edit) @174686   11 years cdumez Use is<>() / downcast<>() for RenderFrame / RenderFrameSet …
(edit) @174619   11 years cdumez Use is<>() / downcast<>() for RenderElement …
(edit) @173893   11 years cdumez Use downcast<HTML*Element>() instead of toHTML*Element() …
(edit) @173047   11 years zalan Subpixel layout: Rename LayoutRect's device pixel snapping functions. …
(edit) @170774   11 years dbates Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
(edit) @165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
(edit) @160598   11 years weinig CTTE: Convert Element and RenderObject iterator usage to use …
(edit) @160236   11 years dbates [iOS] Upstream WebCore/rendering changes …
(edit) @158561   12 years akling Add an ancestor renderer iterator. <https://webkit.org/b/123718> Add …
(edit) @158163   12 years akling RenderElement::style() should return a reference. …
(edit) @158097   12 years akling Renderers should receive their style at construction. …
(edit) @157971   12 years andersca Stop bringing in the std namespace …
(edit) @157509   12 years akling RenderElement::isChildAllowed() should take const references. …
(edit) @157408   12 years akling Pass Document directly to anonymous renderer constructors. …
(edit) @157388   12 years akling Use RenderElement instead of RenderObject in more places. …
(edit) @157011   12 years antti Move paint() to RenderElement …
(edit) @156954   12 years commit-queue Unreviewed, rolling out r156952. …
(edit) @156952   12 years antti Move paint() to RenderElement …
(edit) @156876   12 years antti Move setting of some layout bits to RenderElement …
(edit) @156822   12 years commit-queue Unreviewed, rolling out r156816. …
(edit) @156816   12 years antti Move setting of some layout bits to RenderElement …
(edit) @156738   12 years antti Make tests for renderer base types non-virtual …
(edit) @156155   12 years akling Optimize fetching the Node for never-anonymous renderers. …
(edit) @155821   12 years akling CTTE: RenderFrameSet is never anonymous. <https://webkit.org/b/121396> …
(edit) @155374   12 years antti Hide node() below RenderLayerModelObject, use element() instead …
(edit) @154580   12 years akling RenderObject::document() should return a reference. …
(edit) @154554   12 years akling RenderObject::frame() should return a reference. …
(edit) @154546   12 years akling RenderObject::view() should return a reference. …
(edit) @154326   12 years antti <https://webkit.org/b/120025> REGRESSION (r154254): …
(edit) @154219   12 years akling <https://webkit.org/b/119903> Make Settings ref-counted (and let Frame …
(edit) @154178   12 years akling <https://webkit.org/b/119866> Frame::eventHandler() should return a …
(edit) @148921   12 years benjamin Remove the memory instrumentation code …
(edit) @148536   12 years andersca Remove unneeded headers from ScriptExecutionContext.h …
(edit) @147645   12 years eae Source/WebCore: Change RenderFrameSet::computeEdgeInfo to use …
(edit) @146056   12 years allan.jensen Clean up RenderFrameSet::nodeAtPoint …
(edit) @142539   12 years eae Change RenderFrameSet::paint to use m-rows/m_cols directly. …
(edit) @141570   12 years loislo Web Inspector: Native Memory Instrumentation: provide edge names to …
(edit) @137847   12 years leviw Push pixel snapping logic into TransformState …
(edit) @137217   12 years simon.fraser Fix frame border painting in tiled drawing mode …
(edit) @137169   12 years loislo Web Inspector: Native Memory Instrumentation: instrument RenderBox …
(edit) @131938   13 years mark.lam Added WTF::StackStats mechanism. …
(edit) @131111   13 years leviw [Sub pixel layout] Fast-path iframe scrolling can picks up an extra …
(edit) @130824   13 years commit-queue Unreviewed, rolling out r130811 and r130821. …
(edit) @130811   13 years leviw [Sub pixel layout] Fast-path iframe scrolling can picks up an extra …
(edit) @126859   13 years allan.jensen Rename HitTestPoint and pointInContainer …
(edit) @120824   13 years commit-queue Use HitTestPoint instead of LayoutPoint for nodeAtPoint. …
(edit) @116978   13 years commit-queue Patch by Swapna P <[email protected]> on 2012-05-14 Reviewed …
(edit) @116496   13 years mario Coding style issues present in RenderFrameSet.cpp …
(edit) @114537   13 years eae Use explicit casts for size_t to unsigned conversion …
(edit) @114079   13 years leviw Prepare functions in LengthFunctions.h for LayoutUnits …
(edit) @111126   13 years commit-queue move calc*Value functions out from Length (and platform) …
(edit) @107889   13 years eae Convert RenderFrameSet to LayoutUnits in preparation for turning on …
(edit) @107461   13 years leviw Add pixelSnappedIntRect method …
(edit) @107296   13 years leviw Add roundedIntPoint method for LayoutPoints …
(edit) @107009   13 years leviw Update LayoutUnit usage in ColumnInfo and RenderFrameSet …
(edit) @106554   13 years commit-queue Source/WebCore: Update active and hover state on touch release. …
(edit) @104552   13 years commit-queue Add NULL checks to setting access obtained on frame and document. …
(edit) @96566   14 years darin Change cursor to hand over missing plug-in message …
(edit) @96385   14 years fsamuel Fixed Hit testing on Framesets when Frameset is transformed …
(edit) @93287   14 years fsamuel iframe and frameset scaling is broken …
(edit) @90515   14 years eae 2011-07-06 Emil A Eklund <[email protected]> Reviewed by …
(edit) @90302   14 years leviw 2011-07-01 Levi Weintraub <[email protected]> Switch …
(edit) @90048   14 years leviw 2011-06-29 Levi Weintraub <[email protected]> Reviewed by …
(edit) @88319   14 years eae 2011-06-07 Emil A Eklund <[email protected]> Reviewed by …
(edit) @88250   14 years leviw 2011-06-07 Levi Weintraub <[email protected]> Reviewed by …
(edit) @86705   14 years eae 2011-05-17 Emil A Eklund <[email protected]> Reviewed by …
(edit) @86395   14 years eae 2011-05-12 Emil A Eklund <[email protected]> Reviewed by …
(edit) @86390   14 years dbates 2011-05-12 Daniel Bates <[email protected]> Reviewed by Adele …
(edit) @82747   14 years abarth 2011-04-01 Sheriff Bot <[email protected]> …
(edit) @82712   14 years dbates 2011-04-01 Daniel Bates <[email protected]> Reviewed by Darin …
(edit) @77286   14 years hyatt https://bugs.webkit.org/show_bug.cgi?id=53520 Reviewed by …
(edit) @75837   14 years tonyg 2011-01-14 Tony Gentilcore <[email protected]> Reviewed by …
(copy) @75314   14 years abarth Move WebCore into Source
Note: See TracRevisionLog for help on using the revision log.