Kyle Huey
|
49e431d43d
|
Bug 578563: Make objdir builds the default when using client.mk. r=ted a2.0=bs
|
2010-08-21 09:24:34 -04:00 |
|
Dan Witte
|
5f4dbe5953
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
|
Dan Witte
|
4439f97632
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
|
2010-08-21 00:31:11 -07:00 |
|
Dan Witte
|
b5ef3261e3
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 1: make nsIChannel.contentLength 64-bit. r=jduell, sr=jst, a=beta5+
|
2010-08-21 00:30:29 -07:00 |
|
Dan Witte
|
78674d6f5f
|
Merge m-c -> e10s.
|
2010-08-20 23:51:54 -07:00 |
|
Dão Gottwald
|
22bb6e03ce
|
Bug 586621 - Use animation-scheduling API for smooth scrollbox scrolling. r=enn a=joe
|
2010-08-21 07:16:33 +02:00 |
|
Dão Gottwald
|
7b74aa16f7
|
Bug 589163 - Add test to prevent duplicate ids. r=gavin
|
2010-08-21 07:15:14 +02:00 |
|
Dão Gottwald
|
211321ca49
|
Bug 589163 - Fix duplicate ids in browser.xul, make ids for appmenu items more consistent and add missing split-menuitem-item classes. r=gavin
|
2010-08-21 07:14:45 +02:00 |
|
Bobby Holley
|
15d915d341
|
Bug 563088 - Re-enable image discarding.r=joe,a=blocker
|
2010-08-20 23:43:46 -04:00 |
|
Bobby Holley
|
ae9d0e0ff2
|
Backout of changesets c866e73f3209 and baff7b7b32bc because of sicking's push-and-run bustage. a=backout
|
2010-08-20 23:42:24 -04:00 |
|
Jonas Sicking
|
73b81ff44d
|
Bug 546857 Part 4b: Fix some errors in previous patch to not use XUL on error pages. r=dao a=blocker
|
2010-08-20 17:50:35 -07:00 |
|
Jonas Sicking
|
c8ed6b7843
|
Fix missing comments from patch for bug 546857
|
2010-08-20 17:50:35 -07: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 |
|
Gavin Sharp
|
b2536d0df5
|
Bug 587691: need a way to access the original default engine (the normal "defaultEngine" can change if the original is hidden by the user), r=Ryan, a=blocker
|
2010-08-20 17:40:16 -04: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 |
|
Chris Jones
|
26435d9035
|
Bug 582057, part g: Split nsIView::CreateWidget into CreateWidget, CreateWidgetForParent, and CreateWidgetForPopup in preparation of eliminating IIDs here. sr=roc
|
2010-08-20 14:29:02 -05:00 |
|
Chris Jones
|
56e14668e0
|
Bug 582057, part f: Split out window initialization code in preparation for multiple CreateWidget* methods. r=roc
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
68143e26fe
|
Bug 582057, part e: Simplify the logic for creating popup widgets. r=roc
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
4aa2f7ef7b
|
Bug 582057, part d: Simplify nsView::LoadWidget and return early if it fails. r=roc
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
7e921c626f
|
Bug 582057, part c: Initialize default widget init data earlier so that it's always available. r=roc
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
5e7a13a689
|
Bug 582057, part b: Remove nsIDeviceContext::SupportsNativeWidgets because it's not used meaningfully, and will be confusing in content processes. sr=roc
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
355220de11
|
Bug 582057, part a: Add nsIView::Impl() and nsView::CreateWidget() to get rid of |static_cast<nsView*>(this)|. r=roc
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
c633db44e6
|
Bug 582075, part 0.5: Add support for aInitData=NULL to the Windows nsWindow implementation. r=dougt
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
0039a39a0b
|
Bug 582057, part 0: Log the repaint region bounding rect in DumpPaintEvent. r=roc
|
2010-08-20 14:29:01 -05:00 |
|
Robert O'Callahan
|
8cbf8e9f2a
|
Bug 585817. Part 3: Remove nsSVGUtils::GetThebesComputationalSurface and use gfxPlatform::ScreenReferenceSurface instead. r=jwatt
|
2010-08-20 14:29:01 -05:00 |
|
Robert O'Callahan
|
06241c1e45
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-20 14:29:01 -05:00 |
|
Robert O'Callahan
|
e2e4b00b49
|
Bug 585817. Part 1: Create a single static 1x1 surface in gfxPlatform that can be used to create contexts for text measurement etc. r=vlad
|
2010-08-20 14:29:01 -05:00 |
|
Mark Banner
|
5da98676cc
|
Bug 587731 TEST-UNEXPECTED-FAIL | test_theme.js | false == true - copy 10 second timeout and extra debug code from test_install.js. r=dtownsend,a=test-only
|
2010-08-20 18:54:41 +01:00 |
|
Ryan VanderMeulen
|
2cba149979
|
Bug 588977 - Fix MSVC warning spam by casting as floats. r=roc a2.0=joe
|
2010-08-20 14:45:07 +02:00 |
|
Rob Arnold
|
98c1cb99ab
|
Bug 588550 - Titlebar area becomes black when dragging bottom window frame into it, r=jmathies a=joe
|
2010-08-20 17:11:57 -07:00 |
|
Josh Aas
|
a675e2f394
|
Set MACOSX_DEPLOYMENT_TARGET properly per-architecture. Stop incorrectly targeting Mac OS X 10.5 for 64-bit builds by default. b=583318 r=ted a=blocking-final+
|
2010-08-20 18:10:15 -04:00 |
|
Jim Chen
|
eaaf4b7e6b
|
Bug 588456 - Properly commit Android IME composition on blur; r=mwu a=blocking-fennec
|
2010-08-20 17:07:26 -07:00 |
|
Dave Townsend
|
b5ebf047af
|
Bug 588925: Cancelling an upgrade AddonInstall needs to remove the pendingUpgrade property from the existing addon. r=robstrong, a=blocking-betaN
|
2010-08-20 12:47:03 -07:00 |
|
Dave Townsend
|
8c7b40022a
|
Bug 572966: Test that InstallTrigger callbacks can redirect to a relative url. r=robstrong, a=blocking-b5
|
2010-08-20 15:48:05 -07:00 |
|
Olli Pettay
|
7f42094ff8
|
Bug 588643 - Crash in [@ nsDocShell::SetHistoryEntry ], r=bent/neil, a=blocking
|
2010-08-21 00:26:52 +03:00 |
|
Mounir Lamouri ext:(%2C%20David%20Zbarsky%20%3Cdzbarsky%40gmail.com%3E)
|
f8ab79e415
|
Bug 582412 - Implement @formmethod, @formenctype. r=smaug sr=sicking a2.0=blocking
|
2010-08-20 19:47:30 +02:00 |
|
Robert Sayre
|
ae7a641fb5
|
Merge tracemonkey to mozilla-central. a=very many blockers
|
2010-08-20 17:09:59 -04:00 |
|
Robert Sayre
|
d598acd055
|
Merge mozilla-central to tracemonkey.
|
2010-08-20 10:04:58 -04:00 |
|
Ryan VanderMeulen
|
e2afcb8aa4
|
Bug 588977 - Fix MSVC warning spam by casting as floats. r=roc a2.0=joe
|
2010-08-20 14:45:07 +02:00 |
|
Chris Jones
|
d1bb68aac7
|
Bug 585817, part 0: Use gfxWindowsPlatform::GetScreenDC to compute the minimum widget size. r=roc
|
2010-08-19 21:19:00 -05:00 |
|
Brad Lassey
|
33816aedc6
|
bug 588470 - Fennec crashes when opening the download manager after a download is started r=mwu a=blocking-fennec-2.0a1+
|
2010-08-19 18:33:06 -07:00 |
|
Edmund Wong
|
1bb7d157fb
|
Bug 576026 - runtests.py.in is an interpolated file and shouldn't be. r=ted, a=bsmedberg
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
|
2010-08-21 12:52:22 -07:00 |
|
Rich Walsh
|
6c1bf4fc0c
|
Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 3 - nsWindow. r= Peter Weilbacher, a=NPOTB
|
2010-08-21 12:51:00 -07:00 |
|
Rich Walsh
|
420a678bbd
|
Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 2 - MozCairo and Thebes. r= Peter Weilbacher, a=NPOTB
|
2010-08-21 12:50:32 -07:00 |
|