Commit Graph

4988 Commits

Author SHA1 Message Date
Mike Hommey
8ad3f2b1b5 Bug 648407 - Fold NSPR, NSS and SQLite libraries all together on B2G, Android, OSX and Windows. r=blassey,r=cjones,r=bsmedberg 2013-03-17 08:02:54 +01:00
Mike Hommey
4fbe923803 Bug 648407 - Allow to fold NSPR, NSS and SQLite libraries all together. r=ted 2013-03-17 07:53:39 +01:00
Chris Lord
88537cc4f4 Bug 850789 - Pin the dynamic toolbar on screen when the tabs tray is open. r=kats 2013-03-17 01:53:41 +00:00
Chris Lord
3fa8ffe46c Bug 850154 - Fix alignment of find-in-page bar after bug 716403. r=sriram
Use the RelativeLayout.LayoutParams instead of LinearLayout.LayoutParams to
make sure the find-in-page bar is aligned to the bottom of the page.
2013-03-17 01:53:40 +00:00
Chris Lord
ebd5b377b7 Bug 850724 - Don't hide toolbar on load, or pin while loading. r=kats
UX decisions have been made to not hide the toolbar after the page has finished
loading, and not to pin the toolbar during page loading. These decisions fix
this bug.
2013-03-17 01:53:40 +00:00
Kartikaya Gupta
947c87a01f Bug 815862 - Bump up max allowed scrolling acceleration to deal with high-dpi devices. r=Cwiiis 2013-03-15 23:21:03 +01:00
Geoff Brown
1e1e9fd4c0 Bug 819419 - Wait for list to settle before checking item, in testAllPagesTab; r=jmaher 2013-03-15 15:58:07 -06:00
Lucas Rocha
74c1de61c9 Bug 848070 - Import View attributes to TwoWayView (r=mfinkle) 2013-03-15 15:04:54 +00:00
Brian Nicholson
4b8a273c58 Bug 850424 - Clear private download notifications on last-pb-context-exited. r=mfinkle 2013-03-15 11:07:04 -07:00
Paul Feher
4f8816d618 Bug 846257 - Robocop: Extend 'Web Content Context Menu' test to cover the context menu options for images. r=jmaher 2013-02-26 14:46:02 +02:00
Kartikaya Gupta
ebf672b929 Bug 802130 - Add a ThreadUtils.isOnUiThread helper function. r=mfinkle 2013-03-15 11:52:53 +01:00
Kartikaya Gupta
e0e4690d71 Bug 802130 - Move GeckoAppShell.getHandler() to ThreadUtils.getBackgroundHandler(). r=mfinkle 2013-03-15 11:52:53 +01:00
Kartikaya Gupta
baeed09fed Bug 802130 - Move mMainHandler into ThreadUtils. r=mfinkle 2013-03-15 11:52:53 +01:00
Kartikaya Gupta
82468ce27b Bug 802130 - Move assertOnThread functions to a new ThreadUtils class. r=mfinkle 2013-03-15 11:52:52 +01:00
Kartikaya Gupta
ef2c6a1e5d Bug 851060 - Move util files into the util/ folder. r=cpeterson
--HG--
rename : mobile/android/base/ActivityResultHandler.java => mobile/android/base/util/ActivityResultHandler.java
rename : mobile/android/base/ActivityResultHandlerMap.java => mobile/android/base/util/ActivityResultHandlerMap.java
rename : mobile/android/base/GeckoBackgroundThread.java => mobile/android/base/util/GeckoBackgroundThread.java
rename : mobile/android/base/GeckoEventListener.java => mobile/android/base/util/GeckoEventListener.java
rename : mobile/android/base/GeckoEventResponder.java => mobile/android/base/util/GeckoEventResponder.java
rename : mobile/android/base/GeckoJarReader.java => mobile/android/base/util/GeckoJarReader.java
rename : mobile/android/base/INIParser.java => mobile/android/base/util/INIParser.java
rename : mobile/android/base/INISection.java => mobile/android/base/util/INISection.java
rename : mobile/android/base/UiAsyncTask.java => mobile/android/base/util/UiAsyncTask.java
2013-03-15 11:40:03 +01:00
Kartikaya Gupta
4eb2fbab6a Bug 850875 - Set the intent-specified gecko environment variables in setupGeckoEnvironment rather than loadMozglue. r=blassey 2013-03-14 23:47:35 +01:00
Kartikaya Gupta
77e862d56f Bug 827347 - Update entity name to go with string change. r=mfinkle 2013-03-14 23:46:43 +01:00
Lucas Rocha
732530351b Bug 850602 - Update empty view state when dataset changes (r=mfinkle) 2013-03-15 09:48:12 +00:00
Lucas Rocha
7e5c064180 Bug 850602 - Handle non-recyclable scrap views properly in TwoWayView (r=mfinkle) 2013-03-15 09:48:12 +00:00
Lucas Rocha
d2ea53e3ea Bug 850602 - Fix handling of null AdapterDataSetObserver in TwoWayView (r=mfinkle) 2013-03-15 09:48:12 +00:00
Lucas Rocha
76072d8ddc Bug 838652 - Use res-auto namespace alias instead of preprocessing files (r=mfinkle)
--HG--
rename : mobile/android/base/resources/color/abouthome_section_more_text.xml.in => mobile/android/base/resources/color/abouthome_section_more_text.xml
rename : mobile/android/base/resources/color/abouthome_section_subtitle.xml.in => mobile/android/base/resources/color/abouthome_section_subtitle.xml
rename : mobile/android/base/resources/color/abouthome_section_title.xml.in => mobile/android/base/resources/color/abouthome_section_title.xml
rename : mobile/android/base/resources/color/awesome_bar_title.xml.in => mobile/android/base/resources/color/awesome_bar_title.xml
rename : mobile/android/base/resources/color/awesome_bar_title_hint.xml.in => mobile/android/base/resources/color/awesome_bar_title_hint.xml
rename : mobile/android/base/resources/drawable/abouthome_logo.xml.in => mobile/android/base/resources/drawable/abouthome_logo.xml
rename : mobile/android/base/resources/drawable/address_bar_bg.xml.in => mobile/android/base/resources/drawable/address_bar_bg.xml
rename : mobile/android/base/resources/drawable/address_bar_nav_button.xml.in => mobile/android/base/resources/drawable/address_bar_nav_button.xml
rename : mobile/android/base/resources/drawable/address_bar_url.xml.in => mobile/android/base/resources/drawable/address_bar_url.xml
rename : mobile/android/base/resources/drawable/menu_item_state.xml.in => mobile/android/base/resources/drawable/menu_item_state.xml
rename : mobile/android/base/resources/drawable/menu_level.xml.in => mobile/android/base/resources/drawable/menu_level.xml
rename : mobile/android/base/resources/layout-land-v14/browser_toolbar.xml.in => mobile/android/base/resources/layout-land-v14/browser_toolbar.xml
rename : mobile/android/base/resources/layout-land-v14/browser_toolbar_menu.xml.in => mobile/android/base/resources/layout-land-v14/browser_toolbar_menu.xml
rename : mobile/android/base/resources/layout-large-land-v11/tabs_panel.xml.in => mobile/android/base/resources/layout-large-land-v11/tabs_panel.xml
rename : mobile/android/base/resources/layout-large-v11/awesomebar_search.xml.in => mobile/android/base/resources/layout-large-v11/awesomebar_search.xml
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml.in => mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml
rename : mobile/android/base/resources/layout-xlarge-land-v11/abouthome_content.xml.in => mobile/android/base/resources/layout-xlarge-land-v11/abouthome_content.xml
rename : mobile/android/base/resources/layout-xlarge-v11/awesomebar_search.xml.in => mobile/android/base/resources/layout-xlarge-v11/awesomebar_search.xml
rename : mobile/android/base/resources/layout/abouthome_content.xml.in => mobile/android/base/resources/layout/abouthome_content.xml
rename : mobile/android/base/resources/layout/awesomebar_search.xml.in => mobile/android/base/resources/layout/awesomebar_search.xml
rename : mobile/android/base/resources/layout/awesomebar_suggestion_row.xml.in => mobile/android/base/resources/layout/awesomebar_suggestion_row.xml
rename : mobile/android/base/resources/layout/awesomebar_tab_indicator.xml.in => mobile/android/base/resources/layout/awesomebar_tab_indicator.xml
rename : mobile/android/base/resources/layout/browser_toolbar.xml.in => mobile/android/base/resources/layout/browser_toolbar.xml
rename : mobile/android/base/resources/layout/browser_toolbar_menu.xml.in => mobile/android/base/resources/layout/browser_toolbar_menu.xml
rename : mobile/android/base/resources/layout/gecko_app.xml.in => mobile/android/base/resources/layout/gecko_app.xml
rename : mobile/android/base/resources/layout/tabs_panel.xml.in => mobile/android/base/resources/layout/tabs_panel.xml
rename : mobile/android/base/resources/layout/text_selection_handles.xml.in => mobile/android/base/resources/layout/text_selection_handles.xml
rename : mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu/browser_app_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml
2013-03-15 00:44:00 +00:00
Gene Lian
cc115912d5 Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 2, nsIDOMMozMmsMessage). r=vicamo,mounir,mrbkap sr=sicking a=leo+ 2013-03-09 15:21:55 +08:00
Paul Adenot
50b59f2b0b Bug 850713 - Bump the required NDK version to 9. r=blassey.bugs,mh+mozilla 2013-03-15 16:28:07 +13:00
Phil Ringnalda
d0d78e1063 Back out 0044e4c2dc53 (bug 851149), 3080f18ba53d (bug 698328), 0b147c3f682b (bug 850713) for Android bustage
CLOSED TREE
2013-03-14 21:19:40 -07:00
Paul Adenot
80dcb414f4 Bug 850713 - Bump the required NDK version to 9. r=blassey.bugs,mh+mozilla
--HG--
extra : rebase_source : d6886dcfe87747e77c3828289b1184a58e6a0c09
2013-03-15 16:28:07 +13:00
Adrian Tamas
2314501019 Bug 822259 - Robocop: Add test for Find in Page feature. r=jmaher 2012-12-14 09:29:17 +02:00
Brian Nicholson
609d3f901e Bug 844407 - Make Tabs thread-safe. r=rnewman,bnicholson
--HG--
extra : rebase_source : 1b11fe51c46f9ab61a7fadd8a61bec5bf43c49b6
2013-03-13 21:56:50 -07:00
Sriram Ramasubramanian
3eec603af5 Bug 850814: Align the BrowserToolbar's curves properly. [r=mfinkle] 2013-03-13 12:40:22 -07:00
Sriram Ramasubramanian
0a3144fdbf Bug 848707: Add focused states for buttons. [r=mfinkle] 2013-03-13 12:28:01 -07:00
Sriram Ramasubramanian
14ed094e9c Bug 848707: Change highlight color. [r=mfinkle] 2013-03-13 12:16:09 -07:00
Brian Nicholson
fe44f36220 Bug 850487 - More code cleanup (@Overrides and unused imports). r=kats
--HG--
extra : rebase_source : 376574e0c41b91c16a6be335584a4a61768bb4a9
2013-03-13 13:20:57 -07:00
Lucas Rocha
4098b89ab0 Bug 818079 - Don't allow entering awesomescreen while animating (r=mfinkle) 2013-03-13 19:57:00 +00:00
Sriram Ramasubramanian
82cb55c4f1 Bug 849495: LWTheme bitmap should be at least as wide as the device width. [r=mfinkle]
--HG--
extra : rebase_source : 71484a2d894d3c369cc01412d177f611b7391ceb
2013-03-12 14:45:01 -07:00
Sriram Ramasubramanian
4523236c32 Bug 846949: Cleanup browser toolbar animation. [r=lucasr]
--HG--
extra : rebase_source : ba77407efe264e20a8dfb013ee77def241042a6a
2013-02-27 14:18:28 -08:00
Brian Nicholson
c326f9dc52 Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle
--HG--
extra : rebase_source : 9a73a8be6d9b7ce6e3779bf27a73811eb17a539a
2013-02-15 22:44:14 -08:00
Margaret Leibovic
aecc9acbae Bug 772598 - Use "Site settings" instead of "Site preferences" in clear private data dialog. r=mfinkle 2013-03-13 09:04:59 -07:00
Margaret Leibovic
22173455d4 Bug 847849 - Hostname in site settings dialog is misaligned. r=wesj 2013-03-13 09:04:59 -07:00
Margaret Leibovic
02b4d7e608 Bug 850307 - Get rid of unused strings in browser.properties. r=mfinkle 2013-03-13 09:04:59 -07:00
Gregory Szorc
d424f41bfa Merge mozilla-central into inbound 2013-03-13 09:03:20 -07:00
Gregory Szorc
426ac0cdd3 Merge mozilla-central into build-system 2013-03-13 08:20:09 -07:00
Kartikaya Gupta
d976ddfc04 Bug 827347 - Allow force-downloading and installing of updates from about:firefox. r=snorp,blassey 2013-03-13 15:47:38 +00:00
Richard Newman
8b9a14a7d9 Backed out changeset ab05fe92799d (Bug 844407) for robocop bustage on a CLOSED TREE. 2013-03-13 00:03:53 -07:00
Brian Nicholson
12d4c5fcdc Bug 844407 - Make Tabs thread-safe. r=rnewman,bnicholson 2013-03-12 21:07:56 -07:00
Gregory Szorc
de55b5242b Merge mozilla-central into build-system
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Ryan VanderMeulen
35fc52b0e7 Backed out 2 changesets (bug 815862, bug 805479) for making bug 768459 nearly perma-fail on Android 2.2 opt. 2013-03-12 11:05:03 -04:00
Gregory Szorc
c865547d94 Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Mark Finkle
0877317431 Bug 849211 - java.lang.NoSuchFieldException: bookmarkdefaults_favicon_support r=margaret 2013-03-13 11:07:09 -04:00
Mark Finkle
4c9af35476 Bug 844872 - All addons and search engines present an option section even when the plugin does not have any options r=margaret 2013-03-13 11:07:06 -04:00
Kartikaya Gupta
6b33d2a704 Bug 849955 - Put the quit menu item back for non-touchscreen devices on ICS and up. r=sriram 2013-03-13 11:41:56 +00:00
Chris Lord
4cff2c2f1d Bug 849254 - Fix NullPointerException in BrowserApp.setToolbarHeight. r=kats 2013-03-11 16:04:55 +00:00
Chris Lord
e91bccc03f Bug 849539 - Fix launching web-apps after bug 716403. r=mfinkle
Forgot to change the Web-App layout to use RelativeLayout instead of
LinearLayout.
2013-03-11 14:29:47 +00:00
Kartikaya Gupta
5ffd5e0870 Bug 846774 - Make GeckoEvent member variables private. r=cpeterson 2013-03-10 22:43:53 +00:00
Kartikaya Gupta
feb33ec008 Bug 846774 - Replace the sync event with an ack flag on events. r=cpeterson 2013-03-10 22:43:30 +00:00
Lucas Rocha
dbcd9ca249 Bug 844526 - Reset touch/scroll state on ACTION_UP while in overscroll in TwoWayView (r=mfinkle) 2013-03-12 13:47:48 +00:00
Chris Lord
ad176442fe Bug 849845 - Map Gamepad-Y to toggle chrome on Firefox/Android. r=kats 2013-03-12 13:22:01 +00:00
Kartikaya Gupta
01a5ffd9b3 Bug 815862 - Bump up max allowed scrolling acceleration to deal with high-dpi devices. r=Cwiiis 2013-03-12 11:18:12 +00:00
Kartikaya Gupta
8311385a1e Bug 805479 - When calculating the initial fling velocity use an average of recent velocities to work around bad input events. r=Cwiiis 2013-03-12 11:16:28 +00:00
Chris Lord
1223d0af9b Bug 849845 - Map Gamepad L1/R1 to back/forward on Android. r=kats 2013-03-13 02:58:41 +00:00
Chris Lord
e0508c0d20 Bug 846772 - Enable dynamic toolbar by default on Android. r=kats 2013-03-12 18:32:26 +00:00
Chris Lord
7e36d3f8d7 Bug 846772 - Observe dynamic toolbar pref on Android. r=kats
Respond to this pref changing instantly instead of requiring a restart.
2013-03-12 18:32:26 +00:00
Chris Lord
aaaa3fc551 Bug 846772 - Add prefs observing to PrefsHelper/browser.js on Android. r=kats 2013-03-12 18:32:25 +00:00
Chris Lord
9e55e63817 Bug 849958 - Add primitive axis-locking code to dynamic toolbar. r=kats
Add some axis-locking code that adds a scroll threshold to toolbar appearance,
and stops the toolbar from appearing when scrolling down then up when the
toolbar isn't visible, or when scrolling side to side.
2013-03-12 17:58:13 +00:00
Ryan VanderMeulen
b16b9555c1 Backed out 5 changesets (bug 846772) for Android reftest-3 orange on a CLOSED TREE. 2013-03-12 17:37:16 -04:00
Ryan VanderMeulen
34709ea94d Backed out changeset 71d1bd406c7e (bug 849845) and changeset af753b784e28 (bug 849958) to see if it fixes robocop timeouts on a CLOSED TREE. 2013-03-12 17:34:29 -04:00
Kartikaya Gupta
4625c72bb2 Bug 849281 - Use the NdefMessage constructor that is in API 9 instead of the one that is 16+. r=mfinkle 2013-03-09 22:52:43 +00:00
Wes Johnston
a437cc4b76 Bug 838440 - Refresh about:home twhen the activity is resumed. r=lucasr 2013-03-08 13:01:51 -08:00
Mike Hommey
7ffa00c299 Backout changeset d7fa00b3ee3e (bug 834337) because it is not needed after bug 842681 2013-03-08 19:20:50 +01:00
Mike Hommey
75b85fb347 Bug 842681 - Use the linker Zip code through JNI for GeckoJarReader. r=kats 2013-03-08 19:20:13 +01:00
Brian Smith
13bcb99fd4 bug 750421 - remove unnecessary nsIBadCertListener2 and nsISSLErrorListener implementations r=mayhemer r=mounir r=dolske 2013-03-06 11:25:03 -08:00
Geoff Brown
f775e73ec4 Bug 849260 - Fix waitForText timeouts in testBookmarksTab; r=jmaher DONTBUILD 2013-03-08 09:52:55 -07:00
Lucas Rocha
153ad1156f Bug 846025 - Fix "too low" and "too high" correction in TwoWayView (r=mfinkle) 2013-03-08 13:13:58 +00:00
Mike Hommey
7c387b6cab Forgot to hg rm the files that changeset 0616a4ae8aa2 (bug 842681) had added. DONTBUILD 2013-03-08 13:39:32 +01:00
Mike Hommey
2256c2bff1 Backout changeset 99e3a0501c52 and 0616a4ae8aa2 (bug 842681) because of android robocop orange 2013-03-08 13:26:29 +01:00
Mike Hommey
64cab1cb2b Backout changeset d7fa00b3ee3e (bug 834337) because it is not needed after bug 842681 2013-03-08 09:32:34 +01:00
Mike Hommey
45cbcb09b8 Bug 842681 - Use the linker Zip code through JNI for GeckoJarReader. r=kats 2013-03-08 09:27:52 +01:00
Mike Hommey
d867b19e9a Bug 842681 - Call GeckoLoader.loadMozGlue from GeckoApplication.onCreate instead of GeckoApp.onCreate. r=kats 2013-03-08 09:27:46 +01:00
Kartikaya Gupta
e3a17bf629 Bug 848901 - NFC transmission APIs on android only exist on API 14 and up. r=sriram 2013-03-08 00:15:54 +00:00
Chris Peterson
3e4508ca00 Bug 848761 - input element's type attribute values are case-insensitive. r=jchen 2013-03-07 14:12:40 +00:00
Aaron Moses
5df0ded563 Bug 845375 - Implement the nsIClientAuthDialogs interface for android. r=kats 2013-03-07 18:08:03 +00:00
Gavin Sharp
1daffe38be Bug 831236 followup: adjust comment 2013-03-07 09:38:33 -08:00
Gavin Sharp
07d5346c07 Bug 831236: remove mobile/xul, r=axel,mfinkle,gps,glandium
--HG--
extra : rebase_source : be789eac5e8e769a54e6c0c4126065c8b5a5192e
2013-03-06 23:43:44 -08:00
Jim Chen
46c21b437e Bug 840406 - Use password mode for all type=password inputs; r=cpeterson 2013-03-07 13:16:46 +00:00
Gregory Szorc
7b6f9c7add Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.

--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Chris Lord
f619313793 Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-07 10:17:34 +00:00
Chris Lord
26119ae470 Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
This uses the aforementioned method on nsIDOMWindowUtils to make sure layout's
idea of the fixed position margins matches those used in the compositor.
2013-03-07 10:17:33 +00:00
Chris Lord
05c34bba51 Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
2013-03-07 10:17:33 +00:00
Chris Lord
9f56d361e1 Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-07 10:17:33 +00:00
Chris Lord
792e39c1fd Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-07 10:17:33 +00:00
Wes Johnston
c733a1eca6 Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-07 10:17:32 +00:00
Chris Peterson
62e122e7f7 Bug 848409 - Part 2: Remove unused Android defaults.xml resource files. r=kats 2013-03-06 16:37:38 +00:00
Chris Peterson
abc29e0a66 Bug 848409 - Part 1: Enable Android Strict Mode for local builds. r=kats 2013-03-06 16:37:04 +00:00
Ryan VanderMeulen
e67ae46cb3 Backed out 9 changesets (bug 716403) for Android 4.0 robocop bustage on a CLOSED TREE. 2013-03-06 16:11:05 -05:00
Ryan VanderMeulen
ba57170622 Bug 739757 - Back it out fully this time on a CLOSED TREE. 2013-03-06 13:59:09 -05:00
Nick Alexander
6140c88aea Bug 843889 - Factor tabs code that is not Sync-specific out of org.mozilla.gecko.sync. r=rnewman 2013-03-06 10:05:39 -08:00
Chris Lord
2de25383ce Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-06 16:56:00 +00:00
Chris Lord
3b766188aa Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
This uses the aforementioned method on nsIDOMWindowUtils to make sure layout's
idea of the fixed position margins matches those used in the compositor.
2013-03-06 16:56:00 +00:00
Chris Lord
eb30c361bf Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
2013-03-06 16:56:00 +00:00
Chris Lord
c2165b62fc Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-06 16:55:59 +00:00
Chris Lord
824a09dd68 Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-06 16:55:59 +00:00
Wes Johnston
a68b821526 Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-06 16:55:59 +00:00
Margaret Leibovic
14d5a44bd7 backout 3c5239c5771d for test failures 2013-03-06 16:47:34 +00:00
Margaret Leibovic
84234ca7cd backout 17ab91e3a0c5 for test failures 2013-03-06 16:47:34 +00:00
Margaret Leibovic
a8bde3cae8 backout 38c9642dfab0 for test failures 2013-03-06 16:47:34 +00:00
Margaret Leibovic
2db36e771d backout 3637227e2fee for test failures 2013-03-06 16:47:34 +00:00
Margaret Leibovic
21cd6f2f16 backout 14893b300874 for test failures 2013-03-06 16:47:33 +00:00
Ed Morley
208affdb36 Bug 843947 - Temporarily disable testSettingsMenuItems for too many intermittent failures, so we can unhide the otherwise green Panda robocop 2013-03-06 14:34:38 +00:00
Henri Sivonen
2d8b0b6f1a Bug 847870 - Gather telemetry about character encoding menu use on Android. r=mfinkle. 2013-03-06 15:28:07 +02:00
Margaret Leibovic
5aa08af087 Bug 739757 - (Part 6) Update login manager strings. r=mfinkle 2013-03-06 13:02:46 +00:00
Margaret Leibovic
d6b4aaa332 Bug 739757 - (Part 5) Update telemetry prompt strings. r=mfinkle 2013-03-06 13:02:45 +00:00
Margaret Leibovic
9c6c8ba4ca Bug 739757 - (Part 4) Update popup blocked notifications. r=mfinkle 2013-03-06 13:02:39 +00:00
Margaret Leibovic
4160f0c856 Bug 739757 - (Part 3) Update click to play plugin strings to use "activate" instead of "play". r=mfinkle 2013-03-06 13:02:39 +00:00
Margaret Leibovic
c12052b353 Bug 739757 - (Part 2) Update strings for content permissions prompts. r=mfinkle 2013-03-06 13:02:38 +00:00
Margaret Leibovic
b4b74aa9c8 Bug 739757 - (Part 1) Update strings for offline apps/indexedDB notifications. r=mfinkle 2013-03-06 13:02:38 +00:00
Geoff Brown
394ee8c644 Bug 847916 - Reduce normal logging in robocop testBrowserProvider; r=rnewman 2013-03-06 02:46:55 -07:00
Kartikaya Gupta
f9247ac9ce Back out ecc5ce4b7632 (bug 849955) for missing Android API level checks. r=me DONTBUILD 2013-03-12 10:15:46 +00:00
Kartikaya Gupta
b713d88efa Bug 849955 - Put the quit menu item back for non-touchscreen devices on ICS and up. r=sriram 2013-03-12 10:09:09 +00:00
Kartikaya Gupta
2ade598b76 Bug 845499 - Make the action bar items show up in the right spot on landscape layouts on tablets with a hardware menu button. r=sriram 2013-03-12 10:07:10 +00:00
Kartikaya Gupta
b005506f33 Bug 845499 - Fix broken sIsSmallTablet result cache. r=sriram 2013-03-12 10:06:51 +00:00
Richard Newman
411105aaa2 Bug 850060 - ALL_PAGES is a crummy log tag. r=bnicholson 2013-03-12 00:19:30 -07:00
Richard Newman
0dafc136c1 Bug 850058 - GeckoDisplayPortCalculator is too long to be a log tag. r=trivial 2013-03-12 00:19:30 -07:00
Brian Nicholson
549166e611 Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle 2013-03-11 16:09:14 -07:00
Mark Capella
3c0206eb79 Bug 837815 Reading list button opens Top Sites, not Reading List, r=wesj 2013-03-11 18:27:24 -04:00
Sriram Ramasubramanian
e662fa3f8e Bug 844471: Menu obscured in landscape mode. [r=mfinkle]
--HG--
extra : rebase_source : 3b6ae07474318995f070a32abade9406872d67f5
2013-03-11 13:10:00 -07:00
Sriram Ramasubramanian
d5d1b9388d Bug 844471: Menu is obscured in landscape mode. [r=mfinkle]
--HG--
extra : rebase_source : 91bf6ce0af16c45c522a77c5f3dc35d539cdb4ba
2013-03-11 13:08:25 -07:00
Sriram Ramasubramanian
9dd706e89b Bug 847578: Reduce redundant views in site identity popup. [r=mfinkle]
--HG--
extra : rebase_source : 8c85017a16f09ec47d5845d9d66d1ce2af31f4ad
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
3c2b79a84a Bug 847578: Flatten Site identity popup. [r=mfinkle]
--HG--
extra : rebase_source : 89ac0bc865ddc42fc1d6cf75d48a8a3960258b13
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
75b671ebc9 Bug 847578: Flat Holo styled door hanger buttons. [r=mfinkle]
--HG--
extra : rebase_source : 18ed2e6e987f663d0a17f7025e11454ef7c90e39
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
e4cd988580 Bug 847578: Flat Holo styled door hanger buttons. [r=mfinkle]
--HG--
extra : rebase_source : 10e4897f80d67f80846f672d97bb033b6f0637a3
2013-03-11 14:07:10 -07:00
Sriram Ramasubramanian
5e0f46c627 Bug 847578: Flat UI for Doorhangers. [r=mfinkle]
--HG--
extra : rebase_source : d431cbee52d6435af8f43a679adecdaf51273a43
2013-03-11 14:07:10 -07:00
Matt Brubeck
cba07d1de4 Bug 849277 - Remove unused content permission strings in Firefox for Android [r=margaret] 2013-03-11 14:51:53 -07:00
Geoff Brown
1715a4b103 Bug 817899 - Use ListView.getChildAt responsibly in robocop tests; r=jmaher 2013-03-11 13:16:16 -06:00
Raymond Lee
bc4f1ef9ac Bug 847814 - Remove browser.geolocation.warning.infoURL preference for mobile/andriod if it's not used. r=margaret 2013-03-12 00:10:45 +08:00
Brian Nicholson
10fa55b0aa Bug 823285 - Use foreground notification service for downloads. r=kats
--HG--
extra : rebase_source : 004e31f0379819c5f72420223b24ed0ceccb2e2e
2013-03-11 11:59:23 -07:00
Margaret Leibovic
d4a3e30882 Bug 847942 - Make active tap highlight color gray instead of orange. r=wesj 2013-03-11 11:44:59 -07:00
Mark Capella
220f355959 Backing out bug 837815, changeset 64df2203966e, r=me 2013-03-05 14:58:40 -05:00
Jim Chen
c0251edf27 Bug 843048 - Delay setting IME context on Gecko thread instead of Java thread; r=cpeterson 2013-03-05 15:24:35 +00:00
Chris Peterson
f7a27ec142 Bug 822686 - Check for null BitmapDrawable for missing jar resources. r=mfinkle 2013-03-05 12:08:43 +00:00
Kartikaya Gupta
77b7b0355d Bug 726335 - Add support for sharing the current tab's URL over Android Beam. r=mfinkle 2013-03-05 13:06:09 +00:00
Kartikaya Gupta
36d9b80bf3 Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle 2013-03-05 13:05:52 +00:00
Kartikaya Gupta
e5249c7acc Bug 726335 - Code formatting cleanup. r=mfinkle 2013-03-05 13:05:26 +00:00
Kartikaya Gupta
f7cdb2b330 Bug 847856 - Only send logcat data when the user selects the URL checkbox. r=mfinkle 2013-03-05 12:59:31 +00:00
Jim Chen
02ee1b5198 Bug 831144 - Properly pass meta states to Gecko; r=cpeterson 2013-03-05 11:07:51 +00:00
Geoff Brown
8500dbae53 Bug 846158 - Clear mEventReceived in robocop blockForEvent; r=kats 2013-03-05 03:27:29 -07:00
Richard Newman
2e63bd0796 Bug 840128 - Android client for Bagheera. r=nalexander 2013-03-04 18:38:24 -08:00
Mike Hommey
a2174bcbf7 Bug 847011 - Fix NSINSTALL in res/drawable-mdpi/icon.png rule. r=ted 2013-03-04 19:34:02 +01:00
Jonathan Kew
584f2e9547 bug 700023 followup - flip the graphite pref back to false on android, due to memory usage regression (see bug 846832). r=kats 2013-03-04 18:23:17 +00:00
James Willcox
961bcd2b47 Bug 837114 - Don't leak Flash shared objects while private browsing on Android r=bsmedberg
--HG--
extra : rebase_source : 68a58f6338d375093f5908a8c13fef7888c24462
2013-03-04 13:18:20 -05:00
Mark Finkle
fab9e5033f Bug 826476 - Modify sqlite database pragmas to possibly improve performance r=kats 2013-03-12 16:19:47 -04:00
Kartikaya Gupta
1d927865e6 Bug 805479 - When calculating the initial fling velocity use an average of recent velocities to work around bad input events. r=Cwiiis 2013-03-12 11:16:28 +00:00
Chris Lord
407476182a Bug 846772 - Enable dynamic toolbar by default on Android. r=kats 2013-03-12 18:32:26 +00:00
Chris Lord
dd471fc23a Bug 846772 - Observe dynamic toolbar pref on Android. r=kats
Respond to this pref changing instantly instead of requiring a restart.
2013-03-12 18:32:26 +00:00
Chris Lord
3e1166aafa Bug 846772 - Add prefs observing to PrefsHelper/browser.js on Android. r=kats 2013-03-12 18:32:25 +00:00
Ryan VanderMeulen
b3235c708a Backed out changeset d31d517c7f7c (bug 840593) for robocop orange on a CLOSED TREE.
DONTBUILD
2013-03-12 14:37:39 -04:00
Chris Lord
1f5c5c954a Bug 849845 - Map Gamepad L1/R1 to back/forward on Android. r=kats 2013-03-12 17:58:23 +00:00
Chris Lord
9f31fca337 Bug 849958 - Add primitive axis-locking code to dynamic toolbar. r=kats
Add some axis-locking code that adds a scroll threshold to toolbar appearance,
and stops the toolbar from appearing when scrolling down then up when the
toolbar isn't visible, or when scrolling side to side.
2013-03-12 17:58:13 +00:00
Chris Lord
ac1e8ea7d8 Bug 849246 - Follow the scroll velocity for the dynamic toolbar. r=kats
In the rare situation that you cause a fast fling with a very short motion,
it's possible that the toolbar won't hide/show as you expect. Fix this by
saying that any swipe that's faster than the default animation speed
dictates the direction in which the toolbar moves.
2013-03-12 17:38:24 +00:00
Wes Johnston
a0ea7ae176 Bug 840593 - Remove minimum width on about pages. r=mbrubeck 2013-03-12 09:51:04 -07:00
Margaret Leibovic
3115edad72 Bug 739757 - Update doorhanger notification strings. r=mfinkle,gbrown
* * *
Bug 739757 - (Part 1) Update strings for offline apps/indexedDB notifications. r=mfinkle
* * *
Bug 739757 - (Part 2) Update strings for content permissions prompts. r=mfinkle
* * *
Bug 739757 - (Part 3) Update click to play plugin strings to use "activate" instead of "play". r=mfinkle
* * *
Bug 739757 - (Part 4) Update popup blocked notifications. r=mfinkle
* * *
Bug 739757 - (Part 5) Update telemetry prompt strings. r=mfinkle
* * *
Bug 739757 - (Part 6) Update login manager strings. r=mfinkle
* * *
Bug 739757 - (Part 7) Update testDoorHanger to work with new strings. r=gbrown
2013-03-12 08:47:12 -07:00
Raymond Lee
b6c2c37151 Bug 840682 - Use HTTPS instead of HTTP in the links to crash reports in about:crashes. r=gavin 2013-03-04 15:11:21 +08:00
Mark Capella
112424268b Bug 841252 - [Robocop] Tests for localized distribution preferences, r=margaret 2013-03-04 05:22:41 -05:00
Lucas Rocha
7f62afe13c Bug 846751 - Remove unnecessary log call in TwoWayView (r=mfinkle) 2013-03-03 23:01:30 +00:00
Lucas Rocha
29adcd9792 Bug 817828 - Don't use hardware layers on toolbar animations (r=sriram) 2013-03-01 21:30:07 +00:00
Kartikaya Gupta
d99977b373 Bug 846786 - Allow GfxInfoThread.hasData() to be called after GfxInfoThread.getData(). r=Cwiiis 2013-03-02 07:52:04 -05:00
Kartikaya Gupta
d9dc8ecf36 Bug 787001 - Don't set the global compositor first-paint flag when a background tab receives the before-first-paint event. r=Cwiiis 2013-03-02 07:51:54 -05:00
Kartikaya Gupta
8e3691949d Bug 822666 - Robustify zoom comparison warning against floating point rounding. r=Cwiiis 2013-03-02 07:51:42 -05:00
Kartikaya Gupta
4689b105c7 Bug 831781 - Some touchups to the code to make it more consistent and robust. r=Cwiiis 2013-03-01 22:50:49 -05:00
Kartikaya Gupta
71282129b7 Bug 831781 - Add support for zooming in/out with gamepad zoom buttons. r=Cwiiis 2013-03-01 22:50:48 -05:00
Kartikaya Gupta
2e9a089695 Bug 831781 - Extract a getAdjustedZoomFactor method to encapsulate the zoom edge resistance. No functional change. r=Cwiiis 2013-03-01 22:50:48 -05:00
Kartikaya Gupta
4224112190 Bug 831781 - Add support for ouya gamepad joystick-based scrolling. r=Cwiiis 2013-03-01 22:50:48 -05:00
Kartikaya Gupta
2d210eeb20 Bug 769524 - Remove sleep workaround now that bug 772672 is fixed. r=gbrown 2013-03-01 22:48:33 -05:00
Mark Capella
4d0359de24 Bug 811905 - Make bookmarks and history buttons in awesomescreen look more clickable, r=wesj 2013-03-01 22:19:14 -05:00
Geoff Brown
06f9b0e96e Bug 846353: Fix typos in robocop testBookmarksTab, testDoorHanger and testShareLink; r=jmaher DONTBUILD 2013-03-01 18:41:05 -07:00
Margaret Leibovic
31e6f3cadb Bug 846102 - Remove sub-frame offset from cursor handle position calculation. r=bnicholson 2013-03-01 17:06:03 -08:00
Margaret Leibovic
9da4fa49ef Bug 748469 - (Part 2) Clean up FormAssist.positionAndShowPopup. r=wesj 2013-03-01 17:06:00 -08:00
Margaret Leibovic
51e346166d Bug 748469 - (Part 1) Move FormAssistPopup viewport math to Java. r=kats 2013-03-01 17:05:58 -08:00
Wes Johnston
9b308ebeed Bug 838400 - Set an explicit minHeight on context menu items. r=sriram DONTBUILD 2013-03-01 16:09:33 -08:00
Wes Johnston
d15303bfb3 backout 24dd58c6390c to fix commit message 2013-03-01 16:09:31 -08:00
Geoff Brown
4af4f096f4 Bug 769919: Allow retry when getting awesomebar ListView in robocop tests; r=jmaher 2013-03-01 17:02:52 -07:00
Mark Capella
ff4e101487 Bug 784331 - No indication if a page is in reader mode, r=lucasr 2013-03-01 19:01:11 -05:00
Wes Johnston
806c42f604 Bug 844834 - Use system colors for dialog titles. r=sriram 2013-03-01 15:57:38 -08:00
Wes Johnston
96d0558149 Bug 828400 - Set an explicit minHeight on context menu items. r=sriram 2013-03-01 15:57:36 -08:00
Ryan VanderMeulen
3fe58cf9ea Backed out 8 changesets (bug 716403) for frequent Android mochitest-8 failures on a CLOSED TREE. 2013-03-01 16:09:59 -05:00
Chris Lord
e1c1aa96f5 Bug 716403 - Hide dynamic toolbar hiding behind a pref. r=kats
Disable dynamic toolbar hiding on Android by default, with pref
browser.chrome.dynamictoolbar available to enable it.
2013-03-01 15:46:35 +00:00
Chris Lord
d9add926ef Bug 716403 - Use setContentDocumentFixedPositionMargins in Android's browser.js. r=kats
This uses the aforementioned method on nsIDOMWindowUtils to make sure layout's
idea of the fixed position margins matches those used in the compositor.
2013-03-01 15:46:34 +00:00
Chris Lord
0c40fe5cb5 Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
2013-03-01 15:46:34 +00:00
Chris Lord
15c898c492 Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-01 15:46:34 +00:00
Chris Lord
9dcda147b3 Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-01 15:46:33 +00:00
Wes Johnston
95a2b06fb3 Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-01 15:46:33 +00:00
Gene Lian
3fd091d44a Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
--HG--
rename : dom/sms/interfaces/nsIDOMMozSmsEvent.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsEvent.idl
rename : dom/sms/interfaces/nsIDOMMozSmsMessage.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsMessage.idl
rename : dom/sms/interfaces/nsIDOMNavigatorSms.idl => dom/mobilemessage/interfaces/nsIDOMNavigatorSms.idl
rename : dom/sms/interfaces/nsIDOMSmsCursor.idl => dom/mobilemessage/interfaces/nsIDOMSmsCursor.idl
rename : dom/sms/interfaces/nsIDOMSmsFilter.idl => dom/mobilemessage/interfaces/nsIDOMSmsFilter.idl
rename : dom/sms/interfaces/nsIDOMSmsManager.idl => dom/mobilemessage/interfaces/nsIDOMSmsManager.idl
rename : dom/sms/interfaces/nsIDOMSmsRequest.idl => dom/mobilemessage/interfaces/nsIDOMSmsRequest.idl
rename : dom/sms/interfaces/nsIDOMSmsSegmentInfo.idl => dom/mobilemessage/interfaces/nsIDOMSmsSegmentInfo.idl
rename : dom/sms/interfaces/nsISmsRequest.idl => dom/mobilemessage/interfaces/nsISmsRequest.idl
rename : dom/sms/interfaces/nsISmsService.idl => dom/mobilemessage/interfaces/nsISmsService.idl
rename : dom/sms/src/Constants.cpp => dom/mobilemessage/src/Constants.cpp
rename : dom/sms/src/Constants.h => dom/mobilemessage/src/Constants.h
rename : dom/sms/src/SmsCursor.cpp => dom/mobilemessage/src/SmsCursor.cpp
rename : dom/sms/src/SmsCursor.h => dom/mobilemessage/src/SmsCursor.h
rename : dom/sms/src/SmsFilter.cpp => dom/mobilemessage/src/SmsFilter.cpp
rename : dom/sms/src/SmsFilter.h => dom/mobilemessage/src/SmsFilter.h
rename : dom/sms/src/SmsManager.cpp => dom/mobilemessage/src/SmsManager.cpp
rename : dom/sms/src/SmsManager.h => dom/mobilemessage/src/SmsManager.h
rename : dom/sms/src/SmsMessage.cpp => dom/mobilemessage/src/SmsMessage.cpp
rename : dom/sms/src/SmsMessage.h => dom/mobilemessage/src/SmsMessage.h
rename : dom/sms/src/SmsRequest.cpp => dom/mobilemessage/src/SmsRequest.cpp
rename : dom/sms/src/SmsRequest.h => dom/mobilemessage/src/SmsRequest.h
rename : dom/sms/src/SmsSegmentInfo.cpp => dom/mobilemessage/src/SmsSegmentInfo.cpp
rename : dom/sms/src/SmsSegmentInfo.h => dom/mobilemessage/src/SmsSegmentInfo.h
rename : dom/sms/src/SmsServicesFactory.cpp => dom/mobilemessage/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServicesFactory.h => dom/mobilemessage/src/SmsServicesFactory.h
rename : dom/sms/src/Types.h => dom/mobilemessage/src/Types.h
rename : dom/sms/src/android/SmsService.cpp => dom/mobilemessage/src/android/SmsService.cpp
rename : dom/sms/src/android/SmsService.h => dom/mobilemessage/src/android/SmsService.h
rename : dom/sms/src/fallback/SmsService.cpp => dom/mobilemessage/src/fallback/SmsService.cpp
rename : dom/sms/src/fallback/SmsService.h => dom/mobilemessage/src/fallback/SmsService.h
rename : dom/sms/src/ipc/PSms.ipdl => dom/mobilemessage/src/ipc/PSms.ipdl
rename : dom/sms/src/ipc/PSmsRequest.ipdl => dom/mobilemessage/src/ipc/PSmsRequest.ipdl
rename : dom/sms/src/ipc/SmsChild.cpp => dom/mobilemessage/src/ipc/SmsChild.cpp
rename : dom/sms/src/ipc/SmsChild.h => dom/mobilemessage/src/ipc/SmsChild.h
rename : dom/sms/src/ipc/SmsIPCService.cpp => dom/mobilemessage/src/ipc/SmsIPCService.cpp
rename : dom/sms/src/ipc/SmsIPCService.h => dom/mobilemessage/src/ipc/SmsIPCService.h
rename : dom/sms/src/ipc/SmsParent.cpp => dom/mobilemessage/src/ipc/SmsParent.cpp
rename : dom/sms/src/ipc/SmsParent.h => dom/mobilemessage/src/ipc/SmsParent.h
rename : dom/sms/src/ipc/SmsTypes.ipdlh => dom/mobilemessage/src/ipc/SmsTypes.ipdlh
rename : dom/sms/src/ipc/ipdl.mk => dom/mobilemessage/src/ipc/ipdl.mk
rename : dom/sms/src/ril/SmsService.cpp => dom/mobilemessage/src/ril/SmsService.cpp
rename : dom/sms/src/ril/SmsService.h => dom/mobilemessage/src/ril/SmsService.h
rename : dom/sms/tests/Makefile.in => dom/mobilemessage/tests/Makefile.in
rename : dom/sms/tests/marionette/manifest.ini => dom/mobilemessage/tests/marionette/manifest.ini
rename : dom/sms/tests/marionette/test_between_emulators.py => dom/mobilemessage/tests/marionette/test_between_emulators.py
rename : dom/sms/tests/marionette/test_bug814761.js => dom/mobilemessage/tests/marionette/test_bug814761.js
rename : dom/sms/tests/marionette/test_emulator_loopback.js => dom/mobilemessage/tests/marionette/test_emulator_loopback.js
rename : dom/sms/tests/marionette/test_filter_date.js => dom/mobilemessage/tests/marionette/test_filter_date.js
rename : dom/sms/tests/marionette/test_filter_date_notfound.js => dom/mobilemessage/tests/marionette/test_filter_date_notfound.js
rename : dom/sms/tests/marionette/test_filter_mixed.js => dom/mobilemessage/tests/marionette/test_filter_mixed.js
rename : dom/sms/tests/marionette/test_filter_number_multiple.js => dom/mobilemessage/tests/marionette/test_filter_number_multiple.js
rename : dom/sms/tests/marionette/test_filter_number_single.js => dom/mobilemessage/tests/marionette/test_filter_number_single.js
rename : dom/sms/tests/marionette/test_filter_read.js => dom/mobilemessage/tests/marionette/test_filter_read.js
rename : dom/sms/tests/marionette/test_filter_received.js => dom/mobilemessage/tests/marionette/test_filter_received.js
rename : dom/sms/tests/marionette/test_filter_sent.js => dom/mobilemessage/tests/marionette/test_filter_sent.js
rename : dom/sms/tests/marionette/test_filter_unread.js => dom/mobilemessage/tests/marionette/test_filter_unread.js
rename : dom/sms/tests/marionette/test_getmessage.js => dom/mobilemessage/tests/marionette/test_getmessage.js
rename : dom/sms/tests/marionette/test_getmessage_notfound.js => dom/mobilemessage/tests/marionette/test_getmessage_notfound.js
rename : dom/sms/tests/marionette/test_getmessages.js => dom/mobilemessage/tests/marionette/test_getmessages.js
rename : dom/sms/tests/marionette/test_incoming.js => dom/mobilemessage/tests/marionette/test_incoming.js
rename : dom/sms/tests/marionette/test_incoming_delete.js => dom/mobilemessage/tests/marionette/test_incoming_delete.js
rename : dom/sms/tests/marionette/test_incoming_max_segments.js => dom/mobilemessage/tests/marionette/test_incoming_max_segments.js
rename : dom/sms/tests/marionette/test_incoming_multipart.js => dom/mobilemessage/tests/marionette/test_incoming_multipart.js
rename : dom/sms/tests/marionette/test_mark_msg_read.js => dom/mobilemessage/tests/marionette/test_mark_msg_read.js
rename : dom/sms/tests/marionette/test_mark_msg_read_error.js => dom/mobilemessage/tests/marionette/test_mark_msg_read_error.js
rename : dom/sms/tests/marionette/test_message_classes.js => dom/mobilemessage/tests/marionette/test_message_classes.js
rename : dom/sms/tests/marionette/test_outgoing.js => dom/mobilemessage/tests/marionette/test_outgoing.js
rename : dom/sms/tests/marionette/test_outgoing_delete.js => dom/mobilemessage/tests/marionette/test_outgoing_delete.js
rename : dom/sms/tests/marionette/test_outgoing_max_segments.js => dom/mobilemessage/tests/marionette/test_outgoing_max_segments.js
rename : dom/sms/tests/marionette/test_segment_info.js => dom/mobilemessage/tests/marionette/test_segment_info.js
rename : dom/sms/tests/marionette/test_strict_7bit_encoding.js => dom/mobilemessage/tests/marionette/test_strict_7bit_encoding.js
rename : dom/sms/tests/moz.build => dom/mobilemessage/tests/moz.build
rename : dom/sms/tests/test_sms_basics.html => dom/mobilemessage/tests/test_sms_basics.html
rename : dom/sms/tests/test_smsdatabaseservice.xul => dom/mobilemessage/tests/test_smsdatabaseservice.xul
rename : dom/sms/tests/test_smsfilter.html => dom/mobilemessage/tests/test_smsfilter.html
rename : dom/sms/tests/test_smsservice_createsmsmessage.js => dom/mobilemessage/tests/test_smsservice_createsmsmessage.js
rename : dom/sms/tests/xpcshell.ini => dom/mobilemessage/tests/xpcshell.ini
2013-03-01 16:38:47 +08:00
Margaret Leibovic
7bc516f93d Bug 846013 - Get rid of about:blank subframe entries in session restore. r=bnicholson 2013-02-28 18:31:55 -08:00
Sriram Ramasubramanian
037fe6c066 Bug 845511: Accessibility strings for tabs ui. [r=mfinkle]
--HG--
extra : rebase_source : d98af982cea4c526070f03f647dc668013a0b1d5
2013-02-28 16:29:20 -08:00
Sriram Ramasubramanian
12a1053dac Bug 821848: Cursor is not seen in private mode. [r=bnicholson] 2013-02-28 15:27:56 -08:00
Sriram Ramasubramanian
4d98e2938c Bug 846396: Settings screen in blue. [r=wesj] 2013-02-28 15:27:51 -08:00
Wes Johnston
3807195da3 Bug 768035 - Implement SiteSpecificUserAgent for Fennec. r=bnicholson 2013-02-28 14:02:21 -08:00
Olli Pettay
e594545631 Bug 845631 - Remove nsXMLHttpProgressEvent, r=sicking
--HG--
extra : rebase_source : e5c6e80fbb656782bfe0f530c778cda9d9f97f0f
2013-02-28 20:53:04 +02:00
Kartikaya Gupta
f519ef0fcb Bug 844275 - Move the GfxInfoThread so that it is guaranteed to run to completion before compositor creation. r=Cwiiis 2013-02-28 13:28:24 -05:00
Kartikaya Gupta
f86cafabb9 Bug 844275 - Drive the layer manager creation from the GLController rather than GetLayerManager. r=Cwiiis 2013-02-28 13:28:23 -05:00
Kartikaya Gupta
a6d771029a Bug 844275 - Make the GLController a singleton instance. r=Cwiiis 2013-02-28 13:28:23 -05:00
Kartikaya Gupta
26c808678c Bug 844275 - Move mCompositorCreated and associated methods from GeckoLayerClient to GLController. r=Cwiiis 2013-02-28 13:28:23 -05:00
Kartikaya Gupta
e385c3c091 Bug 844275 - Ensure that the GeckoLayerClient always starts off with an accurate viewport size. r=Cwiiis 2013-02-28 13:28:23 -05:00