Wes Johnston
|
8369fab0fe
|
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
|
9f5a586e4c
|
Bug 569629 - Initialize nsIPresShell::gCaptureInfo without a constructor. r=roc,a=bsmedberg
|
2010-11-07 09:25:39 +01:00 |
Mihai Sucan
|
ff976caf45
|
Bug 601352 - Console does not scroll expression result into view, r+a=roc
|
2010-10-28 13:01:37 -03:00 |
Mats Palmgren
|
60ae25c4e0
|
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
|
17c3b15399
|
Bug 570275 - rework accessible tree update code, r=marcoz, davidb, bz, a=blocking
|
2010-10-21 13:16:10 +09:00 |
Chris Jones
|
252664a24c
|
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
|
e96ec651a8
|
Fix hunk lost in merge.
|
2010-09-13 19:51:52 -05:00 |
Chris Jones
|
6c403ebe17
|
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
|
d93b30498d
|
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
|
085d91769e
|
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
|
43035b3d2b
|
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
|
f9ea5788e5
|
Backed out changeset 7b3726c3a580
|
2010-08-19 19:04:08 -05:00 |
Robert O'Callahan
|
36c7172c20
|
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
|
51bb96f8d1
|
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
|
0381acd0c0
|
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
|
2b46cf4152
|
Bug 569520 part 2. Implement a mozRequestAnimationFrame/mozAnimationStartTime API. r=roc, a=joe
|
2010-08-11 17:05:28 -04:00 |
Boris Zbarsky
|
06492cc193
|
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
|
8492742a01
|
Backed out changeset 0c4519d63a98
|
2010-08-12 11:32:21 +12:00 |
Boris Zbarsky
|
5dd310d75a
|
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
|
ebcb1e86ed
|
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
|
1add7843aa
|
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
|
163a702870
|
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
|
618de19a35
|
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
|
f0ccb8c0b7
|
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
|
c31d56afd5
|
Bug 564991. Part 12: Refactor RenderDocument to use nsLayoutUtils::PaintFrame. r=mats
|
2010-07-16 09:07:52 +12:00 |
Neil Rashbrook
|
e28c267f3c
|
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
|
0ee2e158a3
|
Bug 573689 key events lost while page is loading r=smaug, sr=roc
|
2010-07-03 15:27:09 +09:00 |
Boris Zbarsky
|
a48dad7a26
|
Bug 555627. Make transitions actually work correctly on :before and :after. r=dbaron
|
2010-06-30 18:54:29 -07:00 |
Boris Zbarsky
|
e38dc3c8c5
|
Bug 563327 part 1. Expose an nsIPresShell API for refresh observers. r=roc
|
2010-06-14 16:06:49 -04:00 |
Ehsan Akhgari
|
ff9d707632
|
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
|
075d271004
|
Bug 563327 part 1. Expose an nsIPresShell API for refresh observers. r=roc
|
2010-06-14 16:06:49 -04:00 |
L. David Baron
|
7a181bcd56
|
Use 64 bits for frame state. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
Timothy Nikkel
|
e8b206cab6
|
Bug 563878. Part 1b. Make nsIPresShell::RenderNode and nsIRenderingContext::SetClipRegion take an nsIntRegion. r=mats
(transplanted from d5ca465f42381d777adcc468c8fdf96942f1fcfe)
--HG--
extra : transplant_source : %D5%CAF_B8%1Dwz%DC%C4h%C8%FD%F9iB%F1%FC%FE
|
2010-06-05 15:29:49 -05:00 |
Vladimir Vukicevic
|
417085eab8
|
b=566447; add presshell memory reporter; r=bz
|
2010-05-31 19:19:35 -07:00 |
Boris Zbarsky
|
635f827fc8
|
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
|
8c03b39135
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
Craig Topper
|
f089c48c62
|
Bug 253889: Even more nsIPresShell deCOMtamination. r=roc
|
2010-04-10 16:15:22 -04:00 |
Ehren Metcalfe
|
81deb6e11f
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
Craig Topper
|
a5e0d161b2
|
Bug 253889: DeCOMtaminate nsIPresShell - Clean up unnecessary initialization in HandleEventWithTarget(). r=roc
--HG--
extra : rebase_source : 88fa8550cb112139008f04bee4ed6a0a5c7cb415
|
2010-03-31 08:50:20 -04:00 |
Craig Topper
|
14722e7bf7
|
Bug 253889: DeCOMtaminate nsIPresShell - Make GetRootFrame() nonvirtual inside gklayout. r=roc
--HG--
extra : rebase_source : 6c1572e04309bc6d0db9732f98d820595dd3ab77
|
2010-03-31 08:48:04 -04:00 |
Craig Topper
|
bae2c11028
|
Bug 253889: DeCOMtaminate nsIPresShell - Rev IID and remove NS_NewPresShell. r=roc
--HG--
extra : rebase_source : 55acb1008a92cd6c13760591c086c52ac9cb3e74
|
2010-03-31 08:47:25 -04:00 |
Craig Topper
|
4dd83b9a3b
|
Bug 253889: DeCOMtaminate nsIPresShell - Remove more NS_IMETHOD. r=roc
--HG--
extra : rebase_source : ab0c230d7be484858e03b242c76b5cc9bcfa87ae
|
2010-03-31 08:45:32 -04:00 |
Craig Topper
|
f4695cba33
|
Bug 253889: DeCOMtaminate nsIPresShell - Inline getters. r=roc
--HG--
extra : rebase_source : cdb8803dc075e72a47879c83d62e2c08cc999caf
|
2010-03-31 08:45:08 -04:00 |
Craig Topper
|
11ad752524
|
Bug 253889: DeCOMtaminate nsIPresShell - IID rev. r=roc
--HG--
extra : rebase_source : 7570b499706367da3153fb3c21abcd41aaa98349
|
2010-03-31 08:44:11 -04:00 |
Craig Topper
|
b8d93f28f3
|
Bug 253889: DeCOMtaminate nsIPresShell - IsPaintingSuppressed(). r=roc
--HG--
extra : rebase_source : 9ee8283e8bce33402893ae5316f89c9f699a1236
|
2010-03-31 08:43:49 -04:00 |
Craig Topper
|
4f88b51c54
|
Bug 253889: DeCOMtaminate nsIPresShell - IsReflowLocked(). r=roc
--HG--
extra : rebase_source : 46adf0d5ad41602276c8bcded46e7dae0f399da9
|
2010-03-31 08:43:27 -04:00 |
Craig Topper
|
c3075e7ff6
|
Bug 253889: DeCOMtaminate nsIPresShell - GetEventTarget[Frame|Content](). r=roc
--HG--
extra : rebase_source : aa059747dc2b24360fd8429fbd7fd21077ecbfa4
|
2010-03-31 08:43:01 -04:00 |
Craig Topper
|
43f14fbec3
|
Bug 253889: DeCOMtaminate nsIPresShell - Remove NS_IMETHOD. r=roc
--HG--
extra : rebase_source : dc316062106c32edc90815399708b861e3a14aa9
|
2010-03-31 08:41:54 -04:00 |
Craig Topper
|
b5f57540e7
|
Bug 253889: DeCOMtaminate nsIPresShell - GetCaret(). r=roc
--HG--
extra : rebase_source : 2a05050d8cbb10dd3bb763d5d5a158cc5f3dd814
|
2010-03-31 08:39:31 -04:00 |
Craig Topper
|
fe29c791b7
|
Bug 253889: DeCOMtaminate nsIPresShell - make some methods const. r=roc
--HG--
extra : rebase_source : 94167aa329d4021677027f6bb6b1674d278f53f5
|
2010-03-31 08:38:52 -04:00 |