Gene Lian
0f3da7edee
Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
2013-09-09 21:48:07 +08:00
Gene Lian
a43f7058fb
Backed out changeset 9f377abbf13e
2013-09-09 21:22:37 +08:00
Gene Lian
3471836472
Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
2013-09-09 21:00:45 +08:00
Chris Kitching
abd1001920
Bug 794981 - Part 8: Add an annotation processor to the build process to generate the contents of part 5. r=kats, r=glandium
2013-09-09 08:57:37 -04:00
Chris Kitching
18c29be0b1
Bug 794981 - Part 1: Annotate Java methods that are to have JNI wrappers generated. r=kats
2013-09-09 08:57:36 -04:00
Michael Comella
fa2c5e8fe1
Bug 912524: Do not reinflate SuggestionOptIn ViewStub. r=bnicholson
2013-09-10 10:00:47 -07:00
Margaret Leibovic
e57f770a64
Bug 911828 - Treat clicks on SearchEngineRows differently than clicks on TwoLinePageRows in BrowserSearch. r=bnicholson
2013-09-04 15:10:13 -07:00
Mark Capella
fcdad9b32f
Bug 913756 - Text Selection Handles displayed from position in previously navigated screen, r=margaret
2013-09-09 17:48:19 -04:00
Sriram Ramasubramanian
6d0e4c0319
Bug 904172: Block content for thumbnails even before the cursor returns. [r=mfinkle]
2013-09-06 16:36:46 -07:00
Sriram Ramasubramanian
42ab84b1d1
Bug 872528: Password doorhanger is not shown in GB. [r=margaret]
2013-09-05 22:28:19 -07:00
Ryan VanderMeulen
10c13ed83a
Merge m-c to inbound.
2013-09-11 22:20:33 -04:00
Nicholas Nethercote
fbf85946b7
Bug 911641 (part 1) - Remove about:compartments, and show the compartment and ghost window lists into about:memory. r=johns.
...
--HG--
extra : rebase_source : c1ef005e272048e2eb84b20bafff15bcb5aae511
2013-09-03 20:05:17 -07:00
Ryan VanderMeulen
e759b1bd9b
Backed out 7 changesets (bug 906088) for robocop failures on a CLOSED TREE.
...
Backed out changeset c5b4781bd918 (bug 906088)
Backed out changeset a498d1641c16 (bug 906088)
Backed out changeset fcff9ef5cf7d (bug 906088)
Backed out changeset cf1603d47f6c (bug 906088)
Backed out changeset 8671264a5aaa (bug 906088)
Backed out changeset 01d6b977021f (bug 906088)
Backed out changeset 2910cc092c19 (bug 906088)
2013-09-11 14:45:12 -04:00
Nathan Froyd
e0552f2a51
Bug 906088 - part 6 - update tests to use the new API; r=kats
...
Fixed testPrefsObserver to use the correct requestId for unregistering observers.
Changed all tests to use th same hexadecimal constant, per Kats's feedback. Asking
for actual review now. Local robocop testing shows the failing tests on try now pass
locally, so I'm assuming I have fixed the issues...
2013-09-04 09:58:32 -04:00
Nathan Froyd
3a9eefbd24
Bug 906088 - part 5 - send preference requests to JS through JNI and XPConnect rather than JSON; r=blassey,mfinkle
...
Small fix to notifyPrefObservers to call getPreferences with the new argument style.
Carrying over r+.
2013-09-04 09:58:23 -04:00
Nathan Froyd
9d5c5b9b33
Bug 906088 - part 4 - refactor browser.js's getPreferences function into a JSON frontend and a "raw" backend; r=mfinkle
...
This is a small patch, but I think it makes part 5 a little easier to understand.
In part five, we're going to be introducing XPCOM methods that browser.js needs to
implement. That patch is going to require something very much like handlePreferencesRequest,
so just make it visible here and then part 5 should be much easier to understand.
2013-09-04 09:58:15 -04:00
Nathan Froyd
0d5414e952
Bug 906088 - part 1b - add ArrayList getPrefs method to PrefsHelper; r=bnicholson
...
Related to the last patch, this is the lone place where we transfer an ArrayList.
Just move the code into PrefsHelper in case anybody ever wants to do something similar.
2013-09-04 09:57:49 -04:00
Nathan Froyd
0b3cb176d8
Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey
...
We want JSONArray to go away, since we're going to be transferring strings via JNI.
2013-09-04 09:56:27 -04:00
Ryan VanderMeulen
b1ff092f33
Backed out 10 changesets (bug 914944, bug 871445) for mochitest failures on a CLOSED TREE.
...
Backed out changeset a840638b5b18 (bug 914944)
Backed out changeset f40c7d5790bd (bug 914944)
Backed out changeset e1b288e29663 (bug 871445)
Backed out changeset 6242ddf7b6c7 (bug 871445)
Backed out changeset 7679185a8cf3 (bug 871445)
Backed out changeset 639ec7a627f8 (bug 871445)
Backed out changeset 93b050a79db4 (bug 871445)
Backed out changeset ec3382ceef99 (bug 871445)
Backed out changeset 51c0d5230306 (bug 871445)
Backed out changeset 76c9069bdb56 (bug 871445)
2013-09-11 11:45:51 -04:00
Andrea Marchesini
ff7dd0b5ea
Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
...
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-09-11 15:47:46 +02:00
Ryan VanderMeulen
bb0111dd8b
Merge m-c to inbound on a CLOSED TREE.
2013-09-09 17:01:07 -04:00
Jim Chen
9d78f64734
Bug 897221 - Include nsIUpdateTimerManager in Fennec and B2G; r=fabrice r=mfinkle
2013-09-09 15:47:47 -04:00
Ryan VanderMeulen
4dec0a7644
Merge inbound to m-c.
2013-09-06 20:55:41 -04:00
Margaret Leibovic
fe358a0040
Bug 907192 - Update tab count while in editing mode on tablets. r=lucasr
2013-09-06 16:25:37 -07:00
Margaret Leibovic
53d70734e2
Bug 909455 - Replace FHR recordSearch calls in new URL entering logic. r=rnewman
2013-09-06 16:25:27 -07:00
Wes Johnston
08aa1fb872
Bug 878418 - Move positioning of Open with context menu item. r=mfinkle
2013-09-06 15:29:04 -07:00
Ryan VanderMeulen
bb260232f5
Merge m-c to inbound.
2013-09-06 18:00:23 -04:00
Kartikaya Gupta
9b3ca00d14
Bug 913228 - Fix floating point math to not round to zero accidentally. r=autra
2013-09-06 12:43:06 -04:00
Chris Peterson
0f4ca5e101
Bug 912748 - Only call GsmCellLocation.getPsc() on GB+. r=blassey
2013-09-05 11:57:18 -07:00
Ed Morley
870b708409
Merge latest green fx-team changeset and mozilla-central
2013-09-06 16:19:32 +01:00
Lucas Rocha
5912f26f26
Bug 911295 - Use empty URL if entering editing mode on startup with no tabs (r=mcomella)
2013-09-06 11:41:36 +01:00
Lucas Rocha
4cad69a4f5
Bug 912298 - HomePager's stub and view should not share the same id (r=rnewman)
2013-09-06 11:29:29 +01:00
Mark Finkle
0cc3bcb43d
Bug 880118 - Dynamically pull resource IDs to avoid R.java reordering r=kats
2013-09-05 00:29:29 -04:00
Mark Finkle
7fc7b311fd
Bug 880118 - Disable geckoview packaging in l10n builds r=glandium
2013-09-05 00:26:30 -04:00
Sriram Ramasubramanian
6cdb1fbb74
Bug 907175: Wrong tab selected on tablets. [r=lucasr]
2013-09-03 14:46:03 -07:00
Sriram Ramasubramanian
1ae6638e35
Bug 898646: Hocus-pocus, add the focus on history tab. [r=margaret] [r=shilpan]
2013-08-27 17:22:25 -07:00
Sriram Ramasubramanian
6ed3acbaf0
Bug 911830: Blank about:home on a new profile. [r=margaret]
2013-09-03 14:24:17 -07:00
Ryan VanderMeulen
a2f4628417
Merge m-c to fx-team.
2013-09-05 15:52:59 -04:00
Wes Johnston
3adefa238e
Bug 901426 - Don't overwrite passed in profile args. r=mfinkle
2013-09-05 12:28:23 -07:00
Mark Capella
8fe1f9c14f
Bug 912523 - Give bookmark thumbnails a context menu header, r=sriram
2013-09-05 14:34:26 -04:00
Ed Morley
928a8da27b
Merge latest green fx-team changeset and mozilla-central
2013-09-05 12:07:58 +01:00
Lucas Rocha
c4e8bbd8e8
Bug 897481 - Update testShareLink for new about:home (r=margaret)
2013-09-04 21:55:13 +01:00
Kartikaya Gupta
18dd43afbc
Bug 911510 - Add a pref to override the dead zone threshold. r=bnicholson
2013-09-04 21:58:40 -04:00
Kartikaya Gupta
8105732b79
Bug 911510 - Refactor the dead-zone-threshold code for gamepads to facilitate preffing. r=bnicholson
2013-09-04 21:58:39 -04:00
Augustin Trancart
f504611545
Bug 711959 - Make FlingRenderTask time-based. r=kats
2013-09-04 14:07:12 -04:00
Augustin Trancart
47b0740cdd
Bug 711959 - Making BounceRenderTask time-based. r=kats
2013-09-04 14:07:12 -04:00
Augustin Trancart
1d8dcbd4e7
Bug 711959 - Adapt JavaPanZoomController to use the RenderTask mechanism. r=Cwiiis, kats
2013-09-04 14:07:11 -04:00
Augustin Trancart
0db487a266
Bug 711959 - Adapt LayerMarginsAnimator to use the new RenderTask mechanism. r=kats
2013-09-04 14:07:11 -04:00
Augustin Trancart
e02ce959e3
Bug 711959 - Add RenderTask and the necessary mechanisms to use it. r=kats
2013-09-04 14:07:11 -04:00
Mark Finkle
af28e043e9
Bug 911018 - Call HardwareUtils.init in GeckoView r=bnicholson
2013-09-05 00:33:11 -04:00
Mark Finkle
8b7d6d5ca2
Bug 880118 - Dynamically pull resource IDs to avoid R.java reordering r=kats
2013-09-05 00:29:29 -04:00
Mark Finkle
6d8ac130b9
Bug 880118 - Disable geckoview packaging in l10n builds r=glandium
2013-09-05 00:26:30 -04:00
Shane Tully
f935064fb2
Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson r=glandium
2013-08-23 16:36:01 -07:00
Ms2ger
878783f4da
Merge backout.
2013-09-06 12:36:41 +02:00
Ms2ger
6577704dba
Backout changesets 997672af6fc8:cfcf5b7edc53 (bug 880118) for missing build peer review on changeset 9ff14d43346d.
2013-09-06 12:35:19 +02:00
Shane Tully
95e80fd954
Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson
2013-08-23 16:36:01 -07:00
Wes Kocher
545fbb7bd2
Merge m-c to inbound
2013-09-04 18:04:50 -07:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Shilpan Bhagat
c51b64c91d
Bug 899560 - Set an explicit width on Button:Toasts for tablets. r=wesj
2013-08-15 14:37:21 -07:00
Wes Johnston
d5af619b02
Bug 909853 - Include overridden handling strings. r=mfinkle
2013-09-04 10:20:32 -07:00
Chris Kitching
105c08e9c6
Bug 911604 - Add null check to SearchEnginePreference to prevent NPEs when corrupt Favicons encountered. r=mleibovic
2013-09-04 12:51:28 -04:00
Lucas Rocha
bf1bfd30c6
Bug 899183 - Update testBookmarklets for new about:home (r=margaret)
2013-09-04 15:20:55 +01:00
Kartikaya Gupta
89464ceba7
Bug 884047 - Add some diagnostic logging to help investigation. r=blassey
2013-09-04 09:12:46 -04:00
Margaret Leibovic
7b3f5a1e21
Bug 908344 - Fix bookmark keywords. r=wesj
2013-09-03 21:19:28 -07:00
Margaret Leibovic
c6d6e1b035
Bug 908344 - Test for bookmark keyword. r=wesj
2013-09-03 21:19:26 -07:00
Ryan VanderMeulen
1623103fc3
Merge inbound to m-c.
2013-09-03 17:40:56 -04:00
Neil Deakin
d6c64eaffc
Bug 853901 - Add platform-specific completion operations for downloads. r=paolo
2013-09-03 13:23:37 -04:00
Chris Double
b2215cf731
Bug 888786 - Part 2: Remove Sony specific OMX plugin from Android packaging - r=mark.finkle
2013-09-03 14:36:07 +12:00
Chris Double
d3bbc70532
Bug 812680 - Part 2: Remove HTC One X OMX plugin - r=mark.finkle
2013-09-03 14:34:57 +12:00
Ryan VanderMeulen
852d2cf85e
Merge fx-team to m-c.
2013-08-30 21:00:08 -04:00
Chenxia Liu
94d8993f37
Bug 907852 - Unify position of empty state graphics. r=sriram
2013-08-30 13:38:11 -07:00
Jeff Beatty
b21c9a8b8b
bug 900591, bug 626023, adds sv-SE to all- and maemo-locales for addition to multi-locale APK, r=mfinkle
...
--HG--
extra : rebase_source : 445911249d8ac71af059c13a4047ec2bf5d18b8c
2013-08-30 19:08:19 +02:00
Ryan VanderMeulen
4adde36951
Merge m-c to inbound.
2013-08-29 20:48:34 -04:00
Sriram Ramasubramanian
63dc0cf034
Bug 909539: HomeListView should account for dividers if shown. [r=margaret]
...
--HG--
rename : widget/gonk/HwcUtils.cpp => widget/gonk/HwcComposer2D.cpp
extra : rebase_source : 5d7735e8d0222096a4643ff0702a5f95f5c00cdc
2013-08-27 17:13:04 -07:00
Michael Comella
f753676f7b
Bug 909274: Scroll when touching search engines. r=lucasr
...
--HG--
extra : rebase_source : 8afa45be8036fa7dc24f52569481c6af967c43df
2013-08-29 11:27:16 -07:00
Ryan VanderMeulen
9d818d373d
Merge m-c to fx-team.
2013-08-29 16:44:20 -04:00
Ryan VanderMeulen
84cca63c2f
Merge b2g-inbound to m-c.
2013-08-29 15:55:53 -04:00
Max Li
6102790766
Bug 906670 - Can sometimes accessibility focus hidden content from about:home. r=lucasr
2013-08-28 10:37:57 -04:00
Ed Morley
aa9cf18b40
Merge mozilla-central and b2g-inbound
2013-08-29 15:10:05 +01:00
Ed Morley
c20b13bc75
Merge latest green fx-team changeset and mozilla-central
2013-08-29 15:01:41 +01:00
Makoto Kato
1c68d6ff95
Bug 910095 - Remove unused methodjit pref. r=mfinkle
2013-08-29 16:54:41 +09:00
Chris Peterson
b023249bff
Back out 39ee92c06d6b (Bug 880118) because GeckoView breaks Android's l10n repacks
2013-08-28 15:41:12 -07:00
Marco Castelluccio
d3da34b11a
Bug 910391 - Remove offline cache observer parameter from confirmInstall. r=fabrice
2013-08-29 10:00:33 -04:00
Marco Castelluccio
01f4d9ec2b
Bug 909911 - Remove webapps-sync-install and webapps-sync-uninstall observers. r=mfinkle, r=fabrice
2013-08-29 09:58:59 -04:00
Ryan VanderMeulen
13c41ba7eb
Merge fx-team to m-c.
2013-08-28 22:24:08 -04:00
Margaret Leibovic
569e974697
Bug 909979 - Fix off-by-one error when long clicking views in BrowserSearch list. r=sriram
2013-08-28 17:42:32 -07:00
Mark Capella
545a08c4e8
Bug 908861 - Prevent dismissal of text selection handles during drag, r=margaret
2013-08-28 15:45:42 -04:00
Mark Finkle
6e7aba3837
Backout 193e7c0052a9, suspicion of regression a talos test (bug 910274) and sync failures (bug 910289)
2013-08-28 12:10:07 -04:00
Chenxia Liu
c1b5c07aab
Bug 909938 - Only display Settings UI for wifi/cell tower reporting on non-release builds. r=gbrown
2013-08-28 10:38:27 -07:00
Brandon Benvie
3c85a195b1
Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic
2013-08-28 10:57:59 +02:00
Marco Castelluccio
6de8dfdd33
Bug 836547 - Remove obsolete AITC integration in Webapps.jsm. r=fabrice
2013-08-27 23:40:16 -04:00
Dennis
ce62d6288a
Bug 845747 - Add the pref "ui.scrolling.negate_wheel_scrollY" to mobile.js so that "scrollY" can be negated in JavaPanZoomController.java to allow a mouse scroll wheel to scroll the screen in the direction of choice depending on the true/false state of "mNegateWheelScrollY". r=kats
2013-08-27 21:01:40 -04:00
Ryan VanderMeulen
1f9cf546ef
Merge m-c to fx-team.
2013-08-27 20:38:23 -04:00
Margaret Leibovic
fe784086c3
Backout testPan part of 25ccd1446424 for causing test failures
2013-08-27 17:18:17 -07:00
Sriram Ramasubramanian
0cc595c86f
Bug 909375: Set url as title if title is not available on context menu. [r=margaret]
2013-08-27 15:03:43 -07:00
Sriram Ramasubramanian
43cbb81c6d
Backout e80e45a7f211 wrong bug number.
2013-08-27 15:23:14 -07:00
Sriram Ramasubramanian
4bc6c4400f
Bug 909153: Set url as title if title is not available on context menu. [r=margaret]
2013-08-27 15:21:07 -07:00
Ryan VanderMeulen
76adc991db
Backed out changeset 0aed878e34d4 (bug 888482) for intermittent Android 2.2 reftest failures.
2013-08-27 18:03:38 -04:00
Margaret Leibovic
3dc795b9ab
Bug 904279 - Only check defaultEngine for search suggestions. r=bnicholson
2013-08-27 13:42:32 -07:00
Margaret Leibovic
88d5a492c1
Bug 907720 - Make sure HomePager is hidden before proceeding with talos tests. r=gbrown
2013-08-27 08:38:23 -07:00