Commit Graph

79 Commits

Author SHA1 Message Date
James Gilbertson
98c2a6fdff Bug 901360 - Part2 Use Downloads.jsm for about:downloads. r=wesj 2014-01-30 19:16:36 -07:00
Andrea Marchesini
286e0c9290 Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz 2014-02-27 23:39:00 +00:00
Robin Ricard
58d0fcae0f Bug 958111 - "Find in Page" on Android should zoom in on the highlighted result. r=margaret 2014-02-14 11:02:05 -08:00
Ryan VanderMeulen
1f1c55c147 Merge m-c to fx-team. 2014-02-12 15:59:34 -05:00
Mark Finkle
b6d8449a59 Bug 971703 - Lazy load SSLExceptions r=wesj
--HG--
rename : mobile/android/chrome/content/exceptions.js => mobile/android/modules/SSLExceptions.jsm
2014-02-12 11:40:14 -05:00
Martyn Haigh
becdd19ff7 bug 958358 - make webapp capitalisation consistent; r=wesj
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/Webapp.java.in
rename : mobile/android/base/WebAppAllocator.java => mobile/android/base/WebappAllocator.java
rename : mobile/android/base/WebAppFragmentRepeater.inc => mobile/android/base/WebappFragmentRepeater.inc
rename : mobile/android/base/WebAppImpl.java => mobile/android/base/WebappImpl.java
rename : mobile/android/base/WebAppManifestFragment.xml.frag.in => mobile/android/base/WebappManifestFragment.xml.frag.in
rename : mobile/android/base/WebAppsFragment.java.frag => mobile/android/base/WebappsFragment.java.frag
rename : mobile/android/base/webapp/WebAppImpl.java => mobile/android/base/webapp/WebappImpl.java
rename : mobile/android/chrome/content/WebAppRT.js => mobile/android/chrome/content/WebappRT.js
2014-02-11 23:41:05 -08:00
Richard Newman
bdf87cafc6 Bug 965064 - Part 1: back out non-native about:accounts. r=nalexander 2014-01-28 16:49:54 -08:00
Martyn Haigh
75388a7f5a bug 957057 - refactor import in browser.js to make code easier to understand; r=wesj
--HG--
extra : rebase_source : 4014c863adc713de80975cafef81cdae00f5d09d
2014-01-24 21:12:08 -08:00
Myk Melez
f7b1d7cea4 Bug 953328 - make about:apps work with synthetic APKs; r=wesj 2014-01-22 00:50:02 -08:00
Mark Finkle
9d9c34fcc6 Bug 953381 - Move CastingApps into a separate JS file r=wesj 2014-01-20 17:26:27 -05:00
Nathan Froyd
e7625abebb Backout aa955afe7507:49f1c6fa27f8 (bug 953381) for robocop orange on this CLOSED TREE 2014-01-20 20:06:34 -05:00
Mark Finkle
f32c4e5d81 Bug 953381 - Move CastingApps into a separate JS file r=wesj 2014-01-20 17:26:27 -05:00
Neil Bleasdale
f9ef00541a Bug 956484 - Move inline js from /mobile/android/chrome/content/aboutPrivateBrowsing.xhtml into separate js file. r=mbrubeck 2014-01-15 09:35:54 -05:00
Neil Bleasdale
d80d71c778 Bug 948897 - Move inline scripts and styles into separate file for mobile/android/chrome/content/aboutFeedback.xhtml. r=mbrubeck 2014-01-06 15:18:01 -05:00
Nick Alexander
b5e6f7d0ff Bug 951883 - Part 2: Remove temporary compile time guards. r=me
--HG--
extra : rebase_source : 51325eeea8fc1d5b2e7cd84e8977072b030496c8
2013-12-18 15:13:26 -08:00
Nick Alexander
6010d96638 Bug 899217 - Part 1: Register about:accounts code. r=rnewman
This is temporary code for our first engineering milestone.  I know of
the following issues:

* the page doesn't implement the full interface and spec that the
  loaded content expects; it just does enough to work.
* logs are repeated if about:accounts is re-loaded.
2013-12-17 15:14:56 -08:00
Mark Capella
4933bbe732 Bug 840144 - Make about:config prettier on Android. r=wesj 2013-11-05 22:10:30 -08:00
Wes Johnston
bf13dfbe0f Bug 780379 - Show a custom intent chooser for downloads that can be downloaded by an external app. r=mfinkle
--HG--
rename : mobile/android/chrome/content/HelperApps.js => mobile/android/modules/HelperApps.jsm
2013-10-17 16:30:47 -07:00
Federico Paolinelli
770cd6e9c0 Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:41:58 -07:00
Margaret Leibovic
97c84b18b0 Bug 867354 - Don't prompt for feedback in distribution builds. r=mfinkle 2013-06-03 08:37:29 -07:00
Nick Alexander
d552b016a9 Bug 857419 - Implement about:healthreport on Android. r=rnewman 2013-05-10 21:30:57 -07:00
Mark Finkle
c22720d7c0 Bug 852828 - Add basic support for subscribing to feeds (RSS/Atom) r=margaret 2013-04-03 15:34:51 -04:00
Mark Finkle
043e016d9c Bug 854107 - Lazy load more notification-based objects r=margaret 2013-03-27 01:06:14 -04:00
Mark Finkle
03a8172071 Bug 854107 - Lazy load more normal JS objects r=margaret 2013-03-27 01:06:11 -04:00
Mark Finkle
3056a17817 Backout 4b1459d107c9, suspected cause of talos-robo bustage CLOSED TREE 2013-03-25 19:37:36 -04:00
Mark Finkle
408b598209 Bug 854107 - Lazy load normal JS objects in browser.js r=margaret 2013-03-25 17:39:24 -04:00
Mark Finkle
d833d1de7c Bug 854107 - Lazy load notification-based JS objects in browser.js r=wesj 2013-03-25 17:05:04 -04:00
Margaret Leibovic
4528bf3bc4 Bug 853508 - Lazy load SelectionHandler. r=bnicholson 2013-03-21 16:50:42 -07:00
Margaret Leibovic
f892c2a8bf Backed out changeset 89fa6284cb78 because of bad merge 2013-03-21 16:55:25 -07:00
Margaret Leibovic
568f39b295 Bug 853508 - Lazy load SelectionHandler. r=bnicholson 2013-03-21 16:50:42 -07:00
Wes Johnston
7c98e44ec1 Bug 840703 - Remove unnecessary menulist binding from Fennec. r=mbrubeck 2013-02-22 16:05:34 -08:00
Brian Nicholson
6c7d4df0f9 Bug 777639 - Part 2: Move sanitize.js to Sanitizer.jsm. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : 09a198591376de7f652ce2e594fffca790eeb629
2013-02-05 16:08:02 -08:00
Brian Nicholson
5393681ccf Bug 818065 - Part 2: Implement about:privatebrowsing. r=mfinkle 2013-01-07 15:29:45 -08:00
Kartikaya Gupta
8964c1b83c Bug 820546 - Reduce the number of files that are preprocessed while building fennec. r=mfinkle 2012-12-12 10:10:50 -05:00
Theo Chevalier
00667966ca Bug 737596 - Enable Telemetry by default on Nightly and Aurora channels (mobile). r=bnicholson 2012-12-10 23:25:50 +01:00
Raphael Catolino
f9c9afb37c Bug 730330 - Use new datetime picker for input date/datetime/month ui r=cpeterson 2012-08-08 09:42:00 +02:00
Lucas Rocha
ffb99039c6 Bug 778582 (r=mfinkle) 2012-08-29 14:46:03 +01:00
Lucas Rocha
a6763e2ff3 Bug 778582 (r=mfinkle) 2012-08-28 16:17:02 +01:00
Margaret Leibovic
7c9cc904c2 Bug 774479 - Create about:feedback page, and show it to users after the app has been launched 10 times. r=mfinkle 2012-08-26 21:33:11 -07:00
Brian Nicholson
bb89d6f0cc Bug 778582 - Part 1. r=lucasr 2012-08-23 00:06:17 -07:00
Ed Morley
463ec88b01 Backout 254a6ae6cf2a, 63f9b653db9d, 73f018c8fbea, be2dc5ca1acb (bug 778582) for native R3 failures 2012-08-23 10:29:48 +01:00
Brian Nicholson
9fa53a094a Bug 778582 - Part 1: Split about:reader into privileged and unprivileged frames. r=lucasr 2012-08-23 00:06:17 -07:00
Brian Nicholson
1ca0a50866 Bug 779796 - Part 5: Move Readability parsing to a web worker. r=lucasr 2012-08-09 23:30:46 -07:00
Brian Nicholson
93395189aa Bug 779796 - Part 1: Implement JSDOMParser. r=lucasr,mfinkle 2012-08-09 23:30:46 -07:00
Margaret Leibovic
c3bc36aec8 Bug 774938 - Native text selection handles. r=mfinkle,kats 2012-07-19 13:16:44 -07:00
Wes Johnston
7e99d8cee0 Bug 766802 - Target=blank links should open in the browser for webapps. r=mfinkle DONTBUILD 2012-07-18 15:43:34 -07:00
Wes Johnston
a697c3b61c backout 2c49724bcbfd 2012-07-18 16:02:55 -07:00
Wes Johnston
c7af7227dc comparing with http://hg.mozilla.org/integration/mozilla-inbound/
searching for changes
changeset:   99712:bbdfd47ad4d7
tag:         tip
user:        Wes Johnston <wjohnston@mozilla.com>
summary:     Bug 766802 - Clicks on links with target=blank in webapps should open in the browser. r=mfinkle
2012-07-18 15:43:34 -07:00
Mark Finkle
3717f02dbb Bug 754585 - Fennec Nightly failing ACID3 test (with one error) r=mbrubeck 2012-07-03 01:54:32 -04:00
Wes Johnston
c17b0a00d8 Bug 653833 - Show a doorhanger allowing users to open a page in helper apps. r=mfinkle 2012-06-26 14:54:46 -07:00