15237 Commits

Author SHA1 Message Date
Christian Legnitto
9ddee30408 Bug 700000 - Version bump 2011-12-20 09:24:38 -08:00
Reuben Morais
07000b58d8 Bug 490225 - Open new tabs in existing browser window if there is one. r=dao 2011-12-20 14:02:48 +01:00
Ed Morley
70b8fc962c Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-20 11:15:11 +00:00
Dão Gottwald
15504d8795 Bug 707672 - openUILink[In] behavior should not be determined by browser.tabs.loadBookmarksInBackground. r=mak
--HG--
extra : rebase_source : a4bb56be12da09134fb83c9b6dee6edee4030a54
2011-12-20 01:17:08 +01:00
Tim Taubert
fa5d28a8ba merge fx-team to m-c 2011-12-20 09:48:12 +01:00
Tim Taubert
cc9867e335 merge m-c to fx-team 2011-12-20 09:39:06 +01:00
Jason Duell
5d80c49624 Bug 695635: Unprefix websockets. r=sicking, sr=smaug
--HG--
rename : content/base/public/nsIMozWebSocket.idl => content/base/public/nsIWebSocket.idl
2011-12-20 00:20:12 -08:00
Rob Campbell
ecb8340208 backout Bug 694954, Bug 689939; a=orange 2011-12-19 17:44:11 -04:00
Gregory Szorc
9a4e876326 merge m-c to s-c 2011-12-19 12:26:39 -08:00
Dão Gottwald
b45351feea Bug 706108 - Remove unused largeIcon logic from applications.js. r=dolske 2011-12-19 13:08:13 +01:00
Marco Bonardo
d1d0bce45f Merge mozilla-central to mozilla-inbound 2011-12-19 12:51:55 +01:00
Marco Bonardo
f0d8a7f557 Merge last green PGO changeset from mozilla-inbound to mozilla-central 2011-12-19 12:47:41 +01:00
Phil Ringnalda
e3ce373803 Bug 695345 - Bring back ISO8601DateUtils.jsm, a=akeybl 2011-12-18 18:50:13 -08:00
Oonishi Atsushi
2b870f0bb0 Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao 2011-12-18 12:22:34 +01:00
Joshua M
894c8f7cfc Bug 708797 - The sync doorhanger notification doesn't have a border when using classic or third-party themes. r=dao 2011-12-18 04:02:51 +01:00
Dão Gottwald
cdd292a399 Bug 711291 - Add support for icon URL option to PopupNotifications.show. r=gavin 2011-12-18 04:01:59 +01:00
Phil Ringnalda
2469476951 Bug 653080 - Disable browser_tabview_bug597980.js for leaking the world, until it's rewritten in bug 711907, rs=ttaubert 2011-12-18 21:15:37 -08:00
Richard Newman
86df361578 Merge m-c to s-c. 2011-12-16 09:16:17 -08:00
Richard Newman
30820be911 Merge m-c to s-c. 2011-12-15 11:55:38 -08:00
Mike Hommey
34ae9a22e5 Bug 709721 - Move video and audio libraries in a gkmedias library on Windows. r=khuey 2011-12-15 06:40:20 +01:00
Doug Sherk
90ac0e8729 Bug 699482: refactored GfxDriverInfo init to happen after global init r=bjacob
This patch moves all static initialization of GfxDriverInfo and DeviceFamily
classes to the point that they're actually used. It also converts all static
GfxDriverInfo arrays into nsTArray<GfxDriverInfo> so that they can be used
interchangeably with the downloadable blocklist.

This patch also introduces a new phase of blocklist checking called
BEING_PROCESSED, which is the status set when a blocklist check is currently
being processed. NO_INFO now only means that we have confirmed that a device is
not blocked.
2011-12-14 21:02:59 -08:00
Gregory Szorc
6c715c1626 Merge m-c to s-c 2011-12-14 17:29:29 -08:00
Gregory Szorc
9199a2700a Bug 534957 - Part 2 - Add-on sync UX; r=mconnor 2011-12-14 17:13:36 -08:00
Blair McBride
10376be963 Bug 709531 - Addons Manager tests should have AMO-related prefs reset after each test to disallow network access. r=dtownsend a=mbrubeck 2011-12-15 14:00:19 +13:00
Frank Wein
05fb26a2ae Bug 688615 - Wrong reg key used in Installer shell icon handler code, r=rob_strong, a=ehsan 2011-12-14 22:38:33 +01:00
Ehsan Akhgari
df0c87e273 Bug 709531 - Remove two more tests which depend on the xpinstall directory; a=me DONTBUILD 2011-12-14 15:32:25 -05:00
Richard Newman
a6b097cd22 Merge m-c to s-c. 2011-12-14 11:28:32 -08:00
Rob Campbell
0b84a96de6 merge fx-team to m-c; a=me 2011-12-14 10:28:49 -04:00
Paul O’Shannessy
83f69bf800 Bug 625329 - Pinned tabs are used when setting homepage from current tabs [r=gavin] 2011-12-13 11:41:25 -08:00
Paul O’Shannessy
11715e12a8 Bug 709005 - Sync the browser.sessionstore.restore_on_demand pref [r=rnewman] 2011-12-13 11:41:21 -08:00
Richard Newman
4de4eb1b5e Merge m-c to s-c. 2011-12-13 10:58:43 -08:00
Théo Chevalier
5ee72b9fe5 Bug 701182: add additional descriptive text in the About dialog for Nightly/Aurora builds, including a mention of Telemetry being enabled by default, r=gavin 2011-12-19 16:43:12 -08:00
Kyle Huey
4ef77dbef6 Bug 709657: Split uconv out of libxul. r=me a=me CLOSED TREE
--HG--
rename : intl/uconv/src/Makefile.in => intl/uconv/datamodule/Makefile.in
rename : intl/uconv/src/nsUConvModule.cpp => intl/uconv/datamodule/nsUConvDataModule.cpp
2011-12-13 10:48:16 -05:00
Serge Gautherie
f2dc61d3ce Bug 706149 - Improve checks and documentation in browser_bug462289.js; r=enndeakin a=test-only 2011-12-13 14:17:57 +00:00
Mihai Sucan
1b30837b8c Bug 695032 - [GTK/X11] selecting text in scratchpad doesn't place it on the X primary selection; r=rcampbell 2011-12-12 20:32:35 +02:00
Richard Newman
77268b762b Merge m-c to s-c. 2011-12-11 21:30:28 -08:00
Honza Bambas
0bed04673f Bug 538595 - Clear Recent History should be able to clear offline cache, r=dcamp+gavin.sharp 2011-12-18 23:17:50 +01:00
Blair McBride
c00e0f1fef Bug 706387 - Send the compatibility mode when using AMO Search API. r=dtownsend a=khuey 2011-12-12 15:02:13 +13:00
Marco Castelluccio
443cc1a0cc Bug 679352 - Remove libreg - Part 2: Remove modules/libreg/; r=khuey CLOSED TREE 2011-12-10 23:01:33 +00:00
Marco Castelluccio
0976b93877 Bug 679352 - Remove libreg - Part 1: Clean nsProfileMigrator; r=bsmedberg 2011-12-10 22:41:14 +00:00
Margaret Leibovic
3b340fd477 backout f9b9d90ff8e1 due to bustage 2011-12-09 14:56:20 -08:00
Margaret Leibovic
70c591e442 Bug 707886 - Platform support for non-e10s click-to-play plugins. r=jst 2011-12-09 14:04:15 -08:00
Mihai Sucan
b0f38fdada Bug 687160 - Source Editor should provide a line-based API; r=rcampbell 2011-12-09 19:10:15 +02:00
Richard Newman
6f62304d16 Merge m-c to s-c. 2011-12-09 08:52:38 -08:00
Ed Morley
994e2f4cb4 Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-09 11:12:51 +00:00
Richard Newman
4b3ecc07a6 Merge m-c to s-c. 2011-12-09 00:14:26 -08:00
Tim Taubert
742a9855ce merge m-c to fx-team 2011-12-09 05:57:05 +01:00
Ed Morley
58f24579d9 Merge mozilla-central and mozilla-inbound 2011-12-16 10:19:52 +00:00
Ed Morley
ac7c43033e Bug 709265 - Remove unused AnnotatePersonalToolbarFolder from nsBrowserProfileMigratorUtils; r=gavin 2011-12-16 09:13:29 +00:00
Ed Morley
c8972be6ac Bug 704576 - Remove CVS cruft from browser/app/Makefile.in; r=ted 2011-12-16 09:13:00 +00:00