Robert O'Callahan
|
6fab411807
|
Bug 559499. Don't need to put the children of nsCanvasFrame in a psuedo-stacking-context. r=mats
|
2010-06-01 11:22:50 +12:00 |
Robert O'Callahan
|
4886cf3d1c
|
Bug 564993. Fix build error, and fix Bas' review comment.
|
2010-05-24 14:25:58 +12:00 |
Robert O'Callahan
|
3c5b01221c
|
Port over part of changeset eaea9e3806a3 to FrameLayerBuilder to fix reftest failure in ogg-video/clipping-1a.html
|
2010-05-24 14:13:00 +12:00 |
Robert O'Callahan
|
b32027fed6
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
Robert O'Callahan
|
01e9dabdad
|
Backed out changeset b37bdb032fe7
|
2010-05-24 10:53:05 +12:00 |
Robert O'Callahan
|
0417d4868e
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
Timothy Nikkel
|
9b09f5a1b6
|
Bug 567292. When making asserts for lazy frame construction, if we hit a leaf frame, forgive any previous transgressions because leaf frames do their own thing. r=bzbarsky
|
2010-05-22 13:55:41 -05:00 |
Timothy Nikkel
|
af8793ced3
|
Bug 553359. Address review comments.
|
2010-05-22 13:55:41 -05:00 |
L. David Baron
|
5e4b4f2956
|
content/html/content/src line in LOCAL_INCLUDES should not be conditional on MOZ_MEDIA. (Bug 567191) r=roc
|
2010-05-21 13:17:58 -07:00 |
Robert O'Callahan
|
20c2e464f7
|
Backed out changeset efa8719a93d2
|
2010-05-21 16:34:23 +12:00 |
Robert O'Callahan
|
6391e1262a
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
Robert O'Callahan
|
c7f9f7d189
|
Bug 565569. Set primary frame for anonymous text in buttons. r=mats
|
2010-05-21 15:20:48 +12:00 |
Ehsan Akhgari
|
db9d404619
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
Robert O'Callahan
|
87f96430ac
|
Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron
|
2010-05-13 12:56:11 +12:00 |
Olli Pettay
|
927111fb28
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
Olli Pettay
|
1c104f5606
|
Backout Bug 549682
|
2010-05-18 13:10:47 +03:00 |
Olli Pettay
|
c719bc6e84
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
|
2010-05-18 11:52:24 +03:00 |
Vladimir Vukicevic
|
b5ac042d49
|
b=561168; convert canvas to use layers for rendering; r=roc,bas
|
2010-05-17 21:04:22 -07:00 |
Craig Topper
|
ef96f55ca1
|
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
|
2010-05-17 21:00:40 -07:00 |
Mats Palmgren
|
36f04b3d7b
|
Fix intermittent orange by starting test from onload rather than setTimeout. (Bug 566392) r=jruderman
|
2010-05-17 15:09:30 -07:00 |
Mounir Lamouri
|
25ff9e8518
|
Bug 456229 - Implement <input type="search">. r=smaug sr=sicking
|
2010-05-17 12:20:22 +02:00 |
Timothy Nikkel
|
9e209dbed8
|
Bug 559996. Lazy frame construction can sometimes cause a subdocument to not scroll to ref in url. r=jst
|
2010-05-11 19:30:40 -05:00 |
Timothy Nikkel
|
2785965e97
|
Bug 222436. Simplify nsPresContext::BidiEnabled. r=roc
|
2010-04-10 13:03:40 -05:00 |
L. David Baron
|
86bba93f79
|
Make the 'noappend' selector optimizations only restyle later siblings, which is what they need to do. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:46 -07:00 |
L. David Baron
|
76df418748
|
Additional restyling is needed for :empty + E and :empty ~ E selectors. (Bug 534804) r=bzbarsky
|
2010-05-14 22:01:45 -07:00 |
Craig Topper
|
29a342cd5f
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
Boris Zbarsky
|
3eb8b8249a
|
Bug 562700 part 3. Store Element in the restyle table and pass it to the actual restyling functions. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Boris Zbarsky
|
1b6aa7ce33
|
Bug 562700 part 2. Change the restyle-event functions to take Element. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Boris Zbarsky
|
f691032df2
|
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 |
Boris Zbarsky
|
82b81e433e
|
Bug 565819. Switch RestyleForRemove/Append/InsertOrChange to using Element and the new DOM traversal APIs. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Boris Zbarsky
|
95b761ff79
|
Bug 565818. Pass Elements to HasAttributeDependentStyle and HasStateDependentStyle. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Boris Zbarsky
|
f1f4c49fc4
|
Bug 565815. Use Element in the transition manager instead of nsIContent. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Boris Zbarsky
|
8cae712aa8
|
Bug 565809. Move checking for style attribute changes into the cascade level. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
Alexander Surkov
|
56d9175ecd
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
Timothy Nikkel
|
efc0024218
|
Bug 564063. If we encounter an area with a bogus primary frame we need to relax the asserts on remaining ancestors. r=bzbarsky
|
2010-05-11 19:30:42 -05:00 |
Michael Kohler
|
6c0f59f4a6
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
Robert O'Callahan
|
91404dc4b6
|
Back out part of fix for bug 538062 to fix accessibility tests
--HG--
extra : rebase_source : ffdabcf1caa16e68fa654e4f2830ffd235be91be
|
2010-05-13 14:52:39 +12:00 |
Robert O'Callahan
|
33e50f0c3e
|
Backed out changeset 054698c2cb8f
--HG--
extra : rebase_source : 82b51116ca334c0853ace7f73b6f019831624d89
|
2010-05-13 14:21:53 +12:00 |
Robert O'Callahan
|
5df825d88b
|
Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron
|
2010-05-13 12:56:11 +12:00 |
Robert O'Callahan
|
aaea1f51b1
|
Bug 564993. Part 3: Split nsDisplayList::Paint into PaintForFrame and PaintRoot. Set the visible rect on the root layer from PaintRoot, let the visible rects of other layers be set when they're placed in their containers. r=mats
|
2010-03-11 09:55:05 +13:00 |
Robert O'Callahan
|
a489a716b5
|
Bug 564993. Part 2: Don't flatten the layer tree in layout. r=mats
|
2010-03-04 14:01:45 +13:00 |
Robert O'Callahan
|
262fd13c52
|
Bug 538062. Call SetPrimaryFrame when we create the text frame for the text content in the display node of a combobox, so that the text frame will be notified when the content changes. r=mats,sr=dbaron
|
2010-05-13 12:56:09 +12:00 |
Robert O'Callahan
|
8874172bf5
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
Craig Topper
|
bd3c6ba927
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
Frederic Wang
|
ef884ea7fd
|
Bug 556767 - (semantics) Improve/Complete implementation of <semantics/>. r=roc
|
2010-05-12 12:11:59 +02:00 |
Marco Bonardo
|
2e5b6f9223
|
Backing out Bug 561741 due to suspect Linux crash on startup
|
2010-05-12 11:14:50 +02:00 |
Mounir Lamouri
|
34bd1fda86
|
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
|
2010-05-12 09:17:07 +02:00 |
Alexander Surkov
|
0dc25817c0
|
Bug 561741 - use nsAccessible outside an accessible module, r=smaug, neil, joshmoz, marcoz, davidb, smichaud, sr=roc
|
2010-05-12 15:47:35 +09:00 |
Timothy Nikkel
|
7ba76a2011
|
back out e40cbab6a972 (Bug 564705) 590da60fd253 (Bug 507628 and bug 507991) b166415b8c3f (Bug 564368) 0dac5d3eeb97 (Bug 564063) 116e56d84770 (Bug 563407) c51c93f5240f (Bug 536495) for some orange
|
2010-05-11 22:01:08 -05:00 |
Timothy Nikkel
|
15853d70da
|
Merge back out of changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:21 -05:00 |