Craig Topper
|
b9673b8709
|
Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking
|
2010-07-21 15:05:17 -07:00 |
|
Boris Zbarsky
|
93922db9e1
|
Bug 578696 part 11. Stop holding strong refs when calling ContentRemoved and remove the now-unused IMPL_STRONGREF_MUTATION_NOTIFICATION macro. r=sicking
|
2010-07-21 11:37:41 -04:00 |
|
Boris Zbarsky
|
998b474e42
|
Bug 578696 part 9. Stop holding strong refs when calling ContentAppended. r=sicking
|
2010-07-21 11:33:32 -04:00 |
|
Boris Zbarsky
|
8cfe0849e3
|
Bug 578696 part 8. Stop holding strong refs when calling AttributeChanged. r=sicking
|
2010-07-21 11:33:32 -04:00 |
|
Boris Zbarsky
|
b8256cdb51
|
Bug 578696 part 4. Stop holding strong refs when calling NodeWillBeDestroyed. r=sicking
|
2010-07-21 11:33:32 -04:00 |
|
Michael Ventnor
|
8139bee929
|
Bug 564991. Part 3: Create unique nsDisplayItem types for every single display item. r=tnikkel
|
2010-07-16 09:07:49 +12:00 |
|
Neil Rashbrook
|
db9e02f260
|
Bug 575446 Be more careful about finding the correct scrollbars r=Enn
|
2010-06-30 12:37:11 +01:00 |
|
Robert O'Callahan
|
ba814390d9
|
Bug 573931. Make XUL tree scrolling just repaint. r=enndeakin
|
2010-06-28 12:27:50 +12:00 |
|
Jim Mathies
|
bd6651b892
|
Bug 513162 - Cleanup unused widget code and CID statics. r=vlad.
|
2010-06-24 21:01:06 -05:00 |
|
Olli Pettay
|
f974305c20
|
Bug 571106, sanitize tree range boundaries, r=neil
--HG--
extra : rebase_source : 848e30ac31a4bc96c543ae612074ea4071c0eb88
|
2010-06-16 19:38:37 +03:00 |
|
Neil Deakin
|
6d6ff9188a
|
Bug 379745, add some additional template sort hint options to sort case-insensitive, sort by integers, and skip natural sort order, r=neil,sr=sicking
|
2010-06-16 13:09:51 -04:00 |
|
Daniel Holbert
|
ab72715df9
|
Bug 569994: Fix GCC warning "suggest parentheses around && within ||" in nsTreeBodyFrame.cpp. r=ehsan
|
2010-06-04 13:38:17 -07:00 |
|
Steffen Wilberg
|
1920b72b59
|
Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin
|
2010-05-12 20:25:48 +02:00 |
|
Boris Zbarsky
|
e98cd67374
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
|
Boris Zbarsky
|
7773612f1a
|
Bug 562688 part 12. Eliminate eELEMENT usage in the rest of layout except layout/style. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Timothy Nikkel
|
1a07188538
|
Bug 505835. nsTreeBodyFrame::ReflowFinished should null check return value of GetBaseElement. r=neil
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
bfe7cc152d
|
Merge back out of changeset 02e8391669c3 (Bug 505835) for suspicion of causing tsvg_opacity regression.
|
2010-04-11 02:10:47 -05:00 |
|
Timothy Nikkel
|
2fad87c0bf
|
Backed out changeset 02e8391669c3 (Bug 505835) for suspicion of causing tsvg_opacity regression.
|
2010-04-11 02:10:17 -05:00 |
|
Craig Topper
|
771eede254
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
|
Craig Topper
|
9eccdbd4d7
|
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
|
2010-04-10 16:09:38 -04:00 |
|
Timothy Nikkel
|
bb9cac9862
|
Bug 505835. nsTreeBodyFrame::ReflowFinished should null check return value of GetBaseElement. r=neil
|
2010-04-10 13:03:40 -05:00 |
|
Felipe Gomes
|
960464193b
|
Bug 489127 - nodesFromRect required for better usability on mobile devices (part 1+2) [r=roc]
|
2010-04-07 20:31:26 -04:00 |
|
Timothy Nikkel
|
76b1730341
|
Bug 479931, Bug 515811, and Bug 522374. Add crashtests.
|
2010-04-06 15:03:16 -05:00 |
|
Peter Van der Beken
|
8e3acb1006
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
|
L. David Baron
|
0b57ef51cd
|
Use the appropriate color based on visitedness for 'outline-color'. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
L. David Baron
|
7ff92ec1fa
|
Use the appropriate color based on visitedness for nsCSSRendering::PaintBorder users of the 'border-*-color' properties. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
L. David Baron
|
68d7839f41
|
Make PaintBackgroundWithSC and related methods operate on nsStyleContext* rather than const nsStyleBackground*. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
Robert O'Callahan
|
60517b697a
|
Bug 550029. Don't try to run treeview script if the document global object has gone away. r=smaug
|
2010-04-01 20:32:13 +13:00 |
|
Craig Topper
|
980fd2992c
|
Bug 253889: DeCOMtaminate nsIPresShell - IsReflowLocked(). r=roc
--HG--
extra : rebase_source : 46adf0d5ad41602276c8bcded46e7dae0f399da9
|
2010-03-31 08:43:27 -04:00 |
|
Kyle Huey
|
afc6c6ca2d
|
Backed out changeset 4b8936ac4a31
|
2010-03-30 19:56:44 -04:00 |
|
Craig Topper
|
6c9540a26d
|
Bug 253889: More deCOMtamination of nsIPresShell. r=roc
|
2010-03-28 19:21:11 -04:00 |
|
Neil Deakin
|
b5207640b3
|
Bug 544472, eliminate duplicate calls to AddCSS*** methods, plus some minor related code cleanup, r=dbaron
|
2010-03-18 15:58:15 -04:00 |
|
Jonas Sicking
|
51fbd0da83
|
Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug
|
2010-02-24 18:45:43 -08:00 |
|
Robert O'Callahan
|
90767618c5
|
Bug 546865. Stop creating widgets for XUL trees. r=mats
--HG--
extra : rebase_source : 261b3df6a9319699819a3f254fc61c0cc70e8b53
|
2010-02-24 11:35:43 -08:00 |
|
Neil Deakin
|
1c6c60ca84
|
Bug 540340, check page length before scrolling, prevents trees such as the cookies list from starting scrolled down a row, r=neil
|
2010-02-20 11:08:40 -05:00 |
|
Timothy Nikkel
|
73043ea966
|
Bug 538308. Inside a tree don't consider XUL nodes under non-XUL nodes. r=neil sr=bzbarsky
--HG--
extra : rebase_source : 8965629e2b932d898767a03a5963f9baabd20e23
|
2010-01-29 21:04:49 -06:00 |
|
Palo Misik
|
89e4e44622
|
Bug 530505: Rev IID on nsITreeView for Gecko 1.9.3 r=neil
|
2010-01-23 11:32:18 -05:00 |
|
Robert O'Callahan
|
08d69fa261
|
Bug 526394. Part 12: Convert XUL layout code: scrollboxes and trees. r=mats
|
2009-09-03 15:57:46 +12:00 |
|
Boris Zbarsky
|
b3883855ac
|
Bug 500882 part 5. Switch layout module to using the new GetPrimaryFrame API. r=roc
|
2009-12-24 16:20:06 -05:00 |
|
fantasai
|
1ffb0c06ef
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
|
Olli Pettay
|
2f4c5ea761
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
--HG--
extra : rebase_source : dbab242066ba97c0d7f34a2fb701a1c465f26ec4
|
2009-12-10 20:02:13 -08:00 |
|
Boris Zbarsky
|
99027aa785
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
e9f228c7d5
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Boris Zbarsky
|
0a82b262db
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
cc6eb188e6
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Daniel Holbert
|
7dc45bbe45
|
Bug 529950: remove unused variable 'frames' to fix build warning. r=bz
|
2009-12-10 09:26:27 -08:00 |
|
Jesse Ruderman
|
5eb28e1789
|
Crashtest for bug 509602
|
2009-12-06 16:54:34 -08:00 |
|
Timothy Nikkel
|
8393aaead0
|
Bug 479931. The index of the child content in its container needs to be adjusted to determine its index in the tree rows. r=neil
--HG--
extra : rebase_source : 30711fef343b77ffccdfcf45422eac83bcf6eece
|
2009-10-18 16:23:11 -05:00 |
|
Bobby Holley
|
ba376437d0
|
Bug 517543 - need a STATUS_DECODE_COMPLETE for imgIRequest.r=joe
|
2009-10-06 21:39:30 -07:00 |
|
Boris Zbarsky
|
4fc405cefa
|
Bug 512336. Make frame lists doubly-linked. r=roc,fantasai
|
2009-10-02 12:27:37 -04:00 |
|