Commit Graph

11593 Commits

Author SHA1 Message Date
Geoff Brown
55df9a3b9f Bug 1105388 - Avoid robocop shutdown crashes with longer wait; r=mfinkle 2015-01-13 15:42:06 -07:00
Carsten "Tomcat" Book
09a9226f53 Merge mozilla-central to mozilla-inbound 2015-01-13 15:29:02 +01:00
Carsten "Tomcat" Book
db958a2de5 merge fx-team to mozilla-central a=merge 2015-01-13 14:27:06 +01:00
Richard Newman
f428537ae6 Bug 1077590 - Part 4: fix profile access in BrowserApp. r=mfinkle 2015-01-12 20:58:01 -08:00
Richard Newman
729e6f45af Bug 1077590 - Part 3: fix testClearPrivateData by removing a flawed assumption in DatabaseHelper. r=me
This helper class assumed that all cursors would allow you to navigate to the first item, and would assert if that's not true.

But tests routinely attempted to check that cursors returned zero results! And moveToFirst is documented to return false if the cursor is empty.

This patch does some cleanup, and also removes this flawed assumption.
2015-01-11 20:49:42 -08:00
Richard Newman
fb4b1693c0 Bug 1077590 - Part 2: fix a bunch of imports. r=trivial 2015-01-11 20:45:44 -08:00
Richard Newman
9e5c96b6fd Bug 1077590 - Part 1: make all per-profile DB access go through a profile. r=wesj
* * *
Bug 1077590 - Review comments.

--HG--
rename : mobile/android/base/TabsAccessor.java => mobile/android/base/db/LocalTabsAccessor.java
rename : mobile/android/base/db/URLMetadata.java => mobile/android/base/db/LocalURLMetadata.java
rename : mobile/android/base/TabsAccessor.java => mobile/android/base/db/TabsAccessor.java
2015-01-11 20:45:09 -08:00
surabhi anand
d94f6675b0 Bug 1115542 - Add software usage license blocks to tests/*.java. r=rnewman 2015-01-12 20:40:36 -08:00
Sai Prathik
5d25209e06 Bug 1118977 - Define a constant representing an unknown folder ID in LocalBrowserDB. r=rnewman 2015-01-12 20:40:36 -08:00
Surabhi Anand
22256ab63c Bug 1116633 - Use correct BufferedReader pattern in GeckoAppShell. r=rnewman 2015-01-12 13:22:54 -08:00
Wes Kocher
7a1f50156b Merge fx-team to m-c a=merge 2015-01-12 20:00:16 -08:00
Richard Newman
02fe2a8149 Bug 1120530 - Don't show first run experience in Robocop tests. r=mfinkle, on a CLOSED TREE 'cos Java-only. 2015-01-12 16:19:47 -08:00
ffxbld
7769fa7760 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-01-12 15:33:37 -05:00
Prabhjyot Singh Sodhi
cbc7410b0e Bug 1100315 - Implemented fling curving by mapping physical velocity to a value using the bezier curve. r=kats 2015-01-12 11:27:41 -05:00
Kartikaya Gupta
8fff8bdeb0 Bug 1120415 - Don't use string values for non-string prefs. r=rnewman
In fact, don't bother setting values in the prefs file at all and just default
to -1 so that the Java code uses the hard-coded default values.
2015-01-12 11:12:41 -05:00
Kartikaya Gupta
ecfdf96405 Bug 1120244 - Prevent viewport bounds from going outside the page bounds. r=snorp
In Fennec, we display the dynamic toolbar once we have scrolled to the bottom
of the page. In this configuration, animating in the toolbar should increase
the top margin in the ImmutableViewportMetrics without affecting the
viewportRect[Top|Bottom], because otherwise the scroll position would exceed
the maximum allowed scroll position and the bottom of the viewport would go
past the end of the page. This patch corrects the calculation used to enforce
this.
2015-01-12 11:11:22 -05:00
Carsten "Tomcat" Book
4f4c25ed70 Merge mozilla-central to fx-team 2015-01-12 15:15:24 +01:00
Carsten "Tomcat" Book
c8045cb88f merge fx-team to mozilla-central a=merge 2015-01-12 13:01:26 +01:00
Carsten "Tomcat" Book
1e4b2b6bcc Backed out changeset 20a66f476346 (bug 1077590)
--HG--
rename : mobile/android/base/db/TabsAccessor.java => mobile/android/base/TabsAccessor.java
2015-01-12 12:52:27 +01:00
Carsten "Tomcat" Book
73268a9ba0 Backed out changeset 5fbb06da804d (bug 1077590) 2015-01-12 12:52:09 +01:00
Carsten "Tomcat" Book
80db8e99f3 Backed out changeset cb1e6846d838 (bug 1077590) 2015-01-12 12:52:02 +01:00
Richard Newman
2c9a274487 Bug 1077590 - Part 3: fix testClearPrivateData by removing a flawed assumption in DatabaseHelper. r=me, Java-only on a CLOSED TREE (a=nigelb)
This helper class assumed that all cursors would allow you to navigate to the first item, and would assert if that's not true.

But tests routinely attempted to check that cursors returned zero results! And moveToFirst is documented to return false if the cursor is empty.

This patch does some cleanup, and also removes this flawed assumption.

--HG--
extra : amend_source : afc970d620a099e31fd54535b52aff7921b1b786
2015-01-11 20:49:42 -08:00
Richard Newman
e2ebeee6bb Bug 1077590 - Part 2: fix a bunch of imports. r=trivial 2015-01-11 20:45:44 -08:00
Richard Newman
0c15db3ab7 Bug 1077590 - Part 1: make all per-profile DB access go through a profile. r=wesj
* * *
Bug 1077590 - Review comments.

--HG--
rename : mobile/android/base/TabsAccessor.java => mobile/android/base/db/LocalTabsAccessor.java
rename : mobile/android/base/db/URLMetadata.java => mobile/android/base/db/LocalURLMetadata.java
rename : mobile/android/base/TabsAccessor.java => mobile/android/base/db/TabsAccessor.java
2015-01-11 20:45:09 -08:00
Eitan Isaacson
8a29e0b7f5 Bug 908224 - Dispatch a11y selection changed events on the address bar even when the text edit is hidden. r=mfinkle 2015-01-12 13:21:08 -08:00
Mark Finkle
208495fc3c Bug 946957 - Switch Navigation helper to use Solo for getting UI elements r=bnicholson 2015-01-10 01:18:05 -05:00
Jared Wein
b5f521fe19 Bug 1074744 - Apply the margin-end to the volume controls when fullscreen is unavailable. r=gijs r=dolske
The adjusted margin-end needs to be applied to the volume controls when the fullscreen button is hidden due to fullscreen being unavailable, such as within an iframe that is lacking the allowfullscreen attribute. Previously the margin-end was only applied when the video was determined to be audio-only.
2015-01-09 14:29:36 -05:00
Jim Chen
c1e6716bf4 Bug 1112212 - Send key events in onKeyMultiple; r=cpeterson 2015-01-10 12:41:58 -05:00
Jim Chen
4a6b9541e6 Bug 1112212 - Implement key-events-only mode for Android; r=cpeterson 2015-01-10 12:41:58 -05:00
Jim Chen
db34c64f29 Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
Margaret Leibovic
945009ac1b Bug 1101741 - Add filtering on about:passwords. r=mfinkle
--HG--
extra : rebase_source : d1d71f255db3b15896f22b71f71ec2bd9455882a
2015-01-06 17:28:30 -08:00
Margaret Leibovic
18d5fccd80 Bug 1114639 - Delay initalizing DownloadNotifications. r=mfinkle
--HG--
extra : rebase_source : d2e80071aaa20cc9a5b356f171d6ccf19b97420d
2015-01-08 11:50:06 -08:00
Carsten "Tomcat" Book
9182dc1158 merge fx-team to mozilla-central a=merge 2015-01-09 14:16:30 +01:00
Myk Melez
dfa99f80d7 Bug 1114586 - Replace nsIDownloadManager.defaultDownloadsDirectory with Downloads.getSystemDownloadsDirectory; r=margaret
--HG--
extra : amend_source : 029c30cccaa48d0153bc297be9b976858b98e52b
2015-01-08 20:57:18 -08:00
Margaret Leibovic
83f80afb6b Bug 1107925 - Don't launch fennec on search redirects. r=bnicholson
--HG--
extra : rebase_source : 0e99b01c7b2d1fbd78e1dff646d9137684ed3af8
extra : amend_source : a4d5ca535158dd1bc0197d92738d8296d55c53c7
2015-01-08 12:48:23 -08:00
Richard Newman
a3e08ea765 Bug 1120080 - Fix about:firefox updater hooks. r=mfinkle 2015-01-10 12:44:58 -08:00
Mark Capella
ce42044709 Bug 1113786 - Find-in-Page Bar doesn't respect privacy, r=mfinkle 2015-01-10 08:55:30 -05:00
Vivek Balakrishnan
423bc3e176 Bug 1096669 - Update last synced time every minute in Android Firefox Account status screen. r=nalexander
========

ee8f501d56
Author: Vivek Balakrishnan <vivekb.balakrishnan@gmail.com>
    Bug 1096669 - Update last synced time every minute in Android Firefox Account status screen.

--HG--
extra : rebase_source : 87b5ec409512da7f1d19ae414292897ca14a09b1
2015-01-08 11:28:01 -08:00
Prabhjyot Singh Sodhi
334af9a8da Bug 1113415 - Make master sync instructions depend on Android version. r=nalexander
========

7d643a54cb
Author: Prabhjyot Singh Sodhi <prabhjyotsingh95@gmail.com>
    Bug 1113415 - Make master sync instructions depend on Android version.

--HG--
extra : rebase_source : 9d7c1479784add321e8d3ee9c59b3d1f99f5c2e4
2015-01-08 11:05:18 -08:00
Mark Finkle
00a6ab2361 Bug 1118747 - Delay GMPInstallManager initialization for 60 secs after delayed startup (matches Desktop) r=margaret 2015-01-08 14:16:17 -05:00
Garvan Keeley
a28cf523eb Bug 1116810 - Part 3: Stumbler java code for telemetry. r=vng 2015-01-06 19:31:00 -05:00
Garvan Keeley
722abc4ccb Bug 1116810 - Part 2: Add files to stumbler mozbuild. r=vng 2014-12-31 11:36:00 -05:00
Mandar Gokhale
04ab8bfb89 Bug 948892 - Move inline scripts and styles into separate file (about:). r=margaret
Move the inline js into a new file named about.js
2015-01-07 04:21:00 -05:00
Mark Finkle
dbe32ac3c5 Bug 937253 - Make pinned tabs work for Homescreen shortcuts r=bnicholson
--HG--
extra : rebase_source : 115614b5980ef885b6732196607930ad4dd3ce2d
2015-01-07 23:53:28 -05:00
Mark Finkle
2bc0c5ae0c Bug 937253 - Remove old unused WebApp code paths r=wesj
--HG--
extra : rebase_source : 50aece0edab6f9a1d137e6120b3ea0aa68ddcdc8
2015-01-07 23:52:31 -05:00
Nick Alexander
ce9f434faf Bug 1119051 - Advance session when meta/fxa_credentials is definitely stale. r=rnewman
========

76925b2cf2
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Jan 7 16:35:17 2015 -0800

    Bug 1119051 - Advance session when meta/fxa_credentials is definitely stale.
2015-01-07 20:17:19 -08:00
Margaret Leibovic
dc47beb0d3 backout 227dc63febd9 because of bug 1118835 2015-01-07 17:47:35 -08:00
Margaret Leibovic
234a4ad3f1 Bug 1118835 - Add back (and update) testTitleBar. r=mfinkle
--HG--
extra : rebase_source : 0eb4d4a4a42d8cba3d46b9e2ad38f9687d345f11
2015-01-07 12:13:48 -08:00
Margaret Leibovic
d5dbb2bb42 Bug 1118835 - Add back pref to show title in urlbar. r=mfinkle
--HG--
extra : rebase_source : 2cd317d4dbf3b4a60febfefc3b838f499a7eaf41
2015-01-07 12:03:03 -08:00
Wes Kocher
0cf53b165b Merge inbound to m-c a=merge CLOSED TREE 2015-01-07 15:41:20 -08:00