Commit Graph

2006 Commits

Author SHA1 Message Date
Franz Sarmiento
255588118f Bug 925986 - Code cleanup - Misc unused var declared in aboutReader method _toggleToolbarVisibility(), r=margaret 2014-06-28 00:20:27 -04:00
Carsten "Tomcat" Book
d5c7b835c6 Backed out changeset 8c1ee05fbbd6 (bug 949617) 2014-06-27 15:17:42 +02:00
Carsten "Tomcat" Book
0e0a47e9f3 Merge mozilla-central to fx-team 2014-06-26 15:53:44 +02:00
Carsten "Tomcat" Book
5de1cd29b1 merge fx-team to mozilla-central a=merge 2014-06-26 15:33:24 +02:00
Eric Edens
3e328f8bff Bug 881091 - Don't set byline if byline is too long. r=lucasr 2014-05-16 11:03:49 -07:00
Wes Kocher
63967fdc03 Merge m-c to inbound a=merge 2014-06-25 18:39:25 -07:00
Chenxia Liu
102272d0f3 Bug 1007130 - Add UI telemetry for 'Adding a new search engine' button. r=mfinkle 2014-06-25 09:29:07 -07:00
Jim Blandy
7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Gian-Carlo Pascutto
92f57710e7 Bug 1018928 - Fix getUserMedia device selection on Android. r=blassey 2014-06-24 10:22:50 +02:00
Blake Kaplan
6395ab74bd Bug 949617 - Make the login manager work in e10s. r=dolske
--HG--
extra : rebase_source : 412da12f3c916a2e57092943096a15b2c38955e7
extra : histedit_source : 030de4e9454cd4c150126fdb7500ab27023ad244
2014-06-24 16:57:39 -04:00
Chenxia Liu
e9e7bde831 Bug 1029834 - Make contextmenu/menu telemetry more consistent. r=mfinkle 2014-06-25 14:10:49 -07:00
Nicholas Nethercote
aaf6fb2124 Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Mark Finkle
a95a74d6c0 Bug 1026347 - Session:Prefetch should watch for empty nsIURI.host r=bnicholson 2014-06-17 09:52:37 -04:00
Ed Morley
7c2bec86ba Backed out changeset 4ff51fc48fa3 (bug 1026347) for causing all android tests to fail; CLOSED TREE 2014-06-17 15:57:08 +01:00
Mark Finkle
eea1ed5ba8 Bug 1026347 - Session:Prefetch should watch for empty nsIURI.host r=bnicholson 2014-06-17 09:52:37 -04:00
Mark Finkle
80730e30e8 Bug 1018430 - UI telemetry actions for web page context menu r=liuche 2014-06-17 00:20:10 -04:00
Mark Finkle
31cfc1f59e Bug 1026003 - UI telemetry for opening pages in new tabs from web content contextmenu r=liuche 2014-06-17 00:20:06 -04:00
Brad Lassey
dc9818542e Bug 1008436 - Support Firefly multiscreen service r=mfinkle 2014-05-21 21:37:47 -04:00
Gijs Kruitbosch
e07b6ed7da Bug 1022025, r=bholley,mfinkle 2014-06-14 22:01:55 +01:00
Jim Chen
6b423efa48 Bug 1011059 - Use editor rather than selection controller to select all; r=margaret 2014-06-16 11:54:57 -04:00
Jim Chen
184d9af88b Bug 1011059 - Don't remove all ranges when selecting; r=margaret 2014-06-16 11:54:56 -04:00
Mark Finkle
b47c57ea90 Bug 1007215 - Add UI telemetry for Casting actions r=liuche 2014-06-13 22:33:40 -04:00
Jim Chen
ace5eb4f87 Bug 1023469 - Replace generic observer with specific ones in browser.js. r=mfinkle 2014-06-10 12:33:00 -04:00
Myk Melez
78814e0a21 Bug 1019054 - re-add uninstallation from about:apps context menu; r=mfinkle,marco 2014-06-10 15:52:47 -07:00
Chenxia Liu
d0bb84f99d Bug 1022238 - Part 2: Handle removal correctly. r=margaret 2014-06-10 15:03:49 -07:00
Chenxia Liu
731a5af9d5 Bug 1022238 - Part 1: Back out bug 1011714. r=margaret 2014-06-10 15:03:46 -07:00
Wes Johnston
64f5e7fddb Bug 1019613 - Fix click event ordering in about:apps. r=mfinkle 2014-06-10 12:47:27 -07:00
Wes Johnston
e99918a431 Bug 1020995 - Contextmenus should fire on children of highlighted element. r=margaret 2014-06-10 12:42:17 -07:00
Richard Newman
6ddebe9b7a Bug 1016161 - Flush prefs on handling a locale change event. r=mfinkle 2014-06-10 10:49:38 -07:00
Richard Newman
aa3662b743 Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle 2014-06-10 10:37:38 -07:00
Richard Newman
607b2c646c Bug 1020502 - Flush Services.strings on locale change. r=margaret 2014-06-10 10:35:44 -07:00
Margaret Leibovic
967b66a647 Bug 1020730 - If there's no title to show in undo close tab toast, just say "Closed tab". r=bnicholson 2014-06-06 11:52:46 -07:00
Margaret Leibovic
877c2ac1bb Bug 1017912 - Restore tab in correct position when undoing close tab. r=bnicholson 2014-06-04 19:10:25 -07:00
Margaret Leibovic
8ef8ca2a41 Bug 1018661 - Use session store data instead of current browser data for undo close tab toast. r=bnicholson 2014-06-04 19:10:05 -07:00
Mark Finkle
909a1747e2 Bug 1016785 - Add more structured filtering to SSDP r=wesj 2014-06-04 15:25:07 -04:00
Chenxia Liu
715cd6cda5 Bug 1018433 - Add telemetry for "undo close tab". r=mfinkle 2014-06-04 10:37:32 -07:00
Alex Deaconu
b068d56cad Bug 1011714 - Clean up removal of Reading List items. r=liuche 2014-06-02 10:22:28 +03:00
Wes Johnston
bd67e9eb95 Bug 985867 - Fix touch/click ordering on about:addons page. r=mfinkle 2014-05-30 09:55:52 -07:00
Margaret Leibovic
8d57130c60 Bug 1017129 - Polish undo close tab button toast appearance. r=nalexander 2014-05-29 18:15:20 -07:00
Mark Capella
e68c2d1338 Bug 1012957 - Save about:config changes immediately as made, r=wesj 2014-05-28 18:26:36 -04:00
Nick Alexander
c38942d1a2 Bug 997288 - Follow-up, Part 1: Replace "Switch to tab" button icon and label. r=lucasr 2014-05-28 14:13:54 -07:00
Brad Lassey
4a594afe19 bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle 2014-04-18 15:01:56 -04:00
Margaret Leibovic
5b1dc26e36 Bug 701725 - Create "undo close tab" super toast. r=bnicholson 2014-05-01 16:46:46 -07:00
Mark Finkle
c1886d84c9 Bug 1013532 - Prep casting code to enable casting and Roku on Nightly r=wesj 2014-05-27 09:12:53 -04:00
Carsten "Tomcat" Book
2446abd3df merge fx-team to mozilla-central 2014-05-26 14:59:21 +02:00
Gokul Caushik
bb7b1a3197 Bug 972723 - Fixed race condition and added a comment in this bug. r=wesj 2014-05-22 18:28:00 +02:00
Vikneshwar
d8ca1d6aa0 Bug 1010096 - Added logic to display addons alphabetical in about:addons. r=margaret 2014-05-23 14:02:00 +02:00
Margaret Leibovic
a2d82348fa Bug 1014708 - Disable zoom for find in page. r=mfinkle 2014-05-23 18:33:45 -07:00
Wes Kocher
76327fe133 merge inbound to m-c 2014-05-23 17:19:27 -07:00
Wes Kocher
98152d91df Merge fx-team to m-c 2014-05-23 17:04:56 -07:00
Nick Alexander
73d069dded Bug 1009327 - Add "manual connect" to Android about:devices page. r=mfinkle 2014-05-23 11:43:39 -07:00
Nick Alexander
68483f0438 Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj 2014-05-23 11:43:38 -07:00
Carsten "Tomcat" Book
18ea819f3d merge fx-team to mozilla-central 2014-05-23 15:49:37 +02:00
Kartikaya Gupta
70cf45d4f1 Bug 1014034 - Use the root bounds to get the page size rather than scrollWidth/height which seem to not always work. r=Cwiiis 2014-05-23 09:42:46 -04:00
Kartikaya Gupta
5d07e3deb6 Bug 1014054 - Use the right screen size when computing the displayport margins. r=Cwiiis 2014-05-23 09:42:38 -04:00
Monica Chew
bce84acfd9 Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret) 2014-05-22 16:26:57 -07:00
Ryan VanderMeulen
e4fa454c26 Merge m-c to fx-team. 2014-05-21 16:21:31 -04:00
Ryan VanderMeulen
3aebac6e9e Merge inbound to m-c. 2014-05-21 15:49:59 -04:00
Chenxia Liu
2baf2ffaad Bug 1013601 - Part 2: Change callers to use uptimeMillis(). r=rnewman 2014-05-21 11:31:59 -07:00
Kartikaya Gupta
252dbea774 Bug 1001438 - Switch Fennec to using margins-based displayport as well. r=Cwiiis 2014-05-21 12:06:03 -04:00
Kartikaya Gupta
82413349d5 Bug 1001438 - Remove setCriticalDisplayPortForElement and have the getter function automatically compute it. r=tn 2014-05-21 12:06:02 -04:00
J. Ryan Stinnett
1701f854cb Bug 1010750 - Part 2: Repair dbg-browser-actors on Fennec. r=margaret, r=past
--HG--
rename : mobile/android/chrome/content/dbg-browser-actors.js => mobile/android/modules/dbg-browser-actors.js
2014-05-19 09:23:00 -04:00
Biraj Karmakar
1605e19cb6 Bug 1011782 : Updated the privacy policy url in Fennec . r=nalexander 2014-05-17 05:46:42 +05:30
Mark Finkle
46a3f558a1 Backout ad3355a8d31f, c788ef01538a for being a bit too restrictive for user choice 2014-05-20 00:15:53 -04:00
Wes Johnston
518e9eb55f backout b56da878caed and 8487d4305be3 (bug 901360) from Aurora for regressions a=mfinkle 2014-05-16 12:13:50 -05:00
Margaret Leibovic
49bcfae7e2 Bug 1010237 - Remove unused data sent with Link:Favicon message. r=bnicholson 2014-05-16 13:09:12 +01:00
Brian Nicholson
67ef3e2f7f Bug 993705 - Avoid third party lookup for number-only searches. r=mfinkle 2014-05-22 22:10:31 -07:00
Wes Kocher
35f022f74e Backed out changeset cff9a2cee111 (bug 1014708) for breaking robocop-1 2014-05-22 21:23:10 -07:00
Margaret Leibovic
20e9e09a73 Bug 1014708 - Disable zoom for find in page. r=mfinkle 2014-05-22 10:59:05 -07:00
Wes Kocher
4777505208 Merge m-c to inbound 2014-05-23 17:37:56 -07:00
Myk Melez
9b27636813 Bug 1014800 - don't redefine dump in browser context; r=wesj
--HG--
extra : rebase_source : a2e80414987cb24850973cb6d7bb1e5c7f8d5bba
2014-05-23 13:04:43 -07:00
James Willcox
32702bf86d Bug 1014794 - Make console.log output go to logcat on Android once again r=baku
--HG--
extra : rebase_source : d56f2929e21ea048d3c5f58c53fce9d04377907a
2014-05-23 14:56:03 -05:00
Nick Alexander
5ecdf5fadb Bug 1010445 - Fix instanceof checks in CastingApps. r=mfinkle 2014-05-14 15:03:04 -07:00
Eugen Sawin
219e6bff01 Bug 1002426 - Check resolution restore status via specialized flag. r=kats, r=tn 2014-05-12 19:26:53 +02:00
Richard Newman
dab6073463 Bug 917480 - Part 4: handle resetting to the system default locale. r=nalexander 2014-04-29 13:41:38 -07:00
Carsten "Tomcat" Book
0eef94abf9 merge mozilla-inbound to mozilla-central 2014-05-12 13:33:19 +02:00
Myk Melez
0780b332ba bug 1004825 - prioritized, tagged Android logging in JS; r=mfinkle, marco 2014-05-09 13:15:54 -07:00
Mark Finkle
a990488147 Bug 1007095 - Add UI telemetry for Reader actions r=lucasr 2014-05-08 09:10:39 -04:00
Mark Finkle
abbe6df772 Bug 1006670 - Add UI Telemetry for 'Switch to native application' android icon r=liuche 2014-05-07 22:53:50 -04:00
Wes Kocher
0e7578947c merge inbound to m-c 2014-05-07 17:06:22 -07:00
Kartikaya Gupta
161c8400d7 Bug 859683 - Allow scrolling in full-screen mode if and only if the full-screen element is the document element. r=wesj 2014-05-07 15:22:14 -04:00
Ryan VanderMeulen
e359c4c12a Backed out changeset e2bba39c0385 (bug 995777) for Android 4.0 robocop-2 perma-fail. 2014-05-07 15:17:20 -04:00
Carsten "Tomcat" Book
fe7b5cef61 Merge mozilla-central to mozilla-inbound 2014-05-07 14:13:38 +02:00
Mark Finkle
1d76e797e1 Bug 1006973 - Fix bustage in casting pageaction r=wesj 2014-05-07 07:56:22 -04:00
Brad Lassey
cfdaa8975b bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle 2014-04-18 15:01:56 -04:00
Eugen Sawin
2b1ba99bf2 Bug 1002426 - Check restore status before overriding zoom. r=kats 2014-05-05 23:29:20 +02:00
Nick Alexander
d43aaa29c5 Bug 1000676 - Post: Return existing interval from search(). r=mfinkle 2014-05-05 11:27:57 -07:00
Nick Alexander
988a51c8dc Bug 1000676 - Post: Expose SimpleServiceDiscovery.EVENT* constants. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
2712067761 Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle 2014-05-05 11:27:56 -07:00
Nick Alexander
37bce631c2 Bug 1000676 - Part 1: Add aboutDevices.* files. r=mfinkle 2014-05-05 11:27:56 -07:00
Carsten "Tomcat" Book
43960220d1 merge fx-team to mozilla-central 2014-05-02 14:52:03 +02:00
Mark Finkle
410ec5db0e Bug 1001280 - Add a pageaction for casting videos r=wesj 2014-05-01 23:32:05 -04:00
Mark Finkle
1f97d2caed Bug 1001279 - Add support of websites to opt-out of casting videos r=wesj 2014-05-01 17:29:00 -04:00
Mark Finkle
0d5d1844c2 Bug 986095 - Part 3: Track adding article to Reading List r=liuche 2014-05-01 22:09:41 -04:00
Mark Finkle
e986d4f44c Bug 986095 - Part 2: Track sharing article from Reader viewer r=rnewman 2014-05-01 22:09:37 -04:00
Mark Finkle
98a0f3ef74 Bug 986095 - Part 1: Track session for Reader viewer r=rnewman,liuche 2014-05-01 22:08:50 -04:00
Josh Dover
b0338414a2 Bug 776027 - Pref off MozActivity for only WebappRT. r=wesj 2014-04-29 14:37:00 +02:00
Josh Dover
44326022c1 Bug 997328 - Update SharedPreferences.jsm to use scopes and mirror GeckoSharedPrefs. r=nalexander 2014-05-10 08:39:53 -07:00
Mark Finkle
908e2ae2ff Bug 792139 - Discard decoded images as soon as possible on low-memory devices r=kats 2014-04-29 08:10:16 -04:00
Mark Capella
6600333ee5 Bug 864582 - (p1) Restyle _moveCaret for proper JS alignment, r=margaret 2014-04-28 20:21:19 -04:00
Mark Capella
82ca56eba9 Bug 864582 - (p0) Rename _sendMouseEvents method to _moveCaret, r=margaret 2014-04-28 20:21:19 -04:00
Ryan VanderMeulen
345123d0ec Merge m-c to inbound. 2014-04-26 21:41:26 -04:00
Mark Capella
9bce236b0b Bug 895463 - (p4) Reposition SelectionHandler on layer reflow, r=kats, margaret 2014-04-26 12:46:41 -04:00
Mark Capella
5dfe8bb1ac Bug 994664 - Improve SelectionHandler UI performance, r=wesj 2014-04-26 00:49:50 -04:00
Steven MacLeod
68cd3b0f84 Bug 981900 - Add OnHistoryReplaceEntry to nsISHistoryListener to handle history.replaceState. r=smaug 2014-04-24 15:12:15 -04:00
Ryan VanderMeulen
ff4b0476f6 Backed out 6 changesets (bug 942756) for Gaia integration test failures on a CLOSED TREE.
Backed out changeset 61f910c1aa72 (bug 942756)
Backed out changeset a45a8d47cf9c (bug 942756)
Backed out changeset ac1d4bc60841 (bug 942756)
Backed out changeset d7931085db18 (bug 942756)
Backed out changeset a048dcd963fd (bug 942756)
Backed out changeset 51a0ebd27ffb (bug 942756)
2014-04-24 13:11:55 -04:00
Ryan VanderMeulen
9582a7c634 Backed out changesets bb54e487c53e and 882b5ddfc023 (bug 730941) for robocop failures. 2014-04-24 12:06:02 -04:00
Eugen Sawin
6de10fec39 Bug 1000828 - Enable zoom session history for synthetic documents. r=kats 2014-04-23 19:42:11 +02:00
Anuj Sahai
f2fe12e41d Bug 730941 - Add "view image" to context menu. r=wesj 2014-04-15 00:25:47 +05:30
Carsten "Tomcat" Book
bd25308cfa Backed out changeset 0096df4879f7 (bug 995777) for rc2 test failures 2014-04-24 12:26:27 +02:00
Brad Lassey
01462b5c2a bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string. r=mfinkle 2014-04-18 15:01:56 -04:00
Paul Rouget
a94bb305e4 Bug 942756 - Unify debugger server startup: fennec code. r=mfinkle 2014-04-18 10:48:00 +02:00
Mark Capella
5099cccb2b Bug 997332 - Changing prefs in about:config often doesn't get saved, r=wesj 2014-04-23 08:23:42 -04:00
Margaret Leibovic
a2e99b9719 Bug 949178 - Remove reading list button from reader mode toolbar. r=lucasr 2014-04-22 14:27:03 -07:00
Eugen Sawin
8c4799afd5 Bug 611556 - Add persistent zoom history sessions. r=roc, r=snorp 2014-04-07 13:43:58 +02:00
Margaret Leibovic
40a3984de6 Bug 988068 - Improve about:addons styling. r=mfinkle 2014-04-21 11:06:14 -07:00
Mark Finkle
78297a38af Bug 946454 - [Roku] Show 'casting' button in the video controls r=wesj, dolske 2014-04-18 16:48:06 -04:00
Dave Townsend
9a9a5b00fc Bug 993533: Add remote add-ons to the list of targets on a remote device. r=panos 2014-04-17 08:35:20 -07:00
Wes Johnston
fcf9f29694 Bug 997406 - Default to Link context menu items in context menus. r=bnicholson 2014-04-15 12:49:38 -07:00
Josh Dover
1f231c8619 Bug 970707 - Pass refresh to JS callback. r=lucas 2014-04-15 15:51:00 +02:00
James Gilbertson
98c2a6fdff Bug 901360 - Part2 Use Downloads.jsm for about:downloads. r=wesj 2014-01-30 19:16:36 -07:00
Margaret Leibovic
aa799a33df Bug 993666 - Keep track of whether or not to send banner message to Java when a banner is added. r=bnicholson 2014-04-15 10:03:03 -07:00
Christian Ascheberg
374b91222a Bug 971743 - Do not clear the download history with the browsing history. r=wesj 2014-04-14 00:02:34 +03:00
Ryan VanderMeulen
cbdabd4cd4 Merge m-c to inbound on a CLOSED TREE. 2014-04-13 22:52:50 -04:00
Ryan VanderMeulen
71bebc9809 Backed out changeset 5ec886a84e94 (bug 971743) for robocop failures. 2014-04-13 16:35:14 -04:00
Sola Ogunsakin
c748f535d0 Bug 909618 - Part 3: Remember about:home tab selection. r=lucasr 2014-01-17 10:41:15 -08:00
Christian Ascheberg
57ddd1fa0b Bug 971743 - Do not clear the download history with the browsing history. r=wesj 2014-04-08 23:16:42 +03:00
Wes Johnston
a090657784 backout 4c16d08e358b (Bug 993407) for test bustage. r=bustage 2014-04-11 16:05:15 -07:00
Mark Capella
735bae1fa6 Bug 895463 - (p3) Rename SelectionHandler dragging messages, r=jchen, margaret 2014-04-11 18:06:30 -04:00
Wes Johnston
8042a58615 Bug 993407 - Always show link tab as default in context menus. r=bnicholson 2014-04-11 14:19:13 -07:00
Margaret Leibovic
a8dd702c3a Bug 983435 - Add titles to subscribe prompts. r=wesj 2014-04-10 17:00:42 -04:00
Robin Ricard
4f9fb9eceb Bug 990259 - Pass element from zoomToElement to zoomToRect. r=margaret 2014-04-10 11:11:16 -04:00
Myk Melez
b6618b5be7 Bug 990125 - ignore automatic update checks in webapp processes; r=mfinkle 2014-04-11 15:34:28 -07:00
Mark Finkle
cf8848100d Bug 993633 - Add better failure handling in CastingApps.openExternal r=wesj 2014-04-11 17:46:59 -04:00
Masayuki Nakano
df001c1af2 Bug 998188 part.7 Firefox for Android should use XP line break at calling sendQueryContentEvent() in its chrome r=margaret.leibovic, feedback=markcapella 2014-04-26 08:52:14 +09:00
Margaret Leibovic
849037f6cc Bug 991705 - Default to puzzle icon if an add-on doesn't have an icon. r=bnicholson 2014-04-08 11:13:31 -07:00
Ryan VanderMeulen
bb45c23ce9 Backed out changeset 27a904e6348f (bug 990259) for suspicion of causing Android 4.0 robocop-2 permafail. 2014-04-08 13:49:57 -04:00
Mark Capella
dbc6b4d673 Bug 951374 - Lazy load ClipboardHelper, r=wesj 2014-04-08 08:13:04 -04:00
Robin Ricard
1f3875996d Bug 990259 - Double-tap zoom does not work when text reflow is enabled. r=margaret.leibovic
Fix regression introduced in 958111
2014-04-07 15:37:00 +02:00
Ryan VanderMeulen
5f44632bc3 Merge m-c to fx-team. 2014-04-07 22:37:51 -04:00
Jim Chen
4ab6886778 Bug 992890 - Use new message structure for reader mode events; r=mfinkle 2014-04-07 12:49:33 -07:00
Mark Capella
8be7a3508e Bug 895463 - (p1) Orange caret indicator detaches from associated input field, r=margaret 2014-04-07 15:37:15 -04:00
Wes Johnston
c4164eeb6a Bug 990364 - Use text/plain for sharing links. r=mfinkle 2014-04-07 08:45:27 -07:00
Kartikaya Gupta
76fef39c05 Bug 911574 - Allow subframe panning on the body, provided it is not overflow:hidden. r=wesj 2014-04-07 10:26:07 -04:00
Margaret Leibovic
6082f66aa9 Bug 978991 - Add hooks to let an add-on know when a panel is installed/uninstalled. r=liuche 2014-04-04 15:55:03 -07:00
Jim Chen
ebe098a475 Bug 989046 - b. Drop JSON.stringify when calling handleGeckoMessage; r=mfinkle 2014-04-04 12:33:50 -04:00
Benjamin Smedberg
efdee4270b Bug 986582 - Get rid of the toolkit.telemetry.enabledPreRelease pref and make the toolkit.telemetry.enabled pref do the right thing for beta users who are testing a final release build, r=rnewman
--HG--
extra : rebase_source : 43f70e2c1c3207f37ba0789245958cb0c34187f6
2014-04-03 14:55:42 -04:00
anton_11111
c74236a7e0 Bug 948898 - Move inline scripts and styles into separate file for mobile/android/chrome/content/aboutHealthReport.xhtml (URL=about:healthreport). r=margaret 2014-04-04 08:08:42 -04:00
Wes Kocher
a23f94ab0f Backed out changeset 1aca519aec7e (bug 911574) for Android robocop failures on a CLOSED TREE 2014-04-02 17:26:21 -07:00
Kartikaya Gupta
89c1f3f024 Bug 911574 - Allow subframe panning on the body, provided it is not overflow:hidden. r=wesj 2014-04-03 05:53:34 +08:00
Myk Melez
3e66022100 Bug 989109 - return isDebuggable using new async callback; r=wesj
--HG--
extra : rebase_source : 87056e2b1af8557f7e3cb5ad893b4b4067d6be4a
2014-04-01 15:38:01 -07:00
Mark Finkle
11aa885e06 Bug 921948 - Integrate roku support into Firefox r=wesj 2014-04-07 14:27:14 -04:00
Mark Capella
ba77fb8bed Bug 976723 - Selection handle scrolls outside boundary of <input> on page scroll, r=margaret 2014-04-01 00:19:16 -04:00
Brian Nicholson
265108a4fd Bug 989098 - Use wrapper object to pass generic objects in sendResponse. r=wesj 2014-03-28 15:03:20 -07:00
Margaret Leibovic
b11cb7dcd0 Bug 942281 - Add a view for authentication UI to DynamicPanel (r=lucasr) 2014-03-27 09:25:04 -07:00
Mark Capella
329f77a5a3 Bug 982608 - Geckoeditable data loss using Swift keyboard during Text Selection, r=jchen, margaret 2014-03-26 21:34:46 -04:00
Wes Johnston
6c857c9797 Bug 942270 - Use tabs for prompts with multiple contexts. r=bnicholson,margaret 2014-03-26 10:18:02 -07:00
Wes Johnston
d241751058 Bug 942270 - Gingerbread compatibility of GeckoActionView. r=margaret 2014-03-26 10:18:02 -07:00
Wes Johnston
1d56b0fe1e Bug 942270 - Support quickshare in context menus. r=bnicholson 2014-03-26 10:18:01 -07:00
Margaret Leibovic
3304901f21 Bug 943262 - Use CharsetMenu.jsm instead of charsetTitles.properties for Character Encoding menu items. r=bnicholson 2014-03-24 09:22:32 -07:00
Vlad Tanase
f5bc58a6a5 Bug 983475 - Remove shouldShowProgress method from browser.js. r=bnicholson 2014-03-19 16:08:05 +02:00
Marco Castelluccio
2c7fea6094 Bug 895638 - Reinstall permissions when the runtime is upgraded. r=wesj 2014-03-24 09:10:56 -04:00
Kartikaya Gupta
9c62d6f5f2 Bug 986472 - Ensure that touch points fall inside the element bounds when being moved. r=wesj 2014-03-21 11:45:30 -04:00
Eugen Sawin
a206a9418d Bug 950417 - Enable safe direct request add-on installs. r=wesj, r=Mossop 2014-03-19 21:24:59 +01:00
Vlad Tanase
c88eccba83 Bug 976144 - Changed the show progress bar conditions so that it is no longer shown for about pages. r=bnicholson 2014-03-19 08:47:45 -04:00
Brad Lassey
0a05e93841 bug 928096 - UI for Tab streaming r=mfinkle 2014-03-18 15:05:46 -04:00
Brad Lassey
469ab0be6b bug 980197 - on long press of a phone number, select the whole phone number r=mfinkle 2014-03-12 21:16:33 -04:00
Brad Lassey
5e0e29e9dd bug 979470 - When a phone number is highlighted, offer to call it from the context menu or action bar r=mfinkle 2014-03-11 15:30:40 -04:00
Wes Johnston
722255225a Bug 942270 - Refactor context menu code. r=bnicholson 2014-02-21 14:05:00 -08:00
Wes Kocher
e27c42168a Backed out changeset e7f7cc81c103 (bug 943262) for breaking Android S4 tests 2014-03-14 13:47:43 -07:00
Margaret Leibovic
4a2fb35c6b Bug 943262 - Use CharsetMenu.jsm instead of charsetTitles.properties for Character Encoding menu items. r=bnicholson 2014-03-14 11:41:47 -07:00
Sola Ogunsakin
93a0a6fc56 Bug 959297 - Get description and approx. reading time for reading list items. r=liuche, r=lucasr, r=margaret, r=rnewman 2014-03-12 14:53:25 -07:00
Eugen Sawin
f5e1703afc Bug 981483 - Clear helper app page actions on page load. r=wesj 2014-03-10 05:26:41 +01:00
Kartikaya Gupta
dde8a3bab0 Bug 981636 - Only disable double-tap-to-zoom if a meta-viewport tag is actually specified. r=mbrubeck 2014-03-13 09:52:50 -04:00
Eugen Sawin
ac1d419209 Bug 974771 - Ignore open request for unfinished download. r=wesj 2014-03-06 22:19:17 +01:00
Kartikaya Gupta
ffb71610d0 Bug 981728 - Fix missing close-paren. r=wesj 2014-03-11 08:07:23 -04:00
Ryan VanderMeulen
85f09a609c Merge fx-team to m-c. 2014-03-10 17:10:25 -04:00
Robert O'Callahan
426b8737e5 Bug 975931. Part 11: Make nsDOMWindowUtils::SetDisplayPortForElement take a priority parameter, and set that parameter to 1 in reftests to override automatic displayport selection. r=kats
--HG--
extra : rebase_source : 07dcbfb67cb2db0bbb26a959517bbbdebd84f10b
2014-03-08 22:25:15 +13:00
Eugen Sawin
0166a029b0 Bug 981345 - Fix HelperApp callback regression. r=wesj 2014-03-10 03:06:53 +01:00
Chenxia Liu
7090778b12 Bug 965606 - Part 1: Give users the choice to only sync home panel data when on wifi. r=margaret 2014-03-07 15:28:51 -08:00
Mark Capella
679a2489ea Bug 978731 - Cursor position jumps around, dragging handles moves text, r=wesj 2014-03-06 22:14:22 -05:00
Martyn Haigh
425929c6bf Bug 970209 - Surround update logic in about:apps with synth apk specific wrapper; r=wesj 2014-03-05 08:13:00 -08:00
Carsten "Tomcat" Book
9e48d03b18 merge mozilla-inbound to mozilla-central 2014-03-05 13:04:39 +01:00
Jed Davis
76ab6d796b Bug 946407 - Reimplement DumpMemoryInfoToTempDir in terms of GetReports. r=njn
This winds up exposing things in the nsIMemoryReporterManager interface
that arguably don't belong at that level of abstraction -- "minimize
memory usage first" and DMD -- in order to take advantage of the
infrastructure that GetReports already has for managing the child
processes.
2014-03-04 18:27:13 -08:00
Matt Brubeck
a7cf0225eb Bug 972844 - Add a Maybe Later link on about:feedback intro [r=mfinkle] 2014-03-04 16:58:33 -08:00
Brian Nicholson
2e37df0644 Bug 978494 - Fix URL in Reader:Removed. r=lucsar 2014-03-03 10:35:23 -08:00
Eugen Sawin
af21d8c0c5 Bug 959108 - Update helper apps page actions URL on location change. r=wesj 2014-02-26 22:38:09 +01:00
Wes Johnston
fb76dfc0d1 Bug 973348 - Always send click events to the highlighted element. r=kats 2014-02-28 12:54:55 -08:00
Andrea Marchesini
286e0c9290 Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz 2014-02-27 23:39:00 +00:00
John Schoenick
a9f1a68845 Bug 971279 - Add plugin.java.mime. r=bsmedberg 2014-02-25 13:30:03 -08:00
Kartikaya Gupta
47dd9a9818 Bug 941995 - Disable double-tapping and click delay on pages that are device-width or narrower. r=mbrubeck,wesj 2014-02-24 19:21:02 -05:00
Wes Kocher
6246833818 Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
2014-02-20 16:19:30 -08:00
John Schoenick
a47b517a65 Bug 971279 - Add plugin.java.mime. r=bsmedberg 2014-02-20 14:38:02 -08:00
Carsten "Tomcat" Book
f3825c1c94 merge fx-team to mozilla-central 2014-02-20 12:55:32 +01:00
Mark Capella
c185b82847 Bug 969929 - GeckEditable loses data ... TextSelection using action bar SelectALL, r=wesj 2014-02-19 22:19:43 -05:00
Mark Capella
adf9f2c495 Bug 927882 - Standardize TextSelection caret positioning logic for soft keyboards, r=jchen, wesj, f=margaret 2014-02-19 22:19:43 -05:00
Mark Finkle
b155fee5b9 Bug 973707 - Remove unused support for sending extra data when starting a casting app r=wesj 2014-02-19 15:36:26 -05:00
Mark Finkle
d78055d2e9 Bug 973706 - Fix broken Casting:Stop functionality r=wesj 2014-02-19 15:36:23 -05:00
Wes Johnston
0b747ba2d5 Bug 952582 - Disable bookmarking in Guest mode. r=mcomella 2014-02-19 13:08:43 -08:00
Wes Johnston
299835a7b3 Bug 970054 - Close selection if you tap outside it. r=margaret,capella 2014-02-19 13:01:51 -08:00
Ryan VanderMeulen
8a4698657b Merge inbound to m-c. 2014-02-18 15:18:19 -05:00
Madushan Nishantha
f4ea88bcfd Bug 948896 - Move inline scripts and styles into separate file for mobile/android/chrome/content/aboutDownloads.xhtml (about:downloads). r=margaret 2014-02-18 09:20:25 -05:00
Brian Nicholson
59d91c4a63 Bug 973021 - Remove Request Desktop Site URL rewrite hack. r=mfinkle 2014-02-15 11:05:22 -08:00
Joshua Dover
da42c7658f Bug 953272: Add selected attribute for prompts with multichoice. r=wesj 2014-01-09 12:15:07 -08:00
Robin Ricard
58d0fcae0f Bug 958111 - "Find in Page" on Android should zoom in on the highlighted result. r=margaret 2014-02-14 11:02:05 -08:00
Wes Johnston
c1bd2f002f Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Brian Nicholson
bcc274f4aa Bug 971413 - Send Reader:Removed as response to Reader:Remove. r=lucasr 2014-02-13 15:58:07 -08:00
Margaret Leibovic
996dfa994a Bug 961773 - (Part 1) Update reading list panel id used to open reading list from reader mode. r=lucasr 2014-02-12 14:42:33 -08:00
Ryan VanderMeulen
1f1c55c147 Merge m-c to fx-team. 2014-02-12 15:59:34 -05:00
Wes Johnston
d75e9670ba Bug 964510 - Send a delayed startup notification in Fennec. r=mfinkle 2014-01-28 21:57:59 -08:00
Wes Johnston
9433656b7d Bug 969835 - "Don't check for HelperApps on about: and chrome: URLs" [r=lucasr.at.mozilla] 2014-02-11 15:23:00 -08:00
Mark Finkle
b6d8449a59 Bug 971703 - Lazy load SSLExceptions r=wesj
--HG--
rename : mobile/android/chrome/content/exceptions.js => mobile/android/modules/SSLExceptions.jsm
2014-02-12 11:40:14 -05:00
Myk Melez
e3e1f9ec39 bug 934760 - implement synthetic APK update flow; r=wesj 2014-02-07 23:50:13 -08:00
Wes Kocher
dd205da77d Merge fx-team to m-c 2014-02-07 17:00:34 -08:00
Lucas Rocha
e7e92cd6d7 Bug 969445 - Don't show progress bar in about:privatebrowsing (r=mfinkle) 2014-02-07 20:03:42 +00:00
Carsten "Tomcat" Book
57ac46f7cc merge fx-team to mozilla-central 2014-02-07 09:52:32 +01:00
Wes Johnston
e2c746d3b3 Backed out changeset b8c9dc39af31 (bug 964510) r=margaret 2014-02-06 15:13:14 -08:00
Wes Johnston
99e4cebbe1 Backed out changeset 2c2c426e4afe (bug 784759) r=margaret 2014-02-06 15:12:59 -08:00
Brian Nicholson
df799274a7 Backout 12ca455a3f09 and 580de0df77e9 for rc failures 2014-02-05 13:44:45 -08:00
Brian Nicholson
b9afd4888d Bug 965137 - Replace SessionStore pageshow listener with onLocationChange listener. r=mfinkle 2014-02-05 11:05:51 -08:00
Myk Melez
794abc552c bug 967218 - interpret result of NativeApp:IsDebuggable as string; r=mfinkle 2014-02-06 10:48:27 -08:00
Bob Owen
2c77d04fcf Bug 624883 - Treat view-source as an unrecognised scheme if not top-level. r=bz 2014-01-23 16:02:33 +00:00
Phil Ringnalda
b7c0b971c4 Merge m-i to m-c 2014-02-02 09:16:37 -08:00
Wes Johnston
bd6cbf855c Bug 784759 - Delay database initialization until after first page load. r=mfinkle 2014-01-28 21:58:12 -08:00
Wes Johnston
24d422bfe0 Bug 964510 - Add delayed startup notifications for Fennec. r=mfinkle 2014-01-28 21:57:59 -08:00
Errietta Kostala
bc9d7262b8 Bug 959366 - Remove unused LazyNotificationGetter.shutdown function. r=mleibovic 2014-01-31 13:59:23 -05:00
Carsten "Tomcat" Book
f1a2c94d74 merge fx-team to mozilla-central 2014-01-31 12:52:17 +01:00
Nick Alexander
0b4c331201 Merge m-c to s-c 2014-01-29 20:01:11 -08:00
Michael Comella
f8a9288ffe Bug 960135 - Security check 'Open in New Tab' urls. r=mfinkle,mgoodwin 2014-01-30 18:08:38 -08:00
Richard Newman
bdf87cafc6 Bug 965064 - Part 1: back out non-native about:accounts. r=nalexander 2014-01-28 16:49:54 -08:00
Wes Johnston
2ffb2189cc Bug 956900 - Close actionbar after paste. r=margaret 2014-01-27 14:58:32 -08:00
Martyn Haigh
75388a7f5a bug 957057 - refactor import in browser.js to make code easier to understand; r=wesj
--HG--
extra : rebase_source : 4014c863adc713de80975cafef81cdae00f5d09d
2014-01-24 21:12:08 -08:00
Myk Melez
01c2a7f857 bug 962858 - bypass native installation during automated tests; r=mfinkle,fabrice
--HG--
extra : rebase_source : bf4a585b4f7bee784d36a7338ba1f592bdedae94
2014-01-24 20:51:30 -08:00
Martyn Haigh
becdd19ff7 bug 958358 - make webapp capitalisation consistent; r=wesj
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/Webapp.java.in
rename : mobile/android/base/WebAppAllocator.java => mobile/android/base/WebappAllocator.java
rename : mobile/android/base/WebAppFragmentRepeater.inc => mobile/android/base/WebappFragmentRepeater.inc
rename : mobile/android/base/WebAppImpl.java => mobile/android/base/WebappImpl.java
rename : mobile/android/base/WebAppManifestFragment.xml.frag.in => mobile/android/base/WebappManifestFragment.xml.frag.in
rename : mobile/android/base/WebAppsFragment.java.frag => mobile/android/base/WebappsFragment.java.frag
rename : mobile/android/base/webapp/WebAppImpl.java => mobile/android/base/webapp/WebappImpl.java
rename : mobile/android/chrome/content/WebAppRT.js => mobile/android/chrome/content/WebappRT.js
2014-02-11 23:41:05 -08:00
Ryan VanderMeulen
1151d8d8c4 Merge m-c to inbound. 2014-01-31 21:16:16 -05:00
Myk Melez
397cd6817c bug 962607 - automatically enable remote debugger when native app built in debug mode; r=mfinkle
--HG--
extra : rebase_source : eee7d323b3dcb2a8911f855d81a80ae9a75d3204
2014-01-31 14:51:24 -08:00
Max Li
5d671f65c0 Bug 960203 - Allow text selection handles to crossover in <input> and <textarea> elements. r=mleibovic 2014-01-25 16:15:31 -08:00
Jan-Ivar Bruaroey
e3704391bc Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-14 11:32:58 -08:00
Mark Finkle
aeb685eca7 Bug 962963 - Decouple tab expiration code r=margaret 2014-01-24 09:08:01 -05:00
Mark Finkle
078470e383 Bug 962963 - Be more aggressive about expiring tabs r=kats r=margaret 2014-01-24 09:07:58 -05:00
Wes Johnston
e55fdf4807 Bug 952112 - Scale share icon in actionbar. r=lucasr
--HG--
rename : mobile/android/base/resources/drawable-hdpi/copy.png => mobile/android/base/resources/drawable-hdpi/ab_copy.png
rename : mobile/android/base/resources/drawable-hdpi/cut.png => mobile/android/base/resources/drawable-hdpi/ab_cut.png
rename : mobile/android/base/resources/drawable-hdpi/paste.png => mobile/android/base/resources/drawable-hdpi/ab_paste.png
rename : mobile/android/base/resources/drawable-hdpi/select_all.png => mobile/android/base/resources/drawable-hdpi/ab_select_all.png
rename : mobile/android/base/resources/drawable-mdpi/copy.png => mobile/android/base/resources/drawable-mdpi/ab_copy.png
rename : mobile/android/base/resources/drawable-mdpi/cut.png => mobile/android/base/resources/drawable-mdpi/ab_cut.png
rename : mobile/android/base/resources/drawable-mdpi/paste.png => mobile/android/base/resources/drawable-mdpi/ab_paste.png
rename : mobile/android/base/resources/drawable-mdpi/select_all.png => mobile/android/base/resources/drawable-mdpi/ab_select_all.png
rename : mobile/android/base/resources/drawable-xhdpi/copy.png => mobile/android/base/resources/drawable-xhdpi/ab_copy.png
rename : mobile/android/base/resources/drawable-xhdpi/cut.png => mobile/android/base/resources/drawable-xhdpi/ab_cut.png
rename : mobile/android/base/resources/drawable-xhdpi/paste.png => mobile/android/base/resources/drawable-xhdpi/ab_paste.png
2014-01-16 13:33:00 -08:00
Wes Johnston
e7ab2c4d4b Bug 956782 - Swap order of search and share in actionbar. r=mfinkle 2014-01-15 13:40:00 -08:00
Joshua Dover
2897b6375b Bug 960159 - Dim System UI when scrolling down in reader mode. r=jimm 2014-01-22 11:56:11 -08:00
Reuben Morais
2bd5038fee Bug 961560 - Use a SUMO redirect for the Learn More URL in the missing plugin error message. r=margaret 2014-01-23 09:43:13 -05:00
Tim Taubert
e1ba7e638c Bug 957421 - Keep FxA pref names consistent r=markh,rnewman,nalexander 2014-01-21 14:13:45 +01:00
Myk Melez
74fb606537 Bug 961762 - wait until registryReady to use DOMApplicationRegistry API; r=wesj
--HG--
extra : rebase_source : 313e2af2a5afa73f7d6bfcd2055d83b96819ac27
2014-01-22 12:49:46 -08:00
Neil Rashbrook
6dfe1881c1 Bug 284673 Followup to bug 913734 to remove sepcial handling for now-removed now-unused policy machinery from about:config r=gavin 2014-01-22 21:38:57 +00:00
Martyn Haigh
abd615eb2f Bug 957056 - pass correct status argument to _initRuntime; r=wesj 2014-01-22 00:53:25 -08:00
Myk Melez
f7b1d7cea4 Bug 953328 - make about:apps work with synthetic APKs; r=wesj 2014-01-22 00:50:02 -08:00
Mark Finkle
d12647614b Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00