Commit Graph

9993 Commits

Author SHA1 Message Date
aceman
42a71aa907 Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky 2011-12-21 16:51:29 -05:00
Ed Morley
26a6324065 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-21 12:11:14 +00:00
Tim Taubert
05800f5c13 merge m-c to fx-team 2011-12-21 10:38:31 +01:00
Kenny Heaton
8beeb12829 Bug 684546 - The Scratchpad editor's undo/redo state is preserved across file loads. r=msucan 2011-12-20 20:03:16 +02:00
Jignesh Kakadiya
9a9927da80 Bug 583816 - Tab should not move to the page when there's nothing to complete in the Web Console. r=msucan,rcampbell 2011-12-20 19:49:39 +02:00
Christian Legnitto
ea58834386 Bug 700000 - Version bump 2011-12-20 09:24:38 -08:00
Reuben Morais
0d5f06a436 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
83479792cd Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-20 11:15:11 +00:00
Dão Gottwald
a4d82cb9bf 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
c62da49ada merge fx-team to m-c 2011-12-20 09:48:12 +01:00
Tim Taubert
6b0fcb3a4a merge m-c to fx-team 2011-12-20 09:39:06 +01:00
Jason Duell
def5c3a081 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
b7669206af backout Bug 694954, Bug 689939; a=orange 2011-12-19 17:44:11 -04:00
Gregory Szorc
5c5956446f merge m-c to s-c 2011-12-19 12:26:39 -08:00
Benoit Girard
d738437402 Bug 699918 - Fix 'make package' for the profiler module. r=jmuizelaar 2011-12-20 13:47:10 -05:00
Dão Gottwald
041b957621 Bug 706108 - Remove unused largeIcon logic from applications.js. r=dolske 2011-12-19 13:08:13 +01:00
Marco Bonardo
ca3a8b08d7 Merge mozilla-central to mozilla-inbound 2011-12-19 12:51:55 +01:00
Marco Bonardo
c3c5c549d4 Merge last green PGO changeset from mozilla-inbound to mozilla-central 2011-12-19 12:47:41 +01:00
Phil Ringnalda
be45030cc0 Bug 695345 - Bring back ISO8601DateUtils.jsm, a=akeybl 2011-12-18 18:50:13 -08:00
Oonishi Atsushi
decccdc9f5 Bug 623155 - Clear userTypedValue on error pages, original patch by Neil Rashbook. r=dao 2011-12-18 12:22:34 +01:00
Joshua M
e3b30b6cbb 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
930a4a80fb Bug 711291 - Add support for icon URL option to PopupNotifications.show. r=gavin 2011-12-18 04:01:59 +01:00
Phil Ringnalda
214b1202b9 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
012380b6dc Merge m-c to s-c. 2011-12-16 09:16:17 -08:00
Victor Porof
399119b268 Bug 711341 - Tilt should give focus back to Highlighter when closed; r=rcampbell 2011-12-16 10:28:46 +02:00
Richard Newman
c119e883be Merge m-c to s-c. 2011-12-15 11:55:38 -08:00
Victor Porof
d8acfdeca6 Bug 710762 - Keyboard control for zoom in tilt (page inspector 3D); r=rcampbell 2011-12-15 15:50:31 +02:00
Victor Porof
0cc310962c Bug 710750 - ESC key should exit Tilt (page inspector 3D); r=rcampbell 2011-12-15 14:42:25 +02:00
Mike Hommey
897722e75d 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
0696522f34 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
30236d5e05 Merge m-c to s-c 2011-12-14 17:29:29 -08:00
Gregory Szorc
046d0580ec Bug 534957 - Part 2 - Add-on sync UX; r=mconnor 2011-12-14 17:13:36 -08:00
Blair McBride
562c10b52a 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
ac0a6d8ae8 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
5f500bd0f7 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
bc75a4cc98 Merge m-c to s-c. 2011-12-14 11:28:32 -08:00
Rob Campbell
423ec04932 merge fx-team to m-c; a=me 2011-12-14 10:28:49 -04:00
Paul O’Shannessy
b63a3b3c74 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
70d5181675 Bug 709005 - Sync the browser.sessionstore.restore_on_demand pref [r=rnewman] 2011-12-13 11:41:21 -08:00
Richard Newman
3f79fb24e0 Merge m-c to s-c. 2011-12-13 10:58:43 -08:00
Théo Chevalier
1f4344510e 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
aac6779e29 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
6564cb3251 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
003f5e79d2 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
5fdb26a38d Merge m-c to s-c. 2011-12-11 21:30:28 -08:00
Honza Bambas
f8267e3ff5 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
b7b78d24ac 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
028c9bf5ae Bug 679352 - Remove libreg - Part 2: Remove modules/libreg/; r=khuey CLOSED TREE 2011-12-10 23:01:33 +00:00
Marco Castelluccio
eeb49effb3 Bug 679352 - Remove libreg - Part 1: Clean nsProfileMigrator; r=bsmedberg 2011-12-10 22:41:14 +00:00
Margaret Leibovic
019848a315 backout f9b9d90ff8e1 due to bustage 2011-12-09 14:56:20 -08:00