Zack Weinberg
|
3e3bff664d
|
Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
8774547613
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
|
2011-04-07 18:04:40 -07:00 |
|
Robert O'Callahan
|
0073b2559b
|
Backed out changeset 082a9df5c6f7
|
2011-04-11 09:39:49 -07:00 |
|
Robert O'Callahan
|
3a72a1d8ce
|
Bug 279629. Allow scrolling to anchors to use smooth scrolling. r=mats
|
2011-04-11 08:44:09 -07:00 |
|
Robert O'Callahan
|
6031595cc7
|
Bug 617539. Remove nsIPresShell_MOZILLA_2_0_BRANCH(2). r=tnikkel
|
2011-04-01 10:33:46 +13:00 |
|
Benjamin Stover
|
b5ddf84f48
|
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
|
80caa5bb4e
|
Backing out 99f6b3acc464 (bug 618975). Bug This caused a reftest crash. a=bustage
|
2011-03-08 22:02:50 -08:00 |
|
Benjamin Stover
|
f43a11bf76
|
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 |
|
Jonas Sicking
|
f1d84019cc
|
Bug 583889: Prevent scrolling from leaking information. r=dbaron a=blocker
|
2011-02-10 23:46:59 -08:00 |
|
Alexander Surkov
|
5d41370232
|
Bug 628922 - layout should use cached nsIAccessibilityService, r=davidb, sr=roc, a=roc
|
2011-01-28 12:38:14 +08:00 |
|
Timothy Nikkel
|
2da53a1250
|
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 |
|
Mihai Sucan
|
7a51514d3a
|
Bug 621271 remove non-ASCII character from comment of nsIPressShell.h and nsPresShell.cpp r=masayuki, a=comment-only
|
2011-01-21 11:57:18 +09:00 |
|
Alexander Surkov
|
13797c29f5
|
Bug 498015 - update accessible tree on content insertion after layout, r=davidb, sr=bz, a=blockingBetaN
|
2011-01-18 16:03:38 +08:00 |
|
Wes Johnston
|
9a33bc1384
|
Bug 602580 - Return CSSViewport from innerWidth and innerHeight. r=tn, sr=dbaron, a=blocking-fennec
|
2010-12-21 14:35:09 -08:00 |
|
Mike Hommey
|
6fa0680604
|
Bug 569629 - Initialize nsIPresShell::gCaptureInfo without a constructor. r=roc,a=bsmedberg
|
2010-11-07 09:25:39 +01:00 |
|
Mihai Sucan
|
034f3ab85d
|
Bug 601352 - Console does not scroll expression result into view, r+a=roc
|
2010-10-28 13:01:37 -03:00 |
|
Mats Palmgren
|
041d7b962d
|
Null-check the root pres context before using it. b=599341 r=roc a=dbaron
|
2010-10-27 16:19:01 +02:00 |
|
Alexander Surkov
|
a1c156514e
|
Bug 570275 - rework accessible tree update code, r=marcoz, davidb, bz, a=blocking
|
2010-10-21 13:16:10 +09:00 |
|
Chris Jones
|
f21d6fb443
|
Bug 596969: Allow a document's CSS viewport to be permanently overridden by chrome script. sr=dbaron a=blocking-fennec
|
2010-09-24 17:41:31 -05:00 |
|
Chris Jones
|
8d9f4e0d32
|
Fix hunk lost in merge.
|
2010-09-13 19:51:52 -05:00 |
|
Chris Jones
|
70a1b8b3ce
|
Bug 590294, part 6: Add a window.setResolution(xres, yres) API to control the number of backing pixels allocated to scalable content. r=roc sr=dbaron
|
2010-09-03 15:10:46 -05:00 |
|
Chris Jones
|
8e9ba51327
|
Bug 590294, part 5: Add a setDisplayPort() API to allow the frontend (or whatever else) to set an arbitrary visible region for the purposes of invalidation and layer retaining. r=roc sr=dbaron
|
2010-09-03 15:10:46 -05:00 |
|
Chris Jones
|
1b5ef66463
|
Bug 590294, part 4: IGNORE_VIEWPORT_SCROLLING currently implies interpreting the visible region as being relative to document space. Displayport rendering wants everything IGNORE_VIEWPORT_SCROLLING implies, except it wants the visible region to be relative to the viewport. So, split the coordinate-space interpretation into a new flag DOCUMENT_RELATIVE, which interprets the visible region as document-relative. r=tn sr=roc
|
2010-09-03 15:10:46 -05:00 |
|
Robert O'Callahan
|
135f075a26
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
152e207725
|
Backed out changeset 7b3726c3a580
|
2010-08-19 19:04:08 -05:00 |
|
Robert O'Callahan
|
3a761f8df9
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-19 13:49:35 -05:00 |
|
Bobby Holley
|
22256d700d
|
bug 512260 - Add image tracker to nsDocument and register content images with it.r=roc,sr=dbaron,a=blocker
|
2010-08-03 20:40:29 -04:00 |
|
Neil Deakin
|
8234894767
|
Bug 551434 - Store the keydown target and retarget the keypress/keyup events when focus changes from chrome to content. r=smaug
|
2010-08-17 14:37:50 +02:00 |
|
Boris Zbarsky
|
17b4fe85b4
|
Bug 569520 part 2. Implement a mozRequestAnimationFrame/mozAnimationStartTime API. r=roc, a=joe
|
2010-08-11 17:05:28 -04:00 |
|
Boris Zbarsky
|
23c4137568
|
Bug 577607 part 2. Teach the refresh driver to flush restyles and reflow on more than one presshell. r=roc
|
2010-08-11 17:05:27 -04:00 |
|
Robert O'Callahan
|
55d2e81812
|
Backed out changeset 0c4519d63a98
|
2010-08-12 11:32:21 +12:00 |
|
Boris Zbarsky
|
8c807697b3
|
Bug 577607 part 2. Teach the refresh driver to flush restyles and reflow on more than one presshell. r=roc
|
2010-08-11 17:05:27 -04:00 |
|
Timothy Nikkel
|
b6ab71f04a
|
Bug 584617. Part 2. If we get passed an unusual backstop color we need to flush layers. r=roc a=dbaron
|
2010-08-08 13:49:07 -05:00 |
|
Timothy Nikkel
|
73fa507bc1
|
Bug 584516. With linked view manager hierarchies we need to draw the print preview background on subdocument frames as well. r=roc
|
2010-08-08 13:49:07 -05:00 |
|
Chris Jones
|
f96d155a2e
|
Bug 570620, part b: Fix a hidden header depedency and add a PresShell::GetLayerManager() helper. r=tn
|
2010-08-05 17:11:23 -05:00 |
|
Bobby Holley
|
f422bcb984
|
Bug 343515 - need API for tabbrowsers to tell docshells they're visible/hidden.r=gavin,sr=bz,a=blocker
|
2010-08-05 11:27:52 -04:00 |
|
Bobby Holley
|
ad6577523c
|
Bug 578511 - Canvas API to disable sync decoding of images.r=roc,sr=vlad
|
2010-07-26 17:20:45 -04:00 |
|
Robert O'Callahan
|
b09602c6ef
|
Bug 564991. Part 12: Refactor RenderDocument to use nsLayoutUtils::PaintFrame. r=mats
|
2010-07-16 09:07:52 +12:00 |
|
Neil Rashbrook
|
c5a7ac5e6f
|
Follow up to bug 568691 - Fix some of the static windows build bustage that is due to various dependencies in layour widget and chrome. r=roc.
|
2010-07-08 09:01:28 -07:00 |
|
Masayuki Nakano
|
c10c5b10f8
|
Bug 573689 key events lost while page is loading r=smaug, sr=roc
|
2010-07-03 15:27:09 +09:00 |
|
Boris Zbarsky
|
0a1730db7c
|
Bug 555627. Make transitions actually work correctly on :before and :after. r=dbaron
|
2010-06-30 18:54:29 -07:00 |
|
Boris Zbarsky
|
ae942f9ee5
|
Bug 563327 part 1. Expose an nsIPresShell API for refresh observers. r=roc
|
2010-06-14 16:06:49 -04:00 |
|
Ehsan Akhgari
|
74766d7096
|
Backed out changeset fee5701c664e and changeset dcfe95c71a04 to fix the mochitest-a11y crashes (bug 563327)
|
2010-06-14 18:14:30 -04:00 |
|
Boris Zbarsky
|
e24be0fcb4
|
Bug 563327 part 1. Expose an nsIPresShell API for refresh observers. r=roc
|
2010-06-14 16:06:49 -04:00 |
|
L. David Baron
|
4ec9e890b0
|
Use 64 bits for frame state. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
Timothy Nikkel
|
f658d76a6e
|
Bug 563878. Part 1b. Make nsIPresShell::RenderNode and nsIRenderingContext::SetClipRegion take an nsIntRegion. r=mats
(transplanted from d5ca465f42381d777adcc468c8fdf96942f1fcfe)
|
2010-06-05 15:29:49 -05:00 |
|
Vladimir Vukicevic
|
72a0025709
|
b=566447; add presshell memory reporter; r=bz
|
2010-05-31 19:19:35 -07:00 |
|
Boris Zbarsky
|
222e5fc7c2
|
Bug 562700 part 1. Change some nsIPresShell APIs to take Element and pass it on to the frame constructor. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Robert O'Callahan
|
fffc1d9a6f
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
|
Craig Topper
|
1e97f7aa59
|
Bug 253889: Even more nsIPresShell deCOMtamination. r=roc
|
2010-04-10 16:15:22 -04:00 |
|