Commit Graph

9256 Commits

Author SHA1 Message Date
Federico Paolinelli
d3e14fd360 Bug 731491 - Rework GeckoProvider. r=rnewman
--HG--
rename : mobile/android/base/db/GeckoProvider.java => mobile/android/base/db/PerProfileContentProvider.java
2013-04-30 08:52:42 -04:00
Axel Hecht
3fcb892252 bug 792077, remove stray line in jar.mn, r=bustage 2013-04-30 13:52:15 +02:00
Axel Hecht
abb0c89c8c bug 792077, multi-locale packs should only contain select toolkit l10n files, r=mfinkle
package overrides from toolkit in mobile/android/locales, make chrome-%
target not descend into toolkit

--HG--
extra : transplant_source : %F0%0Do%96%03k%84%E8q%B2%E9n%A515%E2%9B%E2%C2%D3
2013-04-17 18:21:49 +02:00
Doug Turner
6936609f34 Bug 866893 - Remove support for multiple geolocation providers. r=mvines 2013-04-29 20:22:27 -07:00
Margaret Leibovic
fb39cef48e Bug 866150 - Revert TopSitesView cleaup changes from bug 865060. r=bnicholson 2013-04-29 17:18:26 -07:00
Margaret Leibovic
234cbcf647 Bug 863857 - Add icon for character encoding menuitem, and update generic add-on menuitem icon. r=mfinkle 2013-04-29 17:06:17 -07:00
Margaret Leibovic
ffa8cb0f34 Bug 839855 - Use dominant color as background for small favicons. r=wesj 2013-04-29 17:06:14 -07:00
Margaret Leibovic
502bc9ccfe Bug 839855 - Fix margin on favicon in tabs from last time section. r=bnicholson 2013-04-29 17:06:12 -07:00
Margaret Leibovic
8e5563e49f Bug 839855 - Update tabs from last time favicons to match awesomescreen favicons. r=bnicholson
--HG--
rename : mobile/android/base/resources/drawable/awesomebar_row_favicon_bg.xml => mobile/android/base/resources/drawable/favicon_bg.xml
2013-04-29 17:05:55 -07:00
Sriram Ramasubramanian
3c30ac1bb1 Bug 862996: Put text headings back in the tab menu. [r=mfinkle] 2013-04-17 16:09:02 -07:00
Jim Chen
8f458f1a8e Bug 864666 - Replace composing span when committing char as key. r=cpeterson 2013-04-29 16:48:26 -04:00
Jim Chen
5072ee3cd4 Bug 743158 - Take focus away from awesome bar when accessing awesome screen lists. r=wesj 2013-04-29 14:36:23 -04:00
Brian Nicholson
1bd620abbe Bug 865923 - Use solid shapes in listSelector drawables 2013-04-29 10:55:23 -07:00
Brian Nicholson
bdcdfa3df3 Bug 862761 - Use divider drawable for ExpandableListView childDivider 2013-04-29 10:55:22 -07:00
Amod Narvekar
29ad6874c9 Bug 789980 - Remove empty title tag from aboutReader.html, r=lucasr 2013-04-29 13:00:25 -04:00
Chris Lord
51e7d62749 Bug 850783 - Fix the dynamic toolbar causing clipping of the scrollbar. r=kats 2013-04-29 15:18:23 +01:00
Chris Lord
516b23e688 Bug 865298 - Don't allow margins to scroll on small pages. r=kats
Bug 858969 regressed this behaviour. Margins that are smaller than the screen
size should have pinned margins.
2013-04-29 15:18:23 +01:00
Chris Lord
84f543d494 Bug 865298 - Add an 'active area' for margin exposing. r=kats
This stops margins from being exposed unless the drag was started in an area
of the viewport that's near said margin. The margins will always be exposed
when reaching the edge of the page.
2013-04-29 15:18:23 +01:00
Chris Lord
bbffda5fe5 Bug 865298 - Allow multiple touch interceptors on LayerView. r=kats 2013-04-29 15:18:23 +01:00
Wes Johnston
cb4500a019 Bug 863828 - New tab increment animation. r=lucasr 2013-04-26 16:17:34 -07:00
Ryan VanderMeulen
61b02dda82 Backed out changeset b68c721a1462 (bug 863828) for robocop failures. 2013-04-27 18:21:15 -04:00
Wes Johnston
7c66db2d03 Bug 857165 - Highlight domain when showing urls. r=mfinkle 2013-04-26 16:17:37 -07:00
Wes Johnston
9a070328a9 Bug 863828 - New tab increment animation. r=lucasr 2013-04-26 16:17:34 -07:00
Mark Capella
e81f61e6e4 Bug 856558 - Prevent Bookmark keywords from including spaces, r=bnicholson, f=mfinkle 2013-04-27 11:30:05 -04:00
Ryan VanderMeulen
910a7a8d15 Backed out 3 changesets (bug 857165, bug 863828) for Android bustage on a CLOSED TREE.
Backed out changeset 4ad22d42b4f5 (bug 863828)
Backed out changeset 84b4d799cc6d (bug 857165)
Backed out changeset cc161ca434fa (bug 863828)
2013-04-26 22:49:55 -04:00
Wes Johnston
a8a117194a Bug 863828 - Update duration of tab increment animation. r=lucasr 2013-04-26 17:09:12 -07:00
Wes Johnston
d27515c444 Bug 857165 - Highlight domain when showing urls. r=mfinkle 2013-04-26 16:17:37 -07:00
Wes Johnston
9b5fe2aa5e Bug 863828 - New tab increment animation. r=lucasr 2013-04-26 16:17:34 -07:00
Kartikaya Gupta
0553da9e21 Bug 839641 - Implement the PostDelayedTask callback for APZC in AndroidBridge. r=Cwiiis, blassey 2013-04-26 13:26:46 -04:00
Kartikaya Gupta
407d7d3969 Bug 839641 - Implement the RequestContentRepaint callback for APZC in AndroidBridge. r=Cwiiis 2013-04-26 13:26:46 -04:00
Kartikaya Gupta
ec0ecf5c78 Bug 839641 - Add a syncFrameMetrics code path to push viewport changes from APZC to Java. r=Cwiiis, BenWa 2013-04-26 13:26:39 -04:00
Kartikaya Gupta
98388c43df Bug 839641 - Send touch events and prevent-default notifications to APZC. r=Cwiiis 2013-04-26 13:24:28 -04:00
Kartikaya Gupta
8203bd4391 Bug 839641 - Add a stub NativePanZoomController class to start Java bindings to APZC. r=Cwiiis 2013-04-26 13:24:28 -04:00
Sriram Ramasubramanian
a1b7886fec Bug 863379: Update tab icon. [r=mfinkle] 2013-04-18 15:36:08 -07:00
Lucas Rocha
c3fd0d99e5 Bug 858687 - Fix margins for forward button (r=mfinkle) 2013-04-26 17:25:39 +01:00
Tetsuharu OHZEKI
acfc53f209 Bug 863242 - Add a preference setting "accept tracking me" to Fennec. r=mleibovic 2013-04-26 10:10:59 -04:00
Tetsuharu OHZEKI
6dee0b730e Bug 863242 - Use switch statement in BrowserApp.getPreferences(). r=mleibovic 2013-04-26 10:10:59 -04:00
Lucas Rocha
06b6fd09a7 Bug 864960 - Parallax transition to open/close the tabs tray (r=mfinkle) 2013-04-26 14:12:08 +01:00
Ryan VanderMeulen
7c02acfe11 Merge m-c to inbound. 2013-04-26 08:00:50 -04:00
Ryan VanderMeulen
79db1c6ba4 Merge birch to m-c. 2013-04-26 08:00:07 -04:00
Justin Lebar
b910dfe3b0 Bug 844323 - Prelude part 1: Use a pref to in nsHTMLMediaElement to control whether we talk to the audio service. r=amarchesini
Previously, we used #ifdef B2G.  Using a pref allows us to write mochitests which run in desktop Firefox that test the audio service and its interaction with other components.
2013-04-25 20:53:25 -04:00
Ryan VanderMeulen
00932238df Bug 858687 - Fix broken backout. r=lucasr
CLOSED TREE
2013-04-25 13:38:42 -04:00
Lucas Rocha
3062f0fe41 cked out changesets 10bdfbe0195b and 06b0f332039d (bug 858687) because of Robocop failures (r=backout) 2013-04-24 22:53:31 +01:00
Lucas Rocha
a4d6a6da0c Backed out changesets 10bdfbe0195b and 06b0f332039d (bug 858687) because of Robocop failures (r=backout) 2013-04-24 22:48:39 +01:00
Lucas Rocha
53ff8b705a Bug 858687 - Rename browser_toolbar_menu.xml to browser_toolbar.xml (r=mfinkle)
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
rename : mobile/android/base/resources/layout/browser_toolbar_menu.xml => mobile/android/base/resources/layout/browser_toolbar.xml
2013-04-24 21:19:26 +01:00
Chris Peterson
68b64fe467 Bug 863288 - Add sanity checks and error logging for bitmap decoding. r=mfinkle 2013-04-22 18:03:01 -07:00
Wes Johnston
19070d9dbc Bug 778216 - Add a pref to show the url instead of title. r=mfinkle 2013-04-25 23:43:03 -07:00
Mark Capella
37e887ba90 Bug 828325 - The state of the -/+ buttons from text size in reader mode should be greyed, r=lucasr 2013-04-26 00:51:08 -04:00
Richard Newman
9bcc1fce32 Bug 858992 - Don't sync pinned bookmarks. r=nalexander 2013-04-25 20:42:05 -07:00
Lucas Rocha
654d376568 Bug 858687 - Rename browser_toolbar_menu.xml to browser_toolbar.xml (r=mfinkle)
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
rename : mobile/android/base/resources/layout/browser_toolbar_menu.xml => mobile/android/base/resources/layout/browser_toolbar.xml
2013-04-24 21:19:26 +01:00