Commit Graph

16577 Commits

Author SHA1 Message Date
Mike Taylor
a398baa257 Bug 1162099 - Add ua-update.json to the package manifest + DIST_FILES. r=mfinkle, r=nalexander 2015-05-13 21:57:00 -04:00
Mike Taylor
f291905a73 Bug 1162099 - Create ua-override.json.in and move Youtube override into it. r=nalexander 2015-05-13 21:55:00 -04:00
Nick Alexander
efd6624013 Bug 1151619 - Add Adjust SDK license. r=gerv 2015-05-11 14:05:06 -07:00
Nick Alexander
21b13f80c7 No bug - Brace an if block for clarity. 2015-05-19 08:53:25 -07:00
Michael Comella
1e1936b48a Bug 1137483 - Disable testInputUrlBar on 2.3. r=margaret 2015-05-15 15:52:03 -07:00
Michael Comella
13924d6908 Bug 1137483 - Add AppConstants.Versions to ProGuard config to prevent removal. r=nalexander
ProGuard removing Versions' fields caused test failures in comment 50.
2015-05-13 16:29:49 -07:00
Michael Comella
c625a2f637 Bug 1137483 - Move search engine bar under keyboard when shown. r=liuche
This requires the window to resize when the keyboard is shown, which required a
revision in when we draw the window background.
2015-04-23 12:21:55 -07:00
Michael Comella
56de5c73a0 Bug 1137483 - Set content description of SearchEngineBar items. r=liuche
I tested with Talkback to ensure only the outer container of each search engine
favicon is selected.
2015-04-22 16:45:23 -07:00
Michael Comella
4f94ecca4d Bug 1137483 - Add telemetry for items selected from the quick search bar. r=liuche 2015-04-21 17:26:52 -07:00
Michael Comella
b6fff6e82c Bug 1137483 - Center SearchEngineBar when it doesn't fill the screen. r=liuche 2015-04-21 17:12:43 -07:00
Michael Comella
62fecb0470 Bug 1137483 - Add search engine bar to the bottom of BrowserSearch. r=liuche 2015-04-21 16:25:33 -07:00
Mark Capella
a6cab67cf8 Bug 1157637 - Create ActionBar Handler and Gecko SelectionCarets tests, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
f717288334 Bug 988143 - Enable Gecko Touch in Fennec, Enable all in Mobile, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
44e15b5186 Bug 988143 - Enable Gecko Touch in Fennec, New ActionBar Handler, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
d8c48d613f Bug 988143 - Enable Gecko Touch in Fennec, TextSelection mods, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
20c2759bed Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, Add new Mobile prefs, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella
9549c6e21f Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella
16f6e4d712 Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan 2015-05-14 22:06:13 -04:00
Michael Comella
0f6c3017e3 Bug 1164938 - Add MOZ_ANDROID_TAB_QUEUE flag only on NIGHTLY_BUILD. r=nalexander 2015-05-14 15:39:46 -07:00
Chenxia Liu
6a44ececd9 Bug 1126608 - Add list of logins. r=margaret 2015-05-08 17:40:15 -07:00
Chenxia Liu
a605a124b0 Bug 1126608 - Add buttons. r=ally 2015-05-06 19:39:07 -07:00
Chenxia Liu
efb0ac45b5 Bug 1126608 - Add select login doorhanger to SiteIdentityPopup. r=ally 2015-05-07 15:35:56 -07:00
Chenxia Liu
3be6ea7d4f Bug 1126608 - Add Doorhanger:Logins message from Gecko. r=ally 2015-05-05 13:44:32 -07:00
Chenxia Liu
215b1386db Bug 1126608 - Make Site Identity text styling consistent with other doorhangers. r=ally 2015-04-21 17:36:56 -07:00
Wes Kocher
536a446c56 Merge m-c to fx-team a=merge 2015-05-14 15:41:56 -07:00
Wes Kocher
68934017a8 Merge fx-team to m-c a=merge 2015-05-14 15:34:39 -07:00
James Willcox
dfe5051da3 Backout fb6329699801 for x86 breakage on a CLOSED TREE 2015-05-14 15:40:00 -05:00
James Willcox
39dfbb22d5 Bug 1141693 - Build and use a PIE plugin-container on Android 5.0+. Based on a patch by Mike Hommey. r=me,glandium 2015-05-14 14:52:10 -05:00
James Willcox
752c39dd15 Bug 1163841 - Always call eglInitialize(), but kill the preloading hack (which was crashing before) r=nchen 2015-05-14 14:52:10 -05:00
James Willcox
719abb1297 Bug 1084456 - Enable MSE on Android r=ajones,ehsan 2015-05-14 14:52:09 -05:00
Ehsan Akhgari
4394c9993f Merge central into inbound 2015-05-14 14:16:51 -04:00
Ehsan Akhgari
67a610ec17 Disable service workers on desktop and Aurora, no bug; r=nsm a=me 2015-05-14 14:12:27 -04:00
Paolo Amadini
0c89dfb625 Bug 1149975 - Part 1 of 2 - Handle visibility of the login fill doorhanger anchor. r=MattN 2015-05-13 15:34:14 +01:00
Margaret Leibovic
22aa45d327 Bug 1162531 - Add test for add-ons in distributions. r=rnewman 2015-05-11 09:36:00 -07:00
Margaret Leibovic
8576c9bc1e Bug 923581 - Install distro add-ons after Distribution:Set to avoid race condition between distribution and XPIProvider. r=rnewman,Mossop 2015-05-12 16:46:29 -07:00
Martyn Haigh
4d39d29264 Bug 1155911 - [tab queue] Opening external links can cause two nightly apps in task switcher (r=rnewman) 2015-05-08 17:12:09 +01:00
Martyn Haigh
42c0fec73a Bug 1159752 - Visible and selected tab incorrect when tab queue loaded and Fx isn't loaded (r=mcomella) 2015-05-14 14:04:04 +01:00
Martyn Haigh
e22de1eee2 Bug 1164452 - IllegalArgumentException crash when removing view via service (r=rnewman) 2015-05-14 12:31:47 +01:00
Gijs Kruitbosch
76923dccff Backed out changeset b98dbd42d4d3 (bug 1159752) at mhaigh's request on IRC 2015-05-14 12:24:31 +01:00
Martyn Haigh
3deabc3edd Bug 1159752 - Visible & selected tab incorrect when tab queue loaded and Fx isn't loaded (r=rnewman) 2015-05-14 12:15:06 +01:00
Michael Comella
d745fc5e33 Bug 851693 - Open Activity via Intent URI if it is installed. r=margaret 2015-05-07 16:32:37 -07:00
Alexander Ploner
ba04490dac Bug 1148549 - Change menu items divider color to #D7D9DB. r=mcomella 2015-05-10 14:01:20 +02:00
Margaret Leibovic
d1edc799c8 Bug 1160346 - Allow home panel add-ons to specify order and make themselves default. r=mfinkle 2015-05-06 17:44:10 -07:00
Danilo Cesar Lemes de Paula
ba4d28cff4 Bug 1162701 - Fix panning on Fennec built with C++ APZ. r=kats 2015-05-11 05:22:00 +02:00
Wes Kocher
89e5d208cc Merge inbound to m-c a=merge 2015-05-12 16:24:41 -07:00
Margaret Leibovic
1f795a0a76 Bug 1161701 - Listen for AboutReader:Ready notification instead of waiting for content to appear in testReaderView. r=mfinkle 2015-05-11 16:51:41 -07:00
Carsten "Tomcat" Book
7a29ca2d79 merge fx-team to mozilla-central a=merge 2015-05-12 12:01:27 +02:00
ffxbld
67bc96e5a4 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-05-11 15:06:43 -04:00
Michael Comella
594b7d198b Bug 1162423 - Handle Browser.EXTRA_CREATE_NEW_TAB. r=margaret
I simplified the code by passing an Intent into the loadUrl functions rather
than two arguments.
2015-05-11 11:11:18 -07:00
vivek
33b008c874 Bug 1162254 - Favicon_globe set as fallback image in case of cache miss. r=margaret 2015-05-07 15:27:00 -04:00