David Burns
484220994e
Bug 747200: Adding MPL header to new file. DONTBUILD because NPOTB r=ctalbert
2012-05-24 04:44:14 -07:00
Jonathan Kew
e0db93c657
bug 757871 - don't generate warnings from FT2FontEntry::GetFontTable during normal control flow. r=jdaggett
2012-05-24 09:16:01 +01:00
Jonathan Kew
17d841d068
bug 737315 - use the proxy's name for the FT2 entry when instantiating a downloaded font. r=jdaggett
2012-05-24 09:15:54 +01:00
Alexander Surkov
2a14b57426
Bug 757670 - make nsIPresShell::GetLinkLocation faster, r=bz, tbsaunde
2012-05-24 15:57:16 +09:00
George Wright
329fa72153
Bug 755869 - [11] Re-apply bug 687188 - Skia radial gradients should use the 0/1 color stop values for clamping. r=mattwoodrow
2012-05-23 11:40:25 -04:00
Malini Das
984ca523da
Bug 747200: Allow binary to be passed in for marionette tests. DONTBUILD because NPOTB
2012-05-23 03:10:54 -07:00
David Burns
fc53564491
Backed out changeset db18074e2a25 to correct bug number
2012-05-24 03:06:52 -07:00
Malini Das
93d39a5941
Bug 757174: Allow Firefox binary and profile to be passed in during tests. DONTBUILD because NPOTB r=jgriffin
2012-05-24 03:00:46 -07:00
Tim Taubert
39f1e874e8
merge m-c to fx-team
2012-05-24 11:47:44 +02:00
Ben Hearsum
cf7195099a
Backout all patches from bug 723176, because we still have problems with our CodeResources file.
2012-05-23 22:30:25 -04:00
Ben Hearsum
d92ac50440
bug 723176: support mac dmg signing in the build system - don't sign removed-files. r=ted
2012-05-23 20:27:09 -04:00
Jonathan Griffin
5f65428407
Bug 756966 - Fail test if finish is called while emulator callbacks are pending, r=philikon, a=test-only, DONTBUILD because NPOTB
2012-05-23 17:23:36 -07:00
Jonathan Griffin
c7fcc00b1e
Bug 758066 - Add --no-window to runemu's arguments, a=test-only, DONTBUILD because NPOTB
2012-05-23 16:58:44 -07:00
Jonathan Griffin
e1bed89b3e
Bug 755473 - Mark script as executable, a=test-only, DONTBUILD because NPOTB
2012-05-23 16:50:36 -07:00
Ryan VanderMeulen
113847ecc4
Backout 8cf563a575fd (bug 734015) due to random Moth orange.
2012-05-23 19:27:40 -04:00
Ryan VanderMeulen
276cafb1b8
Bug 752872 - Upgrade SQLite to version 3.7.12.1 (Mozilla changes). r=mak
2012-05-23 17:49:41 -04:00
Ryan VanderMeulen
1c14da4915
Bug 752872 - Upgrade SQLite to version 3.7.12.1 (SQLite changes). r=mak
2012-05-23 17:49:03 -04:00
Ehsan Akhgari
1447edd6be
Bug 757971 - Pref off background updates until all of the known issues with it are resolved; r=rstrong
...
Landing on a CLOSED TREE
2012-05-23 16:00:01 -04:00
Ehsan Akhgari
bd191c537f
Bug 757981 - Make sure to use the correct installation directory for regular updates; r=bbondy
2012-05-23 16:50:10 -04:00
Brian R. Bondy
06d559fed3
Bug 757711 - Service does not get replaced for newer builds since bug 748764; r=ehsan
2012-05-23 17:28:08 -04:00
Ben Hearsum
b4d6cf48c5
bug 723176: support mac dmg signing in the build system - add PACKAGE_BASE_DIR to packager.mk, override in l10n.mk, to fix mac repacks. r=ted
2012-05-23 13:53:43 -04:00
Olli Pettay
ef940dcb37
Bug 734015 - Try to slow down parsing of web pages in background tabs, r=hsivonen
2012-05-23 15:55:13 +03:00
Olli Pettay
811c9d1086
Bug 749920 - Unprefix MozMutationObserver and add a warning about use of mutation events, r=sicking
2012-05-23 13:45:14 +03:00
Ed Morley
f356417694
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-23 10:41:25 +01:00
Jan Varga
4731c74308
Bug 757511 - Make it possible to raise the maximum number of threads. r=biesi
2012-05-23 06:24:18 +02:00
Jan Varga
d4b98885d8
Bug 757507 - Implement read-write file streams. r=biesi
2012-05-23 06:23:11 +02:00
Ben Hearsum
d1e1e9533b
bug 723176: support mac dmg signing in the build system. r=khuey/ted
2012-05-22 17:13:26 -04:00
Ed Morley
e8571db710
Backout f789661fed75 (bug 749974) for m-oth failures in browser_toolbar_basic.js
2012-05-22 17:51:20 +01:00
Ehsan Akhgari
2362f4b5ee
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
David Burns
abba5376a3
Bug 756233: Removing Selenium proxy from marionette r=jgriffin
2012-05-22 07:09:46 -07:00
Aryeh Gregor
1d13f6ca68
Bug 748310 - Return false for invalid createLink/insertImage values instead of throwing; r=ehsan
2012-05-22 12:37:17 +03:00
Aryeh Gregor
6f4ed9a285
Bug 748307 part 5 - Support insertText, forwardDelete, insertParagraph per spec; r=ehsan
2012-05-22 12:37:17 +03:00
Aryeh Gregor
fcfd499bd9
Bug 748307 part 4 - Clean up ExecCommand and QueryCommand*; r=ehsan
2012-05-22 12:37:17 +03:00
Aryeh Gregor
3163c8b65f
Bug 748307 part 3 - Clean up WillDoAction; r=ehsan
2012-05-22 12:37:17 +03:00
Aryeh Gregor
6d1d67ffa0
Bug 748307 part 2 - Make WillDoAction take an nsTypedSelection; r=ehsan
2012-05-22 12:37:17 +03:00
Aryeh Gregor
aea5e1e969
Bug 748307 part 1 - Make TypedText's second argument a named enum; r=ehsan
2012-05-22 12:37:17 +03:00
Ted Mielczarek
c4432625d3
bug 757909 - mozconfigs for android-armv6 and android-x86. r=catlee,glandium
...
--HG--
rename : mobile/android/config/mozconfigs/android/debug => mobile/android/config/mozconfigs/android-armv6/debug
rename : mobile/android/config/mozconfigs/android/l10n-nightly => mobile/android/config/mozconfigs/android-armv6/l10n-nightly
rename : mobile/android/config/mozconfigs/android/l10n-release => mobile/android/config/mozconfigs/android-armv6/l10n-release
rename : mobile/android/config/mozconfigs/android/nightly => mobile/android/config/mozconfigs/android-armv6/nightly
rename : mobile/android/config/mozconfigs/android/release => mobile/android/config/mozconfigs/android-armv6/release
rename : mobile/android/config/mozconfigs/android/debug => mobile/android/config/mozconfigs/android-x86/debug
rename : mobile/android/config/mozconfigs/android/l10n-nightly => mobile/android/config/mozconfigs/android-x86/l10n-nightly
rename : mobile/android/config/mozconfigs/android/l10n-release => mobile/android/config/mozconfigs/android-x86/l10n-release
rename : mobile/android/config/mozconfigs/android/nightly => mobile/android/config/mozconfigs/android-x86/nightly
rename : mobile/android/config/mozconfigs/android/release => mobile/android/config/mozconfigs/android-x86/release
extra : rebase_source : 6d931e5eeffe9e2f66eb25d4c426cb81ecb2f22b
2012-05-23 14:03:36 -04:00
Ed Morley
5f261f49bb
Backout 70cde80fa095 & 5a903d496ab0 (bug 722857) for crashes in 646184.html
2012-05-25 12:51:32 +01:00
Josh Matthews
947e8cb920
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-25 12:20:58 +01:00
Josh Matthews
b8424948c9
Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer
2012-05-25 12:20:31 +01:00
Alexander Surkov
5f721d1f02
Bug 756087 - nsAccessible::GetChildCount should return unsigned int, r=tbsaunde
2012-05-25 19:53:45 +09:00
Luke Wagner
6f13905c0e
Bug 756919 - Handle prologue failure in ScopeIter (r=jimb)
2012-05-25 11:44:41 +02:00
Luke Wagner
465fca02c3
Bug 756918 - Fix aliased, empty destructuring let (r=waldo)
2012-05-25 11:44:38 +02:00
Jeff Walden
b0f4fb0396
Bug 757562 - Remove JSRESOLVE_CLASSNAME. r=dmandelin
...
--HG--
extra : rebase_source : 9b5a920f7c7441ee21b2dd2331a98fc70b42ed41
2012-05-21 18:08:11 -07:00
Mike Hommey
e2ba79894d
Bug 746794 - Always use the STL wrappers when #pragma visibility is supported. r=ted
2012-05-25 08:31:33 +02:00
Mark Hammond
43457645b4
bug 755116 - Add a way to disable global history on a docshell (while leaving session history active). r=gavin
2012-05-25 16:08:48 +10:00
Steve Fink
c858eea237
Bug 758108 - Display test failures immediately. r=terrence
...
--HG--
extra : rebase_source : 193d233c56c684a63b3f93daf5903f7aef4ccfa2
2012-05-24 22:06:48 -07:00
Jeff Muizelaar
2e748e876b
Backout 50178ba811f2 because of android reftest failures that I failed to notice on try
...
--HG--
extra : rebase_source : 51715bce8d1a5359e40055cb4ef16d060a5ef1bd
2012-05-24 23:55:28 -04:00
Sriram Ramasubramanian
c91242a1ec
Bug 739355: Revert text-size to 22 in pre-honeycomb phones. [r=mfinkle]
2012-05-24 21:10:10 -07:00
Dave Hylands
5a360b7870
Bug 737153 - Enable mounting storage through USB from a host machine - Hook up VolumeManager and AutoMounter, sr=cjones r=qDot
2012-05-24 21:04:32 -07:00