Commit Graph

15289 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
ee208a0b12 Backed out changeset 4c73bc9c874e (bug 1100904) 2014-11-24 16:43:18 +01:00
Carsten "Tomcat" Book
0a752080d4 Backed out changeset cbda40262967 (bug 1100904) 2014-11-24 16:43:15 +01:00
Lucas Rocha
3d1b29935d Bug 1100904 - Track about:home strip bouncy animation (r=liuche) 2014-11-24 15:13:24 +00:00
Lucas Rocha
3ff8c6433c Bug 1100904 - Don't block panel loading in HomeLoader.load() (r=margaret) 2014-11-24 15:13:23 +00:00
Lucas Rocha
d5645e983e Bug 1100904 - Ensure panel updates don't happen during transitions (r=margaret) 2014-11-24 15:13:23 +00:00
Lucas Rocha
6675071d7d Bug 1100904 - Track transitions in tab strip (r=mcomella) 2014-11-24 15:13:22 +00:00
Lucas Rocha
a593b7b417 Bug 1100904 - Add TransitionsTracker API (r=mcomella) 2014-11-24 15:13:22 +00:00
Lucas Rocha
d45053fb34 Bug 1098459 - Remove dead area on the right of "new tab" button (r=mcomella) 2014-11-24 14:06:26 +00:00
Lucas Rocha
d6bfdd8853 Bug 1102836 - Make close button hit area a bit taller (r=mhaigh) 2014-11-24 13:59:57 +00:00
Lucas Rocha
794d1ecd5f Bug 1102836 - Only grow close button hit area in new tablet UI (r=mhaigh) 2014-11-24 13:59:56 +00:00
Jordan Lund
e83c820af3 Bug 1073772 - Releng work for producing two ARMv7 APKs to target different API ranges, r=rnewman 2014-11-23 12:59:33 -08:00
Wes Kocher
3e777f70f9 Merge fx-team to m-c a=merge 2014-11-21 15:58:51 -08:00
Michael Comella
4ce6d8b1bd Bug 975837 - Fallback to the empty string when receiving null urls in enterEditingMode. r=lucasr 2014-11-21 11:29:42 -08:00
Mark Finkle
5e09ee810e Bug 1102210 - Test for Android History (normal and redirected page loads) r=rnewman 2014-11-21 13:44:20 -05:00
Mark Finkle
17fc4df582 Bug 1102210 - crash in nsAndroidHistory, aLastVisitedURI can be null r=rnewman 2014-11-21 13:28:04 -05:00
Margaret Leibovic
7837c60c40 Bug 1102518 - Test for disabling tracking protection. r=mfinkle 2014-11-21 08:03:20 -08:00
Margaret Leibovic
ee604e506b Bug 1102518 - Actually disable tracking protection when user taps "disable" button. r=mfinkle 2014-11-21 08:03:17 -08:00
Martyn Haigh
a7d2d86696 Bug 1100317 - Gridview doesnt show the last row completely when more tabs open than will fit on a single screen (r=lucasr) 2014-11-21 15:14:57 +00:00
Carsten "Tomcat" Book
964c8a9477 Merge mozilla-central to b2g-inbound 2014-11-21 13:02:49 +01:00
Kan-Ru Chen (陳侃如)
956cb77f56 Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz 2014-11-21 18:56:27 +08:00
Wes Kocher
b81ee28f94 Merge m-c to fx-team a=merge CLOSED TREE 2014-11-20 18:06:48 -08:00
Wes Kocher
898d3ed7b8 Merge fx-team to m-c a=merge 2014-11-20 17:55:52 -08:00
Margaret Leibovic
78a98e1976 Bug 786638 - Create basic framework for testing reading list pages. r=bnicholson,nalexander
--HG--
rename : mobile/android/base/tests/robocop_article.html => mobile/android/base/tests/reader_mode_pages/basic_article.html
2014-11-20 17:47:00 -08:00
Margaret Leibovic
dd4d82a3f4 Bug 875076 - Fix undefined element error in Readability.js. r=bnicholson 2014-11-20 17:46:57 -08:00
Chun-Min Chang
c4334d41d4 Bug 1071197 - Ensure user-triggered mouse events are not treated as synthesized. r=kats 2014-11-20 14:45:52 +08:00
James Willcox
a1b63d989d Bug 1098096 - Add a hack to make overscroll effect work on Android 5.0 r=lucasr 2014-11-20 10:40:50 -06:00
Lucas Rocha
a6a92d0eeb Bug 1101784 - Don't clip to padding in tabs panel grid (r=mcomella) 2014-11-20 18:33:44 +00:00
Michael Comella
ec375aa562 Bug 1085487 - Part 3: Center new bookmarks button on xlarge tablet, compensate for reload button. r=lucasr 2014-11-19 17:37:03 -08:00
Brian Nicholson
e1961f2319 Bug 1052158 - Forward the GeckoRequest error stack to Java. r=wesj 2014-11-19 16:33:56 -08:00
Mark Finkle
4ec3df2969 Bug 949104 - Don't write history visits during HTTP redirection r=rnewman 2014-11-19 09:06:16 -05:00
Nick Alexander
f16d77b0a2 Bug 1099501 - Export and use ANDROID_TOOLS where appropriate. r=snorp,bnicholson
In certain configurations, in particular when installing the Android SDK
using HomeBrew, one sees a configuration with symlinks like:

    [brian@brian-macbook git]$ ls -l /usr/local/Cellar/android-sdk/23.0.2/
    total 72
    ...
    lrwxr-xr-x   1 brian  admin    38 Nov 14 16:39 platforms -> ../../../var/lib/android-sdk/platforms
    ...
    drwxr-xr-x  26 brian  admin   884 Nov 14 17:43 tools

In this case, we have
ANDROID_SDK=/usr/local/Cellar/android-sdk/23.0.2/platforms/android-21.

It is an anti-pattern to use ANDORID_SDK/.. to find other paths in the
tree.  This pattern is used in at least two places:

1) When we try to find
/usr/local/Cellar/android-sdk/23.0.2/platforms/android-21/../../tools,
we end up in the /usr/local/var/lib subtree.  This patch works around
that by exporting and using ANDROID_TOOLS; ANDROID_TOOLS itself is
extracted using path matching, rather than following .. through the
filesystem.

2) We also need to use ANDROID_SDK_ROOT rather than
ANDROID_SDK/../.. through-out.

--HG--
extra : rebase_source : 5e0323a94f2b80550f17a624e16f338cdeec406d
2014-11-17 11:12:00 -08:00
Carsten "Tomcat" Book
02addf9eca Backed out changeset 5b80055fba93 (bug 949104) for Android 4.0 Debug Test failures 2014-11-19 17:08:09 +01:00
Mark Finkle
9abc4b2742 Bug 949104 - Don't write history visits during HTTP redirection r=rnewman 2014-11-19 09:06:16 -05:00
Richard Newman
52706a954d Bug 1092421 - Remove locale migration code from browser.js. r=mfinkle 2014-11-18 18:47:18 -08:00
Richard Newman
58b8c9bdce Bug 1097220 - Extend client record format on Android. r=nalexander 2014-11-18 18:40:29 -08:00
Wes Kocher
08015a7c2d Merge m-c to fx-team a=merge 2014-11-18 18:39:22 -08:00
Wes Kocher
49ad7fd209 Merge inbound to m-c a=merge 2014-11-18 18:07:51 -08:00
Michael Comella
b061c16321 Bug 1078508: Add "unknown site identity" popup. r=lucasr 2014-11-18 17:32:26 -08:00
Richard Newman
83ad36ec3e Bug 1100750 - Handle developer usernames that contain dashes. r=nalexander 2014-11-18 10:38:18 -08:00
Mark Finkle
9bb4760cab Bug 838332 - t.co links use JS redirection instead of a HTTP 301 r=rnewman 2014-11-18 08:16:52 -05:00
Carsten "Tomcat" Book
d6019fb501 Merge mozilla-central to fx-team 2014-11-18 17:34:34 +01:00
Carsten "Tomcat" Book
a156113b50 merge mozilla-inbound to mozilla-central a=merge 2014-11-18 17:25:29 +01:00
Carsten "Tomcat" Book
f812b38313 Backed out changeset bce2fc00ba0e (bug 838332) for Android M8 Test failures 2014-11-18 15:56:58 +01:00
Mark Finkle
a1ce3fb2aa Bug 838332 - t.co links use JS redirection instead of a HTTP 301 r=rnewman 2014-11-18 08:16:52 -05:00
Carsten "Tomcat" Book
9a5844d58e merge fx-team to mozilla-central a=merge 2014-11-18 12:53:37 +01:00
Lucas Rocha
d41ce4edc7 Bug 1098240 - Remove obsolete comment (r=mcomella) 2014-11-18 11:44:38 +00:00
Lucas Rocha
a437424e38 Bug 1098240 - Use hw layers in tab strip animations (r=mcomella) 2014-11-18 11:44:38 +00:00
Wes Kocher
0cbc10e98b Backed out changeset c7c9170ab299 (bug 1044736) 2014-11-17 22:44:13 -08:00
Wes Kocher
7afae461b0 Backed out changeset d045286cff6e (original backout of 8 changesets) for not working right a=backout
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-17 22:19:49 -08:00
Wes Kocher
534fb833b6 Backed out 8 changesets (bug 1044736) for breaking the statusbar on b2g a=backout
Backed out changeset b1a6ecfca674 (bug 1044736)
Backed out changeset 61fc517d0336 (bug 1044736)
Backed out changeset 59a47fafaccf (bug 1044736)
Backed out changeset b3ff4ce20e67 (bug 1044736)
Backed out changeset e4f1f09f150f (bug 1044736)
Backed out changeset 8ecfc1f41ddc (bug 1044736)
Backed out changeset c7c9170ab299 (bug 1044736)
Backed out changeset 78aacc35b4e7 (bug 1044736)

--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-17 20:34:00 -08:00