Commit Graph

13908 Commits

Author SHA1 Message Date
Richard Newman
ddd3d987e2 Backed out changeset cb8ca90a354d, 894afa1b44ae (bug 1042382) 2014-07-25 13:45:03 -07:00
Richard Newman
84863eb7f6 Bug 1042382 - Part 2: define SDK ranges in AndroidManifest.xml. r=mfinkle 2014-07-25 13:27:49 -07:00
Richard Newman
580bc13c85 Bug 1042382 - Part 1: configure.in changes to allow Android SDK ranges to be specified. r=glandium 2014-07-25 13:27:49 -07:00
Mark Capella
d439cd381c Bug 1043539 - Tweak Browser:Quit to maintain existing support for add-ons, r=wesj, f=mfinkle 2014-07-25 00:23:53 -04:00
Brian Nicholson
d259911c60 Bug 1039048 - Don't eat IllegalArgumentExceptions in dispatchEvent. r=jchen 2014-07-24 17:55:33 -07:00
Richard Newman
92165e48c2 Bug 1042929 - Don't throw Errors from JSONObject parsing problems. r=mcomella 2014-07-24 15:38:46 -07:00
Wes Johnston
8c07c3e7ed Bug 1016529 - Update builders to include google play services. r=sbruno 2014-07-24 08:28:17 -07:00
Ed Morley
a2fba946fb Backed out changeset 7086cfb5b6fe (bug 1016529) for breaking the Android build 2014-07-24 17:47:18 +01:00
Richard Newman
85a494372b Bug 1042984 - Add extensive logging and descriptive crash data for library load errors. r=mfinkle 2014-07-24 09:39:48 -07:00
Wes Johnston
1a9fe10393 Bug 1016529 - Update builders to include google play services. r=sbruno 2014-07-24 08:28:17 -07:00
Carsten "Tomcat" Book
0086223ef3 merge fx-team to mozilla-central a=merge 2014-07-24 15:34:40 +02:00
Wes Kocher
6a391e14be Merge m-c to inbound a=merge 2014-07-24 17:55:50 -07:00
Jim Chen
e48377ebfb Bug 886627 - Enable device storage API on Android; r=mfinkle 2014-07-24 16:42:50 -04:00
Jim Chen
04dd55e1aa Bug 886627 - Add AndroidBridge directory API; r=rbarker 2014-07-24 16:42:50 -04:00
Aymen Qader
4d9762c8c9 Bug 1040443 - Move phone.png resource to resolution-specific drawable-mdpi directory. r=rnewman, DONTBUILD just for this.
--HG--
rename : mobile/android/base/resources/drawable/phone.png => mobile/android/base/resources/drawable-mdpi/phone.png
2014-07-24 13:12:25 -07:00
Mike Hommey
73ad95ba5a Bug 1043033 - Allow to override on-demand decompression blocklist. r=snorp 2014-07-24 13:44:11 +09:00
vivek
2ad86d5b54 Bug 996227 - Add "Save as PDF" button test. r=mcomella 2014-07-28 11:54:00 +02:00
Margaret Leibovic
220b0b8d6e Bug 1042425 - Limit the number of search history results displayed. r=eedens 2014-07-30 14:47:01 -07:00
Margaret Leibovic
5f82d768bc Bug 1043029 - Pressed style for search history/suggestion items. r=eedens 2014-07-30 14:47:01 -07:00
Wes Johnston
83217dd7c3 Bug 1035642 - Add search widget. r=mfinkle,margaret 2014-07-30 14:47:00 -07:00
Richard Newman
cbad4e14ae Bug 1041866 - Enable arithmetic optimization in proguard.cfg. r=mfinkle
Arithmetic optimization hasn't been a problem since Donut, so we're well past
the point of supporting it. Optimize away!
2014-07-23 08:34:00 -07:00
Carsten "Tomcat" Book
60eab4e610 merge fx-team to mozilla-central a=merge 2014-07-23 16:05:22 +02:00
Nick Alexander
fd60097927 Bug 948465 - Part 2: Tests. r=mfinkle 2014-07-22 21:41:54 -07:00
Nick Alexander
94f0272fcc Bug 948465 - Part 1: Register resource://android/ pointing to Fennec APK root. r=mfinkle
Consumers can access Android assets (and resources) by using
resource://android/assets/FILENAME.

The resource substitution is registered at app-startup time so that the
substitution is in place before any add-on has started up: as documented
at [1], "[an] add-on will not receive xpcom-startup or app-startup
notifications".

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Receiving_startup_notifications
2014-07-22 21:41:53 -07:00
Margaret Leibovic
45e272f4fc Bug 1041641 - Disable SearchFragment mainView click listener when creating view. r=eedens 2014-07-22 17:02:23 -07:00
Margaret Leibovic
c051d4f87d Bug 1041026 - Move search bar logic into custom view. r=eedens 2014-07-22 17:02:20 -07:00
Chris Kitching
6fada60704 Bug 1041906 Use AtomicReference for GeckoThread LaunchState. r=rnewman 2014-07-22 15:49:00 -07:00
Myk Melez
2fdb33074a Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
Eric Edens
9b8575e58e Bug 1040994 - Add LIMIT support for search history content provider. r=rnewman
--HG--
extra : rebase_source : b210034222a4a47d23a441a1915461374827471e
2014-07-21 13:36:23 -07:00
Wes Kocher
025a162dba Merge m-c to inbound 2014-07-22 18:39:17 -07:00
Wes Kocher
95e2dbec4a Merge fx-team to m-c a=merge 2014-07-22 18:05:18 -07:00
Ed Morley
5294bbbb53 Merge mozilla-central and inbound 2014-07-22 17:30:16 +01:00
Ben Hearsum
d5a64a8683 bug 1042078: fix fennec mozconfig ordering. r=rail, a=bustage
--HG--
extra : transplant_source : %1EH%C3%05%02%FD%B9CK%80%8B%D56%DF%82%9E%C2%19%28%A6
2014-07-22 10:55:47 -04:00
Margaret Leibovic
8923bcd7d8 Bug 1029682 - (Part 2) Style search term match in search suggestions. r=eedens 2014-07-21 17:57:00 -07:00
Margaret Leibovic
f9e54132fc Bug 1029682 - (Part 1) Remove AutoCompleteRowView. r=eedens 2014-07-21 17:56:57 -07:00
Wes Kocher
47fea19a21 Merge fx-team to mozilla-central a=merge 2014-07-21 17:25:48 -07:00
Nick Alexander
9511ff83fd Bug 1041770 - Update missed reference. r=mrbkap
This was oversight from the landing of Bug 952201.  It manifested as:

E GeckoConsole(5812)          [JavaScript Error: "win is undefined" {file: "chrome://browser/content/browser.js" line: 5978}]

when trying to install a blocked add-on.
2014-07-21 15:02:38 -07:00
ffxbld
15412c0bcf Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-07-21 14:19:15 -07:00
Nick Alexander
12ec28ece5 Bug 1019719 - Follow-up. r=me 2014-07-21 12:41:20 -07:00
Richard Newman
18b85a6752 Bug 1040806 - Default bookmark favicons are not displayed after browser restart. r=margaret 2014-07-21 12:30:45 -07:00
Bryan Kok
a271a54f65 Bug 1019719 - Localize the Sync client name. r=nalexander 2014-07-21 11:13:24 -07:00
Richard Newman
2e765e2232 Bug 1018240 - Part 2: invalidate BrowserSearch engine list when locale has changed. r=bnicholson 2014-07-21 10:54:58 -07:00
Richard Newman
5551861c89 Bug 1041632 - Part 8: eliminate enclosing instance member access in PrefsHelper. r=ckitching 2014-07-21 10:24:15 -07:00
Richard Newman
f8034be801 Bug 1041632 - Part 7: make MemoryMonitor thread-safe. r=ckitching 2014-07-21 10:22:45 -07:00
Richard Newman
3ab60ab52d Bug 1041632 - Part 6: eliminate enclosing instance member access in LightweightTheme. r=ckitching 2014-07-21 10:21:54 -07:00
Richard Newman
31d060d753 Bug 1041632 - Part 5: eliminate enclosing instance member access in FormAssistPopup. r=ckitching 2014-07-21 10:20:22 -07:00
Richard Newman
7da159cfd3 Bug 1041632 - Part 4: eliminate enclosing instance member access in FilePickerResultHandler. r=ckitching 2014-07-21 10:19:41 -07:00
Richard Newman
788883ea3b Bug 1041632 - Part 3: eliminate enclosing instance member access in EditBookmarkDialog. r=ckitching 2014-07-21 10:18:17 -07:00
Richard Newman
0354dc098a Bug 1041632 - Part 2: eliminate enclosing instance member access of mProgressView in BrowserApp. r=ckitching 2014-07-21 10:16:43 -07:00
Richard Newman
fed20ef814 Bug 1041632 - Part 1: eliminating enclosing instance member access in BaseGeckoInterface. r=ckitching 2014-07-21 10:16:42 -07:00
Wes Kocher
e9e791383c Merge m-c to fx-team 2014-07-21 17:39:05 -07:00
Eric Edens
0c7b5c65cb Bug 1022100: Update search activity to bind to search history content provider. r=margaret 2014-07-21 16:07:49 -07:00
Eric Edens
cdf8e39795 Bug 1022100: Update search history content provider to set notification uri. r=margaret 2014-07-21 13:41:23 -07:00
Chenxia Liu
a059c6805b Bug 900692 - Part 2: Add tests for developer tools settings. r=mcomella 2014-07-19 19:57:31 -07:00
Mike Hommey
33ef4f2c39 Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal 2014-07-23 08:39:56 +09:00
Trevor Saunders
dcbd7db871 bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
Brian Nicholson
e26c21c976 Bug 987864 - Move API 13 styles to values-v13 folder. r=wesj
--HG--
rename : mobile/android/base/resources/values-v14/styles.xml => mobile/android/base/resources/values-v13/styles.xml
2014-07-23 21:50:49 -07:00
Carsten "Tomcat" Book
495ef54a06 Backed out changeset 6acef5be504c (bug 763671) for android Reftest failures 2014-07-24 06:44:43 +02:00
Wes Johnston
48749bd709 Bug 763671 - Simplify form styles in Fennec. r=mfinkle 2014-07-23 20:25:55 -07:00
Margaret Leibovic
da1cacc1ca Bug 1041738 - Style search bar and suggestions. r=eedens 2014-07-23 17:10:47 -07:00
Mark Finkle
5a393d54a4 Bug 1042513 - Clearing timer in Firefly shutdown is racy and not needed r=blassey 2014-07-23 19:45:43 -04:00
Mark Finkle
b717ae583c Bug 1042502 - No need to removeObserver in Snippets r=margaret 2014-07-23 19:45:38 -04:00
Sid Stamm
1e305ebd23 Bug 994782 - Remove the old Content Security Policy parser, CSPUtils.jsm and tie-in logic. (r=ckerschb,jst) 2014-07-30 14:37:22 -07:00
Chenxia Liu
4781a65ede Bug 900692 - Part 1: Add paint flashing preference to Settings > Developer tools. r=lucasr 2013-10-15 16:40:00 -07:00
Wes Johnston
f57f224fc6 Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
Margaret Leibovic
550f1f3db9 Bug 1022102 - Follow-up to fix review comment. r=eedens DONTBUILD 2014-07-18 16:51:59 -07:00
Margaret Leibovic
d49f2fa3d3 Bug 1022102 - Polish search bar interaction and styling. r=eedens 2014-07-18 16:49:32 -07:00
Richard Newman
d4dffd58c3 Bug 1017242 - Part D: remove API 8 code from BrowserDatabaseHelper. r=margaret 2014-07-18 16:47:10 -07:00
Richard Newman
25edd0e517 Bug 1017242 - Part C: remove API 8 code from GeckoEvent. r=mfinkle 2014-07-18 16:47:10 -07:00
Richard Newman
132e78d797 Bug 1017242 - Part B: remove API 8 code from toolbar. r=mfinkle 2014-07-18 16:47:10 -07:00
Richard Newman
017faf5faa Bug 1017242 - Part A: remove API 8 code from webapp Allocator. r=myk 2014-07-18 16:47:10 -07:00
Richard Newman
b6c8792ce4 Bug 1017242 - Part 9: remove API 8 code from SysInfo. r=mfinkle 2014-07-18 16:47:09 -07:00
Richard Newman
b50110b0b9 Bug 1017242 - Part 8: remove API 8 code from CrashReporter. r=mfinkle 2014-07-18 16:47:09 -07:00
Richard Newman
16a5637a83 Bug 1017242 - Part 7: remove API 8 code from GeckoSharedPrefs. r=mcomella 2014-07-18 16:47:09 -07:00
Richard Newman
6e86b141cf Bug 1017242 - Part 6: remove API 8 code from BrowserHealthRecorder. r=mcomella 2014-07-18 16:47:09 -07:00
Richard Newman
ef1739e491 Bug 1017242 - Part 5: remove API 8 code from gamepad code. r=kats 2014-07-18 16:47:08 -07:00
Richard Newman
35d340bf79 Bug 1017242 - Part 4: remove API 8 code from GeckoAppShell. r=kats 2014-07-18 16:47:08 -07:00
Richard Newman
75266bec5f Bug 1017242 - Part 3: remove API 8 code from gfx. r=kats 2014-07-18 16:47:08 -07:00
Richard Newman
d535166980 Bug 1017242 - Part 2: remove API 8 code from GeckoApp and BrowserApp. r=mcomella 2014-07-18 16:47:08 -07:00
Richard Newman
bc4d862e11 Bug 1017242 - Part 1: remove API 8 code from mozglue. r=mfinkle 2014-07-18 16:47:07 -07:00
Mark Finkle
f2c5ab31cd Bug 1006186 - Update discovery tests since we support webm now r=me 2014-07-18 17:41:31 -04:00
Mark Finkle
8eb3009591 Bug 1006186 - Update the targets in tests, just in case r=me 2014-07-18 16:06:54 -04:00
Brad Lassey
05001040ff Bug 1006186 - Casting apps should be able to specify supported types themselves r=mfinkle 2014-07-18 08:43:45 -04:00
Nick Alexander
a7bf593c58 Bug 1032217 - Export gecko.{WebApp,BrowserApp}. r=bnicholson
This allows explicit intents from outside of the App.  Tested locally by:

* creating and launching a home screen shortcut; (the presenting issue)

* trying a an "old style" webapp home screen launch, like:

adb shell am start -a org.mozilla.gecko.WEBAPP -n org.mozilla.fennec_nalexander/.Webapp -d http://penguinpop.justplaymobile.com/penguinpop.webapp

and

adb shell am start -a org.mozilla.gecko.WEBAPP -n org.mozilla.fennec_nalexander/org.mozilla.gecko.Webapp -d http://penguinpop.justplaymobile.com/penguinpop.webapp

Both log the expected message in the dispatcher:

W GeckoWebappImpl(12501)      no package name; treating as legacy shortcut

Both fail with:

E GeckoConsole(12177)         Error getting pref for application/x-web-app-manifest+json.

I verified that this behaviour happens with the Nightly of June 24, 2014 -- the
one right before the patch that introduced this regression.
2014-07-18 09:39:56 -07:00
Nick Alexander
3c8c3d3687 Bug 1036517 - Remove old location uploading code. r=blassey
I kept the existing preference UI since the new stumbler implementation
intends to use it.  I kept the pref listener since Bug 1036508 may elect
to keep using the existing Gecko pref.
2014-07-18 09:39:53 -07:00
Gijs Kruitbosch
56671ba836 Bug 693808 - part 1: entering numbers+Enter in the location bar should bring search results immediately if domain is not whitelisted, r=bz 2014-04-24 23:42:00 +01:00
Margaret Leibovic
e55172f514 Bug 1035341 - Use OpenSearch for autocomplete suggestions. r=eedens,rnewman 2014-07-17 11:00:19 -07:00
Brian Nicholson
a8312af3a7 Bug 854305 - Force search for all single word queries. r=mfinkle 2014-07-17 19:40:17 -07:00
Richard Newman
fbe4e9aead Bug 1017244 - Bump minSdkVersion to 9. r=blassey 2014-07-17 09:34:25 -07:00
Eric Edens
792c0c1687 Bug 1038793 - Minimize unused space in WebView of search activity. r=margaret 2014-07-16 17:08:22 -07:00
Wes Johnston
c67aad4046 backout 91e7ba697b14 (Bug 1001309) for test failures. r=backout 2014-07-17 09:10:43 -07:00
Wes Johnston
c2078f19c9 Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson 2014-06-19 00:04:00 -07:00
Carsten "Tomcat" Book
1dd5e0c4ca Merge mozilla-central to fx-team 2014-07-17 16:44:49 +02:00
Carsten "Tomcat" Book
42b456808a merge fx-team to mozilla-central a=merge 2014-07-17 16:31:33 +02:00
Lucas Rocha
40809e090c Bug 1039471 - Only restart loader if RecentTabsPanel is still attached (r=margaret) 2014-07-17 11:36:46 +01:00
Awad Mackie
a79a7661ce Bug 807990 - Scroll reader mode page by one page on double tap. r=lucasr,cwiiis 2014-07-02 16:13:00 +02:00
Richard Newman
add2693105 Bug 1039925 - Fix tests as a follow-up to Bug 822820. r=trivial 2014-07-16 22:32:48 -07:00
Wes Kocher
6dc0a1cdb8 Merge m-c to fx-team 2014-07-16 17:46:33 -07:00
Michael Comella
69474d22c3 Bug 1039738 - Correct private tabs list appearance. r=bnicholson 2014-07-16 16:35:49 -07:00
Richard Newman
b6e84c0dbc Bug 822820 - Update SUMO and AMO URLs in default bookmarks. r=nalexander 2014-07-16 16:14:44 -07:00