Kyle Huey
|
53b557e86e
|
Bug 612198: Fix XULRunner after Bug 603679 and Bug 610556. r=me a=npotb
|
2010-11-15 06:54:09 -05:00 |
Mihai Sucan
|
1d1270039d
|
Bug 597460: WebConsole scrolls to the top when a filtered network event occurs. r=gavin a=b:betaN
|
2010-11-15 06:50:30 -05:00 |
Mihai Sucan
|
3528ae048c
|
Bug 592442: WebConsole completion throws if more brackets are closed than opened. r=sdwilsh f=ddahl a=b:final
|
2010-11-15 06:46:38 -05:00 |
Olli Pettay
|
d7cf6cdbbc
|
Bug 596870 - ASSERTION: Detaching editor when it is already detached with iframes and contenteditable, r=bz, a=blocking
--HG--
extra : rebase_source : 1836f851bfe4f0d7ec6a18c6a8058b6ee7a4d817
|
2010-11-15 12:11:51 +02:00 |
Mounir Lamouri
|
f5cfdca2ce
|
Bug 602117 - Tests. r=sicking a=tests
|
2010-11-15 10:54:36 +01:00 |
Mounir Lamouri
|
d5800beb27
|
Bug 597791 (2/2) - Always define nsGkAtoms::progress even if MOZ_MEDIA isn't set. r=smaug a=bustage
|
2010-11-15 10:36:27 +01:00 |
Vivien Nicolas
|
af244a1cc0
|
Bug 597791 (1/2) - Do not use NS_MOZAUDIOAVAILABLE in nsEventListenerManager.cpp if MOZ_MEDIA isn't set. r=smaug a=bustage
|
2010-11-15 10:36:40 +01:00 |
Justin Dolske
|
7d2761985a
|
Add MORE test debugging for bug 608206. a=afrosdwilsh
|
2010-11-14 23:42:22 -08:00 |
Olli Pettay
|
ace216c43b
|
Bug 609626 - Investigate max native stack limit differences, r=mrbkap, a=blocking
|
2010-11-15 09:08:36 +02:00 |
Justin Dolske
|
fa2e524884
|
Add more test debugging for bug 608206. a=afrosdwilsh
|
2010-11-14 21:34:05 -08:00 |
Matthew Gregan
|
4ac9425f68
|
Bug 569163 - Fix a race in nsWaveDecoder's ended state handling. r=cpearce a=roc
|
2010-11-15 14:32:36 +13:00 |
Matthew Gregan
|
1ee592821c
|
merge backout a=bustage
|
2010-11-15 14:06:51 +13:00 |
Matthew Gregan
|
69762e3a3b
|
Backed out changeset c3a14297dff8
|
2010-11-15 14:06:29 +13:00 |
Matthew Gregan
|
b686fe4fbc
|
merge backout a=bustage
|
2010-11-15 12:52:55 +13:00 |
Matthew Gregan
|
7d7e1df455
|
Backed out changeset c1351e1799b8
|
2010-11-15 12:49:37 +13:00 |
Boris Zbarsky
|
dce6b0ac70
|
Bug 610956. Don't set up loadListener as a shutdown observer until we're sure we're doing a load. r=roc a=roc
|
2010-11-15 12:25:38 +13:00 |
Alex Vincent
|
afeed87706
|
b=601756 Tests for TreeWalker.nextSibling, previousSibling, as suggested by Traversal spec r=smaug a=test
--HG--
extra : rebase_source : c0119c7cd025ad199f2a1623843836eace58ea1c
|
2010-11-15 12:08:49 +13:00 |
Brian Crowder
|
cf5ad74ca3
|
b=599878 restore showAlertNotification and disable unit_ipc tests for MacOS r=joshmatthews a=test
--HG--
rename : uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js => uriloader/exthandler/tests/unit_ipc/test_encoding.js
extra : rebase_source : ee1a0d39f4f54d40ab0816a24c3fdcd6a9913018
|
2010-11-15 12:01:57 +13:00 |
Matthew Gregan
|
2acd07f0ed
|
Bug 569163 - Fix a race in nsWaveDecoder's ended state handling. r=cpearce a=roc
|
2010-11-15 11:41:22 +13:00 |
Karl Tomlinson
|
56db792738
|
subpixel-lineheight reftest now passes b=610330
--HG--
extra : rebase_source : 9ed4e316219010cd6e052a96b70adefea1d2f27f
|
2010-11-15 11:38:36 +13:00 |
Ehsan Akhgari
|
e90e235bf3
|
Bug 611182 - Part 7: Don't notify the edit rules object for document modifications outside of the editable area; r=bzbarsky a=blocking-beta8+
|
2010-11-13 15:12:15 -05:00 |
Ehsan Akhgari
|
b713ae82bc
|
Bug 611182 - Part 6: Actually allow the bogus node to be deleted from the document, and check if the parent is modifiable when inserting an element to prevent a bogus node being inserted under a contenteditable="false" element; r=bzbarsky a=blocking-beta8+
This fixes a failure in layout/reftests/bugs/579985-1.html, and is tested by it.
|
2010-11-12 10:38:14 -05:00 |
Ehsan Akhgari
|
8fffaa6706
|
Bug 611182 - Part 5: Adjust the assertion annotation for an assertion which now gets triggered more because we're doing things correctly; r=bzbarsky a=blocking-beta8+
|
2010-11-11 19:10:37 -05:00 |
Ehsan Akhgari
|
fd636c4272
|
Bug 611182 - Part 4: Add some more tests; r=bzbarsky a=blocking-beta8+
|
2010-11-11 16:40:55 -05:00 |
Ehsan Akhgari
|
6965428458
|
Bug 611182 - Part 3: Handle dynamic changes to the editable documents and create/remove the bogus node if needed; r=bzbarsky a=blocking-beta8+
|
2010-11-11 16:40:52 -05:00 |
Ehsan Akhgari
|
630ed7a4a6
|
Bug 611182 - Part 2: Correct the definition of EndOfDocument for the HTML editor in order to fix some tests which have been relying on the bogus node existing in non-empty editable documents; r=bzbarsky a=blocking-beta8+
|
2010-11-11 16:40:55 -05:00 |
Ehsan Akhgari
|
57625c6083
|
Bug 611182 - Backspace key does not work without typing something first (test cases); r=bzbarsky a=blocking-beta8+
|
2010-11-11 14:09:09 -05:00 |
Brian Carpenter
|
d064e90786
|
b=502974 add commas in correct locations ui-r=faaborg a=bsmedberg
|
2010-11-15 08:38:58 +13:00 |
Karl Tomlinson
|
d0bb311d43
|
test pixel-snapping of glyphs b=605043 a=blocking
--HG--
extra : transplant_source : A%DA%D6%9C%AA%E0%CF%86%E3%13S.%FD%13%06%16%AB%D7i%E1
|
2010-11-15 08:22:34 +13:00 |
Karl Tomlinson
|
20b116d1d6
|
b=605043 round inter-glyph spacing to pixels when glyphs will be pixel snapped r=jfkthame
--HG--
extra : transplant_source : %9Eu%09%E3N%EC%D7x%20O%EA%3E%0F%86%9C%93k9%7E%B2
|
2010-11-15 08:21:37 +13:00 |
Karl Tomlinson
|
1075ede261
|
b=611254 followup to f106f44c297b: add pangocairo with Qt (as well as GTK+) r=romaxa a=joe
--HG--
extra : transplant_source : %07%1C%98%7B%F5%A3%FD%E2S%08%C7Y%22%A8%0C%1F%17%7E0%00
|
2010-11-15 08:17:43 +13:00 |
Karl Tomlinson
|
a8fd94a4b7
|
Bug 610646 - Fix typo that caused 100% CPU hang running crashtest 598862.html in non-OOPP builds. a=test
|
2010-11-14 19:26:36 +01:00 |
Bernd
|
c5915dcabb
|
Test for bug 595758. a=test
|
2010-11-14 19:26:36 +01:00 |
Martijn Wargers
|
9abc1aed05
|
Test for bug 595758. a=test
|
2010-11-14 19:26:36 +01:00 |
Mats Palmgren
|
9c3ac19106
|
Bug 595758 - Crash [@ nsTableFrame::MarkIntrinsicWidthsDirty] on print preview. r=dbaron a=blocking2.0:betaN
|
2010-11-14 19:26:36 +01:00 |
Jim Mathies
|
dbf9927da7
|
Bug 611693 - Fix for Txul, Ts regression on XP after landing bug 610201. r=vlad, a=regression.
|
2010-11-14 11:34:13 -06:00 |
Benoit Jacob
|
24d093f81e
|
Bug 610435 - WebGL crash in drawElements - r=vladimir, a=blocking-betaN
|
2010-11-14 12:26:26 -05:00 |
Simon Montagu
|
5ee7fc30e6
|
Make the 'More Encodings' submenus non-localizable. Bug 610638, r=emk, a=bsmedberg
|
2010-11-14 16:41:43 +02:00 |
Simon Montagu
|
e3bb6ebd56
|
Don't propagate error getting a Unicode decoder to caller. Bug 603423, r=hsivonen, a=bsmedberg
|
2010-11-14 06:40:14 -08:00 |
Simon Montagu
|
3a8ab48088
|
Test for bug 603423, a=test
|
2010-11-14 06:40:14 -08:00 |
Ehsan Akhgari
|
4395f688e2
|
Bug 587248 - Part 16: Don't resize the groups if we explicitly request their size to remain constant while dragging; r=ian a=blocking-betaN+
|
2010-11-11 21:11:28 -05:00 |
Ehsan Akhgari
|
8e92dc1a04
|
Bug 587248 - Part 15: Use the correct minimum dimensions for groups; r=ian a=blocking-betaN+
|
2010-11-11 21:11:28 -05:00 |
Ehsan Akhgari
|
8245132b48
|
Bug 587248 - Part 14: Observe the group box right margin when arranging tab items in RTL mode; r=ian a=blocking-betaN+
|
2010-11-10 22:48:43 -05:00 |
Ehsan Akhgari
|
fe9182c20b
|
Bug 587248 - Part 13: Correct the welcome box positioning on first run in RTL mode; r=ian a=blocking-betaN+
|
2010-11-10 22:48:43 -05:00 |
Ehsan Akhgari
|
08da81dacb
|
Bug 587248 - Part 12: Replace UI.rtl with a static property to make sure that we don't incur any DOM performance penalty when checking it; r=ian a=blocking-betaN+
|
2010-11-10 22:48:42 -05:00 |
Ehsan Akhgari
|
9e86366a2d
|
Bug 587248 - Part 11: Rotate the collapsed tab items towards top right in RTL mode; r=ian a=blocking-betaN+
|
2010-11-08 01:38:25 -05:00 |
Ehsan Akhgari
|
2c13cda3a7
|
Bug 587248 - Part 10: Arrange tabs from right to left in RTL mode; r=ian a=blocking-betaN+
|
2010-11-08 01:38:25 -05:00 |
Ehsan Akhgari
|
3391049c16
|
Bug 587248 - Part 9: Correct group title style calculations in RTL mode (well, and some LTR corrections as well!); r=ian a=blocking-betaN+
|
2010-11-08 01:38:25 -05:00 |
Ehsan Akhgari
|
03e047661a
|
Bug 587248 - Part 8: Fix resizing and drag and drop in RTL mode; r=ian a=blocking-betaN+
|
2010-11-08 01:38:24 -05:00 |
Ehsan Akhgari
|
51d4094cad
|
Bug 587248 - Part 7: Correct some direction dependent CSS code in tabitems.js; r=ian a=blocking-betaN+
|
2010-11-08 01:38:24 -05:00 |