Ehsan Akhgari
a95b6edeea
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Wes Johnston
e9d8f63ead
Bug 765106 - Use mobile video controls binding. r=gavin
2012-06-15 11:33:14 -07:00
Jim Mathies
d0b684c0ba
Bug 764355 - Add a new edge swipe simple gesture and add a click count value to existing tap gestures for Win8. r=felipe
2012-06-14 12:40:12 -05:00
Nathan Froyd
f27880f5ad
Bug 763991 - add MOZ_TELEMETRY_REPORTING=1 to mobile mozconfigs; r=blassey
2012-06-12 12:48:40 -04:00
Justin Lebar
13518ec124
Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones
...
--HG--
extra : rebase_source : 4c16c86c5be230af22eea89dfb5f893b7c6091dd
2012-06-12 18:01:25 -04:00
Aki Sasaki
1499ee1c6e
bug 760169 - add ko and pt-BR to android multilocale builds. r=l10n
2012-06-08 12:56:39 -07:00
Geoff Lankow
1214b72681
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
2012-06-06 14:08:30 +12:00
Lukas Blakk
08aec736d3
Merging in version bump NO BUG
2012-06-04 12:36:59 -07:00
Matt Brubeck
7c0030a383
Bug 760740 - Use compatible-screens to control filtering of split Android builds [r=blassey]
2012-06-04 09:37:18 -07:00
Phil Ringnalda
5082a2ad9e
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-06-03 12:04:40 -07:00
Jan Varga
f5f6531fb7
Bug 726593 - Implement FileHandle. r=bent
2012-06-03 18:33:52 +02:00
Anant Narayanan
b15cfc63f1
Bug 752353: DOM bindings for getUserMedia; r=jst
...
--HG--
rename : content/media/nsIDOMMediaStream.idl => dom/media/nsIDOMMediaStream.idl
2012-06-03 00:35:15 -07:00
Gervase Markham
638c878b13
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
...
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Ed Morley
984de288d8
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-25 14:25:53 +01:00
Jim Mathies
20eb979e64
Bug 750911 - Add a third 'flags' parameter to XRE_main and add support for WindowsEnvironmentType. r=bsmedberg
2012-05-25 05:01:29 -05:00
Doug Turner
f4e1e809f4
Bug 717103 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Mike Hommey
394efa0c06
Bug 751265 - Let configure script derive toolchain and platform instead of hardcoding in mozconfig. r=blassey
2012-05-22 08:39:26 +02:00
Ed Morley
7bdae23f76
Backout 027ed1748c81 (bug 740485) for M3 orange
2012-05-21 19:36:43 +01:00
Doug Turner
23116ffc7c
Bug 740485 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Tatiana Meshkova
181e940907
Bug 758393 - Firefox update fails. r=romaxa,mfinkle
2012-05-24 13:41:26 -07:00
Matt Brubeck
f5838513fb
Bug 756665 - Clicking a tab close button in XUL Fennc should selected the tab [r=mfinkle]
2012-05-18 21:01:42 -07:00
Rail Aliiev
788da1a056
Bug 753501 - Add empty tooltool manifests to some platforms. r=ted
2012-05-16 07:17:27 -04:00
Kyle Huey
2b5b3b6481
Back out bug 753501 due to possible Talos bustage.
2012-05-15 19:53:09 -07:00
Matt Brubeck
099e80dfde
Bug 752681 (followup) - Remove a line that was accidentally missed so the next Aurora won't break
2012-05-15 13:11:12 -07:00
Rail Aliiev
7be4b8f3cb
Bug 753501 - Add empty tooltool manifests to some platforms. r=ted DONTBUILD
2012-05-15 15:30:44 -04:00
Margaret Leibovic
45305a70c3
Bug 757975 - Remove unused app.featuresURL pref. r=mfinkle
2012-05-23 15:58:22 -04:00
Matt Brubeck
1982793b97
Bug 752681 - Make official XUL Fennec builds install on xlarge tablets only [r=blassey]
2012-05-14 18:16:09 -07:00
Matt Brubeck
75ddd92705
Bug 754947 - Use the default search engine for keyword.URL searches in Fennec [r=mfinkle]
2012-05-14 14:49:41 -07:00
Honza Bambas
cecbeabaf1
Bug 729951 - WebAPI does not refresh as offline when device switches from online to offline, r=mark.finkle
2012-05-11 12:57:07 +02:00
Justin Lebar
cdc2cdd948
Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones
...
--HG--
extra : rebase_source : f15018bf2c9427a0d6e8d44da348d8d7d1693219
2012-05-08 09:20:35 -07:00
John Ford
b1878ac302
bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey
2012-05-07 15:21:11 -07:00
Ted Mielczarek
f22e1b24da
bug 707577 - add fast-package target for mobile/android. r=khuey
2012-05-03 13:45:25 -04:00
Mounir Lamouri
472457bcd2
Bug 707577, Create a |fast-package| target on mobile, r=khuey
2012-04-30 15:15:49 +12:00
Robert O'Callahan
1f5dd9a4af
Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup
2012-04-30 15:11:34 +12:00
Ehsan Akhgari
5ab7b33081
Merge the last green PGO changeset from birch to mozilla-central
2012-04-24 20:54:12 -04:00
Lukas Blakk
e168a7cf2c
Merging in version bump NO BUG a=relman
2012-04-24 12:54:16 -04:00
Mark Banner
061dbcd557
Bug 723135 - Language packs should work for all releases of a branch, maxVersion should use * for compatibility ranges. r=ted
2012-04-23 14:09:41 +01:00
Gian-Carlo Pascutto
5c2dc1d8ef
Backout 1a6d008acb4f (Bug 729928). rs=dcamp a=mfinkle
2012-04-20 07:46:45 +02:00
Margaret Leibovic
5cc920fece
Bug 732382 - Save As PDF freezes the application. r+a=mfinkle
2012-04-19 15:58:32 -07:00
Bill Gianopoulos
a6156aa1ad
Bug 745567: Integrate bug 702284 and bug 728737 patches, r=mbrubeck a=xul-only
2012-04-17 20:00:51 -04:00
Théo Chevalier
3ad5feb8fb
Bug 702284 - Additional descriptive text for Help > About $PRODUCTNAME in mobile Nightly. r=mfinkle
2012-04-09 18:23:42 -04:00
Dão Gottwald
92a61d5d9e
Bug 723953 - Fennec chrome scripts and tests leak global variables. r=mbrubeck
2012-04-06 22:02:15 +02:00
Ed Morley
c7a3740e33
Merge mozilla-central to mozilla-inbound
2012-03-31 15:28:55 +01:00
Mike Hommey
8f413ee328
Bug 736519 - Add jssubloader to removed-files. r=khuey
2012-03-31 09:33:29 +02:00
Matt Brubeck
64bac021b7
Bug 735749 - No back button in awesomescreen on Maemo 6 [r=mfinkle]
2012-03-30 18:53:56 -07:00
Gregory Szorc
cf6e977c22
Merge services-central into mozilla-central
2012-03-30 11:51:02 -07:00
Richard Newman
cfeebd8494
Merge m-c to s-c.
2012-03-28 20:50:09 -07:00
Gregory Szorc
58fd0d6fe7
Bug 730989 - Remove references to now defunct Weave.Service.* properties; r=rnewman
2012-03-26 13:03:14 -07:00
Justin Lebar
e118a51dca
Bug 736688 - Part 6: Add BrowserElementAPI.js, implementing loadstart, loadend, locationchange, and the window.{top,parent,frameElement} override for <iframe mozbrowser>. r=smaug
...
--HG--
extra : rebase_source : 7ed3e56bbf06d97a9b0127eecf87128c5389a1b1
2012-03-28 11:36:50 -07:00