Граф коммитов

203356 Коммитов

Автор SHA1 Сообщение Дата
L. David Baron 73dcd3c824 Test more values for 'content' property. (These tests require the three previous patches to pass.) (Bug 481591) 2009-03-06 13:05:01 +09:00
L. David Baron 83643d3790 Fix serialization of the list-style-type part of counter values. (Bug 481591) r+sr=bzbarsky 2009-03-06 13:05:01 +09:00
L. David Baron 7d5c8d1dac Append the list-style-type part of counters correctly in computed style. (Bug 481591) r+sr=bzbarsky 2009-03-06 13:05:01 +09:00
L. David Baron aafe2d425d Split eCSSUnit_String into eCSSUnit_String (with quotes), eCSSUnit_Ident (without quotes), and eCSSUnit_Families (font family list, but not for @font-face descriptor where the single family is stored as eCSSUnit_String). (Bug 481591) r+sr=bzbarsky 2009-03-06 13:05:01 +09:00
L. David Baron 9ac278dfa7 nsCSSDeclaration::ValueAppended is never called on shorthands, so it doesn't need code to handle them. (Bug 481594) r+sr=bzbarsky 2009-03-06 13:05:01 +09:00
L. David Baron 8bdcbd0b8d Quote and escape contents of url() when serializing. (Bug 478160) r+sr=bzbarsky 2009-03-06 13:05:01 +09:00
L. David Baron 79a32cbc5a Change nsStyleUtil::EscapeCSSString to nsStyleUtil::AppendEscapedCSSString, since almost all callers prefer append behavior anyway. (Bug 478160) r+sr=bzbarsky 2009-03-06 13:05:00 +09:00
Chris Double 7e6cac3cc7 Backout due to windows reftest failure 2009-03-06 15:10:04 +13:00
Chris Double b5af871943 Backed out changeset d132b09831a1 due to test failure on WINNT 2009-03-06 15:09:48 +13:00
Marco Bonardo 2e0cc3bf3e Disable test_treeview_date.xul till i get why fails at certain times (bug 481765) 2009-03-06 02:09:23 +01:00
Chris Double 4cc381d48f Bug 468281 - Update liboggplay to fix audit issues - rs=roc 2009-03-06 12:29:24 +13:00
Stuart Parmenter cf576e6934 bug 480233. Make the display list item that canvas uses for painting know about the opacity of the canvas. r/sr=roc 2009-03-05 05:43:45 -08:00
Boris Zbarsky 7187113a8e Disabling test that fails any time the network happens to be slow. See bug 481729 2009-03-05 16:47:05 -05:00
Bryan McQuade 47b630b020 Bug 481612 - Should send activity distributor notifications also for STATUS_RECEIVING_FROM
r+sr=biesi
2009-03-05 19:47:01 +01:00
Doug Turner 3f2b3cf195 Bug 473443 - Backing out bitblt for windows ce. This patch causes image sheering in fennec. r=blassey 2009-03-05 10:27:27 -08:00
Walter Meinl 71be62f362 Bug 426639 - Fix the test harness to work on OS/2; xpcom/test/Makefile; r=benjamin 2009-03-05 19:03:14 +01:00
Serge Gautherie ab6bbc5585 Bug 480077 - automation.py.in : additional fix to bug 472706 for |runApp()| return value(s); (Bv1a) Replace external times by internal duration ++; r=jwalden+bmo 2009-03-05 19:01:39 +01:00
Markus Stange a0a5fce8e7 Fixing test_bug478438; only print exceptions when something fails so that the Tinderbox error parser doesn't get confused 2009-03-05 16:44:24 +01:00
Markus Stange a7fec774ab Bug 481359 - Mouse shouldn't show spinner while pages are transferring, ui-r=beltzner r+sr=bzbarsky 2009-03-05 16:07:55 +01:00
Markus Stange 1ca8a51633 Bug 471325 - Focus ring on native-styled tab is cut off at right, r=dao 2009-03-05 16:05:57 +01:00
Markus Stange 6463b409f7 Bug 414732 - Minor visual issues with addressbar and site identity button and search button, ui-r=faaborg r=dao 2009-03-05 16:05:52 +01:00
Markus Stange ae463a0f3b Bug 479618 - Make the test for bug 350471 more stable, r=smaug 2009-03-05 16:05:47 +01:00
Benjamin Smedberg 2adc05bc07 Reorder functions in nsFrame.h to wallpaper over a dehydra bug (probably GC timing somewhere in the static analysis stack). rs=bz (bug 481454 covers finding and fixing the dehydra bug) 2009-03-05 10:01:04 -05:00
Marco Bonardo dba36a263d bug 435322 - Places History Visit Date doesn't show _date_ portion properly, additional fix to avoid unit test orange randomness. 2009-03-05 15:34:41 +01:00
Alexander Surkov 931e536e9b disable a11y test_getChildAtPoint test 2009-03-05 22:16:38 +08:00
Boris Zbarsky 26f646c20e Bug 480979 part 7. Create a FrameConstructionItemList class so we can abstract away item lists and change the implementation as needed. r+sr=roc 2009-03-05 08:09:03 -05:00
Boris Zbarsky 53d54e4acc Bug 480979 part 6. Push use of FrameConstructionItem all the way up to ContentAppended/ContentInserted, and eliminate the need for DestroyNewlyCreatedFrames. r+sr=roc 2009-03-05 08:09:03 -05:00
Boris Zbarsky 16b9b9aa63 Bug 480979 part 5. Build up a tree of FrameConstructionItems so that we'll know which inlines might need splitting. r+sr=roc 2009-03-05 08:09:02 -05:00
Boris Zbarsky 04f674ea67 Bug 480979 part 4. Create separate FrameConstructionItems for page-break frames. r+sr=roc 2009-03-05 08:09:02 -05:00
Boris Zbarsky 09329b1db9 Bug 480979 part 3. Move suppression of kids of columns and non-column kids of colgroups out further so that we don't even create FrameConstructionItems for them. r+sr=roc 2009-03-05 08:09:02 -05:00
Boris Zbarsky d5b059a7a4 Bug 480979 part 2. Pass FrameConstructionItems through to the FrameFullConstructor implementations. r+sr=roc 2009-03-05 08:09:01 -05:00
Boris Zbarsky 6646059c47 Bug 480979 part 1. Introduce FrameConstructionItem and restructure existing ConstructFrame and ProcessChildren code to use it internally without any other behavior changes. r+sr=roc 2009-03-05 08:09:01 -05:00
Alexander Surkov 363542d33b Bug 481617 - leaks of test_getChildAtPoint (enable this test), r=marcoz 2009-03-05 21:07:38 +08:00
Alexander Surkov f3368f195e Bug 481624 - nsTextAccessibleWrap::get_fontFamily leaks, r=marcoz 2009-03-05 21:02:48 +08:00
Marco Zehe 0da5e23f4f bug 481435 - Refactor the test_nsiAccessibleTable*.html files, r=surkov
--HG--
rename : accessible/tests/mochitest/test_nsIAccessibleTable_1.html => accessible/tests/mochitest/test_table_1.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_2.html => accessible/tests/mochitest/test_table_2.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_3.html => accessible/tests/mochitest/test_table_3.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_4.html => accessible/tests/mochitest/test_table_4.html
2009-03-05 13:55:54 +01:00
Dão Gottwald 462cbb27e0 Bug 480180 - Widen the new tab button on OS X. r=gavin 2009-03-05 13:40:08 +01:00
Dão Gottwald dc8e0b2582 Bug 481427 - findbar-textbox binding incorrectly assigned in theme files. r=enn 2009-03-05 13:39:39 +01:00
Dão Gottwald 0a4cc4c2b0 browser_bug386835.js cleanup 2009-03-05 13:39:05 +01:00
Marco Bonardo 2bb18fd030 Bug 480437 - test_expiration is working on wrong assumptions, r=dietrich 2009-03-05 13:08:43 +01:00
Marco Bonardo 210065158a Bug 435322 - Places History Visit Date doesn't show _date_ portion properly, r=dietrich 2009-03-05 13:08:24 +01:00
Marco Bonardo 11cb940c58 Bug 431153 - Middle clicking on a tag in the Library left pane does not open in tabs, r=dietrich 2009-03-05 13:08:18 +01:00
Dietrich Ayala 06272416e2 Bug 469422 - tag autocomplete disappears on every other character that is typed, r=mak77 2009-03-05 13:07:15 +01:00
Chris Double cb8135e6c6 Backout b=444600 due to test failure 2009-03-05 23:19:33 +13:00
timeless 53c762b512 Bug 462728 crash when using alert from docloaderservice onStateChange listener [@ nsJARChannel::OnStartRequest]
r=biesi
2009-03-05 13:27:48 +01:00
Chris Double 025be432dd Backed out changeset 98381f8c8e08 due to test failure 2009-03-05 23:19:14 +13:00
Alexander Surkov 2db3d81751 disable a11y test_getChildAtPoint test, linux failure 2009-03-05 14:48:17 +08:00
Vladimir Vukicevic 8364449ea3 b=481351; TM ARM crash in js_FastNewObject while logging in to gmail (bad constant-offset load codegen) [ARM ONLY]; r=graydon 2009-03-04 22:36:22 -08:00
Alexander Surkov ddac597250 disable a11y crashtests 2009-03-05 14:34:08 +08:00
Dan Witte ef83e1d68c change cookie eviction so that purges only take place when the limit on max cookies is reached, and the oldest cookie is greater than a set age. b=444600, r=sdwilsh,
sr=mconnor.
2009-03-04 22:11:24 -08:00
Alexander Surkov 82c041d890 merge 2009-03-05 12:09:46 +08:00