Chris Jones
|
28d67e6217
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
--HG--
rename : xpcom/glue/nsTArray.cpp => xpcom/glue/nsTArray-inl.h
|
2010-11-08 20:48:59 -06:00 |
|
Simon Montagu
|
4a94bec7a8
|
test for bug 595435, a=test
|
2010-11-08 12:27:42 +02:00 |
|
Simon Montagu
|
9c81a220df
|
Cache line breaks that are not in the current frame due to bidi resolution. Bug 595435, r=roc, a=blocker
|
2010-11-08 12:27:42 +02:00 |
|
Simon Montagu
|
8712b63960
|
Update Unicode data files to version 6.0. Bug 606917, r=emk, a=bsmedberg
|
2010-11-08 12:27:41 +02:00 |
|
Robert O'Callahan
|
50f59c86bf
|
Bug 598470. Treat all chrome display items as opaque when we're computing plugin visibility regions; this ensures translucent chrome content is visible above windowed plugins. r=tnikkel,a=blocker
|
2010-11-08 22:06:14 +13:00 |
|
Mats Palmgren
|
5618586055
|
Bug 605928 - Repaint issue after detaching/reattaching a tab that contains Flash video. r=roc a=blocking2.0:betaN
|
2010-11-07 18:27:46 +01:00 |
|
Simon Montagu
|
8a8471a46a
|
Backout changeset 06ec9fa89d20 due to test failures, a=backout
|
2010-11-07 13:10:48 +02:00 |
|
Simon Montagu
|
6f2830fb64
|
Backout changeset 1dad59de62c4 due to test failures
|
2010-11-07 13:09:03 +02:00 |
|
Simon Montagu
|
de203d9c8f
|
Backout changeset 8cbe83542596 due to test failures
|
2010-11-07 13:06:39 +02:00 |
|
Simon Montagu
|
0402bb367c
|
Update Unicode data files to version 6.0. Bug 606917, r=emk, a=bsmedberg
|
2010-11-07 11:56:26 +02:00 |
|
Simon Montagu
|
00a68f9ce0
|
Cache line breaks that are not in the current frame due to bidi resolution. Bug 595435, r=roc, a=blocker
|
2010-11-07 11:56:25 +02:00 |
|
Simon Montagu
|
10fda50e6f
|
test for bug 595435, a=test
|
2010-11-07 11:56:25 +02:00 |
|
Ms2ger
|
6f999474e8
|
Bug 589623 - Raise INVALID_STATE_ERR exceptions from Selection.collapseTo{Start|End}; r+a=jst
|
2010-11-06 10:40:13 +01:00 |
|
Ms2ger
|
540c59a0a3
|
Bug 589621 - Throw the correct exception for Selection.getRangeAt called with out-of-bounds values; r=sicking a=bsmedberg
|
2010-11-06 10:40:04 +01:00 |
|
Ms2ger
|
d1816016c2
|
Bug 604078 - Two comparisons between signed and unsigned integers in nsTextFrame::PeekOffsetCharacter; r=ehsan a=bsmedberg
|
2010-11-04 16:43:01 -04:00 |
|
Ehsan Akhgari
|
5febe4410c
|
Bug 424627 - Ctrl+clicking on a text control border followed by an editing operattion (e.g. paste) removes the table cell from a non-editable document; r=roc a=blocking-final+
|
2010-11-01 19:04:12 -04:00 |
|
Ehsan Akhgari
|
90e76bbb1f
|
Bug 389321 - Part 3: Use a centralized algorithm for caret positioning; r=roc a=blocking-betaN+
|
2010-08-31 14:54:44 -04:00 |
|
Ehsan Akhgari
|
28e97f8723
|
Bug 389321 - Part 1: Don't choke on textnodes which don't have a primary frame; r=roc a=blocking-betaN+
|
2010-08-17 15:25:53 -04:00 |
|
Mats Palmgren
|
8f52e9d7f5
|
Delay hiding the plugin window when a delayed stop is requested (eg. during frame destruction). b=604734 r=roc a=blocking2.0:beta7
|
2010-10-28 22:27:52 +02:00 |
|
Mats Palmgren
|
a49bc9b30b
|
Null-check the root pres context before using it. b=599341 r=roc a=dbaron
|
2010-10-27 16:19:01 +02:00 |
|
Ehsan Akhgari
|
bc3929193c
|
Bug 605138 follow-up: fix Thunderbird bustage. r=me a=bustage
|
2010-10-25 14:24:40 -04:00 |
|
Ehsan Akhgari
|
b3ebab6edb
|
Bug 605138 - Part 2: Refactor nsTypedSelection::ScrollIntoView to use flags instead of parameters; r=roc a=blocking-final+
|
2010-10-22 18:41:55 -04:00 |
|
Ehsan Akhgari
|
c5d807f1c7
|
Bug 605138 - Scripts from topix.net apparently causing page to scroll down when opening; r=roc a=blocking-final+
|
2010-10-21 16:56:20 -04:00 |
|
Robert O'Callahan
|
d6707f1b58
|
Bug 593839. Part 1: Use nsDisplayListBuilder::IsPaintingToWindow instead of gfxContext::DESTINED_FOR_SCREEN. r=tnikkel
|
2010-10-25 16:38:09 +02:00 |
|
Neil Deakin
|
902842e19b
|
Bug 578667, text not highlighting when selectiondrag is outside frame, r=mats,a=blocking
|
2010-10-25 10:06:30 -04:00 |
|
Boris Zbarsky
|
ebd7c067e3
|
Bug 484992 and bug 604420. Don't start a new network request when instantiating the plug-in for <object>s. r=josh, a=blocker
|
2010-10-22 21:16:29 -04:00 |
|
Jesse Ruderman
|
9842c1373e
|
Test for bug 605340. a=test
|
2010-10-21 17:30:35 +02:00 |
|
Mats Palmgren
|
1c532ecf30
|
Make sure mLastFlowIndex is within bounds after truncating the mapped flow count. b=605340 r+a=roc
|
2010-10-21 17:30:35 +02:00 |
|
Jesse Ruderman
|
1bb856104f
|
Test for bug 604843. a=test
|
2010-10-21 17:30:35 +02:00 |
|
Mats Palmgren
|
a1abfe5921
|
Only keep the old textrun when the frame continuations from the assignment point forward are all empty. b=604843 r=roc a=blocking2.0:final
|
2010-10-21 17:30:34 +02:00 |
|
Vivien Nicolas
|
12caa58a5e
|
Bug 461843 - Show indication of where on the page you are when scrolling with Fennec. r=roc a=blocking-fennec
|
2010-10-21 14:07:55 +02:00 |
|
Alexander Surkov
|
b049d3e67a
|
Bug 570275 - rework accessible tree update code, r=marcoz, davidb, bz, a=blocking
|
2010-10-21 13:16:10 +09:00 |
|
Boris Zbarsky
|
c54cf4b5bd
|
Bug 594808. If the given range is detached, don't try to work with its start/end containers. r=sicking
|
2010-10-20 20:24:15 -04:00 |
|
Ehsan Akhgari
|
7c73e783f7
|
Bug 604314 - "ASSERTION: unexpected disconnected nodes"; r,a=roc
--HG--
extra : rebase_source : be7c85abe0c8c84c5663a871ee831863c4823bad
|
2010-10-18 23:24:39 -04:00 |
|
Mounir Lamouri
|
66067bcb7b
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Felipe Gomes
|
c1ad5cb316
|
Bug 601603. Part 5 - Ensure that the layer that holds the window background is never opaque for glass windows. r=roc a=beta8
|
2010-10-19 15:02:25 -02:00 |
|
Mounir Lamouri
|
88788a3064
|
Bug 553097 - Do not create a frame and DOM node for placeholder if not needed. r=ehsan,roc a=blocking
|
2010-10-19 15:11:07 +02:00 |
|
L. David Baron
|
6073fb4dd6
|
Fix double-subtraction of opposite margin when one of margin-top/bottom is auto, for absolutely positioned elements. (Bug 604212) r=bzbarsky a2.0=roc
|
2010-10-17 19:36:26 -07:00 |
|
Jesse Ruderman
|
d24c6d7e81
|
Bug 603510 - add crashtest. a=NPOTB
|
2010-10-15 13:44:38 -07:00 |
|
Jesse Ruderman
|
3eea1d636c
|
Bug 603490 - add crashtest
|
2010-10-15 13:44:38 -07:00 |
|
Alexander Surkov
|
8b53f409de
|
Bug 604386 - Prune placeholder from text children, r=davidb, sr=bz, a=blocking
|
2010-10-16 00:34:35 +09:00 |
|
Alexander Surkov
|
c4be35e55b
|
Bug 604587 - bullets of nested not ordered lists have one and the same character, r=davidb, sr=roc, a=roc
|
2010-10-16 00:34:24 +09:00 |
|
Markus Stange
|
e785f3e168
|
Bug 592118 - Don't stack-allocate gfxContexts that are passed to other functions. r=roc a=blocking2.0:final
--HG--
extra : rebase_source : efcf3b58c953ea8ec8cad45f4b0ffa0b898a2397
|
2010-10-15 12:20:22 +02:00 |
|
Mats Palmgren
|
4596c2cb71
|
Bug 571995. r=roc a=blocking2.0:final
|
2010-10-15 06:03:33 +02:00 |
|
Josh Aas
|
56b9a7c78d
|
Bug 599391: Re-enable "505912-1.html" on Mac OS X. a=test
|
2010-10-14 22:10:50 -04:00 |
|
Timothy Nikkel
|
9fa3e05ad4
|
Bug 599113. Part 3. Can't restrict invalidated rects to visible portion of a scroll frame if we retain content that might be outside the visible portion of the scroll frame. r=roc a=blocking-betaN+
|
2010-10-14 20:03:46 -05:00 |
|
Timothy Nikkel
|
11a4caffee
|
Bug 599113. Part 2. Remove unused parameter to nsGfxScrollFrameInner::ScrollVisual. r=roc
|
2010-10-14 20:03:45 -05:00 |
|
Timothy Nikkel
|
25996b096f
|
Bug 599113. Part 1. Remove unused scrolling code for widgets. r=roc
|
2010-10-14 20:03:45 -05:00 |
|
Alexander Surkov
|
b485555fff
|
Bug 557795 - non-libxul bustage fix, r=bz, a=blocking
|
2010-10-14 23:05:12 +09:00 |
|
Alexander Surkov
|
de72c1148e
|
Bug 557795 - wrong list bullet text of accessible for the first numbered HTML:li in CKEditor, r=davidb, sr=roc, a=blocking
--HG--
rename : accessible/tests/mochitest/tree/test_list_invalidate.html => accessible/tests/mochitest/treeupdate/test_list.html
|
2010-10-14 18:05:22 +09:00 |
|