Timothy Nikkel
|
b2533d0dc1
|
Bug 714346. Part 2. When we create the display clip item that contains a subdocument we use the prescontext of the child document to snap the clip's bounds. This is wrong when the parent and child documents don't have the same app units per dev pixel ratio. Leave the presshell before creating the clip item. r=mats
|
2012-02-28 23:53:52 -06:00 |
|
Timothy Nikkel
|
7465ab46a9
|
Bug 714346. Part 1. Make some code stop checking useless return values because it makes the control flow more complicated then needed. r=mats
|
2012-02-28 23:53:37 -06:00 |
|
Robert O'Callahan
|
d72e514bba
|
Bug 699351. Part 3: Fix clipping to subdocument to not use subdocument root view bounds. r=tnikkel
|
2011-12-06 01:39:43 +13:00 |
|
Robert O'Callahan
|
854ef91454
|
Bug 699351. Add nsIFrameLoader::clipSubdocument API to allow XUL <iframe> and <browser> to not clip the subdocument. r=tnikkel,sr=bzbarsky
|
2011-12-06 01:38:46 +13:00 |
|
Brad Lassey
|
8d2f605b6d
|
Bug 687972 - backing out changesets b17ab862bbc1 and a6db0c6c94a3 r=orange
|
2011-11-30 22:59:00 -05:00 |
|
Robert O'Callahan
|
a86c192475
|
Bug 699351. Add nsIFrameLoader::clipSubdocument API to allow XUL <iframe> and <browser> to not clip the subdocument. r=tnikkel,sr=bzbarsky
|
2011-11-30 21:14:26 -05:00 |
|
Neil Deakin
|
e40bc148fb
|
Bug 703260, part 1, remove view from eventstatemanager and presshell event handling, r=smaug,sr=roc
|
2011-11-21 12:53:20 -05:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Ms2ger
|
cd715d9c9b
|
Bug 540433 - Remove nsIDocumentViewer; r=smaug
|
2011-10-15 09:33:26 +02:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Mats Palmgren
|
6894179e71
|
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
Remove the nsIAtom* child list names and use child list ID enum instead.
|
2011-08-24 22:54:30 +02:00 |
|
Mats Palmgren
|
f06792a6ef
|
Bug 653649 - New way of getting child lists from frames. (part 3/5) r=roc
Update GetAdditionalChildListName consumers to use the new
child list iterator instead.
|
2011-08-24 22:54:29 +02:00 |
|
Ms2ger
|
9414376b01
|
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
|
2011-08-11 15:29:50 +02:00 |
|
Benjamin Stover
|
4d6860feb1
|
Bug 658076 nsSubDocumentFrame uses content to get docshell r=bz
|
2011-06-08 09:04:16 -07:00 |
|
Ed Morley
|
9e71e5b9ac
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Ms2ger
|
35e44f908f
|
Bug 659113 - Remove nsIDOMNSHTMLDocument; r=bz
|
2011-05-28 09:43:57 +02:00 |
|
Bobby Holley
|
3fa8eba250
|
Bug 653930 - Setting marginWidth and marginHeight on an iframe should trigger a reflow.r=bz
|
2011-05-13 10:41:00 -07:00 |
|
Jim Mathies
|
9b7daaeb53
|
Bug 633282 - manual backout of 'fixup UpdatePossiblyTransparentRegion v.3' in bug 622328 due to merge conflicts. r=tn
|
2011-05-13 11:40:46 -05:00 |
|
Timothy Nikkel
|
d2660233c6
|
Bug 646799. Clip the contents of iframes to border-radius. r=roc
|
2011-04-22 01:15:44 +02:00 |
|
Zack Weinberg
|
dd67585463
|
Bug 651017, part 5: mechanical changes.
--HG--
extra : rebase_source : 8bbdf48488736b51d05e734e2e9316c1460cfed5
|
2011-04-16 18:22:44 -07:00 |
|
Jonathan Watt
|
ab5a30f802
|
Bug 649726 - Move nsHTMLContainerFrame static view methods to nsContainerFrame. r=bz.
|
2011-04-19 12:55:11 +01:00 |
|
Zack Weinberg
|
f5a0843ac7
|
Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 92660748436f03475e011184e2828f1db0ad63e0
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
5ef6bf26cf
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
|
Matheus Kerschbaum
|
93480c6366
|
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
|
2011-04-02 19:14:00 -07:00 |
|
Robert O'Callahan
|
8fd77f670c
|
Bug 617539. Remove nsIPresShell_MOZILLA_2_0_BRANCH(2). r=tnikkel
|
2011-04-01 10:33:46 +13:00 |
|
Benjamin Stover
|
e9b77710b0
|
Bug 618975 Pan overflow elements in parent process r=cjones r=tn sr=roc a=blocking-fennec
|
2011-03-15 16:20:19 -07:00 |
|
Doug Turner
|
eff01baa10
|
Backing out 99f6b3acc464 (bug 618975). Bug This caused a reftest crash. a=bustage
|
2011-03-08 22:02:50 -08:00 |
|
Benjamin Stover
|
6fd6388bc0
|
Bug 618975 Pan overflow elements in parent process r=cjones r=tn sr=roc a=blocking-fennec
|
2011-03-08 21:28:18 -08:00 |
|
Patrick Walton
|
5c3bd5f865
|
Bug 630891 - Don't repaint nsSubDocumentFrames when they move. r=roc a=roc
|
2011-02-02 13:53:53 -08:00 |
|
Alexander Surkov
|
f1d1126c15
|
Bug 628922 - layout should use cached nsIAccessibilityService, r=davidb, sr=roc, a=roc
|
2011-01-28 12:38:14 +08:00 |
|
Timothy Nikkel
|
0123cc0fff
|
Bug 622328 - Always make sure the area of the root content document is considered opaque. r=roc, a=blocking.
|
2011-01-27 16:58:50 -06:00 |
|
Neil Deakin
|
fee5806e2b
|
Bug 489303, show resizer when statusbar is hidden, r=roc,gavin a=blocking
|
2011-01-17 09:35:32 -05:00 |
|
Benjamin Stover
|
822ae4d1f4
|
Bug 605618 Part 5: Support displayport for iframes r=tn sr=roc
|
2011-01-13 09:45:14 -08:00 |
|
Benjamin Stover
|
ea6d5f4b39
|
Bug 605618 Part 2: Infrastructure for building shadow display list r=tn sr=roc
|
2011-01-13 09:45:14 -08:00 |
|
Gavin Sharp
|
82f380c4da
|
Back out 0ab0603bea99 (bug 489303) due to suspected Txul regression, a=backout
|
2010-12-25 14:55:35 -05:00 |
|
Neil Deakin
|
49b5659acf
|
Bug 489303 - No resizer since the statusbar is gone, r=gavin+roc, a=b
|
2010-12-21 13:19:00 -08:00 |
|
Mats Palmgren
|
ca0de9ad07
|
Bug 589635 - null check the docshell parent before using it. r+a=roc
|
2010-12-08 03:20:56 +01:00 |
|
Boris Zbarsky
|
42a467ee70
|
Bug 616394. Make sure to set mPostedReflowCallback to false even if we have no frameloader when the callback happens. r=roc, a=blocker
|
2010-12-03 22:44:00 -05:00 |
|
Mats Palmgren
|
a8e03cc0ca
|
Bug 559705 - "ASSERTION: Subdoc frames must have an inner view too". r=roc a2.0=roc
|
2010-09-18 13:28:50 +02:00 |
|
Mats Palmgren
|
48db0466a9
|
Bug 449734 part 3 - Update nsThebesDeviceContext::mWidget. r=roc a=blocking2.0:betaN
|
2010-09-18 13:28:50 +02:00 |
|
Mats Palmgren
|
698eb966cf
|
Bug 449734 part 1 - Preserve presentation when dragging a tab between browser windows. r=roc a=blocking2.0:betaN
|
2010-09-18 13:28:49 +02:00 |
|
Chris Jones
|
ee72f210ea
|
Merge m-c --> cedar
|
2010-09-13 19:24:09 -05:00 |
|
Oleg Romashin
|
137fc0d394
|
Bug 595577 - Cedar is busted after merging with m-c, (Bug 459144) conflict. r=dbaron
|
2010-09-11 19:22:33 -07:00 |
|
Oleg Romashin
|
497f2db326
|
Merge with mozilla central 2779c55431a4, no conflicts
|
2010-09-10 22:32:25 -07:00 |
|
L. David Baron
|
cec33102e4
|
Remove unneeded nsDisplayClip::mClippingFrame. (Bug 459144, patch 11) r=roc a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
Timothy Nikkel
|
9e47257ea3
|
Bug 593286. Use the frame/view system to determine parent documents, not the docshell because the docshell hierarchy doesn't stay intact during page tranisition. r=roc a=blocking final
|
2010-09-11 13:24:50 -05:00 |
|
Timothy Nikkel
|
64df346e92
|
Bug 593892. Draw the previous page if the new page is suppressed. r=roc a=roc
|
2010-09-11 13:24:49 -05:00 |
|
Chris Jones
|
6c7c82837a
|
Bug 590294, part -1: Clip <browser> shadow layers properly. r=tn
|
2010-09-03 15:10:45 -05:00 |
|
Chris Jones
|
7b7af2c67c
|
Merge m-c --> cedar
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
|
2010-08-31 02:29:31 -05:00 |
|
Robert O'Callahan
|
c7acef03ff
|
Bug 579323. Part 1.8: Rename InvalidateOverflowRect to InvalidateFrameSubtree. r=tnikkel
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
extra : rebase_source : f7bd38670a03e8a7f3f8c40838af114be79b06f1
|
2010-08-31 12:49:12 +12:00 |
|