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

247633 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 36028374d5 Bug 598833 part 3. Store hover and active state directly on elements. r=dbaron 2011-05-31 21:46:56 -04:00
Boris Zbarsky ba29a95bcd Bug 598833 part 2. Create basic infrastructure for letting the ESM store states on elements. r=smaug 2011-05-31 21:46:56 -04:00
Boris Zbarsky f137314503 Bug 598833 part 1. Move IntrinsicState from nsIContent to Element. r=smaug 2011-05-31 21:46:56 -04:00
Daniel Holbert c91fa35aba Bug 658849 followup: Remove one more instance of harmless "WARNING: Failed to create timer" message that gets spammed on shutdown. r=gal 2011-05-31 17:42:46 -07:00
Boris Zbarsky e6b39b2296 Bug 657353 followup. Put a scriptblocker around our call to VisitGroup with nsRadioSetValueMissingState, since that dispatches state change notifications. 2011-05-31 20:21:24 -04:00
Timothy Nikkel 68939aec99 Bug 621551. If someone is trying to get the offset between frames in different document hierarchies just crash right away so we get useful stacks. r=roc 2011-05-31 17:53:21 -05:00
Mounir Lamouri 87072dea1e Bug 644959 - Do not try to restore HTMLButtonElement state when created from parser fragment. r=hsivonen 2011-05-31 23:57:16 +02:00
Mounir Lamouri 96c5ee86a9 Bug 565541 (2/2) - Prevent abusing usage of moving and resizing window. r=bz
The rules are simple, callers can move or resize a window if both conditions
apply:
1. the window has been created with window.open;
2. the window only contains one tab.

--HG--
extra : rebase_source : 7b1fdfa121a701b47ece46a63e36483ca4d75672
2011-05-31 14:30:20 +02:00
Mounir Lamouri b9a14ba1c4 Bug 565541 (1/2) - Add targetableShellCount to nsIDocShellTreeOwner. r=bz
Basically, this will return a the number of tabs when nsIDocShellTreeOwner is
a nsContentTreeOwner.

--HG--
extra : rebase_source : b998c4bd81fc95a099dbcd246f4a3df85acd861e
2011-04-14 14:27:53 -07:00
Boris Zbarsky b26e5d06c1 Bug 657353 part 2. Switch content state updates away from calling Begin/EndUpdate. r=sicking 2011-05-31 17:38:25 -04:00
Boris Zbarsky 5065d6b9f2 Bug 657353 part 1. Switch the XML prettyprinter to using a script runner instead of EndUpdate to determine when to drop prettyprinting. r=sicking 2011-05-31 17:26:13 -04:00
Pascal Chevrel 00bdc3ebdf Bug 608934 - About window needs a close button (Gnome 3 integration). r=gavin 2011-05-31 14:20:09 +02:00
Mounir Lamouri 526da227fb Merging cedar with mozilla-central. 2011-05-31 12:17:48 +02:00
Simon Montagu fb1b318682 Reftest for bug 641444. r=dbaron 2011-05-31 11:04:33 +03:00
Simon Montagu 135dbf4440 Don't adjust the horizontal position for text-indent on right-to-left lines. Bug 641444, r=dbaron 2011-05-31 11:03:27 +03:00
Makoto Kato 0f68dad14d Bug 660587 - Remove nsRuleNode::gLangService. r=roc 2011-05-31 14:18:50 +09:00
Makoto Kato 53cc49df1a Bug 660584 - nsILanguageAtomService.LookupLanguage should use nsACString instead of nsAString. r=smontagu 2011-05-31 14:09:05 +09:00
Karl Tomlinson 6cae4de3fc mark new reftest as failing on Android b=660740 2011-05-31 16:30:00 +12:00
Blair McBride 150867347d Bug 636361 - Lighten & desaturate the background of the add-on manager's progress bar in Windows 7. r=dtownsend DONTBUILD 2011-05-31 14:37:30 +12:00
Robert O'Callahan ea66c639a5 Bug 646757. Fix faulty test for bug 463104. 2011-05-31 12:26:36 +12:00
Robert O'Callahan 040d5db0c5 Bug 646757. Don't construct useless nsDisplayOwnLayers. r=tnikkel 2011-05-31 11:12:06 +12:00
Ehsan Akhgari e6f37de195 Bug 660676 - Remove the copy constructor for nsSize and nsIntSize; r=roc 2011-05-30 19:07:35 -04:00
Zack Weinberg 1d4222af32 extend_pad tests for bug 468496
--HG--
extra : transplant_source : %1A%F9%8E%1F%29%23%E4%9EE%BA%20%A7%18%B0%FE%5B%A3A%28%E4
2011-05-31 09:53:41 +12:00
Ed Morley e359f90fa6 Bug 550884 - Deadcode in nsWindow::SetParent for aNewParent = 0; r=romaxa 2011-05-31 09:51:54 +12:00
Colby Russell 9a079ca6e1 Bug 609549. Add inIDOMUtils::getChildrenForNode. r=bz 2011-05-31 09:51:09 +12:00
Oleg Romashin f447171c32 Bug 659768 - HTML5 video does not render anything on Maemo r=mattwoodrow 2011-05-31 09:48:47 +12:00
Robert O'Callahan 775437c0c3 Bug 646757. Don't snap display item bounds during hit-testing. r=tnikkel 2011-05-31 09:44:10 +12:00
Karl Tomlinson 0926a6ea58 b=468496 use RepeatPad on newer X servers even when downscaling r=joe
--HG--
extra : transplant_source : %8DY%BB%96%10%93%5C%E7%60%04h%5C%400%F8%1Dx%CCq%FC
2011-05-31 09:38:50 +12:00
Timothy Nikkel b0fb6c2c9d Bug 655264. Clean up some a11y code and make it less reliant on views. r=roc f=surkov 2011-05-30 13:23:36 -05:00
Ehsan Akhgari 1f924d27f1 Merge cedar into mozilla-central 2011-05-30 14:20:11 -04:00
Mounir Lamouri 6d2ef4d993 Bug 660226 - Investigate if the random oranges ore because of focus issues or painting issues. r=ehsan
We check that by dumping the focused element. When an orange appears, we will
have to check if the focused element is the body or a select element.
2011-05-30 19:41:36 +02:00
Ed Morley 95e5ecd7d4 Bug 617539 - Integrate nsIMarkupDocumentViewer_MOZILLA_2_0_BRANCH back into the main interface; r=smontagu 2011-05-30 18:36:23 +02:00
Mounir Lamouri 0d2c37b102 Bug 659708 - The reference page should have the same styles as the test page. r=ehsan
This isn't expected to fix the randomness.
2011-05-30 17:52:23 +02:00
Mounir Lamouri 6109a3331e Bug 660200 - Fix intermittent failure in content/html/content/test/test_bug514437.html. r=ehsan 2011-05-30 17:50:41 +02:00
Mounir Lamouri ac62a8d689 Bug 651902 - Make content/base/test/test_bug592366.html non flaky. r=hsivonen 2011-05-30 17:49:56 +02:00
Jesse Ruderman c2f9576474 crash test for bug 655451
--HG--
extra : transplant_source : %3BLxy%2C%80%04%C0V%9D%FF%85%1C-%90%EE%5E%C4%C4U
2011-05-30 09:21:16 +12:00
Karl Tomlinson 81e97ecb69 b=655451 record first of math frame continuations as mstyle ancestor r=bz
--HG--
extra : transplant_source : sg%609%81c%AE%8A%E0%F9%DF9M%BEn%B7%19%90%B4%10
2011-05-30 09:21:12 +12:00
Justin Lebar 42292b1c08 Bug 660123 - Request longer timeout for browser_image.js due to intermittent Mac64 orange; r=ehsan 2011-05-27 15:39:39 -04:00
Ehsan Akhgari b165c4c21b Bug 659546 - Silence clang warnings about alignment requirement increase in nsID::Equals after bug 164580; r=bsmedberg 2011-05-30 11:39:12 -04:00
Justin Lebar f8e4dd0bdc Bug 529338 - Remove flaky Prototype test, testUpdater; r=ehsan 2011-05-27 19:18:09 -04:00
Justin Lebar b15d9492ff Bug 598165 - Remove flaky Prototype tests testUpdaterWithInsertion and testResponders; r=ehsan 2011-05-27 18:51:20 -04:00
Hiroyuki Ikezoe 5afbe93b01 Bug 452706 - Intermittent failure in test_Prototype.html | testUpdater - 1 (3, 6) assertions, 1 failures, 0 errors; r=ehsan 2011-05-30 11:35:01 -04:00
Justin Lebar b32d1ad723 Bug 658450 - Remove flaky tests from Scriptaculous ajax_inplaceeditor_test.html; r=ehsan 2011-05-27 18:32:11 -04:00
Simon Montagu 1a837f2ff0 Don't use cached inflow length for empty frames. Bug 660416, r=roc 2011-05-30 18:19:13 +03:00
Phil Ringnalda 308763785f Bug 650686 - Android browser-chrome permaoranges [r=mfinkle] 2011-05-30 13:49:11 +02:00
Phil Ringnalda c63697429b Bug 651554 - permaorange: browser_tapping.js | Fired a good double tap [r=mfinkle] 2011-05-30 13:49:11 +02:00
Vivien Nicolas d4795b1e8f Bug 636792 - [followup] Coalesce keyboard pan with zoom to element pan [r=mfinkle] 2011-05-30 13:49:11 +02:00
Vivien Nicolas 891a861947 Bug 659651 - Suggestion popup is not displayed at the first tap on input field [r=mfinkle] 2011-05-30 13:49:11 +02:00
Ms2ger a98f5981cb Bug 660433 - Remove nsIDOMNSHTMLFormElement; f=volkmar r=peterv 2011-05-30 13:35:56 +02:00
Ms2ger df63bccfbe Bug 659738 - Move document.open implementation from classinfo to nsHTMLDocument; r=bz 2011-05-30 13:35:55 +02:00