Patrick Walton
9908c9eafb
Bug 585237 - Limit the number of lines displayed in the Web Console. r=sdwilsh a=blocking2.0+
2010-09-08 17:08:58 -07:00
Patrick Walton
f6dfe28f1b
Bug 588967 - Console input field doesn't resize r=dietrich a=dietrich
2010-09-08 17:08:49 -07:00
Patrick Walton
49ed265ef8
Bug 581231 - Part 4: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich
2010-09-08 17:08:42 -07:00
Patrick Walton
b995a4da65
Bug 581231 - Part 3: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich
2010-09-08 17:08:36 -07:00
Patrick Walton
3973161e04
Bug 581231 - Part 2: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich
2010-09-08 17:08:29 -07:00
Patrick Walton
bf30b2a16a
Bug 581231 - Part 1: Surround the Web Console's input field in a containing hbox r=dietrich a=dietrich
2010-09-08 17:08:23 -07:00
L. David Baron
84d0401041
Fix missing negation. (Bug 276431) r=dholbert a=orange
2010-09-08 15:56:15 -07:00
Josh Aas
1bb8075b25
Merge backout of bug 592951. a=me
2010-09-08 18:20:14 -04:00
Josh Aas
252c8e9c10
Backed out changeset 52388a9a6337, bug 592951. a=me
2010-09-08 18:19:51 -04:00
Josh Aas
27016c473f
Bug 592951: Use 'posix_spawnp' to launch child processes on Mac OS X. r=ted a=blocking-b6+
2010-09-08 16:24:30 -04:00
Raymond Lee
d2ead05c34
Bug 592045 - Add Live Filter Search to Panorama [r=dietrich a=beltzner]
2010-09-09 02:37:50 +08:00
Raymond Lee
59b20d85d5
Bug 594213 - Make our tests more robust [r+a=dietrich]
2010-09-09 02:52:07 +08:00
Chris Coulson
0274a7bfd8
Bug 594513 - Should be able to localize "spellchecker.dictionary" preference; r,a=roc
2010-09-08 17:33:07 -04:00
Ehsan Akhgari
97ae025e91
Bug 592592 - Part 3: Add a test for the back-space behavior to make sure that back-space will not delete multiple consecutive space characters; r=roc
2010-09-08 17:32:09 -04:00
Ehsan Akhgari
8aad63cc4e
Bug 592592 - Part 2: Fix test_texteditor_keyevent_handling.html to reflect the desired behavior; r=roc
2010-09-08 17:32:07 -04:00
Olli Pettay
b0ba098a17
Bug 311425 - allow setting OnProgress after XMLHttpRequest::open(), r=sicking, a=sicking
...
--HG--
extra : rebase_source : 721190e3ef5b84634689ef0c2c61701a2aeadae7
2010-09-08 20:42:08 +03:00
Olli Pettay
c8266d1a17
Bug 524037, prevent mouse capture if mouse up happens before handling all of mouse down, r=enndeakin, a=blocking
...
--HG--
extra : rebase_source : f0a30782ef3cb97d14ca21d663b23d3eff57913d
2010-09-08 20:41:37 +03:00
Mounir Lamouri
bbe054ccfc
Bug 594109 - FrameLayerBuilder.cpp uses TYPE_MATHML_CHAR_FOREGROUND outside of #ifdef MOZ_MATHML. r=roc a=bustage
2010-09-08 19:44:47 +02:00
Mounir Lamouri
a2b6ceea3c
Bug 589686 - Fix uses of ContentStatesChanged and MOZ_AUTO_DOC_UPDATE in content/html/content/*.cpp. r=bz a2.0=blocking
2010-09-08 19:43:28 +02:00
Mounir Lamouri
123285ed2c
Bug 590353 - Do not try to reset the default value if the element value isn't different from the value attribute. r=smaug a2.0=blocking
2010-09-08 19:42:35 +02:00
Chris Jones
c8dabee86a
Bug 592866: Allow Shmem to be used in IPDL unions. r=bent a=blocking-2.0
2010-09-08 13:27:52 -05:00
Serge Gautherie
ab7c48e4f8
Bug 589609 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_NetUtil.js:6 - ReferenceError: Cu is not defined; (Av1) s/Cu/Components.utils/.
...
r=(Callek + sdwilsh) a=(test only).
2010-09-08 20:26:07 +02:00
Ehsan Akhgari
2047265f9f
Bug 592592 - Non-breaking spaces inserted when multiple spaces are typed, even in pre-wrap-styled text r,a=roc
2010-09-02 20:36:42 -04:00
Daniel Holbert
9aeab42b64
Bug 276431 Patch 15: Reftests for svg-as-an-image. r=roc a=blocking
2010-09-08 13:40:40 -07:00
Daniel Holbert
3286f46b5f
Bug 276431 Patch 14: Add SVGRootRenderingObserver helper-class, to catch invalidations in helper-document. r=roc a=blocking
2010-09-08 13:40:40 -07:00
Daniel Holbert
cb373a2015
Bug 276431 Patch 13: Fill in implementation for mozilla::imagelib::VectorImage. r=joe r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
ab70f5cd82
Bug 276431 Patch 12d: Make nsSVGOuterSVGFrame::ComputeSize use containing-block-size as its own size if we're in <img>, just like we do for <embed>. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
15c9ddb76a
Bug 276431 patch 12c: Make nsSVGRenderingObserver into a generic interface, and rename the existing impl to nsSVGIDRenderingObserver. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
def5d6741d
Bug 276431 patch 12b: Allow "UnsuppressPainting" call to be effective in resource documents, by disabling EnsureVisible check. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
d402e9cca0
Bug 276431 Patch 12: Add SVGDocumentWrapper helper-class. r=joe r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
b0adf8a144
Bug 276431 Patch 11: Add stub code for VectorImage. r=joe a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
f9a2dd705a
Bug 276431 Patch 10: Make imgContainer::Draw take image-viewport-size, and improve nsLayoutUtils drawing wrappers. r=roc r=joe a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
d6860f7116
Bug 276431 Patch 9: Handle kFullImageSpaceRect in imgIContainerObserver::OnFrameChanged impls. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
428d31299f
Bug 276431 Patch 8: Handle kFullImageSpaceRect in the only nontrivial imgIDecoderObserver::OnDataAvailable impl. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
31396d0604
Bug 276431 Patch 7: Add sentinel value "mozilla::imagelib::kFullImageSpaceRect" in imgIContainer. r=joe a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
beaf4e127a
Bug 276431 Patch 6: Add method nsSMILAnimationController::HasRegisteredAnimations. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
3660147d10
Bug 276431 Patch 5: Move two nsSVGUtils methods to header file so they can be inlined in non-gklayout code. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
7bbef02e3f
Bug 276431 Patch 4c: Add convenience method nsIDocument::IsResourceDocument, for code shared between external resource docs & svg-as-image helper docs. r=roc sr=jst a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
1add754c83
Bug 276431 Patch 4b: Don't create a widget for documents that are being used as images. r=roc a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
2728c45204
Bug 276431 Patch 4: Add flag on nsIDocument to let us check if it's actually being used as an image. r=roc sr=jst a=blocking
2010-09-08 13:40:39 -07:00
Daniel Holbert
36cca45d1e
Bug 276431 Patch 3b: Make nsImageFrame compute its transform on-demand. r=roc a=blocking
2010-09-08 13:40:38 -07:00
Daniel Holbert
aba0326d04
Bug 276431 part 3: Make nsImageFrame store an intrinsic ratio separate from its intrinsic size, and accept percentages in its intrinsic size. r=roc a=blocking
2010-09-08 13:40:38 -07:00
Daniel Holbert
f0bf5e4440
Bug 276431 part 2: Add imgIContainer::GetRootLayoutFrame. r=joe a=blocking
2010-09-08 13:40:38 -07:00
Daniel Holbert
5760cb7c3b
Bug 276431 part 1: For SVG images, pass through OnStartRequest/OnDataAvailable/OnStopRequest from imgRequest. r=joe a=blocking
2010-09-08 13:40:38 -07:00
Daniel Holbert
68aab64df6
Bug 574529: When determining layout-flushing-safety, ignore IsSafeToRunScript if we aren't able to run script in the first place. r=bz a=blocking
2010-09-08 13:40:38 -07:00
Justin Lebar
a771aa430a
Bug 592527 - runtest.py and runxpcshelltest.py should ignore ctrl-c when using an interactive debugger. r=ted, a=only-sorta-potb
2010-08-31 18:03:38 -07:00
Edward Lee
3a8d3120de
Bug 594152 - Give function names to tabview.js objects [r=dietrich a=dietrich]
...
Give function names as object_func for various object prototypes and singletons. Also cleans up some var Name = function() patterns into just function Name.
2010-09-08 10:02:08 -07:00
Justin Lebar
84ca22aa38
Bug 583849 - Use YASM to compile libvpx on Windows. r=ted, a2.0=blocking
2010-08-11 16:37:24 -07:00
Oleg Romashin
215062605a
Bug 556487 - XRenderFormat API for remote X-Surface handling. r=karlt,jmuizelaar a=blocking2.0
2010-09-08 08:55:14 -07:00
Jim Mathies
152db55c62
Bug 593440 - Remove remaining child widgets on windows. r=roc, a=joe.
2010-09-08 10:52:58 -05:00