Nathan Froyd
3c2ceb8a5c
Bug 763524 - part 3: persist each ping to its own unique file; r=taras
2012-07-10 10:18:48 -04:00
Nathan Froyd
8b3766799e
Bug 763524 - part 2: separate out finishRequest and rename it; r=taras
2012-07-10 10:17:10 -04:00
Nathan Froyd
95f08c7ba8
Bug 763524 - part 1: pass the entire ping to doPing; r=taras
2012-07-09 13:40:07 -04:00
Mounir Lamouri
5464a18491
Bug 774819 - Handle system principals in nsPermissionManager when taking principals. r=sicking
2012-07-18 08:24:01 -07:00
Brian Nicholson
869d12c0de
Bug 774648 - Enable positive button in MultiChoicePreference only if items are checked. r=mfinkle
2012-07-18 10:11:26 -07:00
Brian Nicholson
573a59ecb9
Bug 774072 - Close Favicons on background thread. r=mfinkle
2012-07-18 10:11:26 -07:00
Jonathan Watt
a39402dab5
Bug 770629 (Divs aren't rendered when using CSS 3D transforms) regression test for DLBI. r=mattwoodrow.
...
--HG--
extra : rebase_source : 7f3a2e56e99e56131852babca3405d957aca0593
2012-07-18 12:50:10 -04:00
Saurabh Anand
1c547314a0
Bug 774660 - openPreferences should consistently not return a window object; r=dao
2012-07-18 20:48:11 +05:30
Ehsan Akhgari
b9d3334c84
Backout changeset f0be368bb172 (bug 773100) for broken builds across the board
2012-07-18 12:19:20 -04:00
Rafael Ávila de Espíndola
b1d34774bf
Bug 775134 - Remove extra ; r=ehsan.
...
--HG--
extra : rebase_source : 1d44663679e8f1944649d54608e5e6e6694e88c5
2012-07-18 12:15:47 -04:00
Ehsan Akhgari
1f8f1532ad
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more toolkit parts); blanket-r=bzbarsky
2012-07-18 12:12:55 -04:00
Matt Woodrow
4322843c84
Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc
2012-07-16 22:28:44 -04:00
Ehsan Akhgari
b3a1909572
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more xpcom parts); blanket-r=bzbarsky
2012-07-18 11:54:26 -04:00
Kartikaya Gupta
15dfe18ba1
Bug 766647 - Do a better job of coalescing the low-res screenshots. r=blassey
2012-07-18 11:23:16 -04:00
Rafael Ávila de Espíndola
0592691e45
Bug 733905 - switch OS X builds to clang. r=ehsan.
...
--HG--
extra : rebase_source : aec96c90aecafc757d3ce759eb7d80c0c8e3d965
2012-07-18 09:31:15 -04:00
Mounir Lamouri
a2e303064e
Bug 772050 - Remove 'classInfo' from AppsService and SettingsService. r=gwagner
2012-07-18 07:58:02 -07:00
Dale Harvey
8d89988f31
Bug 709759 - Add stop() to mozbrowser API. r=jlebar
2012-07-18 10:45:28 -04:00
Ms2ger
20c8f2a2b0
Bug 539356 - Followup: Fix unused variable warnings; r=mattwoodrow over IRC.
2012-07-18 16:28:53 +02:00
Elika Etemad
5186834e80
Bug 774835: Refactor nsHTMLReflowState::ApplyMinMaxConstraints to separate behavior of width and height. [r=roc]
...
--HG--
extra : rebase_source : c6a25e9c19c65d86013ddf8afc15026ca02321c4
2012-07-18 10:26:05 -04:00
Ekanan Ketunuti
8e9d48f8a2
Bug 774620 - Unprefix -moz-animation properties and @-moz-keyframes rules in browser/. r=dao
2012-07-17 20:02:26 +07:00
Dão Gottwald
c299dd4b66
Bug 767133 - Add slide-in animation for arrow panels. r=Enn,Mossop
2012-07-18 16:15:24 +02:00
Peter Van der Beken
a02b1d7ffe
Fix for bug 774775 (XRayWrapper does not handle new bindings constants) - refactor code. r=bz.
...
--HG--
extra : rebase_source : 317d5942dde4427384320cb334f794f7fef37a2e
2012-07-18 13:52:07 +02:00
Peter Van der Beken
a64f14f7ef
Fix for bug 774775 (XRayWrapper does not handle new bindings constants). r=bz.
...
--HG--
extra : rebase_source : fef985d0417c394ae5997b4450c7076005bdf870
2012-07-17 22:54:25 +02:00
Josh Aas
053a7abaca
Bug 772682: Make Mac OS X 10.6 the minimum required OS version. r=gavin
2012-07-18 09:49:34 -04:00
Ehsan Akhgari
0feb39d4e3
Merge mozilla-central into mozilla-inbound
2012-07-18 09:38:49 -04:00
Geoff Brown
5f053cd113
Bug 774797 - Robocop: upgrade to robotium-3.3.jar; r=jmaher
2012-07-18 14:25:20 +01:00
Jonathan Watt
2bb4db5416
Bug 774133 - Make nsDisplayTransform take account of zooming for SVG transforms. r=roc.
2012-07-18 09:15:13 -04:00
Kyle Huey
3e438f951b
Back out 353b4785836a which was landed even after the module owner explicitly said not to. r=me
...
--HG--
extra : rebase_source : ff4a63d2c56435d3aa6b0c572067878cfa09378c
2012-07-18 05:59:21 -07:00
Bobby Holley
f3f5cd945c
Bug 774245 - Remove unnecessary memset. r=mccr8
2012-07-18 14:56:54 +02:00
Brian Hackett
00392dc264
Treat known booleans like integers during bitops, bug 774812. r=jandem
2012-07-18 06:43:18 -06:00
Brian Hackett
7010399af9
Use distinct types and scripts for generic inner wrapper functions, bug 638794. r=jandem
2012-07-18 06:35:00 -06:00
Ed Morley
fcaa2b9642
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-07-18 13:32:24 +01:00
Bobby Holley
ed537cd79f
Bug 774245 - Tests. r=mrbkap
2012-07-18 13:51:28 +02:00
Bobby Holley
bceafacc9d
Bug 774245 - Reimplement LookupMethod. r=mrbkap
2012-07-18 13:51:28 +02:00
Bobby Holley
113446bdac
Bug 774245 - Re-implement moz_bug_r_a4 trickery. r=mrbkap
...
In the next patch, we drop support for lookupMethod for location objects, since the security policy there is tricky and location objects are already unshadowable Xray wrappers.
2012-07-18 13:51:28 +02:00
Bobby Holley
77a1ce457f
Bug 774245 - Add WrapperFactory and XrayWrapper machinery to allow same-compartment Xray wrapping. r=mrbkap
2012-07-18 13:51:28 +02:00
Bobby Holley
1ce355561c
Bug 774245 - Factor out single-level checked unwrapping into a helper function. r=mrbkap
2012-07-18 13:51:28 +02:00
Ms2ger
21e20c133c
Bug 774691 - Don't include rules.mk twice in toolkit/components/osfile/tests/mochi/Makefile.in; r=glandium
2012-07-18 12:36:08 +02:00
Ms2ger
cbdc7a3775
Bug 579638 - Reinstate Range.intersectsNode; r=smaug
2012-07-18 12:36:08 +02:00
Ms2ger
42a55f1a28
Bug 772829 - Use MOCHITEST_BROWSER_FILES in dom/tests/browser/Makefile.in; r=froydnj
2012-07-18 12:36:08 +02:00
Ms2ger
b6dab703d1
Bug 772487 - Use CPP_UNIT_TESTS for TestPoisonArea.cpp; r=khuey
...
--HG--
rename : layout/base/tests/TestPoisonArea.cpp => layout/base/tests/cpp-tests/TestPoisonArea.cpp
2012-07-18 12:36:08 +02:00
Ms2ger
fdc403d471
Bug 763323 - Use .forget(I**) in a few places; r=longsonr
2012-07-18 12:36:08 +02:00
Ms2ger
23b178ab1f
Bug 765464 - Part c: Throw some TypeErrors; r=khuey
2012-07-18 12:36:08 +02:00
Ms2ger
2dcc5e0037
Bug 765464 - Part b: Add an exnType to JSErrorReport; r=Waldo
2012-07-18 12:36:08 +02:00
Ms2ger
9d077ec396
Bug 765464 - Part a: Introduce JS_ReportErrorNumberVA; r=Waldo
2012-07-18 12:36:08 +02:00
Ms2ger
7b92acdf47
Bug 756397 - Enable FAIL_ON_WARNINGS in content/media; r=cpearce
2012-07-18 12:36:08 +02:00
Ms2ger
202ac4c8c6
No bug - Also log the number of elided messages when finishing the test.
2012-07-18 12:36:08 +02:00
Ms2ger
49e9bf3592
No bug - Add an extra message when TestRunner.js calls timeout.
2012-07-18 12:36:08 +02:00
Ms2ger
76ce43772a
Bug 771933 - Make nsDOMEvent::SetEventType return void; r=smaug
2012-07-18 12:36:08 +02:00
Ms2ger
9538f65ab1
Bug 756083 - Part b: Introduce code to make it easier to update expected failures for imported testharness.js tests; r=jhammel
2012-07-18 12:36:07 +02:00