L. David Baron
|
ecd4b94d27
|
Make nsStyleSet use nsRuleWalker objects on the stack rather than in a member variable. (Bug 492675) r=bzbarsky
|
2009-10-02 14:06:42 -07:00 |
|
L. David Baron
|
b08500bbbb
|
Add missing SetLevel call that is caught by assertions once the following patch lands. (Bug 492675) r=bzbarsky
|
2009-10-02 14:06:41 -07:00 |
|
Ben Hearsum
|
baa8f1cd08
|
bug 505504: Add Windows 7 SDK to build machines - bump the default --with-windows-version. r=ted
|
2009-10-02 15:47:40 -04:00 |
|
Boris Zbarsky
|
55a02d19fe
|
Update comment to reflect reality; no bug
|
2009-10-02 15:00:44 -04:00 |
|
Ted Mielczarek
|
358f330e27
|
bug 519194 - No symbols in stack trace on tests of optimized builds (landing without review, consider it a bustage fix)
|
2009-10-02 14:46:49 -04:00 |
|
Dão Gottwald
|
cb7e8eb12e
|
Bug 517768 - crash with view page source and external editor [@nsDocShell::OnStateChange(nsIWebProgress*, nsIRequest*, unsigned int, unsigned int) ]. r=bz
|
2009-10-02 20:33:55 +02:00 |
|
Boris Zbarsky
|
82ca879d78
|
Bug 519590. Don't interrupt reflow until some time has passed. r=roc
|
2009-10-02 14:05:32 -04:00 |
|
Sylvain Pasche
|
7c7c7a40b3
|
Bug 499447. Don't restart our interrupted reflow until some time passes, to give system event processing a fair shot. r=bzbarsky
|
2009-10-02 14:05:31 -04:00 |
|
Dão Gottwald
|
1d1738b34d
|
Bug 520190 - make use of formatURL(). r=gavin
|
2009-10-02 18:52:53 +02:00 |
|
Boris Zbarsky
|
b12afecb76
|
Bug 512338. Make HitTestChildren use GetPrevSibling. r=jwatt
|
2009-10-02 12:31:45 -04:00 |
|
Boris Zbarsky
|
7428a0a55a
|
Bug 516742. Make RFindLineContaining walk backwards along the lines' frames too, not just along the lines. r=roc,fantasai
|
2009-10-02 12:31:43 -04:00 |
|
Boris Zbarsky
|
4fc405cefa
|
Bug 512336. Make frame lists doubly-linked. r=roc,fantasai
|
2009-10-02 12:27:37 -04:00 |
|
Dão Gottwald
|
3137b69ef0
|
Bug 520143 - don't try/catch when reading plugins.hide_infobar_for_outdated_plugin and plugins.hide_infobar_for_missing_plugin, since they have a default value. r=dtownsend
|
2009-10-02 18:22:53 +02:00 |
|
Paul Nickerson
|
d3b430c10d
|
Crash test for bug 517968.
|
2009-10-02 15:53:01 +02:00 |
|
Olli Pettay
|
782a78997f
|
Bug 488274 - Crash [@ nsObjectLoadingContent::OnStartRequest] with object, DOMAttrModified and colorpicker. r=jst, sr=bz
|
2009-10-02 15:48:23 +02:00 |
|
Blair McBride
|
9cdc2ead10
|
Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh
|
2009-10-02 13:26:04 +02:00 |
|
Neil Rashbrook
|
17b9b7b0ab
|
Bug 512173 Make message-icon class work on all platforms again r=dao
|
2009-10-02 11:51:34 +01:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Dão Gottwald
|
d21bfbc361
|
Testing impact on Ts Shutdown
|
2009-10-02 01:51:49 +02:00 |
|
Ted Mielczarek
|
d5ed615fdd
|
bug 518641 followup, don't try to copy files around if the test-package directories don't exist.
--HG--
extra : rebase_source : baa18363c47218f4020b19c9782155c9aae27992
|
2009-10-01 18:07:52 -04:00 |
|
Blake Kaplan
|
1b993d3f38
|
Bug 518991 - Implement access controls in COWs. For now, this is opt-in default unsafe. r=jst
|
2009-09-30 19:38:57 -07:00 |
|
Ben Newman
|
c68af46729
|
Bug 518003 - implement function to check whether element matches a CSS selector. r+sr=bzbarsky
--HG--
extra : rebase_source : 67a7867a5cca52c867a8ee7daeea1bd1e613f1bc
|
2009-09-30 15:17:14 -07:00 |
|
Boris Zbarsky
|
754044a90f
|
Bug 519987. Test and assert. r=sicking
|
2009-10-01 16:17:26 -04:00 |
|
Boris Zbarsky
|
b0047bd1a2
|
Bug 514120. Don't bother looking for XBL bindings on non-XUL nodes in display:none subtrees. r=sicking,enn
|
2009-10-01 16:17:25 -04:00 |
|
Jonathan Kew
|
246e3ab129
|
Bug 519149. Get properly localized font family names on Mac OS X. r=jdaggett
|
2009-09-28 11:25:22 +01:00 |
|
Dão Gottwald
|
958f9c18a0
|
backout change from Ts Shutdown investigation
|
2009-10-02 10:52:10 +02:00 |
|
Nochum Sossonko
|
33de430128
|
Bug 513461 - Implement pseudo classes for lightweight theme handling. r=dao,dbaron
|
2009-10-02 08:22:18 +02:00 |
|
Blair McBride
|
abad4e17f2
|
Bug 519486 - Some themes are illegible with the text shadow implementation. r=dao
|
2009-10-02 08:22:08 +02:00 |
|
Blair McBride
|
c4a43f3551
|
Bug 468881 - Save Frame As… option appears when not necessary in File Menu. r=dao, ui-r=beltzner
|
2009-10-02 08:21:48 +02:00 |
|
Jae-Seong Lee
|
6c52026fb9
|
Bug 483419 - Rename the left-arrow and right-arrow class names in the print preview toolbar to previous-arrow and next-arrow. r=dao
|
2009-10-02 08:21:38 +02:00 |
|
Dão Gottwald
|
4be503d54d
|
Testing impact on Ts Shutdown
|
2009-10-02 07:57:54 +02:00 |
|
Robert O'Callahan
|
bd79cf89fc
|
Backing out fix for bug 494828 to fix Places test failures
|
2009-10-02 15:23:59 +10:00 |
|
Robert O'Callahan
|
6b41eca841
|
Backed out changeset 59a6c227df86
|
2009-10-02 15:23:36 +10:00 |
|
Robert O'Callahan
|
20bb54d1d3
|
Bug 508908. Disable windowed plugins in popup windows, since they don't work. r=dbaron
--HG--
extra : rebase_source : 1acfac3d3613d332586fade393f2911552bd03e0
|
2009-09-30 08:18:20 +10:00 |
|
Robert O'Callahan
|
1b13d20d87
|
Bug 519136. Clean up media-related logging. r=doublec
--HG--
extra : rebase_source : 2321054271a8726d17da1c58b876e2a7eb88883c
|
2009-09-30 07:32:44 +10:00 |
|
Robert O'Callahan
|
956121ecec
|
Bug 508945. Additional fixes for plugin printing when the plugin has borders or padding. r=dbaron
--HG--
extra : rebase_source : ea7b64d55c43a04c72ad38529aa35c3a3bb7a127
|
2009-09-11 13:44:20 +12:00 |
|
Robert O'Callahan
|
794f4fa11d
|
Bug 508495. Remove CreateWidgetForView from nsIFrame and nsObjectFrame since it's no longer used there. r=dbaron
--HG--
extra : rebase_source : c400af6f507ea046e952b9c612dc2d7fca00ff91
|
2009-09-30 07:32:43 +10:00 |
|
Robert O'Callahan
|
0661a95762
|
Bug 508495. Let CSS borders and padding apply to plugin elements, and fix layout, painting and event handling to work with them. r=dbaron
--HG--
extra : rebase_source : c42240c5a88dc05579b658f8cc29ff289422986b
|
2009-09-11 13:44:20 +12:00 |
|
Robert O'Callahan
|
d56dfa741e
|
Bug 513082. Instead of passing aDirtyRect to nsDisplayItem::Paint, have nsDisplayList::OptimizeVisibility (renamed to ComputeVisibility) compute the intersection of the visible region with the bounds of each display item and store the result in the item's mVisibleRect. This lets us do less work to paint display items which have a small intersection with the visible region but a large intersection with the bounding-box of the visible region. r=dbaron
--HG--
extra : rebase_source : 76db4b87ef9e5a6e9de7677edc08c26e2cbc462e
|
2009-09-07 12:35:14 +12:00 |
|
Robert O'Callahan
|
2e6f2bd071
|
Bug 513082. Round out 'region of moving visible content' to device pixels to reduce incidence of stray subpixel rectangles causing unnecessary painting. r=dbaron
--HG--
extra : rebase_source : a976be084de5b610089cebe1da9a9c5a2e580cb2
|
2009-09-07 12:35:14 +12:00 |
|
Robert O'Callahan
|
3574bf3fd3
|
Bug 510856. Additional scrolling tests.
--HG--
extra : rebase_source : 053c6aae0cc3b458647b296ffb6ce885af2ef7a4
|
2009-09-07 12:35:13 +12:00 |
|
Robert O'Callahan
|
07ec9a4619
|
Bug 517818. Wave decoder should not look beyond the Wave data area to see if we have a 'next frame' to play. r=kinetik
--HG--
extra : rebase_source : 9964f0fe36d35745354f5723b5d82b1fc18520d6
|
2009-09-30 07:32:41 +10:00 |
|
Robert O'Callahan
|
f98d7a8ba5
|
Bug 517818. Treat HTTP errors (other than 416 'Requested Range Not Available') as network errors. And do not allow an error page to be treated as media data. r=kinetik
--HG--
extra : rebase_source : 47f44d18ff0d2c33f2642ae5bedb132cc43eb3cb
|
2009-09-30 07:32:30 +10:00 |
|
Robert O'Callahan
|
463d7e407a
|
Bug 517818. When nsMediaCache::Update wants to read from the end of the stream, don't resume if we're already suspended. And if the channel is not already positioned at the end, suspend instead of seeking to the end, since there is no point in seeking to the end and it may cause harmful side effects. r=doublec
--HG--
extra : rebase_source : e816c61621f5dd7c670687cf1a70d2eccb488dd6
|
2009-09-30 06:48:05 +10:00 |
|
Robert O'Callahan
|
3f31ace6a0
|
Bug 510856. ComputeRepaintRegionForCopy should not look outside the update rect for moving and non-moving visible content. r=dbaron
--HG--
extra : rebase_source : 4b2bb7ca8ca883c4d2ba6e14f5a43c82c831fc32
|
2009-09-07 12:35:13 +12:00 |
|
Robert O'Callahan
|
34fb2c86a0
|
Bug 396392. Fix test to not assume that the height of a block matches the height of the text inside it.
--HG--
extra : rebase_source : a733ab3f27f2c54a09ad28c8274c119ac0edbe11
|
2009-09-25 17:18:21 +12:00 |
|
Robert O'Callahan
|
79306e31ef
|
Bug 442715. Invalidate the whole border-box when an element's size changes and its background is being clipped by a border-radius. r=dbaron
--HG--
extra : rebase_source : b9e738ebd64cbcc871a7d1a7178e1eccf64e66f1
|
2009-09-25 11:52:13 +12:00 |
|
Robert O'Callahan
|
56caf25e1b
|
Bug 509693. Don't use SW_SCROLLCHILDREN if some child has a descendant window that's outside the scrolled rectangle. r=jmathies
--HG--
extra : rebase_source : d6762b4e570d90e7a2561597ddc071383a923092
|
2009-09-24 21:37:01 +12:00 |
|
Robert O'Callahan
|
69525d5240
|
Bug 509693. Make Windows test plugin in windowed mode have a child widget, and add API so we can check that that child widget is in the right place. r=josh
--HG--
extra : rebase_source : ad7de0da07561499e68229503945713c2f390aa1
|
2009-09-24 21:35:17 +12:00 |
|
Robert O'Callahan
|
7fa763ef88
|
Bug 509693. Remove eWindowType_java (unused) and actually use eWindowType_plugin. r=josh
--HG--
extra : rebase_source : 14ebf24d00378e65e75b75692b9d82a020966db1
|
2009-09-24 21:32:20 +12:00 |
|