Bobby Holley
9b62c35018
Bug 578357 - Use fallible allocation for image frames.r=joe,cjones;a=blocker
2010-08-23 15:42:51 -07:00
Dave Townsend
c8266d2dc1
Bustage fix for bug 572695 to fix locale packaging, a=bustage fix
2010-08-23 14:50:52 -07:00
Takanori MATSUURA
8a591d3966
Bug 559961 - build fix r=tglek a=blocking
2010-08-23 14:37:09 -07:00
Brad Lassey
c5ebc044d1
bug 589851 - [Regression] protocol handlers are broken on 8/22 nightly build r=dwitte a=blocking-fennec=2.0a1+
2010-08-23 15:29:41 -04:00
Dave Townsend
554abbf176
Bug 588440: The compatibility dialog should not show up for new profiles. r=robstrong, a=blocking-beta5
2010-08-23 10:49:00 -07:00
Margaret Leibovic
e5512ffefb
Bug 572695: Remove "Report a Broken Website" from Firefox. r=dolske, a=blocking-betaN
2010-08-23 10:34:29 -07:00
Mehdi Mulani
96c3eaa6ab
Bug 251431: about:config doesn't show new prefs while filter is applied. r=neil, a=sdwilsh
2010-08-23 10:23:54 -07:00
Dave Townsend
5d764ee024
Bug 585960: Implement the overall theme changes. r=Unfocused, a=blocking-beta5
2010-08-23 10:46:30 -07:00
Dave Townsend
0ec1659dfa
Bug 585950: Implement the new list view mockups. r=Unfocused, a=blocking-beta5
2010-08-23 10:46:05 -07:00
Josh Matthews
bb46b891b7
Bug 589721 - Segfault when closing remote tab with open geolocation prompt. r=dougt a=blocking-fennec
2010-08-23 14:31:51 -04:00
Josh Matthews
40655d1b71
Bug 588351 - 'Pause' button doesn't work in Downloads Manager. r=dwitte a=blocking-fennec
2010-08-23 12:29:33 -04:00
Ben Hearsum
0c51883ef2
Creating UPDATE_PACKAGING_R12 (same as R11) on a CLOSED TREE. a=npotb
2010-08-23 11:31:45 -04:00
Rob Campbell
fe68f885cb
bug 587617 - Backed out changeset 6d8a749a3c57, a=#developers
2010-08-23 11:58:56 -03:00
Jim Chen
06010779e8
Bug 589844 - Return correct string from getTextBeforeCursor on Android; r=mwu a=blocking-fennec=2.0a1+
2010-08-23 10:54:00 -04:00
Loïc Yhuel
b6ed504f4c
Bug 589809. D2D: Fix running with PIX. r=bas
...
When we do "newSurf->backBuf->QueryInterface(&newSurf->surface);", PIX returns
the original interface instead of the hooked one, so I swapped newSurf->backBuf
and newSurf->surface, to get the two interfaces in the reverse order. In this
case PIX returns hooked interfaces which will work when used as argument of
hooked methods.
2010-08-24 13:46:34 -04:00
Loïc Yhuel
9b46c88361
Bug 589809. D2D: Fix surface leak. r=bas
...
We were using a raw pointer and not releasing it.
Switch to a RefPtr.
2010-08-24 13:46:03 -04:00
Joel Maher
ce269022ab
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
2010-08-24 10:29:34 -07:00
Mihai Sucan
1a1545a42c
bug 587617 - Can't select text in the output of the WebConsole, r+a=dietrich
2010-08-23 10:44:12 -03:00
Jonathan Kew
308278b403
bug 588731 - ensure correct font is selected in the DC when getting glyph metrics. r=jdaggett a=blocking2.0
2010-08-23 11:32:45 +01:00
Jonathan Kew
db6beae972
bug 580719 followup - add crashtest based on the testcase in comment 9. r=jdaggett a=test-only
2010-08-23 11:32:31 +01:00
Jonathan Kew
727aef0e67
bug 585718 - support -moz-font-feature-settings and -moz-font-language-override in nsCSSFontFaceStyleDecl::GetPropertyValue. r+a=dbaron
2010-08-23 11:32:03 +01:00
Robert O'Callahan
e1bb3d5dc8
Bug 587887. Create pref for refresh driver timer, and make it 60Hz by default. r=dbaron,a=bsmedberg
2010-08-23 21:30:08 +12:00
Robert O'Callahan
4e218eafbb
Bug 581222. Ensure that the bounds for opaque native-theme backgrounds are correct. r=tn
...
--HG--
extra : rebase_source : 0f660f659bf4240713de6e034b4dc8bd88dfb10e
2010-08-23 21:30:08 +12:00
Robert O'Callahan
6fac80e56c
Bug 581222. Draw outer box-shadows for native-themed elements using the alpha mask of the theme background as the border-shape, and disable inner box-shadows. r=dbaron
...
--HG--
extra : rebase_source : a9b81a5d3e09cca41a8b479a4b62b3e2df6c4354
2010-08-23 21:30:08 +12:00
Robert O'Callahan
79b8d06302
Bug 581222. Extend gfxAlphaBlur to support "spread radii". r=vlad
...
--HG--
extra : rebase_source : e644ae08007e52c524c3237d336441f1413f846b
2010-08-23 21:30:07 +12:00
Robert O'Callahan
747fa70120
Bug 581222. Extend gfxQuartzNativeDrawing to support non-Quartz destination surfaces. r=vlad
...
--HG--
extra : rebase_source : 39ddae96ed373e29852ac6ec3bb8430e96514c9b
2010-08-23 21:30:07 +12:00
Robert O'Callahan
794cc06f63
Bug 581222. Back out patch that disabled box-shadows for native-themed content elements.
...
--HG--
extra : rebase_source : 4685dfdddd9e0bf1ed9e5f8401d6bc73b91a5600
2010-08-23 21:30:07 +12:00
Chris Jones
fcfbc0ecb8
Missed comment and --disable-ipc bustage fix.
2010-08-20 22:06:53 -05:00
Chris Jones
ca1369ea3d
Followup to bug 582057: Paper over Show() being called multiple times and triggering an assertion in the content process. This will all be reworked in bug 589337. r=dougt
2010-08-20 18:35:11 -05:00
Chris Jones
9ce9433a4a
Bug 570620, part o: Connect the dots to enable drawing remote frames for <browser remote>: create the frame on the content side, insert a display item for it in compositor-side SubdocFrame, and use IPC-enabled layer managers to make it all work. r=mats sr=roc
2010-08-20 18:24:41 -05:00
Chris Jones
07e1a3fd87
Bug 570620, part n: Hook layout/ipc into the build system, and integrate PRenderFrame into the PBrowser family. sr=bsmedberg
2010-08-20 18:24:41 -05:00
Chris Jones
dee3368105
Bug 570620, part m: Add API for attaching a "remote frame" to its corresponding nsFrameLoader, so that the frame can be found during painting. r=tn sr=smaug
2010-08-20 18:24:41 -05:00
Chris Jones
a8fd1c09e1
Bug 570620, part l: Implement the child side of PRenderFrame, which just acts as a conduit for shadow layers. r=tn
2010-08-20 18:24:41 -05:00
Chris Jones
8bf9326ebe
Bug 570620, part k: Implement the compositor side of PRenderFrame, which grafts a shadow layer tree into the compositor's tree. r=mats sr=roc
2010-08-20 18:24:41 -05:00
Chris Jones
3c749b6915
Bug 570620, part j: Add a PRenderFrame protocol for cross-process frame objects. r=tn
2010-08-20 18:24:41 -05:00
Chris Jones
f30d5c8a27
Bug 570620, part i: Implement ShadowLayer::Disconnect() for common-case shutdown, and ShadowableLayer::Disconnect() for emergency-case shutdown. r=vlad
2010-08-20 18:24:41 -05:00
Chris Jones
d839c7e1a5
Bug 570620, part h: Add a Layer::Disconnect interface. sr=vlad
2010-08-20 18:24:41 -05:00
Chris Jones
b59148a17a
Bug 570620, part g: Fix bone-headed bugs with shadowable layers, remove unnecessary MOZ_LAYER_DECL_NAME()s, and have the "shadow layer manager" side keep a "shadow root" rather than setting the "real" root. r=vlad
2010-08-20 18:24:41 -05:00
Chris Jones
114105aa68
Bug 570620, part e: Implement PuppetWidget::Destroy. r=roc
2010-08-20 18:24:40 -05:00
Chris Jones
f6f5f2fe60
Bug 582057, part l: Use PuppetWidgets in content processes. r=roc
2010-08-20 18:24:40 -05:00
Chris Jones
546d94a7b3
Bug 582057, part k: Gut platform widgets from content processes. sr=bsmedberg
2010-08-20 18:24:40 -05:00
Chris Jones
96088ecbf0
Bug 582057, part j: Implement a "puppet widget" stand-in for platform widgets, for content processes. sr=roc
2010-08-20 18:24:40 -05:00
Robert O'Callahan
06af911885
Temporarily landing patches for bug 130078. Will be backed out when it lands for real.
2010-08-20 18:24:40 -05:00
Jim Mathies
ee8930467d
Temporarily landing patches for bug 130078. Will be backed out when it lands for real.
2010-08-20 18:24:40 -05:00
Robert O'Callahan
444f617901
Temporarily landing patches for bug 130078. Will be backed out when it lands for real.
2010-08-20 18:24:40 -05:00
Chris Jones
f2e059ba52
Bug 585244: Don't attempt to prefetch invalid hostnames from content processes. r=dougt
2010-08-20 18:24:40 -05:00
Chris Jones
6ec1f23f0b
Bug 540097: Fix content processeses to (i) _exit(0) from ActorDestroy() in release builds; (ii) _exit(0) on send-on-closed-channel; and (iii) abort on other processing errors. r=bsmedberg
2010-08-20 18:24:40 -05:00
Chris Jones
ac0063f9b0
Bug 540097: Add a ProcessingError(what) notification interface for top-level actors. r=bent
2010-08-20 18:24:40 -05:00
Chris Jones
6616076b0a
Bug 582057, part i: Use nsIWidget::CreateChild in nsIView::CreateWidget* (where possible). r=roc a=blocking-fennecb1
2010-08-20 14:29:02 -05:00
Chris Jones
5b98449eb6
Bug 582057, part h: Add an nsIWidget::CreateChild interface to sweep (relevant to this bug) code dealing with native widgets under the widget/src/* rug. sr=roc
2010-08-20 14:29:02 -05:00