Gavin Sharp
|
f3700542c4
|
Bug 581176: Allow disabling BadCertListener's "built-in cert" checking for redirects, r=rstrong, a=johnath
|
2010-07-22 17:34:19 -04:00 |
Philipp von Weitershausen
|
96b32b81f8
|
Bug 581917 - OSX theme, about:robots use -moz-background-origin, r=dao, a=johnath
|
2010-07-26 14:09:21 +02:00 |
David Bolter
|
589ae058c3
|
Bug 561924 - Remove group info hack from accDescription. r=MarcoZ
|
2010-07-26 08:20:03 -04:00 |
Nick Thomas
|
5e6fb4e6c6
|
Trivial change to force new round of builds, trying to resolve bug 581888 by backing out mac64 mozconfig changes
|
2010-07-26 20:51:40 +12:00 |
Josh Aas
|
60ee0178ab
|
Bug 581518: Make Mac OS X impl of nsLocalFile::SetPersistentDescriptor behave like it did previosly, supporting aliases. r=benwa
|
2010-07-25 23:49:28 -04:00 |
Nick Thomas
|
f9b5b4e628
|
Merge
|
2010-07-26 15:40:59 +12:00 |
Nick Thomas
|
4b6cd1d8ed
|
Backed out changeset e301cb6bddd6 because it's still hanging build slaves
|
2010-07-26 15:40:42 +12:00 |
Ted Mielczarek
|
c1748d810c
|
Bug 577431, Skip files when dsymutil doesn't produce a .dSYM, r=josh, a=blocking2.0
--HG--
extra : rebase_source : 6c383aefae214e894b470dd9d725e2d50b7ce7ae
|
2010-07-26 13:12:35 +12:00 |
Ted Mielczarek
|
d6e231dd59
|
Bug 576053 - enable compiling Breakpad on Mac OS X/x86-64 by default (again), r=mitchell.field, a=blocking-2.0
--HG--
extra : rebase_source : 4b2050d8bd69b0b7eb90439a1d04d1cb92446954
|
2010-07-26 13:11:05 +12:00 |
Craig Topper
|
c011df92dd
|
Bug 580902 - Remove "using namespace mozilla;" from nsSVGElement.h and fixup the places that relied on it. r=jwatt
|
2010-07-25 17:25:38 -07:00 |
Timothy Nikkel
|
31eb221977
|
Merge back out of ba9be0418b15 (bug 579963).
|
2010-07-25 18:10:40 -05:00 |
Timothy Nikkel
|
7c30080249
|
Back out changeset ba9be0418b15 (bug 579963) because it didn't work.
|
2010-07-25 18:10:08 -05:00 |
Chris Pearce
|
9d98a6e23e
|
Bug 534571 - Fire video timeupdate event when starting a new load. r=roc,dolske a=blocking2.0
|
2010-07-26 10:45:41 +12:00 |
Chris Pearce
|
73f6bf6785
|
Bug 534571 - Enable reloads from audio source child to work. r=roc a=blocking2.0
|
2010-07-26 10:45:18 +12:00 |
Josh Aas
|
017b16dff4
|
Backed out changeset 45e3b4a37bad, that was intended for try server not m-c
|
2010-07-25 17:43:32 -04:00 |
Josh Aas
|
256d6c517f
|
old-persist1
|
2010-07-25 16:20:46 -04:00 |
Timothy Nikkel
|
cbe93fb75b
|
Bug 538308. Record that this crashtest asserts.
|
2010-07-25 14:27:01 -05:00 |
Timothy Nikkel
|
e1a852f2bd
|
Bug 542136. Add crashtest.
|
2010-07-25 13:10:31 -05:00 |
Timothy Nikkel
|
c404834a4f
|
Bug 538308. Add crashtest.
|
2010-07-25 13:10:31 -05:00 |
Timothy Nikkel
|
4c2300efac
|
Bug 489868. Add reftest.
|
2010-07-25 13:10:31 -05:00 |
Timothy Nikkel
|
11884ab132
|
Bug 579963. Don't inline nsPoint::ConvertAppUnits because it causes PGO builds on windows to be slower in some cases. r=bzbarsky
|
2010-07-25 13:08:16 -05:00 |
Neil Rashbrook
|
9448446e38
|
Bug 581151 Make 'make chrome' work again (regression from bug 466492) r=khuey
|
2010-07-25 17:57:22 +01:00 |
Neil Rashbrook
|
fd6b5f8e73
|
Bug 351235 Followup to fix indentation botch
|
2010-07-25 17:56:33 +01:00 |
Neil Rashbrook
|
5ae6b3b33a
|
Bug 581151 Make 'make chrome' work again (regression from bug 466492) r=khuey
|
2010-07-25 15:35:46 +01:00 |
Azat Tymerkaev
|
3bd8846b8a
|
Bug 570165 - Integrate new icons for bookmarks toolbar. r=dao
|
2010-07-25 09:23:55 +02:00 |
Justin Dolske
|
bd70b18a58
|
Bug 581738 - temporarily disable test_punycodeURIs.js on Windows 7
|
2010-07-24 17:42:22 -07:00 |
Benoit Girard
|
be8034895f
|
Bug 580862 - Init gGlobalContext in GLContextProviderCGL. r=vlad
|
2010-07-24 20:10:58 -04:00 |
Benoit Girard
|
7ec5094e44
|
Bug 575142 - qcms_transform_create should use transform_free. r=jmuizellar
|
2010-07-24 20:10:15 -04:00 |
L. David Baron
|
27332c5b76
|
Update to latest spec changes for ctx.font setter and getter. (Bug 508452) r=bzbarsky
|
2010-07-24 12:17:38 -07:00 |
L. David Baron
|
975340f0d4
|
Revert incorrect changes made in http://hg.mozilla.org/mozilla-central/rev/f6beeb315747 (Bug 508452) r=bzbarsky
Note: the tests in this patch don't actually pass until the next one is applied as well.
|
2010-07-24 12:17:38 -07:00 |
Shawn Wilsher
|
47c477cceb
|
Bug 578939 - Storage service cannot be initialized off of the main thread.
r=asuth
a=blocking2.0
|
2010-07-24 11:21:17 -07:00 |
Peter Van der Beken
|
9e9e476cfc
|
Part 6 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - pass the wrapper cache to WrapNative. r=jst.
--HG--
extra : rebase_source : 06db2c01b59630cd47c6d9d4f2302bf952233897
|
2010-05-10 20:53:05 +02:00 |
Peter Van der Beken
|
b71db5b1e3
|
Part 5 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make ResolveName and GetDocumentAllResult return the wrapper cache. r=jst.
--HG--
extra : rebase_source : d36cf87ab26c82bba89998111f872389a1cae754
|
2010-05-10 18:43:20 +02:00 |
Peter Van der Beken
|
f25251726c
|
Part 4 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make GetNamedItem return the wrapper cache. r=jst.
--HG--
extra : rebase_source : 584b74ed06c59bbf08c20e3a8a3b10dd7d540592
|
2010-05-09 21:41:19 +02:00 |
Peter Van der Beken
|
453a7285a7
|
Part 3 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make GetNodeAt return nsIContent*. r=jst.
--HG--
extra : rebase_source : 4653ed3c0f67141bbace1b1973db4aca4b4d908d
|
2010-05-09 21:33:00 +02:00 |
Robert O'Callahan
|
d8cf885752
|
Bug 579264. Ensure that ApplyRenderingChangeToTree repaints popup descendants of the frame. r=bz
|
2010-07-24 21:38:55 +12:00 |
Robert O'Callahan
|
b54ff2ddb2
|
Bug 579262. Inherit FLAG_DESTINED_FOR_SCREEN into BasicLayer rendering. r=vlad
|
2010-07-24 21:37:17 +12:00 |
Robert O'Callahan
|
03e4c5b0c6
|
Bug 579250. Revamp unified-titlebar interface so that we can tell nsNativeThemeCocoa about toolbars even if they're not actually painted. r=mstange
|
2010-07-24 21:35:29 +12:00 |
Geoff Lankow
|
08d6e4e570
|
Bug 494328 - Media file display names should use decodeURIComponent instead of decodeURI. r=sayrer
|
2010-07-24 11:06:10 +02:00 |
Alexander L. Slovesnik
|
1a1ddabdba
|
Bug 539174 - Add localization note and use positional arguments in l10n. r=db48x
|
2010-07-24 11:02:26 +02:00 |
Dão Gottwald
|
b69d8ed44c
|
Bug 580997 - Group "Close Tab", "Undo Close Tab" and "Close Other Tabs" together in the tab context menu. ui-r=faaborg, r=gavin
|
2010-07-24 11:00:37 +02:00 |
Dão Gottwald
|
cfe6f9e846
|
Bug 580914 - use Services.contentPrefs, Services.obs and XPCOMUtils.generateQI in browser-fullZoom.js. r=gavin
|
2010-07-24 10:57:04 +02:00 |
Dão Gottwald
|
8f9d3e06d5
|
Bug 431644 - Make resizer in Page Info media tab invisible. r=gavin
|
2010-07-24 10:56:37 +02:00 |
Oleg Romashin
|
5810793676
|
Bug 579959 - TabChild used after Send__delete__. r=Olli.Pettay
|
2010-07-24 09:48:37 +03:00 |
Josh Matthews
|
d66e58da57
|
Bug 579959 - TabChild used after Send__delete__. r=Olli.Pettay
|
2010-07-21 19:23:03 -04:00 |
Robert Strong
|
52685e4705
|
Bug 580579 - While creating services from category 'profile-after-change', service for entry 'nsUpdateServiceStub', contract ID '@mozilla.org/updates/update-service-stub;1' does not implement nsIObserver. r=dtownsend, approval2.0=dtownsend
|
2010-07-23 18:02:56 -07:00 |
Robert Strong
|
4e6a044dcf
|
Bug 540537 - In China, set default browser does not work. r=jmathies, a=blocking2.0
|
2010-07-23 18:02:46 -07:00 |
Patrick Walton
|
087718aa7d
|
Bug 579412 - Focus the input field when the Console is opened. a=blocking-2.0, r=dtownsend.
|
2010-07-23 16:58:52 -07:00 |
Blake Kaplan
|
eafe70c5d9
|
Bug 580819 - Don't try to "replace" the transient about:blank content viewer when loading about:blank immediately after it. r=smaug
|
2010-07-21 16:26:27 -07:00 |
Kyle Huey
|
fd81de054a
|
Bug 567323: Layout bindings for camera. r=sicking sr=roc
|
2010-07-23 14:35:51 -07:00 |