Commit Graph

3453 Commits

Author SHA1 Message Date
Brian Nicholson
d6318a0457 Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
e43185f1ee Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
bf2365d9ed Backed out changesets c644dacaf9a9 and 454ec577c741 2012-10-05 16:36:15 -07:00
Sriram Ramasubramanian
647ebc95f3 Bug 775272: Touching outside the menu should dismiss it. [r=mfinkle]
--HG--
extra : rebase_source : 4395fba4b7349c46d0e52e560483305e856b7b11
2012-10-05 15:14:39 -07:00
Mark Finkle
f66eef0fb1 Bug 784157 - Google Play Campaign Tracking: Better distribution pref handling, r=blassey r=bnicholson 2012-10-05 18:11:34 -04:00
Brian Nicholson
78de862116 Bug 797075 - Part 2: Implement Java-side tab stubs. r=mfinkle 2012-10-05 14:53:44 -07:00
Brian Nicholson
c6f2124145 Bug 797075 - Part 1: loadUrl() cleanup. r=mfinkle 2012-10-05 14:51:18 -07:00
Wes Johnston
383ed173bc Bug 795053 - Always send the profile to Gecko if it isn't sent in the original intent. r=mfinkle 2012-10-03 17:43:21 -07:00
Wes Johnston
52bc1b4f6a Bug 795053 - Unlock locked profiles on Android. r=blassey 2012-10-05 12:35:26 -07:00
Sriram Ramasubramanian
fd78e95c79 Bug 794581: CyanogenMod doesn't take touch events on submenu. [r=bnicholson] 2012-10-05 11:29:36 -07:00
Sriram Ramasubramanian
45f9f08f7f Bug 798135: Update comments for GeckoAsyncTask. [r=cpeterson] 2012-10-05 11:13:55 -07:00
Sriram Ramasubramanian
61d4858950 Bug 798135: Make GeckoAsyncTask run on GeckoBackgroundThread. [r=cpeterson]
--HG--
extra : rebase_source : 6b9d9d5b992bb3d641a959a8734d5844a51087db
2012-10-05 11:07:14 -07:00
Ed Morley
29308c09dd Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me 2012-10-05 17:48:15 +01:00
Sriram Ramasubramanian
2e9924fd7e Bug 786029: Fennec should integrate with Android's search. [f=mfinkle, r=lucasr] 2012-10-04 16:57:39 -07:00
Scott Johnson
7d2d2edb2a Bug 795932: Add a preference to enable reflow-on-zoom that is visible from the settings menu on Android. [r=blassey] 2012-10-04 14:41:48 -05:00
Scott Johnson
c63cb123cd Bug 710298: Support reflow-on-zoom by limiting the max line box width after zooming in on mobile. [r=blassey] 2012-10-04 14:41:46 -05:00
adrian.tamas@softvision.ro
219ab700b3 Bug 777719 - Leaving only the History test as the others are already covered in existing bugs. r=jmaher 2012-10-04 19:18:14 +03:00
Josh Matthews
f56c4d461a Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Wes Johnston
2d86008bfd Bug 781318 - Autofocus textboxes in prompts. r=mbrubeck 2012-08-15 16:51:36 -04:00
Ryan VanderMeulen
d3510ae5f7 Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE. 2012-10-04 19:34:19 -04:00
Josh Matthews
fe1c85126f Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Richard Newman
4f61ad1926 Bug 793056 - Part 1: settings UI for Android product announcements. r=bnicholson 2012-10-04 12:05:05 -07:00
Richard Newman
39a57d54ab Bug 793056 - Part 0: cleanup. r=bnicholson 2012-10-04 12:05:05 -07:00
Chris Lord
cea8d6a6c4 Bug 794130 - Abort drawing if appropriate when using progressive tile updates. r=bgirard,blassey
Add a function to BasicLayerManager to check if it's appropriate to abort an
ongoing progressive update, and add an Android-specific implementation in
mobile/android/base/gfx/GeckoLayerClient.java.

--HG--
extra : rebase_source : edbd20acb53660340d52265591849aacafd179c4
2012-10-04 14:45:16 -04:00
Gian-Carlo Pascutto
0565487fa1 Bug 741808 - Enable SafeBrowsing on Fennec. For real. r=mfinkle 2012-10-04 16:23:34 +02:00
Jeff Muizelaar
f668a90e8d Bug 770956. Use LINEAR instead of NEAREST. r=chrislord
Sometimes screenshots are MAGNIFIED in one axis and MINIFIED in the other. This
makes it so we use consistent filtering in both directions.

--HG--
extra : rebase_source : 0d9d1ff98d3b48fb817edf872aadaed4329d3126
2012-10-03 18:29:08 -04:00
Richard Newman
b00d574705 Bug 793053 - Part 0b: add MOZ_UPDATE_CHANNEL to Makefile.in. r=gps 2012-10-03 14:19:17 -07:00
Richard Newman
fbc8359465 Bug 793053 - Part 0a: add ANDROID_CPU_ARCH to Makefile.in. r=gps 2012-10-03 14:19:17 -07:00
Josh Matthews
1c61b4bca6 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
adrian.tamas@softvision.ro
321c02a2e0 Bug 777719 - Addons Manager test modified according to review. r=jmaher. 2012-10-02 18:24:38 +03:00
Brad Lassey
4d14025002 bug 795234 - crash in _pixman_implementation_fill r=snorp 2012-10-02 23:22:21 -07:00
Ed Morley
db4533a596 Bug 785577 - Disable testWebContentContextMenu for frequent failures 2012-10-03 11:49:40 +01:00
Fabrice Desré
69bc1cd6ea Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner] 2012-10-02 22:38:03 -07:00
Mark Finkle
8569fe6f72 Bug 784157 - Google Play Campaign Tracking: Convert the INSTALL_REFERRER data to distribution prefs r=blassey 2012-10-02 22:04:05 -04:00
Wes Johnston
ff10b49f41 Bug 797151 - Use Froyo api for saving SharedPrefereces. r=mfinkle 2012-10-02 18:58:03 -07:00
Wes Johnston
b8c4b2a287 Bug 793197 - Use a custom list item style in our custom listViews. r=sriram 2012-10-02 18:58:01 -07:00
Wes Johnston
ea0f7dd747 backout f39621ae2b96 2012-10-02 13:57:45 -07:00
James Willcox
992ef01d6b Bug 797036 - Add new updater strings and icons on Android r=sriram 2012-10-02 16:34:08 -04:00
Wes Johnston
eb45f03470 Bug 784887 - Use Native Gesture detector for MozGesture events. r=blassey 2012-10-02 13:18:21 -07:00
Brian Nicholson
7a7a274be4 Backout 580f710a84e8, ecaff73e5a63 for rc failures 2012-10-02 13:12:17 -07:00
Wes Johnston
9c5ce438a5 backout c1b386c21158 2012-10-02 11:48:31 -07:00
Wes Johnston
6f09be899b Bug 795013 - Add semicolon to list of deliminators in extension list. r=blassey 2012-10-02 11:00:19 -07:00
Wes Johnston
35fde7d44d Bug 795053 - Add ability to unlock a profile from Java. r=blassey 2012-10-02 11:00:13 -07:00
Wes Johnston
46c0b796ba Bug 795053 - Always send the java profile to Gecko. r=mfinkle 2012-10-02 11:00:12 -07:00
Brian Nicholson
0a92bd7a42 Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
ba6cea7971 Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle 2012-10-02 10:51:48 -07:00
Gervase Markham
26fd7ec193 Bug 793469 - add MPL 2 headers to files which lack them. 2012-10-02 14:03:36 +01:00
Ed Morley
d078159b72 Merge mozilla-central to mozilla-inbound 2012-10-02 11:19:03 +01:00
Makoto Kato
0f8e0cfe21 Bug 795224 - no more backspace nor arrows on the deck Asus Transformer. r=cpeterson 2012-10-02 13:35:53 +09:00
Benoit Girard
89e0e7d121 Bug 796084 - Rename MOZ_JAVA_COMPOSITOR -> MOZ_ANDROID_OMTC. r=blassey 2012-10-01 16:01:35 -04:00