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

240167 Коммитов

Автор SHA1 Сообщение Дата
Henri Sivonen f259552042 Bug 482918 - Move HTML5 parsing off the main thread. r=bnewman.
--HG--
extra : rebase_source : 8d44fdc215e14ed8da34793c1f432bc2bc9f6e05
2009-09-25 20:11:02 +03:00
Henri Sivonen b12829fcc1 Bug 516406 - Make document.write() parser and stream parser have distinct tokenizers in the HTML5 parser. r=bnewman.
--HG--
extra : rebase_source : d49df0ed8f2c205d97d3023ee88a62e5f8afb91f
2009-09-21 16:18:20 +03:00
Henri Sivonen a1cc303397 Bug 515338 - Make HTML5 parser internals not hold nsIContent or regular dynamic atoms. r=bnewman.
--HG--
extra : rebase_source : 955eb137d96a4ea1461417ada9809404a1218dd1
2009-09-21 14:43:43 +03:00
Daniel Brooks c50c97c5bf bug 528792 - test frippery 2009-11-18 06:15:03 -06:00
Daniel Brooks f8784c1741 bug 528792, fix a test by ensuring that we pass in even coords so that zooming+truncating still leaves us with an integer coordinate 2009-11-18 03:36:22 -06:00
Dão Gottwald e465747441 Backed out changeset fa212b6a9d72 to see if it caused bug 528776 2009-11-18 09:23:18 +01:00
Dão Gottwald b608a5e809 Count open browser windows for bug 528776 2009-11-18 09:20:19 +01:00
Daniel Brooks 87cf261469 merge fix for bug 528796 and for a test that it affects 2009-11-18 02:01:22 -06:00
Brendan Eich 218e6c767d Hackaround for 524826, r=self. 2009-11-17 22:50:46 -08:00
Daniel Holbert 84d332b4fc Bug 529365, patch 2: Add braces (and adjust indentation) to fix build warning in nsBufferDecoderSupport::Convert. r=smontagu 2009-11-17 22:08:22 -08:00
Daniel Holbert c2e5f5228f Bug 529365, patch 1: Add braces to fix build warning in PolyArea::IsInside. r=roc 2009-11-17 22:08:20 -08:00
Daniel Holbert 7b983f586a Bug 529406: Enable support for SMIL animation of font-weight & font-stretch. r=roc 2009-11-17 22:08:19 -08:00
Jae-Seong Lee c83df005c8 Bug 521151 - /content/ unit tests fail on JavaScript 'strict' mode. r=smaug, r=jwalden 2009-11-17 18:08:21 -08:00
Robert O'Callahan 2edb6a3444 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
Oleg Romashin 3e67dcfe1f Bug 528025. Hold a strong ref from the view manager to the device context. r=roc/bz 2009-11-18 13:38:16 +13:00
Robert O'Callahan 527fce9673 Bug 529105. Don't mess with closed streams when data arrives for a resource that the closed stream is using. r=doublec 2009-11-18 13:38:16 +13:00
Robert O'Callahan 2f00c7ae22 Bug 518659. When deciding whether a previous stream is going to load the data we need, we need to check against the data we'll be loading next, not the data we're currently loading. r=doublec 2009-11-18 13:38:16 +13:00
Dan Witte 623072a61f merge. 2009-11-17 15:17:22 -08:00
Dan Witte 23757631d6 Back out bug 526789 to see if it's the cause of mochi orange. 2009-11-17 15:16:44 -08:00
Matthew Gregan ef0edb323c Bug 529197 - Update libtheora to SVN r16712. r=chris.double
--HG--
extra : rebase_source : 7ad29081c5737b34dc8ec8c86edc441d0beacda7
2009-11-18 12:03:32 +13:00
Ehsan Akhgari 37c00fa80a Bug 526194 - Fix test bustage 2009-11-17 18:04:08 -05:00
Bernd 7a16bb81c6 Bug 527464. Go back to ignoring nowrape in quirks mode if a nonzero width is set in the width attribute. r=bzbarsky 2009-11-17 17:50:06 -05:00
Boris Zbarsky d90ddde293 Bug 521542. Fix IsValidSibling to not lie when non-table-related siblings are involved. r=bernd 2009-11-17 17:50:04 -05:00
Daniel Brooks 11971a5799 bug 528796 - fix the test so that it measures correctly 2009-11-17 14:30:25 -06:00
Kev Needham c43333fb23 Bug 527966 - Update Yahoo! Favicon in default search plugins. r=gavin
--HG--
extra : rebase_source : 584fe639f6e357804b42753a53ee6ba1b32c7113
2009-11-17 14:59:29 +01:00
Dave Townsend 4eb564e57e Merged backout of changeset 5795fd10ba3d from bug 528651 due to Ts regressions. 2009-11-17 14:10:44 -08:00
Dave Townsend 2cd3cfc256 Backed out changeset 5795fd10ba3d from bug 528651 due to Ts regressions. 2009-11-17 14:10:18 -08:00
Daniel Holbert 05968fcb6a Fix build warnings about the "defined but not used" functions PumpEvents() & QuitPumpingEvents(), in netwerk test code. (Bug 529350) r=biesi 2009-11-17 13:18:05 -08:00
David Bolter ab9c6009a3 Bug 529192 - crash [nsXULListCellAccessible::GetAttributesInternal(nsIPersistentProperties*)] r=MarcoZ,surkov 2009-11-17 16:14:45 -05:00
L. David Baron db08a06f2b Null check mShell in nsPresContext::MediaFeatureValuesChanged. (Bug 528832) r=bzbarsky 2009-11-17 13:11:15 -08:00
L. David Baron eb809b272e Add a test for bug 517224. 2009-11-17 13:11:14 -08:00
Josh Aas 56a6480fd6 Move Carbon plugin idle event rate back up to 8 events per second to avoid Flash audio stuttering. b=525533 r=roc 2009-11-17 15:36:33 -05:00
Ehsan Akhgari d6d5d0a180 Bug 526194 - r=vlad
--HG--
extra : rebase_source : 410c69341dab86377f94026709c3aa1f13c36a6d
2009-11-17 15:01:15 -05:00
Daniel Brooks 796d40bf0a bug 528796: this should make test_popup_scaled.xul work. 2009-11-17 04:34:42 -06:00
Timothy Nikkel a14cd9380a Bug 507991. Address comment.
--HG--
extra : rebase_source : e1683be4b948fedfbd299d9b37a5d8964979db0c
2009-11-16 20:40:20 -06:00
Ehsan Akhgari 103bdf00d2 Bug 528416 - Download Directory Persists After "Clear Recent History"; r=gavin ui-r=faaborg
--HG--
extra : rebase_source : a5856e02bc394b7359b507d9a40e05d59a114155
2009-11-16 20:14:28 -05:00
Michael Ventnor 2fc8dd48c3 Bug 516124. Add null checks to nsAlertsIconListener. r=roc 2009-11-17 15:16:59 -05:00
Zack Weinberg dff4c85a56 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
Masayuki Nakano 8945a2e239 Bug 529282 Firefox 3.6b2 Crash [@ nsIMEStateManager::OnTextStateFocus(nsPresContext*, nsIContent*) ] r=roc 2009-11-17 21:40:59 +09:00
Dão Gottwald 4feeba4a7b Count open browser windows for bug 528776 2009-11-17 13:28:36 +01:00
Dão Gottwald 25315cdcf7 Count open browser windows for bug 528776 2009-11-17 13:07:34 +01:00
Dave Townsend 0e2d3c90a8 Bug 528651: Component registrations not correctly cached leading to re-registering every component on every startup. r=bsmedberg 2009-11-16 09:39:51 -08:00
Bartłomiej B 24ad5d9880 Bug 521750 - Follow-up: add some actually used compilation options when detecting __thread support [r=bsmedberg] 2009-11-16 10:48:34 -06:00
Dão Gottwald c23f0c64ac Count open windows in browser_514751.js for bug 528776 2009-11-16 17:33:56 +01:00
Honza Bambas 2d0e314b34 Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi 2009-11-16 17:25:48 +01:00
Daniel Brooks 6eda814c14 merge for bug 528796 2009-11-16 08:51:51 -06:00
David Bolter fb0f8170ca Bug 525579 - topcrash [@ nsAccessibilityService::GetAccessible(nsIDOMNode*, nsIPresShell*, nsIWeakReference*, nsIFrame**, int*, nsIAccessible**)] (thanks dbaron) r=roc,surkov 2009-11-16 09:03:53 -05:00
Masayuki Nakano 7b634303be Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil 2009-11-16 22:13:02 +09:00
Ted Mielczarek 2e63db5b79 bustage fix from bug 462381 2009-11-16 07:57:15 -05:00
Dão Gottwald 7141463dae whitespace cleanup 2009-11-16 12:13:10 +01:00