Kartikaya Gupta
3795f65ab6
Bug 867685 - Use getLock() instead of this when modifying the viewport metrics for clarity. r=Cwiiis
2013-05-01 15:33:48 -04:00
Jim Chen
fc9a6d75be
Bug 860879 - Throw an exception after 5 seconds timeout when returning PromptService result; r=kats
2013-05-01 15:30:49 -04:00
Jim Chen
e4c48965a1
Bug 860879 - Add UiThreadBlockedException and utility method to dump all stack traces; r=kats
2013-05-01 15:30:49 -04:00
Lucas Rocha
816ee6d108
Bug 866466/867141 - Don't nullify mPanel reference when closing tabs panel (r=mfinkle)
2013-05-01 17:32:02 +01:00
Lucas Rocha
77a6ec3712
Bug 865228 - Don't animate forward button when switching tabs (r=mfinkle)
2013-05-01 17:32:02 +01:00
Lucas Rocha
99f3e12ae4
Bug 865228 - Rename mAnimateSiteSecurity to mSwitchingTabs (r=mfinkle)
2013-05-01 17:32:02 +01:00
Lucas Rocha
ac7f0a7499
Bug 865228 - Hide stop/reader buttons immediately when entering awesomescreen (r=mfinkle)
2013-05-01 17:32:02 +01:00
Lucas Rocha
9ee3fa2d8b
Bug 865228 - Smoother fade-in animation when coming from awesomescreen (r=mfinkle)
2013-05-01 17:32:02 +01:00
Lucas Rocha
21bc576ffe
Bug 865228 - Remove unnecessary views from toolbar animation (r=mfinkle)
2013-05-01 17:32:01 +01:00
Lucas Rocha
6f34298eca
Bug 865228 - Only animate tabs counter once tabs button is on screen (r=mfinkle)
2013-05-01 17:32:01 +01:00
Lucas Rocha
c6d9c0ae22
Bug 865228 - Slide tabs button all the way off screen (r=mfinkle)
2013-05-01 17:32:01 +01:00
Ryan VanderMeulen
a940e46079
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
...
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
7561bb1573
Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium
2013-04-30 20:45:39 -04:00
Brian Nicholson
5bf97ea47f
Bug 865923 - Use solid shapes for inverse listSelector drawables. r=lucasr
2013-04-30 11:34:09 -07:00
Ryan VanderMeulen
4f020afd30
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
2013-04-30 10:08:38 -04:00
Brian O'Keefe
da64a005e6
Bug 862986 - Part 1a: Move MOZ_CHILD_PROCESS_NAME and MOZ_CHILD_PROCESS_BUNDLE to configure.in, remove ipc/app/def.mk. r=glandium
2013-04-30 09:05:17 -04:00
Federico Paolinelli
8b00db54dc
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
Margaret Leibovic
9d69f0a406
Bug 866150 - Revert TopSitesView cleaup changes from bug 865060. r=bnicholson
2013-04-29 17:18:26 -07:00
Margaret Leibovic
49cbe81251
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
9a48c74968
Bug 839855 - Use dominant color as background for small favicons. r=wesj
2013-04-29 17:06:14 -07:00
Margaret Leibovic
9015af3968
Bug 839855 - Fix margin on favicon in tabs from last time section. r=bnicholson
2013-04-29 17:06:12 -07:00
Margaret Leibovic
2ea5acb8d3
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
ff57d035d7
Bug 862996: Put text headings back in the tab menu. [r=mfinkle]
2013-04-17 16:09:02 -07:00
Jim Chen
25f2a42321
Bug 864666 - Replace composing span when committing char as key. r=cpeterson
2013-04-29 16:48:26 -04:00
Jim Chen
d167b4d7b8
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
5ef269745b
Bug 865923 - Use solid shapes in listSelector drawables
2013-04-29 10:55:23 -07:00
Brian Nicholson
a8477d84d5
Bug 862761 - Use divider drawable for ExpandableListView childDivider
2013-04-29 10:55:22 -07:00
Chris Lord
5eddd8095d
Bug 850783 - Fix the dynamic toolbar causing clipping of the scrollbar. r=kats
2013-04-29 15:18:23 +01:00
Chris Lord
50b35c5d30
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
3d43266c64
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
aced6fca1b
Bug 865298 - Allow multiple touch interceptors on LayerView. r=kats
2013-04-29 15:18:23 +01:00
Wes Johnston
0f71a48b7c
Bug 863828 - New tab increment animation. r=lucasr
2013-04-26 16:17:34 -07:00
Ryan VanderMeulen
e29f06f4cf
Backed out changeset b68c721a1462 (bug 863828) for robocop failures.
2013-04-27 18:21:15 -04:00
Wes Johnston
7ea5eb51ae
Bug 857165 - Highlight domain when showing urls. r=mfinkle
2013-04-26 16:17:37 -07:00
Wes Johnston
b69b9de2f2
Bug 863828 - New tab increment animation. r=lucasr
2013-04-26 16:17:34 -07:00
Mark Capella
692d6e75d3
Bug 856558 - Prevent Bookmark keywords from including spaces, r=bnicholson, f=mfinkle
2013-04-27 11:30:05 -04:00
Ryan VanderMeulen
d3edffb22e
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
404b2c8fc6
Bug 863828 - Update duration of tab increment animation. r=lucasr
2013-04-26 17:09:12 -07:00
Wes Johnston
bf4a4d47aa
Bug 857165 - Highlight domain when showing urls. r=mfinkle
2013-04-26 16:17:37 -07:00
Wes Johnston
484eb3f4a4
Bug 863828 - New tab increment animation. r=lucasr
2013-04-26 16:17:34 -07:00
Kartikaya Gupta
7beee2619e
Bug 839641 - Implement the PostDelayedTask callback for APZC in AndroidBridge. r=Cwiiis, blassey
2013-04-26 13:26:46 -04:00
Kartikaya Gupta
1888d7d4fd
Bug 839641 - Implement the RequestContentRepaint callback for APZC in AndroidBridge. r=Cwiiis
2013-04-26 13:26:46 -04:00
Kartikaya Gupta
082f9b2c93
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
7efe0d8d53
Bug 839641 - Send touch events and prevent-default notifications to APZC. r=Cwiiis
2013-04-26 13:24:28 -04:00
Kartikaya Gupta
dd12b53d5e
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
1de122eb31
Bug 863379: Update tab icon. [r=mfinkle]
2013-04-18 15:36:08 -07:00
Lucas Rocha
e5347aea6f
Bug 858687 - Fix margins for forward button (r=mfinkle)
2013-04-26 17:25:39 +01:00
Tetsuharu OHZEKI
d49599d875
Bug 863242 - Add a preference setting "accept tracking me" to Fennec. r=mleibovic
2013-04-26 10:10:59 -04:00
Lucas Rocha
5f199338b2
Bug 864960 - Parallax transition to open/close the tabs tray (r=mfinkle)
2013-04-26 14:12:08 +01:00
Wes Johnston
dcdaa3fd9f
Bug 778216 - Add a pref to show the url instead of title. r=mfinkle
2013-04-25 23:43:03 -07:00