Commit Graph

55844 Commits

Author SHA1 Message Date
Josh Matthews
0d09c3e576 Bug 482175 - Put off further actions that depend on hidden asynchronicity. a=test-only 2010-10-18 11:03:32 -04:00
Jim Mathies
dc9ef6ddce Bug 594821 - Trigger a sync paint on intial window show. r=roc, a=final. 2010-10-18 09:24:27 -05:00
Kyle Huey
4859ca23ca Update in-tree pymake to tip. a=NPOTB 2010-10-18 09:50:27 -04:00
Josh Aas
41886b010b Bug 599267: Re-enable "test_bug479979.xul" on Mac OS X. a=test 2010-10-18 08:52:06 -04:00
Dão Gottwald
411c68dd9c Disable broken browser_webconsole_bug_588342_document_focus.js. a=test-only 2010-10-18 14:15:41 +02:00
timeless@mozdev.org
536ee6bcd8 Bug 604629 - nsClipboard::SetNativeClipboardData leaks primitive_data. r+a=dougt 2010-10-18 11:25:41 +02:00
Dão Gottwald
fb4740e982 no bug - stop using switchToTabHavingURI in this test
--HG--
extra : rebase_source : 5d008141da6e923c003d00bb7e48cd1d482a483e
2010-10-17 21:50:15 +02:00
Mike Hommey
fb7d6f2c26 Bug 586867 - Define sync services as app tiers, not platform. r=khuey,a=blocking-betaN+ 2010-10-15 12:27:14 +02:00
Serge Gautherie
7a88ce88a3 Bug 599751 - Javascript strict warnings in nsSearchService.js; (Av1a) Add 2 missing 'let'.
r+a-2.0=gavin.sharp.
2010-10-18 08:43:35 +02:00
Blake Kaplan
eecf8c3275 Bug 604368 - Share some code so that bug fixes fix both parts. r=peterv a=blocking beta7
--HG--
extra : rebase_source : e5b45f7353e36a0267df8d2ba1f65ec0093753b7
2010-10-16 15:26:14 -07:00
Blake Kaplan
86245a5e28 Fix bug 593602. r=gal, a=blocking
--HG--
extra : rebase_source : ecef0f452e8451150f63bdf9e390f506d61b6f76
2010-10-15 14:15:53 -07:00
Josh Matthews
c1bb516ed8 Bug 594222 - Prevent RemoveObservers from being called more than once. r=dougt a=dougt 2010-09-07 18:22:00 -04:00
L. David Baron
49f1f3b4d7 Accept PR_INT32_MIN as an integer in CSS. (Bug 602890) r=bzbarsky a2.0=roc 2010-10-17 19:36:26 -07:00
L. David Baron
f4f59f1261 Don't hit assertion when calling getPropertyPriority on unknown property. (Bug 601439) r=bzbarsky a2.0=dbaron 2010-10-17 19:36:26 -07: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
L. David Baron
d072d705bf Check for UniversalXPConnect in trace-malloc hooks. (Bug 600064) r=jst a2.0=roc 2010-10-17 19:36:25 -07:00
L. David Baron
31c6f32c38 Remove ancient bustage fix that was only needed for Mac OS X versions we no longer support (10.1, I think). a2.0=dbaron 2010-10-17 19:36:24 -07:00
Dão Gottwald
d252374d00 merge backout. a=foo 2010-10-17 21:35:28 +02:00
Dão Gottwald
7b1c733e7a Backed out changeset 6e4cddb22430 in order to fix debug test failures 2010-10-17 21:34:08 +02:00
Dão Gottwald
59b03a36c5 merge backout. a=foo 2010-10-17 21:04:42 +02:00
Dão Gottwald
80db2cdab6 Backed out changeset ef6b8a211ed5 2010-10-17 21:03:53 +02:00
Ms2ger
5427337c29 Bug 589581 - Don't throw on non-finite values in canvas2Dcontext.isPointInPath; r+a=vlad 2010-10-17 20:24:31 +02:00
Mihai Sucan
d9e8626ca1 Bug 603610 - fix broken browser_webconsole_bug_588342_document_focus.js 2010-10-17 20:23:17 +02:00
Dão Gottwald
1031ee6288 no bug - stop using switchToTabHavingURI in this test
--HG--
extra : rebase_source : a27d931a8067443d8c183a5650025e2d212bc00e
2010-10-16 19:48:29 +02:00
Robert Longson
4e114f3286 Bug 580983 - try to make test_pointer-events.xhtml more robust. a=test-only 2010-10-17 17:27:51 +01:00
Takeshi KUROSAWA
c6fb9a1749 Bug 599798 - Make rotate attribute of SVG text live. r=longsonr a=roc 2010-10-17 17:27:49 +01:00
Robert Longson
4212366871 Bug 468035 - turn off optional ligatures when drawing textPaths or positioned glyphs r+a=roc 2010-10-17 17:27:48 +01:00
Olli Pettay
3e07d86b58 Bug 599982 - Optimize nsHTMLContentSerializer::AppendAndTranslateEntities, r=sicking, a=sicking 2010-10-17 17:15:54 +03:00
Matthew Gregan
f35bfec886 Bug 603912 - Use RAII wrappers to manage nestegg_packet ownership. r=chris.double a=blocking2.0 2010-10-14 14:50:20 +13:00
Chris Pearce
222ab567f3 Bug 604067 - Test invalid video in iframe gets error state correctly. a=test 2010-10-17 08:58:20 +13:00
Chris Pearce
b88356b823 Bug 604067 - Ensure media loads-from-channels propagate their errors so the controls work correctly. r=roc a=blocking2.0 2010-10-17 08:57:50 +13:00
Chris Pearce
7070c1834b Bug 604067 - Handle error codes from libvorbis in WebM reader. r=kinetik a=blocking2.0 2010-10-17 08:57:45 +13:00
Chris Pearce
a94e3056fc Bug 602072 - Ensure media play() overrides preload='none'. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Chris Pearce
aeee50f925 Bug 603226 - Remove nsBuiltinDecoderStateMachine::mBufferExhausted because its unreliable. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Steven Michaud
98b7c6698e Bug 604901 - Patch for bug 582466 breaks Quit in Cocoa embedders. r=josh, a2.0+=josh 2010-10-16 17:22:21 -05:00
Chris Pearce
e652977865 Bug 603226 - commit merge. a=backout 2010-10-17 10:05:52 +13:00
Chris Pearce
8c36e03781 Bug 603226 - Backed out changeset f63595eb0733 a=backout 2010-10-17 10:05:21 +13:00
Chris Pearce
06f56eaf1d Commit merge. a=backout 2010-10-17 10:04:16 +13:00
Chris Pearce
d705680125 Bug 602072 - Backed out changeset 5a67103cdf2b a=backout 2010-10-17 10:03:58 +13:00
Chris Pearce
3536c532fd Merge backout a=backout 2010-10-17 10:03:17 +13:00
Chris Pearce
2a059431ea Bug 603912 - Backed out changeset ee16bb4a5c95 a=backout 2010-10-17 10:03:00 +13:00
Chris Pearce
1889357804 Commit merge a=backout 2010-10-17 10:01:34 +13:00
Chris Pearce
f4f711f431 Bug 604067 - Backed out changeset 3a1bc45d5a54 2010-10-17 10:01:08 +13:00
Chris Pearce
a167ec7a98 Bug 604067 - Commit merge a=backout 2010-10-17 10:00:08 +13:00
Chris Pearce
65a0ef7191 Bug 604067 Backed out changeset 3a1bc45d5a54 a=backout 2010-10-17 09:59:29 +13:00
Chris Pearce
a9efd7c0e3 Bug 604067 - Commit merge. a=backout 2010-10-17 09:58:51 +13:00
Chris Pearce
5ac754a733 Bug 604067 - Backed out changeset 110992838484 a=backout 2010-10-17 09:58:21 +13:00
Chris Pearce
d1d8aa4ddd Bug 604067 - Backout. a=backout 2010-10-17 09:57:39 +13:00
Chris Pearce
3a1eff8e14 Bug 604067 - Backed out changeset 75ac238f8796 a=backout 2010-10-17 09:57:18 +13:00
Chris Pearce
9083c9ee3f Bug 572579 - Commit backout a=backout 2010-10-17 09:56:04 +13:00