Timothy Nikkel
|
ac0c03fe97
|
Bug 553359. Cache whether the PresContext is chrome or not. r=bzbarsky
|
2010-04-10 13:03:40 -05:00 |
|
Robert Longson
|
eb179fd968
|
Bug 456286 - support altGlyph elements as tspans. r=roc
|
2010-04-13 09:58:09 +01:00 |
|
Serge Gautherie
|
ebb98f44a1
|
Bug 556686 - [Debug Windows SeaMonkey 2.1] mochitest-chrome: layout/base/tests/chrome/test_bug396024.xul, /test_bug482976.xul and test_printpreview.xul time out; (Av1) Bug 501100 follow-up: s/DIRS/PARALLEL_DIRS/, Clean up remnant comment, Rename them to test_printpreview*.xul.
r=roc.
Bug 501100 - Print preview mochitests should be chrome tests
--HG--
rename : layout/base/tests/chrome/bug396024_helper.xul => layout/base/tests/chrome/printpreview_bug396024_helper.xul
rename : layout/base/tests/chrome/bug482976_helper.xul => layout/base/tests/chrome/printpreview_bug482976_helper.xul
rename : layout/base/tests/chrome/test_bug396024.xul => layout/base/tests/chrome/test_printpreview_bug396024.xul
rename : layout/base/tests/chrome/test_bug482976.xul => layout/base/tests/chrome/test_printpreview_bug482976.xul
|
2010-04-13 06:04:48 +02:00 |
|
Dave Townsend
|
7e6e800437
|
Bug 544277: Cannot build layout with MOZ_MEDIA disabled. r=enn, a=#developers
|
2010-04-25 12:52:23 -07:00 |
|
Simon Montagu
|
9056f54ae6
|
Force logical ordering in XUL elements on visual bidi pages. Bug 558403, r=roc
|
2010-04-25 15:15:17 +03:00 |
|
Oleg Romashin
|
8de514e284
|
Merged with mozilla-central
|
2010-04-07 06:59:04 -04:00 |
|
Doug Turner
|
c15f159231
|
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
|
2010-03-26 14:22:48 -07:00 |
|
Timothy Nikkel
|
d0c1cab2a9
|
Bug 553366. When flushing, make sure to flush external documents too. r=bzbarsky
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
5337327603
|
Backed out changeset ae2093359899 (Bug 553359) for tsvg_opacity regression.
|
2010-04-11 19:26:41 -05:00 |
|
Timothy Nikkel
|
20d7ad6361
|
Bug 553359. Cache whether the PresContext is chrome or not. r=bzbarsky
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
9d6871d138
|
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
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Robert O'Callahan
|
a4cf95c94b
|
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
|
9fd70ebbb2
|
Backed out changeset 054698c2cb8f
--HG--
extra : rebase_source : 82b51116ca334c0853ace7f73b6f019831624d89
|
2010-05-13 14:21:53 +12:00 |
|
Robert O'Callahan
|
59fca1ba45
|
Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron
|
2010-05-13 12:56:11 +12:00 |
|
Craig Topper
|
c3fc5fa456
|
Bug 554253 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc
--HG--
extra : rebase_source : d828daca07188864d055f3d1a72f5217632eb358
|
2010-03-25 14:17:11 +01:00 |
|
L. David Baron
|
bda2a1fd2e
|
Fix errors in annotation of expected assertion counts crashtest manifests. (Bug 472557)
|
2010-05-06 11:29:53 -07:00 |
|
L. David Baron
|
7c61f15cf1
|
Annotate remainder of crashtest mainfests (all but one test) with the tests that are known to assert. (Bug 472557)
|
2010-05-06 09:28:01 -07:00 |
|
Boris Zbarsky
|
83e6db7fac
|
Bug 563837. Don't set primary frames when doing paginated replication of frames for whatever reason, and loosen up some asserts accordingly. r=roc
|
2010-05-05 14:18:05 -04:00 |
|
Boris Zbarsky
|
f7d7c95ec6
|
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
|
2010-05-05 14:18:05 -04:00 |
|
Jonas Sicking
|
6f9aebb70a
|
Bug 429175: Make sure to only set aNotify to true when we should. r=peterv
|
2010-05-03 06:23:36 -07:00 |
|
Michael Ventnor
|
3602bd64b6
|
Bug 544099 - Highly optimise -moz-box-shadow for common cases by allowing layout to specify an area where blurring is not needed r=roc,joe
--HG--
rename : gfx/thebes/src/gfxBlur.cpp => gfx/src/thebes/utils/gfxBlur.cpp
rename : gfx/thebes/public/gfxBlur.h => gfx/src/thebes/utils/gfxBlur.h
extra : rebase_source : d7ad7a1ee2ac9e25937133dba95f0f8d7347d612
|
2010-04-18 13:13:10 +10:00 |
|
Robert O'Callahan
|
5b63e43695
|
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
|
d1e569cf6b
|
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
|
9cf774cd31
|
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
|
e3bea40661
|
bug 563864. Add mozPaintCount API. r=smaug,sr=vlad
|
2010-05-13 12:56:08 +12:00 |
|
Craig Topper
|
d02574b6b4
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
|
Frederic Wang
|
9460a70cb6
|
Bug 556767 - (semantics) Improve/Complete implementation of <semantics/>. r=roc
|
2010-05-12 12:11:59 +02:00 |
|
Marco Bonardo
|
476f09781f
|
Backing out Bug 561741 due to suspect Linux crash on startup
|
2010-05-12 11:14:50 +02:00 |
|
Mounir Lamouri
|
cbf74508a5
|
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
|
2010-05-12 09:17:07 +02:00 |
|
Alexander Surkov
|
f5c4405b10
|
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
|
a9893292b9
|
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
|
8ebce455b3
|
Merge back out of changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:21 -05:00 |
|
Timothy Nikkel
|
b5603935b7
|
Backed out changeset a6138098775f (bug 559996) for causing orange.
|
2010-05-11 21:24:02 -05:00 |
|
Timothy Nikkel
|
655cba034e
|
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 |
|
Timothy Nikkel
|
c3b2bfbc56
|
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 |
|
Craig Topper
|
cb8187eff9
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Craig Topper
|
da6721cdc6
|
DeCOMtaminate CSSStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Olli Pettay
|
0797892373
|
Bug 552255, a bit more strict focus handling, r=enndeakin, sr=jst, a=1hourlimit
|
2010-04-24 13:40:48 +03:00 |
|
Robert O'Callahan
|
fc7df512e2
|
Bug 548792. Fix rect coordinate adjustment. r=mats
|
2010-04-23 14:41:37 +12:00 |
|
Robert O'Callahan
|
53eab1994a
|
Bug 548792. Let the search for a scrollable parent cross document boundaries. r=mats
|
2010-03-29 14:46:59 +13:00 |
|
Robert O'Callahan
|
1163079236
|
Bug 556052. Compute mViewToWidgetOffset correctly and fix bugs by adding subpixel translation when painting. r=mats
|
2010-04-23 12:21:54 +12:00 |
|
Josh Aas
|
e57fb03f84
|
Add support for NPCocoaEventWindowFocusChanged. b=555290 r=roc
|
2010-04-21 02:21:46 -04:00 |
|
Timothy Nikkel
|
b515e7c583
|
Merge back out of changeset 3a27158cbdd6 (bug 222436) to try to fix tsvg_opacity regression.
|
2010-04-11 00:11:52 -05:00 |
|
Timothy Nikkel
|
a79353a133
|
Backed out changeset 3a27158cbdd6 (bug 222436) to try to fix tsvg_opacity regression.
|
2010-04-11 00:11:26 -05:00 |
|
Timothy Nikkel
|
c24322509e
|
Merge back out of changeset b4fcd21cb6e5 (bug 553359) to try to fix tsvg_opacity regression.
|
2010-04-11 00:08:37 -05:00 |
|
Timothy Nikkel
|
17be279bff
|
Backed out changeset b4fcd21cb6e5 (bug 553359) to try to fix tsvg_opacity regression.
|
2010-04-11 00:07:52 -05:00 |
|
Timothy Nikkel
|
751acd36a6
|
Merge backout of 761790684f3b (Bug 553366) for suspicion of causing tsvg_opacity regression.
|
2010-04-10 21:53:23 -05:00 |
|
Timothy Nikkel
|
2dddd62f0b
|
Backout 761790684f3b (Bug 553366) for suspicion of causing tsvg_opacity regression.
|
2010-04-10 21:52:53 -05:00 |
|
Craig Topper
|
d5dc8fa89d
|
Bug 253889: Even more nsIPresShell deCOMtamination. r=roc
|
2010-04-10 16:15:22 -04: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
|
54602f07cb
|
Bug 222436. Simplify nsPresContext::BidiEnabled. r=roc
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
2f82809725
|
Bug 553359. Cache whether the PresContext is chrome or not. r=bzbarsky
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
4b586a06c3
|
Bug 553366. When flushing, make sure to flush external documents too. r=bzbarsky
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
76b1730341
|
Bug 479931, Bug 515811, and Bug 522374. Add crashtests.
|
2010-04-06 15:03:16 -05:00 |
|
Robert O'Callahan
|
fd35fd2894
|
Bug 564993. Fix build error, and fix Bas' review comment.
|
2010-05-24 14:25:58 +12:00 |
|
Robert O'Callahan
|
b045d986ea
|
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
|
5cb6f06477
|
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
|
491e959191
|
Backed out changeset b37bdb032fe7
|
2010-05-24 10:53:05 +12:00 |
|
Robert O'Callahan
|
f3c689bd37
|
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
|
5f7b8610fa
|
Bug 538207 and bug 538210. Add crashtests.
|
2010-01-21 16:06:35 -06:00 |
|
Timothy Nikkel
|
12327c99cb
|
Bug 502937. Part 4. Implement ContentRangeInserted to create frames for a range of nodes that aren't at the end of a childlist. r=bzbarsky sr=roc
|
2010-01-21 16:06:16 -06:00 |
|
Timothy Nikkel
|
224192af2f
|
Bug 502937. Part 3. Implement lazy frame construction. r=bzbarsky sr=roc
|
2010-01-18 03:26:40 -06:00 |
|
Masayuki Nakano
|
20fe8ca239
|
Bug 556694 Selection color isn't reverted when input field is specified only background-color r=dbaron
|
2010-04-08 21:44:57 +09: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 |
|
Felipe Gomes
|
a437509342
|
Bug 489127 - nodesFromRect required for better usability on mobile devices (part 3) [r=roc]
|
2010-04-07 20:31:26 -04:00 |
|
Timothy Nikkel
|
c8a479d28b
|
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
|
51038eecce
|
Bug 222436. Simplify nsPresContext::BidiEnabled. r=roc
|
2010-04-10 13:03:40 -05:00 |
|
L. David Baron
|
ade6177e17
|
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
|
a464130609
|
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
|
9528e9a5c6
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
|
Boris Zbarsky
|
1e17a7151a
|
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
|
ecc1fd2ec3
|
Bug 562700 part 2. Change the restyle-event functions to take Element. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
de2fab531c
|
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
|
3f415094ff
|
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
|
f5243e5ab2
|
Bug 565818. Pass Elements to HasAttributeDependentStyle and HasStateDependentStyle. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
f52ee1468f
|
Bug 565815. Use Element in the transition manager instead of nsIContent. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Boris Zbarsky
|
7ef058e29f
|
Bug 565809. Move checking for style attribute changes into the cascade level. r=dbaron
|
2010-05-14 13:04:51 -04:00 |
|
Alexander Surkov
|
527741dff1
|
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 |
|
Doug Turner
|
9e52c27932
|
merge from mozilla-central. no merges required
|
2010-03-23 02:53:35 -07:00 |
|
Jason Duell
|
69b885991b
|
Merge from m-c in order to fix e10s necko hangs caused by last m-c merge.
|
2010-03-19 23:55:40 -07:00 |
|
Rob Arnold
|
5c251e360c
|
Bug 450767 - Don't necessarily apply Aero Glass to the entire window r=jimm sr=roc
|
2010-03-17 18:56:00 -04:00 |
|
Olli Pettay
|
37a0a9ddb2
|
Bug 534478, prevent assertions caused by reftest pagemode, r=dbaron
--HG--
extra : rebase_source : c2bec911560c952009783a83a93ced887447937d
|
2010-03-22 16:24:18 +02:00 |
|
Markus Stange
|
5fb3e948bb
|
Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst
|
2010-03-17 18:10:57 +01:00 |
|
Daniel Holbert
|
199de9f2f6
|
Bug 541588 subpatch 2: Use nsRefreshDriver instead of nsITimer to schedule sample callbacks for nsSMILAnimationController. r=roc
|
2010-03-21 23:42:53 -07:00 |
|
Olli Pettay
|
5c4b5b4c2a
|
Bug 553927 - DocumentViewerImpl::PageHide shouldn't use NS_ERROR for a valid case, r=roc
|
2010-03-22 00:06:12 +02:00 |
|
Craig Topper
|
a956b85435
|
Bug 253889: DeCOMtaminate nsIPresShell r=roc
|
2010-03-20 17:54:19 -04:00 |
|
Neil Deakin
|
8f3acb3041
|
Bug 501154, consolidate places where clipboard events are fired from, r=smaug,sr=neil
|
2010-03-19 14:32:13 -04:00 |
|
Neil Deakin
|
4f0034acef
|
Bug 442228, add -moz-resize property to indicate that elements are resizable, r=dbaron
|
2010-03-19 07:49:33 -04:00 |
|
Robert Longson
|
c6f98571f9
|
Bug 553053 - Should not create frames for SVG animation elements, it interferes with clipPath validation and is inefficient. r=dholbert,sr=roc
|
2010-03-19 11:17:49 +00:00 |
|
Masayuki Nakano
|
bb7a62d1cf
|
Bug 528396 Create XP level IME transaction tests r=roc+mats, sr=jst
|
2010-03-19 14:02:53 +09:00 |
|
Daniel Holbert
|
9ce0b48605
|
merge after backing out bug 541588
|
2010-03-18 07:58:33 -07:00 |
|
Daniel Holbert
|
82534e711d
|
Backed out changeset 59f507847beb (bug 541588) to see if it was responsible for minor SVG perf regression.
|
2010-03-18 07:58:09 -07:00 |
|
Daniel Holbert
|
97312ef359
|
Bug 541588: Hook up nsSMILAnimationController to nsRefreshDriver for scheduling samples. r=roc
|
2010-03-17 01:54:20 -07:00 |
|
Robert O'Callahan
|
59f17b52c3
|
Bug 538323. Part 2: use ImageLayers to render video. r=kinetik
|
2010-03-02 12:41:49 +13:00 |
|
Robert O'Callahan
|
b77e4201aa
|
Bug 538266. Part 4: Fix setting of visible region to account for any transforms that have been set on the layer. r=dbaron
|
2010-03-02 12:08:28 +13:00 |
|
Robert O'Callahan
|
c11d039a6b
|
Bug 538266. Part 3: move nsSVGUtils::GfxRectToIntRect to nsLayoutUtils. r=mats
|
2010-03-02 12:08:28 +13:00 |
|
Michael Ventnor
|
195169647a
|
Bug 519079 - Set a maximum on CSS shadow blur radius so that stupid values don't hang the browser r=roc
|
2010-03-15 14:16:17 +10:00 |
|
Robert O'Callahan
|
7b7b905989
|
Bug 550716. Snap layer bounds to nearest bpixels instead of outside pixels, to accurately reflect what we draw. r=mats
--HG--
extra : rebase_source : 08e3f6af4cc46e193593039a5196b0ee82defa60
|
2010-03-10 13:15:22 +13:00 |
|
Mats Palmgren
|
3d99a509c5
|
Bug 544852, part 4: Add nsCaret::GetGeometryForFrame. r=roc
|
2010-03-14 23:56:26 +01:00 |
|
Mats Palmgren
|
6490d07773
|
Bug 544852, part 3: Merge UpdateHookRect into UpdateCaretRects. r=roc
|
2010-03-14 23:54:11 +01:00 |
|
Mats Palmgren
|
cdfd5e672d
|
Bug 544852, part 2: Use nsCaret::GetGeometry. r=roc
|
2010-03-14 23:52:45 +01:00 |
|
Mats Palmgren
|
549893b6d7
|
Bug 544852, part 1: Remove nsCaret::GetCaretCoordinates. r=roc
|
2010-03-14 23:52:07 +01:00 |
|
Mats Palmgren
|
66f81493f3
|
Bug 544852, part 0: Remove unused code. r=roc
|
2010-03-14 23:50:36 +01:00 |
|
Markus Stange
|
5571e02195
|
Merge backout of bug 508482.
|
2010-03-17 20:04:14 +01:00 |
|
Markus Stange
|
4a997d3554
|
Backed out changeset e17c076aceea, bug 508482 (:-moz-window-inactive pseudoclass) because of test_righttoleft.xul test failures.
|
2010-03-17 20:03:53 +01:00 |
|
Timothy Nikkel
|
7350d337c4
|
Bug 534768. Also special case creation of continuations inside of floating first letter frames while reflowing them. r=roc,smontagu
|
2010-03-17 12:30:30 -05:00 |
|
Markus Stange
|
f1f3037861
|
Bug 508482 - Window activation status should be a pseudoclass (:-moz-window-inactive) instead of an attribute. r=dbaron, r+sr=jst
|
2010-03-17 18:10:57 +01:00 |
|
Jonas Sicking
|
986107fb30
|
Bug 549452: Clean up nsGlobalWindow::SetNewDocument. r=mrbkap sr=jst
--HG--
extra : rebase_source : 1e13da2a339089ccf17b8cf9f41d59e188aa8165
|
2010-03-12 16:59:18 -08:00 |
|
Marco Bonardo
|
77b1121c6c
|
Sync test_bug370436.html with the version on 1.9.2 branch
|
2010-03-12 13:06:17 +01:00 |
|
Daniel Holbert
|
a580a7b1bd
|
merge
|
2010-03-11 23:11:22 -08:00 |
|
Daniel Holbert
|
563c185c57
|
Backed out changeset 68363c7a7f06 due to debug mochitest orange w/ abort_if_false failure
|
2010-03-11 23:11:09 -08:00 |
|
timeless@mozdev.org
|
ac96cb0502
|
Bug 549251 crash [@ DocumentViewerImpl::SetIsPrintingInDocShellTree]
r=smaug
--HG--
extra : rebase_source : 3e2cb7701aade9ac5ee668626ca3a89b10b02979
|
2010-03-12 07:50:10 +01:00 |
|
Daniel Holbert
|
3565228251
|
Bug 541588: Hook up nsSMILAnimationController to nsRefreshDriver for scheduling samples. r=roc
|
2010-03-11 22:03:49 -08:00 |
|
Daniel Holbert
|
56c3c6778a
|
Bug 537139 followup: Call RestyleForAnimation() instead of SMILOverrideStyleChanged(), to avoid triggering CSS Transitions from SMIL changes. r=dbaron
|
2010-03-11 22:03:49 -08:00 |
|
Zack Weinberg
|
dc8dc9acca
|
Make the logfile output of TestPoisonArea less frightening ("signal 11 as expected" instead of "Segmentation fault" for should-crash cases). test-only, no bug
|
2010-03-11 10:04:55 -08:00 |
|
Jason Duell
|
a5f74621b1
|
Merge from mozilla-central (rev 783ef71b479e) to e10s tree; gets xpcshell working again.
|
2010-03-18 14:59:34 -07:00 |
|
Doug Turner
|
85bd4fb391
|
Merge with mc
|
2010-03-17 10:37:32 -07:00 |
|
Doug Turner
|
f295d7422b
|
Merge
|
2010-03-12 15:20:36 -08:00 |
|
Doug Turner
|
16e2fd5fe7
|
Merge. manually merged. modules/plugin/test/testplugin/nptest.cpp, testing/xpcshell/head.js.
|
2010-03-10 19:13:35 -08:00 |
|
Doug Turner
|
d08632917d
|
Merge with mc
|
2010-03-08 10:09:55 -08:00 |
|
Jonas Sicking
|
3175f89133
|
Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
c4106f7f22
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
|
Doug Turner
|
5daaf36bf1
|
Merge
|
2010-03-01 15:36:51 -08:00 |
|
Olli Pettay
|
16e965be16
|
Bug 549223 - [E10s] MozAfterPaint events aren't activated when event listener is added to tabChildGlobal, r=bsmedberg
|
2010-03-01 16:47:27 +02:00 |
|
Robert O'Callahan
|
f3e9a6b5c7
|
Bug 545268. Decide whether to suppress a mouse event by looking at the suppression state of the document where the event is going to be delivered. r=smaug
|
2010-03-05 13:10:32 +13:00 |
|
Robert O'Callahan
|
f07ee1400d
|
Bug 539323. Position the caret at the content-edge of its container frame, not the border-edge. r=mats
|
2010-03-05 11:52:59 +13:00 |
|
Robert O'Callahan
|
de8fd32344
|
Bug 532569. Support 'transparent' attribute on XUL IFRAMEs to integrate content documents into the chrome rendering hierarchy, with their background defaulting to transparent. r=mats,sr=bz
|
2010-03-05 11:52:59 +13:00 |
|
Olli Pettay
|
83b813bb98
|
Bug 549566, clean-up beforeunload message, r=sicking
--HG--
extra : rebase_source : 5abe27de295f9285b926f105d7ec317ebe1503ff
|
2010-03-03 14:41:57 +02:00 |
|
Cristian KLEIN
|
c693ddaffc
|
Bug 370436 - Context menu from keyboard for spell checker selects the wrong line; Mochitest for this bug.
r=roc.
|
2010-03-03 11:12:28 +01:00 |
|
Daniel Holbert
|
5f7e96d98d
|
Bug 547333 followup: Move FlushAnimations() call from nsSVGElement::GetAnimatedLengthValues to FlushPendingNotifications. r=jwatt r=bz
|
2010-03-02 07:36:33 -08:00 |
|
Daniel Holbert
|
627f47b186
|
Bug 540090: Add method nsIDocument::HasAnimationController, to let us check for active SMIL animation without triggering lazy construction. r=roc
|
2010-03-02 23:09:51 -08:00 |
|
Zack Weinberg
|
2c3e543d1d
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
|
Daniel Holbert
|
bb1b787565
|
Backed out changeset e9ab6e4d121d (Bug 547333 followup) due to debug mochitest orange.
|
2010-03-02 08:29:46 -08:00 |
|
Daniel Holbert
|
bf932485ec
|
Bug 547333 followup: Move FlushAnimations() call from nsSVGElement::GetAnimatedLengthValues to FlushPendingNotifications. r=jwatt r=bz
|
2010-03-02 07:36:33 -08:00 |
|
Neil Deakin
|
2c7d3081c7
|
Bug 543065, only scroll one ancestor of menus, SCROLL_FIRST_ANCESTOR_ONLY flag should stop at first scrollable container, not just first parent, r=roc
|
2010-03-02 06:21:23 -08:00 |
|
Michael Ventnor
|
25bc9c7d85
|
Bug 542361 - Fix and remove the GetUsedX assertions r=roc
--HG--
extra : rebase_source : 6bdb0e3251e955ced01476a2255e9ebc511c884b
|
2010-03-02 11:57:43 +10:00 |
|
Brad Lassey
|
8857f4c08a
|
bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
|
2010-03-10 13:36:45 -05:00 |
|
Neil Deakin
|
65465d8068
|
Bug 528491, combine nsFocusController and nsWindowRoot, r=jst,sr=smaug
|
2010-02-20 11:07:03 -05:00 |
|
Neil Deakin
|
10dc1ef135
|
Bug 536481, clear the mouse capture when a window is lowered or the containing docshell is hidden, r=smaug
|
2010-02-20 11:06:58 -05:00 |
|
Boris Zbarsky
|
c050f02b8b
|
Bug 538087. Hook up reflow to refresh driver. r=dbaron
|
2010-02-19 12:11:40 -05:00 |
|
Timothy Nikkel
|
92355591c8
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
|
2010-02-18 13:23:23 -06:00 |
|
Shawn Wilsher
|
56b8597aca
|
Backed out changeset bca0b6ed92e4
|
2010-02-18 10:02:49 -08:00 |
|
Shawn Wilsher
|
40e546231a
|
Bug 461199 (Part 15) - Rely on nsIContent::IntrinsicState instead of nsIContent::GetLinkState in layout.
Layout should call IntrinsicState instead of GetLinkState. Simplifies a lot of
logic, and makes the code easier to follow.
r=bz
sr=dbaron
|
2009-12-15 16:04:12 -08:00 |
|
Daniel Holbert
|
e84b322109
|
Bug 537139: Prevent SMIL animation from triggering CSS transitions. r=dbaron
|
2010-03-01 11:31:45 -08:00 |
|
Robert O'Callahan
|
11a3d788af
|
Bug 534425. Part 6: Let nsIWidgets expose a LayerManager to be used to render into the widget, instead of nsPaintEvent::renderingContext which is removed since it's no longer needed. Currently all widgets fall back to a default BasicLayerManager implementation. Also change nsPaintEvent::region to be an nsIntRegion, and get rid of nsPaintEvent::rect since it's redundant.
|
2010-03-01 21:03:49 +13:00 |
|
Robert O'Callahan
|
b69921495b
|
Bug 534425. Part 4: Implement nsDisplayList::Paint using layers. r=mats,sr=dbaron
|
2010-03-01 20:56:19 +13:00 |
|
Boris Zbarsky
|
d4e773ce95
|
Bug 469861. Create a block for any block-level <math>. r=dbaron
|
2010-02-26 21:32:31 -05:00 |
|
L. David Baron
|
c3b73f1ff5
|
Make the 'border' shorthand reset -moz-border-image (per recent CSS WG decision) and -moz-border-*-colors. (Bug 482692) r=bzbarsky
|
2010-02-26 10:35:09 -08:00 |
|
Jonathan Kew
|
f3a8507386
|
Bug 547267 followup - rename nsPresContext::GetLanguage to GetLanguageFromCharset for clarity. r=dbaron
|
2010-02-26 06:20:35 -08:00 |
|
Henri Sivonen
|
efaa5176e5
|
Bug 546638 - Make test_bug465448.xul wait for the load event of the doc opened in another window. r=roc.
--HG--
extra : rebase_source : b9c636946cadc9331746ad2987f73b36b440a535
|
2010-02-24 13:39:23 +02:00 |
|
Henri Sivonen
|
af67bad30b
|
Bug 546639 - Make test_bug514127.html run from onload. r=roc.
--HG--
extra : rebase_source : 8096432cb47d58c378a9a513fee58bf9632a5bd5
|
2010-02-23 16:04:15 +02:00 |
|
Jonathan Kew
|
f8c2b92a5d
|
Test for bug 548545.
|
2010-02-25 15:01:58 -08:00 |
|
Jonas Sicking
|
28396b7d9c
|
Bug 545059: Remove unneeded/non-working bidi.controlstextmode pref. r=smontagu
|
2010-02-24 21:58:17 -08:00 |
|
Robert O'Callahan
|
2725baa79a
|
Bug 529263. Allow content IFRAMEs in chrome IFRAMEs to not be hooked into the view manager hierarchy. r=bz
--HG--
extra : rebase_source : a7e053e408bb176fc9df068f52157e886b0554b1
|
2010-02-24 11:16:18 -08:00 |
|
Jonathan Kew
|
e9d0f828e0
|
Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats
|
2010-02-24 09:57:44 -08:00 |
|
Shawn Wilsher
|
27a2fcd36e
|
Bug 461199 (Part 15) - Rely on nsIContent::IntrinsicState instead of nsIContent::GetLinkState in layout.
Layout should call IntrinsicState instead of GetLinkState. Simplifies a lot of
logic, and makes the code easier to follow.
r=bz
sr=dbaron
|
2009-12-15 16:04:12 -08:00 |
|
Masayuki Nakano
|
788bb1a791
|
Bug 315727 Request Firefox respond to Windows scroll messages so pages can be scroll captured r=jmathies+smaug, sr=roc
|
2010-03-11 14:25:29 +09:00 |
|
Mats Palmgren
|
d0b4571d12
|
Assert that we only increment reasonable side/corner values. Note that incrementing the max value is allowed so that for-loops can be used without complicating the break-condition. r=timeless b=334571
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
83499da47b
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
97c43a3297
|
Bug 334571 strip trailing whitespace. r=zwol
|
2010-04-27 18:15:01 +02:00 |
|
Karl Tomlinson
|
4ae5415e56
|
b=544211 preparation for handling synthesized button-up events for ending element pointer capture r=smaug
|
2010-03-24 16:36:27 +13:00 |
|
Ehren Metcalfe
|
e0ac5d5547
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04: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
|
78c4bdc4bd
|
Use the appropriate color based on visitedness for the 'background-color' property. (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 |
|
L. David Baron
|
4f2f50bd5a
|
Add mechanism for separate style data for visited style. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
|
L. David Baron
|
3eacc25287
|
Split nsStyleSet::ResolveStyleForRules into two different APIs for the two different types of uses. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
|
Zack Weinberg
|
54ad0fb73a
|
Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky
|
2010-04-01 23:07:43 -07:00 |
|
Zack Weinberg
|
7186dd3ecb
|
Bug 494117: remove PresContext argument to nsStyleSet::GetContext. r=bzbarsky
|
2010-04-01 23:07:42 -07:00 |
|
Boris Zbarsky
|
2faa95d890
|
Bug 552334. Deal with z-indices whose difference overflows a 32-bit signed int. r=roc
|
2010-04-01 22:09:05 -04:00 |
|
Boris Zbarsky
|
7c4af56e3a
|
Bug 538082. These asserts are asserting things that happen to not always be true. r=dbaron
|
2010-04-01 22:09:05 -04:00 |
|
Jesse Ruderman
|
7e6ad6b78a
|
Add tests to manifest. (Homeless tests identified by script in bug 551617.)
|
2010-03-31 20:17:35 -07:00 |
|
Masayuki Nakano
|
553922eee1
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 11:35:48 +09:00 |
|
Zack Weinberg
|
ee4e0f1e56
|
Bug 494117 preliminary refactor: Search-and-replace 'ReStyle' with 'Restyle' throughout layout. r=roc
|
2010-03-31 17:43:32 -07:00 |
|
Jim Mathies
|
7a3c2f7dcf
|
merge backout.
|
2010-03-31 12:55:55 -05:00 |
|
Jim Mathies
|
d4cc6d9831
|
Backout bug 555133 to fix bug 555950.
|
2010-03-31 12:55:41 -05:00 |
|
Masayuki Nakano
|
313a3bd180
|
Bug 554822 backout the previous patch
|
2010-04-01 02:31:06 +09:00 |
|
Masayuki Nakano
|
55bbbc0a73
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 02:12:43 +09:00 |
|
Rob Arnold
|
9ffd5134c3
|
Bug 555133 - Attempt to infer whether or not theme parts are transparent r=roc sr=vlad
|
2010-03-29 15:24:40 -04:00 |
|
Kyle Huey
|
21f45224d7
|
Bug 253889: Bustage fix
|
2010-03-31 09:21:17 -04:00 |
|
Craig Topper
|
6f48d9c234
|
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
|
9baac273f7
|
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
|
0a69c7d1ea
|
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
|
c61d158305
|
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
|
ea105cfe25
|
Bug 253889: DeCOMtaminate nsIPresShell - Inline getters. r=roc
--HG--
extra : rebase_source : cdb8803dc075e72a47879c83d62e2c08cc999caf
|
2010-03-31 08:45:08 -04:00 |
|
Craig Topper
|
665740a6fc
|
Bug 253889: DeCOMtaminate nsIPresShell - IID rev. r=roc
--HG--
extra : rebase_source : 7570b499706367da3153fb3c21abcd41aaa98349
|
2010-03-31 08:44:11 -04:00 |
|
Craig Topper
|
1921815643
|
Bug 253889: DeCOMtaminate nsIPresShell - IsPaintingSuppressed(). r=roc
--HG--
extra : rebase_source : 9ee8283e8bce33402893ae5316f89c9f699a1236
|
2010-03-31 08:43:49 -04:00 |
|
Craig Topper
|
980fd2992c
|
Bug 253889: DeCOMtaminate nsIPresShell - IsReflowLocked(). r=roc
--HG--
extra : rebase_source : 46adf0d5ad41602276c8bcded46e7dae0f399da9
|
2010-03-31 08:43:27 -04:00 |
|
Craig Topper
|
a31830c001
|
Bug 253889: DeCOMtaminate nsIPresShell - GetEventTarget[Frame|Content](). r=roc
--HG--
extra : rebase_source : aa059747dc2b24360fd8429fbd7fd21077ecbfa4
|
2010-03-31 08:43:01 -04:00 |
|
Craig Topper
|
cff7ecc30e
|
Bug 253889: DeCOMtaminate nsIPresShell - Remove NS_IMETHOD. r=roc
--HG--
extra : rebase_source : dc316062106c32edc90815399708b861e3a14aa9
|
2010-03-31 08:41:54 -04:00 |
|
Craig Topper
|
7b89b159bb
|
Bug 253889: DeCOMtaminate nsIPresShell - GetCaret(). r=roc
--HG--
extra : rebase_source : 2a05050d8cbb10dd3bb763d5d5a158cc5f3dd814
|
2010-03-31 08:39:31 -04:00 |
|
Craig Topper
|
2ac1f8e03f
|
Bug 253889: DeCOMtaminate nsIPresShell - make some methods const. r=roc
--HG--
extra : rebase_source : 94167aa329d4021677027f6bb6b1674d278f53f5
|
2010-03-31 08:38:52 -04:00 |
|
Craig Topper
|
faf3e638bb
|
Bug 555888 - Convert nsCOMPtr<nsPresContext> to nsRefPtr<nsPresContext>. r=roc
--HG--
extra : rebase_source : fd3a575d23d76c0adeed53ae6b83268484988014
|
2010-03-31 13:09:11 +02:00 |
|
Ginn Chen
|
71160f4569
|
Bug 555673 FramePropertyTable.cpp failed to compile with Sun Studio on Solaris r=roc
|
2010-03-29 19:43:35 +08:00 |
|
Robert O'Callahan
|
51423cccfa
|
Backed out changeset 4df05ea5fe1b
|
2010-03-29 16:42:10 +13:00 |
|
Robert O'Callahan
|
f850f044d1
|
Bug 548792. When scrolling content into view, make sure to check scrollable elements in ancestor documents. r=mats
|
2010-03-29 14:46:59 +13:00 |
|
Robert O'Callahan
|
51aea0b3ed
|
Bug 545049. Capture the pre-transform overflow area of a frame and use it in InvalidateOverflowArea. r=mats
|
2010-03-29 14:46:58 +13:00 |
|
Robert O'Callahan
|
9a2ed61b34
|
Bug 551660. Switch layout code from using nsPropertyTable to FramePropertyTable. r=mats,sr=dbaron
|
2010-03-29 14:46:55 +13:00 |
|
Robert O'Callahan
|
aae731f5a6
|
Bug 551660. Create FramePropertyTable. r=mats,sr=dbaron
|
2010-03-15 14:51:44 +13:00 |
|
Kyle Huey
|
0bcdbd6636
|
Bug 253889: Windows bustage fix.
|
2010-03-28 19:57:06 -04:00 |
|
Craig Topper
|
6c9540a26d
|
Bug 253889: More deCOMtamination of nsIPresShell. r=roc
|
2010-03-28 19:21:11 -04:00 |
|
Olli Pettay
|
01a9ced651
|
Bug 553924 - Crash [@ nsDocumentViewer.cpp], r=jlebar
|
2010-03-29 01:47:54 +03:00 |
|
Masayuki Nakano
|
9de2f77373
|
Bug 553975 Caret is painted under textframe in input/textarea element r=roc
|
2010-03-27 13:33:17 +09:00 |
|
Kyle Huey
|
53dc79a0f8
|
Backing out Bug 253889 to fix Bug 555727.
|
2010-03-30 19:57:12 -04:00 |
|
Kyle Huey
|
afc6c6ca2d
|
Backed out changeset 4b8936ac4a31
|
2010-03-30 19:56:44 -04:00 |
|
Kyle Huey
|
8d41d7991f
|
Backing out Bug 253889 to fix Bug 555727.
|
2010-03-30 19:56:05 -04:00 |
|
Kyle Huey
|
f0912af871
|
Backed out changeset 90a30ea68797
|
2010-03-30 19:55:21 -04:00 |
|
Timothy Nikkel
|
53fe3ff52d
|
Backed out changeset 93c7b23284b8 (Bug 545593) for causing Md oth failures on linux.
|
2010-02-12 16:46:04 -06:00 |
|
Timothy Nikkel
|
73241cb6bc
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
--HG--
extra : rebase_source : 963053b0f3d5712308b53c665dddcedae08a2b21
|
2010-02-11 18:14:59 -06:00 |
|
Olli Pettay
|
f4ddb15f05
|
Bug 545330 - Crash [@ PresShell::Destroy] on exit after failed Print Preview of XUL document, r=mats
|
2010-02-11 13:02:38 +02:00 |
|
Zack Weinberg
|
7fd5fe000b
|
Bug 345681: Remove the vestigial nsICheckboxControlFrame and nsIRadioControlFrame interfaces. r=roc
|
2010-02-09 14:06:37 -08:00 |
|
Mats Palmgren
|
7744382398
|
Use GetExtremeCaretPosition() for all editable nodes, not just the doc root. b=512295 r=roc
|
2010-02-09 17:09:59 +01:00 |
|
Mats Palmgren
|
b58c775d51
|
Replace nsPopupFrameList with nsFrameList. b=544251 r=roc r=neil
|
2010-02-09 17:05:19 +01:00 |
|
Jae-Seong Lee-Russo
|
513e9cf886
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Serge Gautherie
|
271756558e
|
Backed out changeset: b3d6a8724029 of
Bug 544099 - Allow shadow blurring to skip areas where blurring is unnecessary; Patch 3.1.
which breaks comm-central.
|
2010-02-04 20:55:10 +01:00 |
|
Michael Ventnor
|
55ebf80987
|
Bug 544099 - Allow shadow blurring to skip areas where blurring is unnecessary; Patch 3.1.
r=roc.
|
2010-02-04 19:15:03 +01:00 |
|
Dão Gottwald
|
5bf54b4622
|
Backed out changeset 8c2e7ae5cceb because of test_bug398289.html failure
|
2010-02-04 17:16:39 +01:00 |
|
Michael Ventnor
|
2b0c157e9a
|
Bug 542361 - Fix and remove the GetUsedX assertions. r=roc,dbaron
|
2010-02-04 14:58:02 +01:00 |
|
Henri Sivonen
|
d5a5b4a235
|
Bug 539896 - Add a single quote to test_bug533845.xul to make it not fail with the HTML5 parser. r=Olli.Pettay.
|
2010-02-03 15:53:23 +02:00 |
|
Boris Zbarsky
|
48153cc0e6
|
Bug 540531. Freeze the refresh driver when a page goes into bfcache. r=dbaron
|
2010-02-03 16:17:55 -05:00 |
|
Timothy Nikkel
|
c63f549245
|
Bug 517737. Don't allow starting a drag if something is capturing the mouse. r=smaug(part of),enndeakin
--HG--
extra : rebase_source : 171cef43d1fef9337b49d6f3b9ca661c3e618437
|
2010-02-02 20:07:08 -06:00 |
|
Timothy Nikkel
|
6710bd9634
|
Bug 491547. Add crashtests.
--HG--
extra : rebase_source : 7b30a1fa465ebdef49cb39f6f99e8d83350cc82b
|
2010-01-29 21:33:16 -06:00 |
|
Timothy Nikkel
|
f8273a996f
|
Bug 538267. Use the correct continuation of the block frame when creating floating first-letter frames. r=bzbarsky
--HG--
extra : rebase_source : f08d0b4efcfafb791b8fbc7fd2c4065df710e572
|
2010-01-27 22:12:39 -06:00 |
|
Timothy Nikkel
|
d21ec0b02d
|
Bug 496011. If removing the root of a native anonymous subtree, recreate the parent. r=bzbarsky
--HG--
extra : rebase_source : f231eb99f9bbf7ef599df6910dfad2a4f838e90b
|
2010-01-27 22:12:34 -06:00 |
|
Timothy Nikkel
|
9aed5c95c4
|
Bug 536926. Make sure event gets handled even if there is no focused node and the root content has no frame. r=enndeakin
--HG--
extra : rebase_source : a7e532c248467a0083a682f8ed0d32959595c898
|
2010-01-27 22:12:29 -06:00 |
|
Karl Tomlinson
|
1424584cc7
|
backout 4dc8bdb7af6d due to 355548-2 reftest failure
|
2010-02-02 20:29:59 +13:00 |
|
Frédéric Wang
|
c0e77d917e
|
b=219873 make math elements display:inline-block so that their height includes their children r=roc
|
2010-02-02 19:00:06 +13:00 |
|
Robert O'Callahan
|
5573536916
|
Bug 539354. When scrolling an area that was partially outside the window into view, make sure we invalidate the destination area on Mac. r=mstange
--HG--
extra : rebase_source : 4cb48c2bc49926d72b00bf3baa59465c149b6d6c
|
2010-02-02 12:16:09 +13:00 |
|
Justin Lebar
|
e730a1afc6
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Daniel Holbert
|
46ba50b0cb
|
Backed out changeset dc7a04be6904 on suspicion of causing bug 543034.
|
2010-01-29 18:50:46 -08:00 |
|
Justin Lebar
|
a827ba17fc
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Mats Palmgren
|
68ea58a204
|
Clamp the result to the valid nscoord range. b=541869 r=roc
|
2010-01-27 09:35:41 +01:00 |
|
Mats Palmgren
|
0bac01734a
|
mRectListHead.x needs a sentinel value (not y). Clarify the use of nscoord sentinel values and handle float nscoord too. b=541869 r=roc r=jonitis
|
2010-01-27 09:35:37 +01:00 |
|
L. David Baron
|
8b216807b8
|
Make scrolling work inside iframe inside transformed svg:foreignObject by using GetCrossDocParentFrame for loop in check for whether we can blit. (Bug 403443) r=roc
|
2010-01-26 12:39:02 -08:00 |
|
Mats Palmgren
|
fa91c35561
|
Null-check the root pres context result. Unregister the plugin frame earlier, at Stop instead of Destroy time. b=521426 r=roc
|
2010-01-26 14:10:12 +01:00 |
|
Jesse Ruderman
|
5e9951ba91
|
Add dump statements to help figure out random-orange bug 540980
|
2010-01-25 10:49:17 -08:00 |
|
Boris Zbarsky
|
e3646615a4
|
Bug 538063. Fix the assert condition to not trigger for <area>s. r=tn
|
2010-01-25 11:03:48 -05:00 |
|
Olli Pettay
|
afce7361da
|
Bug 539060 - Crash [@ do_QueryFrame::operator<nsIPageSequenceFrame> nsIPageSequenceFrame*() ] in print preview , r=roc
--HG--
extra : rebase_source : 246c540277da95dbc670bcfc899dc9f9796f603e
|
2010-01-25 13:15:25 +02:00 |
|
Olli Pettay
|
bd950481d6
|
Bug 540462 - Move GetDocument from nsIDocumentViewer to nsIContentViewer, r=bz
|
2010-01-23 13:41:41 +02:00 |
|
Jesse Ruderman
|
b21dff6b69
|
Attempt to fix orange bug 540980, based on the theory that the document.open() without document.close() was preventing the outer page's onload from ever firing, depending on a race.
|
2010-01-20 16:58:05 -08:00 |
|
Jesse Ruderman
|
8a06f29394
|
Change to UTF-8, because Firefox no longer accepts XML with bogus encodings. Hopefully I guessed the original or intended encoding correctly.
|
2010-01-19 13:11:32 -08:00 |
|
Robert O'Callahan
|
6787212ae4
|
Bug 539331 - browser_sanitizeDialog.js is failing, r=matspal
|
2010-01-14 05:00:00 -08:00 |
|
Bernd
|
547f5ac844
|
bug 28800 remove support for scrollable rowgroups moa=roc r=bzbarsky
|
2010-01-16 17:05:46 +01:00 |
|
Robert O'Callahan
|
efc9d84a87
|
Backing out patch that wasn't meant to be checked in
|
2010-01-14 17:59:42 +13:00 |
|
Robert O'Callahan
|
faf07633e0
|
Backed out changeset 636a1f8ef224
|
2010-01-14 17:59:22 +13:00 |
|
Robert O'Callahan
|
9a1e1c6c5b
|
Bug 536524. Avoid overlong paths by normalizing. r=bsmedberg
|
2010-01-14 15:30:05 +13:00 |
|
Robert O'Callahan
|
f5b9be160f
|
Bug 538909. Correctly calculate index of top-left tile. r=dbaron
|
2010-01-14 15:30:05 +13:00 |
|
Robert O'Callahan
|
df694cae49
|
Bug 534433. Destroy all nsImageLoaders when the prescontext is torn down. r=mats
|
2010-01-14 15:30:05 +13:00 |
|
Olli Pettay
|
136f3f85ca
|
Bug 533845 - Mouse events don't work in content iframe, if iframe is inside a xul panel, r=roc
--HG--
extra : rebase_source : 8270dcfedb49c555a5deb6bb7a29e4a500cd7a90
|
2010-01-13 11:02:11 +02:00 |
|
Robert O'Callahan
|
b5f5b11c36
|
Bug 526394. Part 33: Remove nsScrollPortView etc. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
dd085808e4
|
Bug 526394. Part 32: Remove code that only existed so that scrollframes could have views. r=mats
|
2010-01-12 10:45:19 +13:00 |
|
Robert O'Callahan
|
04a613495c
|
Bug 526394. Part 31: Move scroll implementation into nsGfxScrollFrame. r=mats
|
2009-10-08 16:01:15 +13:00 |
|
Robert O'Callahan
|
a8cbf01d74
|
Bug 526394. Part 30: Change the scroll state in nsPresState to a point. r=mats
|
2010-01-12 10:45:18 +13:00 |
|
Robert O'Callahan
|
88521a102c
|
Bug 526394. Part 29: Create new nsLayoutUtils methods and remove useless code from nsListControlFrame::CaptureMouseEvents. r=mats
|
2010-01-12 10:45:18 +13:00 |
|
Robert O'Callahan
|
c814462e8a
|
Bug 526394. Part 26: Rework nsSelection to use frames only. r=mats
|
2009-09-10 17:16:18 +12:00 |
|
Robert O'Callahan
|
663dca4d9b
|
Bug 526394. Part 25: Create nsIPresShell::ScrollFrameRectIntoView. r=mats
|
2010-01-12 10:45:16 +13:00 |
|
Robert O'Callahan
|
492587f2be
|
Bug 526394. Part 24: Create sane nsCaret::GetGeometry API to obsolete nsCaret::GetCaretCoordinates. r=mats
|
2010-01-12 10:45:16 +13:00 |
|
Robert O'Callahan
|
ef60e5fbb0
|
Bug 526394. Part 23: Make nsRect::IntersectRect preserve height and width if possible even when the intersection of two rectangles is empty. r=mats
|
2010-01-12 10:45:16 +13:00 |
|
Robert O'Callahan
|
11acff4c6e
|
Bug 526394. Part 22: Remove more view stuff from PresShell. r=mats
|
2009-09-09 17:40:02 +12:00 |
|
Robert O'Callahan
|
519c0fd842
|
Bug 526394. Part 21: Remove nsIViewManager RootScrollableView APIs, and move GetRectVisibility to nsIPresShell. r=mats
|
2009-09-09 17:40:02 +12:00 |
|
Robert O'Callahan
|
07db346518
|
Bug 526394. Part 20: Convert more code in caret and docshell. r=mats
|
2009-09-09 17:40:02 +12:00 |
|
Robert O'Callahan
|
7eb8b6c4d7
|
Bug 526394. Part 17: Convert some selection-related code in nsTextControlFrame and nsSelection. r=mats
|
2009-09-03 17:23:47 +12:00 |
|
Robert O'Callahan
|
4adad50c20
|
Bug 526394. Part 15: Convert various random chunks of layout code. r=mats
|
2009-09-03 16:26:00 +12:00 |
|
Robert O'Callahan
|
9324676397
|
Bug 526394. Part 5: Fix up a bunch of sites to use nsIScrollableFrame instead of nsIScrollableView. r=mats
|
2009-09-01 23:29:27 +12:00 |
|
Jesse Ruderman
|
243c9242a9
|
Add crashtests
|
2010-01-10 19:50:41 -08:00 |
|
Cristian KLEIN
|
fc3d506af7
|
Bug 370436 - "Context menu from keyboard for spell checker selects the wrong line" [r=roc]
|
2010-01-09 09:51:00 -06:00 |
|
Bernd
|
f4a1800dfb
|
bug 43178 - replace incorrect border, frame and rules handling code in content by css rules, initial patch - fantasai, a lof of input - bz r=bzbarsky
|
2010-01-09 16:33:03 +01:00 |
|
Masayuki Nakano
|
864c94c4cd
|
Bug 532422, this landing just removes unused variable r=Olli
|
2010-01-08 14:01:42 +09:00 |
|
L. David Baron
|
25d33fe57f
|
Remove CID and layout module constructor for CSS style sheets. (Bug 239008) r=bzbarsky
|
2010-01-07 08:51:16 -05:00 |
|
Olli Pettay
|
63fd91b1fa
|
Bug 534226 - Remove support for multiple presshells, r=bz, sr=roc
|
2010-01-07 12:36:11 +02:00 |
|
Robert O'Callahan
|
639decd49d
|
Bug 527864. Test that we flush reflows before painting.
|
2010-01-07 14:12:21 +13:00 |
|
Robert O'Callahan
|
d3d23e846e
|
Bug 532732. When rendering a background-attachment:fixed background to the screen, limit the background painting area to the viewport, since this is the only area where it will actually be visible and in many cases this means we don't need to think about tiling it. r=dbaron
|
2010-01-07 13:55:09 +13:00 |
|
Michael Ventnor
|
d1c7f0fda1
|
Bug 537471 - Detect empty shadow rects earlier. r=roc
--HG--
extra : rebase_source : 3d1a20314c9a771e987d9f82df0620d9d29720a6
|
2010-01-06 19:02:11 +01:00 |
|
Jacek Caban
|
e787295d9f
|
Bug 530448 - Make TestPoisonArea.cpp compile on mingw, r=zwol
|
2010-01-05 18:29:08 -05:00 |
|
Simon Montagu
|
77681c9d20
|
Call AdjustOffsetsForBidi on a new continuation frame immediately after creating it. Bug 536963, r=roc
|
2010-01-03 00:46:19 -08:00 |
|
Timothy Nikkel
|
2178cc013a
|
Bug 537562. Add crashtest.
|
2010-01-02 18:57:40 -06:00 |
|
Timothy Nikkel
|
97bc36029b
|
Bug 499841. Fix a failed attempt at a merge.
|
2010-01-02 18:56:29 -06:00 |
|
Timothy Nikkel
|
c4d4fe1182
|
Bug 537059. Add crashtest.
--HG--
extra : rebase_source : 7a22e75f66a58c08d9ff25f264617ac31aea65b4
|
2010-01-02 02:22:22 -06:00 |
|
Timothy Nikkel
|
c581600f0c
|
Bug 396367. Make the tests reset the textzoom after changing it.
--HG--
extra : rebase_source : 5afddd159099314576ad6623d11649266a7b4e77
|
2009-12-26 21:36:12 -06:00 |
|
Timothy Nikkel
|
bd15675d9d
|
Bug 396367. Make sure that we have flushed content notifications anytime we process restyles that might cause frame construction. r=bzbarsky
--HG--
extra : rebase_source : c6aa412247ab70f5bf3a4688f262edcccd2d6fdd
|
2009-12-22 18:09:10 -06:00 |
|
Timothy Nikkel
|
b3a04ada9c
|
Bug 499841. Add crashtest.
|
2010-01-01 20:49:24 -06:00 |
|
Timothy Nikkel
|
1172cc4cd0
|
Backed out changeset 63d4a49fbec1 (bug 396367)
|
2010-01-01 20:34:05 -06:00 |
|
Timothy Nikkel
|
6a84e052f2
|
Bug 396367. Make sure that we have flushed content notifications anytime we process restyles that might cause frame construction. r=bzbarsky
--HG--
extra : rebase_source : 67d99a197a4974684f57f23873033b85c276ef86
|
2009-12-22 18:09:10 -06:00 |
|
Timothy Nikkel
|
ad77d4e1d7
|
Bug 484400. When removing a positioned element use the placeholder frame to get the relevant containing block for first-letter processing. r=bzbarsky
--HG--
extra : rebase_source : 9a327e8f44541ac822bc7be52caa1ceab825ccd1
|
2009-12-22 17:47:25 -06:00 |
|
Timothy Nikkel
|
5f6a955352
|
Bug 499841. Pass the block frame that contains the first letter style to RemoveFirstLetterFrames so that the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit can be unset on it. Always set the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit on the first continuation only. r=bzbarsky
--HG--
extra : rebase_source : 411297490d6d18244fa7caa3194facfedc28ea86
|
2009-12-22 17:44:35 -06:00 |
|
Boris Zbarsky
|
cba4b340ad
|
Trying to fix orange due to landing of bug 528306 by fixing assumption in test.
|
2009-12-31 17:12:43 -05:00 |
|
Boris Zbarsky
|
06b277fcc7
|
Bug 528306 part 3. Hook up restyle processing to nsRefreshDriver. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
|
Boris Zbarsky
|
ef3cef478b
|
Bug 528306 part 2. Make nsCSSFrameConstructor reference-counted. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
|
Boris Zbarsky
|
5e1384376d
|
Bug 528306 part 1. Don't stop the refresh driver timer on observer removal; instead just stop it if it fires when there are no observers. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
|
Boris Zbarsky
|
35c346dcdf
|
Bug 536623 and bug 537141. Don't attempt to maybe-create textframes for kids of parents that have xbl childlists on insert and append: we know we didn't skip creating any frames that didn't need skipping unconditionally in that situation, and trying to create them can put them in the wrong place. r=roc
|
2009-12-31 14:07:57 -05:00 |
|
Boris Zbarsky
|
a99f0f4f96
|
Bug 536716. Make BuildScrollFrame not set the primary frame on the content, fix letter frames to reset primary frames to 0 before resetting them to the new value as needed, fix things so <area> never gets a frame of its own, and reenable the SetPrimaryFrame assertion when the primary frame is being changed from one non-null frame to another. r=roc
|
2009-12-31 14:07:56 -05:00 |
|
L. David Baron
|
61bd9cfc56
|
Revert bulk of changeset 67ddbe030ab6 (originally for bug 457809) now that bug 253354 is fixed.
|
2009-12-31 12:49:22 -05:00 |
|
Neil Deakin
|
989819833a
|
Bug 536486, remove IsDestroyingFrames check now that frames are available from content nodes, fixes possible leak, r=roc
|
2009-12-31 12:36:56 -05:00 |
|
L. David Baron
|
8483573833
|
Add nsPresContext::EnsureSafeToHandOutCSSRules. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
Nochum Sossonko
|
1aa92b8e9b
|
merge for backout
|
2009-12-29 17:34:15 -05:00 |
|
Nochum Sossonko
|
616050ef52
|
Backed out changeset 58a672dcb695 due to test failures
|
2009-12-29 17:33:09 -05:00 |
|
Boris Zbarsky
|
c3626d1503
|
Bug 536718. Clean up NotifyDestroyingFrame. r=roc
|
2009-12-29 15:13:54 -05:00 |
|
Boris Zbarsky
|
b472db2cb1
|
Bug 508473 followup. Remove some more dead code.
|
2009-12-29 15:13:53 -05:00 |
|
Jacek Caban
|
a736eeeb19
|
Bug 530448 - Make TestPoisonArea.cpp compile on new mingw, r=zwol
|
2009-12-29 14:24:43 -05:00 |
|
Boris Zbarsky
|
e76b6c5c78
|
Bug 500882 followup. Restore bit that shouldn't have gone away.
|
2009-12-27 08:41:08 -05:00 |
|
Daniel Holbert
|
178307b6c0
|
Bug 535004: Check if we've fired an unload event before calling OnPageShow, in DocumentViewerImpl::LoadComplete. (Now without NS_ABORT_IF_FALSE, since other things can trigger it.) r=smaug
|
2009-12-26 15:11:04 -08:00 |
|
Boris Zbarsky
|
8519610b49
|
Bug 500882 part 7. Remove the old GetPrimaryFrameFor API. r=roc, sr=dbaron
|
2009-12-24 16:20:06 -05: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 |
|
Boris Zbarsky
|
df21dcfefd
|
Bug 500882 part 3. Switch accessibility module to using the new GetPrimaryFrame API. r=surkov, sr=roc
|
2009-12-24 16:20:05 -05:00 |
|
Boris Zbarsky
|
b2e4054198
|
Bug 500882 part 2. Switch setting of primary frames to the new API; switch nsFrameManager::GetPrimaryFrameFor to the new API; remove resulting gobs of dead code. r=roc
|
2009-12-24 16:20:05 -05:00 |
|
fantasai
|
1e880721fb
|
Bug 508473 Part II: Remove DeletingFrameSubtree r=bz sr=roc
|
2009-12-24 00:20:41 -05:00 |
|
fantasai
|
714c1668f7
|
Bug 508473 Part I: Remove nsIFrame::RemovedAsPrimary r=bz sr=roc
|
2009-12-24 00:20:20 -05:00 |
|
L. David Baron
|
683aa648c1
|
Backed out changeset 2752efeb2fdd (Bug 535004: Check if we've fired an unload event before calling OnPageShow, in DocumentViewerImpl::LoadComplete) because the NS_ABORT_IF_FALSE that it added is firing in reftest and crashtest, at least on Linux.
|
2009-12-23 23:05:15 -05:00 |
|
Daniel Holbert
|
43ca8b575b
|
Bug 535004: Check if we've fired an unload event before calling OnPageShow, in DocumentViewerImpl::LoadComplete. r=smaug
|
2009-12-23 16:19:26 -08:00 |
|
Boris Zbarsky
|
976c983e86
|
Bug 535721. Deal with MoveChildrenTo on non-siblings. r=roc
|
2009-12-23 16:17:23 -05:00 |
|
Boris Zbarsky
|
32cfd3d5a7
|
Bug 535911. Silence the bogus assertion. r=roc
|
2009-12-23 16:17:23 -05:00 |
|
L. David Baron
|
b4840861ab
|
Make nsRefreshDriver hold a reference to its observers while notifying them. (Bug 531585) r=bzbarsky
|
2009-12-23 14:10:31 -05:00 |
|
L. David Baron
|
179ee34b4d
|
Make the transition manager reference-counted. (Bug 531585) r=bzbarsky
|
2009-12-23 14:10:31 -05:00 |
|
L. David Baron
|
8ee9665a58
|
Make nsRefreshDriver reference-counted instead of being a sub-object of the pres context. (Bug 531585) r=bzbarsky
|
2009-12-23 14:10:30 -05:00 |
|
Benjamin Smedberg
|
c2bbf9c677
|
Back out all the pieces of bug 531585 (transitioned event for end of CSS transitions) because of timeouts in test_transitions_events.html
|
2009-12-23 10:15:26 -05:00 |
|
L. David Baron
|
026f0e2d0b
|
Make nsRefreshDriver hold a reference to its observers while notifying them. (Bug 531585) r=bzbarsky
|
2009-12-23 06:35:45 -05:00 |
|
L. David Baron
|
6294ba95b7
|
Make the transition manager reference-counted. (Bug 531585) r=bzbarsky
|
2009-12-23 06:35:45 -05:00 |
|
L. David Baron
|
262ab8b4d1
|
Make nsRefreshDriver reference-counted instead of being a sub-object of the pres context. (Bug 531585) r=bzbarsky
|
2009-12-23 06:35:45 -05:00 |
|
L. David Baron
|
eae023b6a3
|
Backout revisions fa5326c011b8, 8b22441911b0, and cfa10b01b1f6 (bug 531585) on suspicion of causing random orange bug 536382.
|
2009-12-22 15:46:23 -05:00 |
|
L. David Baron
|
dadb7490da
|
Make nsRefreshDriver hold a reference to its observers while notifying them. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
d0934f9f1f
|
Make the transition manager reference-counted. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
c4c186dd89
|
Make nsRefreshDriver reference-counted instead of being a sub-object of the pres context. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:24 -05:00 |
|
Olli Pettay
|
bf7962ffed
|
Bug 535851 - noscript is rendered in print preview, r=roc
|
2009-12-19 12:35:54 +02:00 |
|
Masayuki Nakano
|
68361828eb
|
Bug 532422 - n900: Cannot select any characters from sym map. r=enndeakin.
|
2009-12-17 10:42:02 -08:00 |
|
Boris Zbarsky
|
bdc41dba60
|
Bug 531148 followup. Actually return a value here!
|
2009-12-17 02:38:12 -05:00 |
|
Robert O'Callahan
|
8e327b88bf
|
Bug 516885 / Bug 525375: Fix (harmless) assertions due to nsDisplayTransform passing non-null aVisibleRegionBeforeMove. r=dbaron
|
2009-12-12 13:27:15 -08:00 |
|
Robert Longson
|
819b6997d7
|
Bug 523576 - Fix compilation with disable-svg. r=dbaron
|
2009-12-12 19:43:34 +00:00 |
|
Robert O'Callahan
|
19da2f1872
|
Bug 530686. Only create an nsDisplayTableBorderBackground when it's going to have something to paint, since having one can disable some scrolling optimizations. r=dbaron
|
2009-12-12 10:50:30 -08:00 |
|
Robert O'Callahan
|
97c78b1258
|
Bug 531461. Avoid creating an nsDisplayTableBorderBackground if every part of the table is hidden. r=dbaron
|
2009-12-12 10:50:25 -08:00 |
|
Boris Zbarsky
|
4e9f77e7b1
|
Bug 531148. Fix appends of a block to the trailing inline of an {ib} split which has an inline parent. r=roc
|
2009-12-11 22:36:34 -08:00 |
|
Boris Zbarsky
|
af198139a9
|
Bug 526596. Make sure appends to an {ib} split coalesce blocks correctly if the appended frames start with a block and the trailing inline of the split is empty. r=roc
|
2009-12-11 22:36:33 -08: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 |
|
Boris Zbarsky
|
129197fdc7
|
Bug 523294 part 2. Get rid of the aAttribute argument to SelectorMatches; handle attribute changes by checking for matches on selectors including the given attribute both before and after the change. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Olli Pettay
|
ec076a94d3
|
Bug 528829 - If mouse button is held down during page transition, Firefox stops responding to mouse clicks, r=roc
|
2009-12-10 10:58:33 -08:00 |
|
Timothy Nikkel
|
d16beb2417
|
Bug 525751. When using a subdocument frame as a fallback for drawing canvas background color override the canvas frame check. r=roc a=roc
--HG--
extra : rebase_source : 6719372b7404a598a4ce1c1f5190a4f86d0d896b
|
2009-12-01 02:49:53 -06:00 |
|
Zack Weinberg
|
e125669860
|
Bug 531847: Include address chosen for frame poisoning in breakpad reports. r=ted a192=roc
|
2009-12-01 14:48:23 -08:00 |
|
Robert O'Callahan
|
d866e87ce4
|
Bug 531371. Correctly propagate the backround from a <body style="display: table"> to the viewport as needed. r=bzbarsky
|
2009-12-01 12:21:00 -05:00 |
|
Robert O'Callahan
|
1eb1c0bb6b
|
Bug 530472. Make sure to check across document boundaries to see whether the clipFrame is an ancestor of the moving frame. r=dbaron
|
2009-11-30 18:14:04 -05:00 |
|
Robert O'Callahan
|
6780628363
|
Bug 530686. Don't redraw box-shadows over the bounding rect of the dirty region; just redraw them over a (somewhat simplified) dirty region. r=dbaron
|
2009-11-30 18:14:04 -05:00 |
|
Zack Weinberg
|
cf67dd36c8
|
Bug 530598: If we can't get the preferred address for a poison page, take whatever the OS will give us, rather than giving up
|
2009-11-30 08:51:07 -08:00 |
|
Serge Gautherie
|
2a485f24e8
|
Bug 381467 - Switch application/x-javascript to application/javascript; (Ev1) /layout/base/crashtests/123946-1.html, EOL/whitespace fix (only).
r=dbaron.
|
2009-11-30 03:44:02 +01:00 |
|
Olli Pettay
|
2a7bca1c92
|
Bug 530880, r=bz, sr=roc
--HG--
extra : rebase_source : 4f1e95223fd0c167fa5ec882b46ae36f9edbb071
|
2009-11-26 11:12:20 +02:00 |
|
Ginn Chen
|
546bba6b66
|
Bug 529764 nsPresArena.cpp failed to compile on Solaris r=zweinberg
|
2009-11-20 14:11:42 +08:00 |
|
Robert O'Callahan
|
a3f1f75383
|
Bug 528493. Prevent script execution while initializing nsDocumentViewer. r=bzbarsky
|
2009-11-19 12:40:31 +13:00 |
|
Robert O'Callahan
|
a3558ce3da
|
Backed out changeset 93a0acf68dd6
|
2009-11-19 15:15:44 +13:00 |
|
Robert O'Callahan
|
5fa533b23e
|
Bug 528493. Prevent script execution while initializing nsDocumentViewer. r=bzbarsky
|
2009-11-19 12:40:31 +13:00 |
|
Boris Zbarsky
|
e38ec39351
|
Bug 505059 build bustage fix.
|
2009-11-18 08:58:44 -05:00 |
|
Boris Zbarsky
|
71f48241bd
|
Bug 505059. Don't shut down the layout module while someone is holding a reference to the stylesheet service. r=dbaron
|
2009-11-18 08:25:02 -05:00 |
|
Boris Zbarsky
|
679d2edfd4
|
Bug 526375. Enforce always appending to the last continuation for {ib} splits. r=roc
|
2009-11-18 08:25:02 -05:00 |
|
Robert O'Callahan
|
54824bc7d1
|
Bug 528604. Don't add areas-to-repaint when scrolling for non-moving clip rects that aren't clipping any moving content. r=dbaron
|
2009-11-18 13:38:17 +13:00 |
|
Boris Zbarsky
|
2b37acc71b
|
Bug 521542. Fix IsValidSibling to not lie when non-table-related siblings are involved. r=bernd
|
2009-11-17 17:50:04 -05:00 |
|
L. David Baron
|
e3330c4996
|
Null check mShell in nsPresContext::MediaFeatureValuesChanged. (Bug 528832) r=bzbarsky
|
2009-11-17 13:11:15 -08:00 |
|
Zack Weinberg
|
3c349b25a6
|
Bug 522088 and bug 507924: Ensure that the value used for frame poisoning is a pointer to an inaccessible page of virtual memory.
|
2009-11-17 11:17:20 -08:00 |
|
Boris Zbarsky
|
c1595ce69a
|
Bug 518114 part 2. Use state bits to keep track of what a placeholder is a placeholder for. r=roc
|
2009-11-16 16:00:07 -05:00 |
|
Boris Zbarsky
|
ffab603a47
|
Bug 518114 part 1. Don't force a virtual GetType call in GetFloatFromPlaceholder. r=roc
|
2009-11-16 16:00:07 -05:00 |
|
David Bolter
|
ae4129ee61
|
Bug 525579 - topcrash [@ nsAccessibilityService::GetAccessible(nsIDOMNode*, nsIPresShell*, nsIWeakReference*, nsIFrame**, int*, nsIAccessible**)] (thanks dbaron) r=roc,surkov
|
2009-11-16 09:03:53 -05:00 |
|
Mark Finkle
|
13b8532386
|
Bug 507817: BorderImage should not call ExtractCurrentFrame each time it draws [r=dbaron r=joedrew]
|
2009-11-13 23:23:00 -05:00 |
|
L. David Baron
|
0d9c6b626c
|
Make DEBUG_TRACEMALLOC_PRESARENA compile again by spelling PRUint32 correctly.
|
2009-11-12 17:40:05 -08:00 |
|
Boris Zbarsky
|
42cd75865c
|
Bug 526178 followup. Remove now-unused AutoEnqueueBinding.
|
2009-11-12 14:27:33 -05:00 |
|
Boris Zbarsky
|
dcde9c8929
|
Bug 528002. InvalidateCanvasIfNeeded can do a lot less work. r=roc
|
2009-11-11 18:28:16 -05:00 |
|
Simon Montagu
|
df69e48755
|
Drill down through placeholder frames to the real frames in bidi reordering. Bug 525740, r=roc
|
2009-11-08 09:40:46 -08:00 |
|
Boris Zbarsky
|
f35446936d
|
Bug 526178. Fix constructor firing order to match Gecko 1.9.1 again. r=roc
|
2009-11-04 17:58:13 -05:00 |
|
Boris Zbarsky
|
53f028f33b
|
Backed out changeset 2fa27d8cd3d2 (bug 526178) to fix browser-chrome orange.
--HG--
extra : rebase_source : 6be60f6e6586e924f7607f135a3589d9e425a0ec
|
2009-11-04 20:41:06 -05:00 |
|
Boris Zbarsky
|
482ee7e084
|
Bug 526178. Fix constructor firing order to match Gecko 1.9.1 again. r=roc
|
2009-11-04 17:58:13 -05:00 |
|
Robert O'Callahan
|
7e04a64cff
|
Bug 513082. Take advantage of our knowledge that nsDisplayClip, when used in a blitting scrolling frame, must snap to device pixels, to get more accurate blit regions. r=dbaron
|
2009-11-04 07:39:42 +13:00 |
|
Robert O'Callahan
|
5f8b8b6cc8
|
Bug 523911. Content that's not moving, that's positioned over uniform content that is moving, does not need to be repainted. r=dbaron
|
2009-11-04 07:39:42 +13:00 |
|
Zack Weinberg
|
4439b4953d
|
Bug 526075: Clamp tiny sines to zero when computing transformation matrices.
|
2009-11-02 21:00:46 -08:00 |
|
Robert O'Callahan
|
e62be286c3
|
bug 514732 - fix bustage for shared lib builds r=bz
|
2009-11-02 21:55:35 -05:00 |
|
Robert O'Callahan ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
|
3ad4c03640
|
Bug 513395: Implement revised CSS gradient notation (2/2): rendering
--HG--
rename : layout/reftests/css-gradients/radial-ref.html => layout/reftests/css-gradients/radial-1-ref.html
rename : layout/reftests/css-gradients/radial.html => layout/reftests/css-gradients/radial-1a.html
rename : layout/reftests/css-gradients/twostops-ref.html => layout/reftests/css-gradients/twostops-1-ref.html
rename : layout/reftests/css-gradients/twostops.html => layout/reftests/css-gradients/twostops-1a.html
|
2009-11-02 11:36:43 -08:00 |
|
Zack Weinberg ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
|
dbd6355ce6
|
Bug 513395: Implement revised CSS gradient notation (1/2): parser and data structure changes
|
2009-11-02 11:36:43 -08:00 |
|
Boris Zbarsky
|
b06f4eb4a0
|
Bug 501847 part 6. Simplify MoveChildrenTo now that it doesn't have to deal with float reparenting. r=tn,roc
|
2009-09-18 14:00:23 -04:00 |
|
Boris Zbarsky
|
64e8dac0e8
|
Bug 501847 part 5. Get rid of the MoveFrames function now that there is only one caller. r=tn,roc
|
2009-09-18 14:00:23 -04:00 |
|
Boris Zbarsky
|
0e977736ec
|
Bug 501847 part 4. Change frame construction to create {ib} splits that have blocks wrapping runs of block kids and inlines wrapping runs of inline kids instead of wrapping all kids from the first block to the last block in a single block. r=tn,dbaron,roc
|
2009-09-18 14:00:21 -04:00 |
|
Boris Zbarsky
|
a443ed8d78
|
Bug 501847 part 2. Make various consumers deal with more than 2 inlines in an {ib} split. r=tn, sr=roc
|
2009-09-18 14:00:21 -04:00 |
|
Boris Zbarsky
|
18898e8da4
|
Bug 501847 part 1. Some preparatory cleanup of GetIBSpecialSiblingForAnonymousBlock. r=roc
|
2009-09-18 14:00:20 -04:00 |
|
Alexander Surkov
|
64fdee6658
|
Bug 437607 - Clicking the 'Skip to main content' link once works, second time fails to initiate a V cursor jump, r=davidb, sr=roc
|
2009-11-02 09:02:09 +08:00 |
|
Daniel Holbert
|
e4ce6855cc
|
Bug 525153: In DocumentViewerImpl::LoadComplete, don't call OnPageShow if docshell is being destroyed. r=smaug sr=bz
|
2009-10-31 17:06:47 -07:00 |
|
Timothy Nikkel
|
05c0a8ab52
|
Bug 429865, bug 436982, and bug 477731. Add tests.
--HG--
extra : rebase_source : 355473f66d85ce9bf1a1be6fc3677f2af7ae2019
|
2009-10-31 17:33:15 -05:00 |
|
Timothy Nikkel
|
8c0ff81c27
|
Bug 491547. Special case creating a bidi continuation inside a floating first letter frame. r=roc,smontagu
--HG--
extra : rebase_source : 20d1d90542c7b78583e1ceff35669f25383e2380
|
2009-10-27 21:00:57 -05:00 |
|
Timothy Nikkel
|
e6aafbdaa9
|
Bug 503936. Add test.
--HG--
extra : rebase_source : 9885ac8a59ade08ef02fc86b8a3c65169b72c92c
|
2009-10-31 17:14:17 -05:00 |
|
Oleg Romashin
|
9472920cda
|
Bug 485252 - RenderDocument Background color filling need to be optimized. r=roc.
|
2009-10-31 15:44:57 -04:00 |
|
Jeff Walden
|
9e35e4594c
|
Bug 509329 - Various issues with invalidation of backgrounds propagated from body to the canvas, and with sized backgrounds. r=dbaron
--HG--
extra : rebase_source : ade87923afbccfb4c4b5016d8421aae57c4b0e4e
|
2009-10-22 16:46:08 -07:00 |
|
Boris Zbarsky
|
5215a681c7
|
Bug 525295. Rename nsStyleContext::GetPseudoType to GetPseudo. r=dbaron
|
2009-10-29 17:17:56 -04:00 |
|
Olli Pettay
|
c806e56c0e
|
Bug 508479 - HTML5 Drag and Drop: Drop event on elements that are not drop targets, r=enn, sr=sicking
|
2009-10-29 13:11:02 +02:00 |
|
L. David Baron
|
1e581250d4
|
Make unconstrained width assertions into warnings because we can hit them when we clamp really large widths. (Bug 525100) r=roc
|
2009-10-28 20:22:28 -07:00 |
|
Robert O'Callahan
|
f3c75a5163
|
Bug 449324. Apply opaque-border optimization to all opaque border types, not just 'solid'. r=dbaron
|
2009-10-27 14:43:56 +13:00 |
|
Robert O'Callahan
|
56aad34bd4
|
Bug 516885. Pass separate visible-before-move and visible-after-move regions into ComputeVisibility, to make code clearer because we don't have to overload a single region, and which also lets us fix ambiguities related to clipping. r=dbaron
|
2009-10-07 17:28:41 +13:00 |
|
Robert O'Callahan
|
e324cf9671
|
Bug 518659. Make nsHTMLMediaElement hold a reference to itself to keep itself alive while network or decoder activity could result in events being fired in the future. Also rework the handling of media elements in inactive documents. r=jst, r=doublec
|
2009-10-02 00:10:13 +10:00 |
|
Timothy Nikkel
|
5321e14840
|
Bug 520425. (nsI)CanvasFrame related cleanup. r=roc
--HG--
rename : layout/generic/nsHTMLFrame.cpp => layout/generic/nsCanvasFrame.cpp
rename : layout/generic/nsHTMLFrame.h => layout/generic/nsCanvasFrame.h
extra : rebase_source : 4fa62ac7dee06bbdad394eae1ce6aba82853a410
|
2009-10-08 01:18:18 -05:00 |
|
Timothy Nikkel
|
bfb3787c95
|
Bug 457514. If an out of flow first letter frame is the insertion parent, then use the placeholder frame to get the parent, not the out of flow frame. r=bz
--HG--
extra : rebase_source : 8913cd4c0484baecba53d239263a761b9c9dcf8b
|
2009-10-15 21:48:44 -05:00 |
|
Timothy Nikkel
|
c7f094cc6a
|
Bug 522374. Ignore <area> elements in looking for a next/prev siblings for frame construction due to their misuse of the primary frame map. r=bz
--HG--
extra : rebase_source : 1b996eb1c5c6a130197e84ad11998afae4b20eb9
|
2009-10-16 20:51:05 -05:00 |
|
Jaakko Kiviluoto
|
53ba8a7707
|
Bug 523333. nsContentUtils::HidePopupsInDocument() does not check for null nsIDocument argument properly. r=enndeakin
|
2009-10-23 16:24:47 -04:00 |
|
L. David Baron
|
af787b4ab1
|
Backed out changeset 1aea70ef6f63 (temporary debugging code for bug 523934).
|
2009-10-23 10:47:25 -04:00 |
|
L. David Baron
|
779dcfee41
|
Add temporary debugging code to debug bug 523934
|
2009-10-23 10:21:00 -04:00 |
|
Daniel Holbert
|
6a6d66990d
|
Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 2 (handle remaining properties). r=dbaron
|
2009-10-21 14:57:57 -07:00 |
|
Nochum Sossonko
|
14e32bd632
|
Bug 498648 - Start private browsing while editing a message, cancel, doesn't cancel private browsing; r=bz,jst,ehsan
|
2009-10-20 10:19:43 -04:00 |
|
L. David Baron
|
653c9c5c2f
|
Make ReResolveStyleContext no longer rerun selector matching on next-continuations by making both ReResolveStyleContext and ReParentStyleContext enforce the invariant that all continuations have the same style context. (Bug 522563) r=bzbarsky
|
2009-10-17 10:31:47 -04:00 |
|
Daniel Holbert
|
ad1651cc8b
|
bug 522779: use nsTArray::Contains() instead of checking nsTArray::IndexOf() against various sentinel values, in three places in layout. r=dbaron
|
2009-10-16 15:49:30 -07:00 |
|
Mats Palmgren
|
00302efc79
|
Flag nsCaret::mPendingDraw if the on-cycle draw was suppressed; update the caret when the pres shell tells us that painting is unsuppressed. b=520720 r=roc
|
2009-10-16 12:55:32 +02:00 |
|
L. David Baron
|
30ac481d4d
|
Add media queries for all of our system metrics exposed in :-moz-system-metric(). (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:19 -07:00 |
|
Robert O'Callahan
|
754070307a
|
Add logging code to help diagnose random failure
|
2009-10-16 12:10:27 +13:00 |
|
Jesse Ruderman
|
62dedaf641
|
Add more crashtests
|
2009-10-15 14:22:11 -07:00 |
|
Jesse Ruderman
|
28f2ece525
|
Add some crashtests
|
2009-10-15 13:26:59 -07:00 |
|
Neil Deakin
|
c7fb80186c
|
Bug 519693, <select> click and drag scrolling not working, change to get scrollable frame when capturing, r=roc
|
2009-10-09 09:35:20 -04:00 |
|
Simon Montagu
|
c9f2957365
|
Ensure that continuation frames after the end of a directional run are non-fluid. Bug 490559, r+sr=roc
|
2009-10-07 21:53:50 -07:00 |
|
L. David Baron
|
125bd1103e
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
|
Boris Zbarsky
|
e168ed8802
|
Bug 502567. Get rid of the silly ShouldBuildChildFrames check. r=neil
|
2009-10-07 21:00:38 -04:00 |
|
Robert O'Callahan
|
9758ecee67
|
Bug 520462. Let NS_PLUGIN_ACTIVATE events look up the view hierarchy to find a frame. r=karlt
--HG--
extra : rebase_source : 1368db2f5ebe70b43cdaa5040265f54728ab32b4
|
2009-10-07 17:19:59 +13:00 |
|
Neil Deakin
|
19b8634b1c
|
Bug 517916, crash if the capturing element has no view, r=roc
|
2009-10-05 10:00:05 -04:00 |
|
L. David Baron
|
7e2aee0cc5
|
Fix spelling of synthetic in macro name.
|
2009-10-02 14:06:42 -07:00 |
|
Boris Zbarsky
|
82ca879d78
|
Bug 519590. Don't interrupt reflow until some time has passed. r=roc
|
2009-10-02 14:05:32 -04:00 |
|
Sylvain Pasche
|
7c7c7a40b3
|
Bug 499447. Don't restart our interrupted reflow until some time passes, to give system event processing a fair shot. r=bzbarsky
|
2009-10-02 14:05:31 -04:00 |
|
Boris Zbarsky
|
4fc405cefa
|
Bug 512336. Make frame lists doubly-linked. r=roc,fantasai
|
2009-10-02 12:27:37 -04:00 |
|
Robert O'Callahan
|
20bb54d1d3
|
Bug 508908. Disable windowed plugins in popup windows, since they don't work. r=dbaron
--HG--
extra : rebase_source : 1acfac3d3613d332586fade393f2911552bd03e0
|
2009-09-30 08:18:20 +10:00 |
|
Robert O'Callahan
|
d56dfa741e
|
Bug 513082. Instead of passing aDirtyRect to nsDisplayItem::Paint, have nsDisplayList::OptimizeVisibility (renamed to ComputeVisibility) compute the intersection of the visible region with the bounds of each display item and store the result in the item's mVisibleRect. This lets us do less work to paint display items which have a small intersection with the visible region but a large intersection with the bounding-box of the visible region. r=dbaron
--HG--
extra : rebase_source : 76db4b87ef9e5a6e9de7677edc08c26e2cbc462e
|
2009-09-07 12:35:14 +12:00 |
|
Robert O'Callahan
|
2e6f2bd071
|
Bug 513082. Round out 'region of moving visible content' to device pixels to reduce incidence of stray subpixel rectangles causing unnecessary painting. r=dbaron
--HG--
extra : rebase_source : a976be084de5b610089cebe1da9a9c5a2e580cb2
|
2009-09-07 12:35:14 +12:00 |
|
Robert O'Callahan
|
3574bf3fd3
|
Bug 510856. Additional scrolling tests.
--HG--
extra : rebase_source : 053c6aae0cc3b458647b296ffb6ce885af2ef7a4
|
2009-09-07 12:35:13 +12:00 |
|
Robert O'Callahan
|
3f31ace6a0
|
Bug 510856. ComputeRepaintRegionForCopy should not look outside the update rect for moving and non-moving visible content. r=dbaron
--HG--
extra : rebase_source : 4b2bb7ca8ca883c4d2ba6e14f5a43c82c831fc32
|
2009-09-07 12:35:13 +12:00 |
|
Robert O'Callahan
|
e4bc55769e
|
Bug 514660. Use classes instead of an explicit 'style' attribute to style the anonymous DIV of a text control, so that the styles are treated as user-agent styles and not removed when author styling is disabled. r=bzbarsky
--HG--
extra : rebase_source : 949e902529b2e0f48539d40141614038dfea0ea2
|
2009-09-23 23:02:27 +12:00 |
|
Neil Deakin
|
492e487e7d
|
Bug 513299, add a flag to focus events to indicate that a window was raised, fixes issue where text in a field is selected when a window is raised, r=smaug.sr=neil
|
2009-10-01 14:53:10 -03:00 |
|
Timothy Nikkel
|
dc223a4719
|
Merge back out of changeset e6134e94c6cb (Bug 222436) for possible Tsvg_opacity regression.
|
2010-05-02 02:02:01 -05:00 |
|
Timothy Nikkel
|
68e1173934
|
Backed out changeset e6134e94c6cb (Bug 222436) for possible Tsvg_opacity regression.
|
2010-05-02 02:01:29 -05:00 |
|
Timothy Nikkel
|
6e864c14b8
|
Bug 222436. Simplify nsPresContext::BidiEnabled. r=roc
|
2010-04-10 13:03:40 -05:00 |
|
Timothy Nikkel
|
61cbe3e62f
|
Bug 559970. Allow input type=text and password and textareas to have their frames constructed lazily. r=bzbarsky
|
2010-05-01 13:42:47 -05:00 |
|
timeless@mozdev.org
|
949c8ea25d
|
Bug 562479 - comparison between signed and unsigned integer expressions in nsCSSFrameConstructor::ContentRangeInserted, r=dbaron
|
2010-04-29 22:48:00 -07:00 |
|
Timothy Nikkel
|
0fedc0b667
|
Bug 560441. Quiet some lazy frame construction asserts because framesets don't play the XBL game. r=bzbarsky
|
2010-05-01 13:42:47 -05:00 |
|
Timothy Nikkel
|
b8a1914987
|
Bug 560447. Quiet lazy frame construction assertions for area's because they misbehave. r=bzbarsky
|
2010-05-01 13:42:47 -05:00 |
|
Jonas Sicking
|
26eb9625c3
|
Bug 562791: Add NS_TIME_FUNCTION and friends to content code. r=jst
|
2010-04-30 12:40:59 -07:00 |
|
Boris Zbarsky
|
ca01cf3893
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Boris Zbarsky
|
ccb1be60c3
|
Bug 562688 part 10. Eliminate eELEMENT usage in layout/base. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Boris Zbarsky
|
04027a9479
|
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
|
2010-04-30 09:12:05 -04:00 |
|
Mitchell Field
|
9818f00bf2
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Boris Zbarsky
|
5abf1fd409
|
Bug 567944. Work around inefficiency in handling eRestyle_LaterSiblings for now. r=dbaron
|
2010-06-02 22:25:02 -04:00 |
|
Vladimir Vukicevic
|
1fc75ed264
|
bustage fix; getting rid of two semicolons
|
2010-05-31 19:47:42 -07:00 |
|
Vladimir Vukicevic
|
cdebcfceeb
|
b=566447; add presshell memory reporter; r=bz
|
2010-05-31 19:19:35 -07:00 |
|
Robert O'Callahan
|
60499e8fa3
|
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 |
|
David Zbarsky
|
8d8553ee41
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Mats Palmgren
|
31d408bca4
|
Adjust the caret y-position for zero-height inlines. b=503531 r=roc
|
2009-09-29 23:07:05 +02:00 |
|
David Zbarsky
|
bb6a0e81f4
|
Bug 507762: Parse CSS style sheets independently of case-sensitivity, and instead check case correctly when using the stylesheets. r=dbaron
|
2009-09-28 23:07:45 -07:00 |
|
Timothy Nikkel
|
73a27c9267
|
Bug 518777. When drawing the canvas background color for drawWindow, adjust CanvasArea because it is relative to the frame itself. r=roc
--HG--
rename : layout/base/tests/test_bug514127.html => layout/base/tests/test_bug518777.html
extra : rebase_source : 252a78c5444513eac82b6ebc6ae202aef91bc5ce
|
2009-09-28 20:40:24 -05:00 |
|
Neil Deakin
|
a11c6e6243
|
Bug 516615, when capturing, check if the target frame's content is a descendant of the capturing content, rather than using the frame tree, r=roc,sr=smaug
|
2009-09-28 10:17:01 -04:00 |
|
Kyle Huey
|
c815c08e8d
|
Bug 513684. Stop :hover from bleeding through certain elements. r=roc Test fixes from Markus Stange <mstange@themasta.com>.
|
2009-09-26 16:35:05 -07:00 |
|
Geoff Lankow
|
bd900ff5fd
|
Bug 517882: Implement a -moz-tab-size CSS property that specifies the number of spaces between tab stops in preformatted text. r=roc, dbaron
|
2009-09-26 13:23:47 -07:00 |
|