Commit Graph

13796 Commits

Author SHA1 Message Date
Chenxia Liu
75748c549c Bug 900692 - Part 2: Add tests for developer tools settings. r=mcomella 2014-07-19 19:57:31 -07:00
Chenxia Liu
df7c7d6607 Bug 900692 - Part 1: Add paint flashing preference to Settings > Developer tools. r=lucasr 2013-10-15 16:40:00 -07:00
Wes Johnston
b6e2107c4c 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
1e314ce59d Bug 1022102 - Follow-up to fix review comment. r=eedens DONTBUILD 2014-07-18 16:51:59 -07:00
Margaret Leibovic
325dbd5865 Bug 1022102 - Polish search bar interaction and styling. r=eedens 2014-07-18 16:49:32 -07:00
Richard Newman
d2ee603161 Bug 1017242 - Part D: remove API 8 code from BrowserDatabaseHelper. r=margaret 2014-07-18 16:47:10 -07:00
Richard Newman
b71e9c9fdc Bug 1017242 - Part C: remove API 8 code from GeckoEvent. r=mfinkle 2014-07-18 16:47:10 -07:00
Richard Newman
2bb9094b5e Bug 1017242 - Part B: remove API 8 code from toolbar. r=mfinkle 2014-07-18 16:47:10 -07:00
Richard Newman
5a937afca9 Bug 1017242 - Part A: remove API 8 code from webapp Allocator. r=myk 2014-07-18 16:47:10 -07:00
Richard Newman
1006cdfcf1 Bug 1017242 - Part 9: remove API 8 code from SysInfo. r=mfinkle 2014-07-18 16:47:09 -07:00
Richard Newman
7643cb8378 Bug 1017242 - Part 8: remove API 8 code from CrashReporter. r=mfinkle 2014-07-18 16:47:09 -07:00
Richard Newman
aa2bf12126 Bug 1017242 - Part 7: remove API 8 code from GeckoSharedPrefs. r=mcomella 2014-07-18 16:47:09 -07:00
Richard Newman
0bb54e1372 Bug 1017242 - Part 6: remove API 8 code from BrowserHealthRecorder. r=mcomella 2014-07-18 16:47:09 -07:00
Richard Newman
4368e2fdf9 Bug 1017242 - Part 5: remove API 8 code from gamepad code. r=kats 2014-07-18 16:47:08 -07:00
Richard Newman
c2a5d5d717 Bug 1017242 - Part 4: remove API 8 code from GeckoAppShell. r=kats 2014-07-18 16:47:08 -07:00
Richard Newman
6f3878311a Bug 1017242 - Part 3: remove API 8 code from gfx. r=kats 2014-07-18 16:47:08 -07:00
Richard Newman
5b9711eee7 Bug 1017242 - Part 2: remove API 8 code from GeckoApp and BrowserApp. r=mcomella 2014-07-18 16:47:08 -07:00
Richard Newman
061636b0f1 Bug 1017242 - Part 1: remove API 8 code from mozglue. r=mfinkle 2014-07-18 16:47:07 -07:00
Mark Finkle
ad352c946a Bug 1006186 - Update discovery tests since we support webm now r=me 2014-07-18 17:41:31 -04:00
Mark Finkle
1d83c13aa0 Bug 1006186 - Update the targets in tests, just in case r=me 2014-07-18 16:06:54 -04:00
Brad Lassey
8feec65434 Bug 1006186 - Casting apps should be able to specify supported types themselves r=mfinkle 2014-07-18 08:43:45 -04:00
Nick Alexander
bc24a84c83 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
bf39609315 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
bb26ac0825 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
8ca12dfa57 Bug 1035341 - Use OpenSearch for autocomplete suggestions. r=eedens,rnewman 2014-07-17 11:00:19 -07:00
Brian Nicholson
3e43ea1aa3 Bug 854305 - Force search for all single word queries. r=mfinkle 2014-07-17 19:40:17 -07:00
Richard Newman
18fd925a63 Bug 1017244 - Bump minSdkVersion to 9. r=blassey 2014-07-17 09:34:25 -07:00
Eric Edens
3b2ebfb088 Bug 1038793 - Minimize unused space in WebView of search activity. r=margaret 2014-07-16 17:08:22 -07:00
Wes Johnston
c57d9a0728 backout 91e7ba697b14 (Bug 1001309) for test failures. r=backout 2014-07-17 09:10:43 -07:00
Wes Johnston
60263b22a5 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
7e4f5d8d39 Merge mozilla-central to fx-team 2014-07-17 16:44:49 +02:00
Carsten "Tomcat" Book
5088831323 merge fx-team to mozilla-central a=merge 2014-07-17 16:31:33 +02:00
Lucas Rocha
9641ee8e44 Bug 1039471 - Only restart loader if RecentTabsPanel is still attached (r=margaret) 2014-07-17 11:36:46 +01:00
Awad Mackie
e18461490a 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
0195ce1964 Bug 1039925 - Fix tests as a follow-up to Bug 822820. r=trivial 2014-07-16 22:32:48 -07:00
Wes Kocher
d778407bb2 Merge m-c to fx-team 2014-07-16 17:46:33 -07:00
Michael Comella
a954b1c596 Bug 1039738 - Correct private tabs list appearance. r=bnicholson 2014-07-16 16:35:49 -07:00
Richard Newman
3445f46af1 Bug 822820 - Update SUMO and AMO URLs in default bookmarks. r=nalexander 2014-07-16 16:14:44 -07:00
Richard Newman
a9a607906c Bug 921433 - Part 2: bundle current SUMO favicon in default bookmarks. r=nalexander 2014-07-16 16:14:44 -07:00
Richard Newman
3b137553b4 Bug 921433 - Part 1: remove redundant data from bookmarks.json.in. r=nalexander 2014-07-16 16:14:43 -07:00
Michael Comella
9fb48cd03e Bug 1039062: Fix RemoteTabs tray on phone. r=lucasr 2014-07-16 11:37:28 -07:00
Carsten "Tomcat" Book
b3aef8b193 Merge mozilla-central to mozilla-inbound 2014-07-16 15:58:57 +02:00
amoghbl1
6dabc971cc Bug 755228 - "'Add Search Engine' label on text input fields should be 'Add as Search Engine'". r=nalexander 2014-07-15 17:45:00 +02:00
Mark Capella
dc3e103db4 Bug 1030060 - Regression in Find-In-Page logic due to SelectionHandler change in bug 1011059, r=margaret, r=jchen 2014-07-16 03:23:05 -04:00
Eric Edens
ed0cd522d4 Bug 1038775 - Always launch search activity on dashboard. r=margaret 2014-07-15 14:12:29 -07:00
Chenxia Liu
663e070dac Bug 1038798 - Regression: After closing all tabs, tabs tray dotted menu can not be accessed again. r=bnicholson 2014-07-15 14:17:53 -07:00
Margaret Leibovic
67fee7bd84 Bug 1038789 - Add clear button to search bar in search activity. r=eedens 2014-07-15 14:07:55 -07:00
Nick Alexander
1161a46c30 Bug 1024708 - Post: Don't build MLS Stumbler in Fennec by default. r=me 2014-07-15 13:50:22 -07:00
Nick Alexander
7b261b659d Bug 1024708 - Part 3: Eclipse support. r=rnewman 2014-07-15 13:50:22 -07:00
Nick Alexander
9f8e5e17e0 Bug 1024708 - Part 2: Build stumbler JAR and integrate into Fennec. r=rnewman 2014-07-15 13:50:21 -07:00