Commit Graph

5432 Commits

Author SHA1 Message Date
Richard Newman
522a4400c3 Bug 936756 - Part 0: refactor prefs access in GeckoApp. r=mfinkle 2013-12-01 21:53:16 -08:00
Chris Kitching
01f91bd119 Bug 709230 - Part 4: annotate members referenced by WebRTC's JNI code. r=gcp,rnewman 2013-11-18 17:27:00 -08:00
Chris Kitching
7105a00506 Bug 709230 - Part 3: annotate the remaining Robocop entry points. r=gbrown,rnewman 2013-11-18 21:09:00 -08:00
Chris Kitching
13f47200b2 Bug 709230 - Part 2: shunt, as appropriate, methods into RobocopAPI, where possible. r=lucasr,rnewman,gbrown 2013-11-18 21:08:00 -08:00
Chris Kitching
5668f35fc4 Bug 709230 - Part 1: annotate by hand the JNI entry points not covered by the code generator. r=rnewman 2013-11-21 14:44:00 -08:00
Carsten "Tomcat" Book
6bf96d1851 merge fx-team to mozilla-central 2013-11-28 12:44:14 +01:00
Mike Hommey
8fd06cf41b Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
b32a4ed166 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Richard Newman
1913886919 Bug 943073 - Consolidate GeckoAppShell.isHighMemoryDevice and HardwareUtils.isLowMemoryPlatform. r=mcomella 2013-11-27 21:17:13 -08:00
Richard Newman
cd19c8d3bb Bug 941868 - Part 5a: uncontested cleanup and logging. r=mcomella 2013-11-27 12:21:08 -08:00
Mark Capella
978efb04dc Bug 943742 - Swiping closed non-selected tabs from tray leaves TabCounter incorrect in current screen, r=rnewman 2013-11-27 15:03:25 -05:00
Mark Finkle
5146ac7c05 Backout 4e7de85bedc2, ceb1e4a434a0, Adding context menus back r=wesj 2013-11-27 14:09:38 -05:00
Richard Newman
7812283811 Backed out changeset 192103a30df7 (bug 941868) 2013-11-27 11:03:19 -08:00
Richard Newman
c8f294eca6 Backed out changeset 9f446888b2d2 (bug 941868) 2013-11-27 10:57:15 -08:00
Brad Lassey
c830fe558b bug 744519 - mplement memory-pressure flag to react quicker to memory pressure, without waiting for event loop r=gsvelto 2013-11-27 06:52:05 -05:00
Ed Morley
78591b59b9 Bug 878560 - Rename "Automatic updates" pref to make it clearer that notifications are still expected; r=snorp f=ibarlow,mfinkle 2013-11-27 16:39:23 +00:00
Richard Newman
ccb7d16de4 Bug 941868 - Follow-up to fix typo. r=bustage 2013-11-26 20:53:10 -08:00
Richard Newman
64f793a9ff Bug 941868 - Part 5: don't fetch about:home's favicon later in the load cycle. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
bdee6c9351 Bug 941868 - Part 4: tidying and enforcing TabEvent non-null-tab constraint. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
13bf87b9d6 Bug 941868 - Part 3: don't evict built-in bitmaps, either. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
fb845f28a6 Bug 941868 - Part 2: load and cache certain preloaded favicons on launch, and remove favicon from about:home's HTML content. r=mcomella 2013-11-26 19:48:30 -08:00
Wes Johnston
88e8e59b0f Bug 880230 - Use num of unique services shared with to determine how many quick share icons to show. r=lucasr 2013-11-26 09:27:37 -08:00
Ryan VanderMeulen
b053ff822a Merge m-c to fx-team. 2013-11-25 14:25:48 -05:00
Lucas Rocha
40fb70603e Bug 941825 - Make BookmarksListAdapter's swapCursor() idempotent. r=mfinkle 2013-11-25 14:02:16 -05:00
Wes Johnston
f21b6403e1 Bug 880230 - Use ComponentName when sorting Activities. r=lucasr 2013-11-25 09:45:43 -08:00
Wes Johnston
0dad644b9c Bug 921112 - Expose MCC/MNC in payments on Android. r=mfinkle 2013-11-25 09:42:25 -08:00
Matt Brubeck
bff5acf42e Merge fx-team to mozilla-central 2013-11-23 14:24:52 -08:00
Benoit Jacob
e7f839bda7 Bug 834243 - Revert to old behavior of holding off from starting the compositor until we have successfully preallocated its EGLSurface - r=snorp 2013-11-22 18:23:36 -05:00
Benoit Jacob
008ce01c08 Bug 834243 - Revert to calling eglInitialize in Java; do it first in a EGLPreloadingThread to avoid blocking the UI thread for a long time - r=snorp 2013-11-22 18:23:34 -05:00
Ryan VanderMeulen
dae949d346 Merge fx-team to m-c. 2013-11-22 15:23:22 -05:00
Ryan VanderMeulen
548f30b37c Merge inbound to m-c. 2013-11-22 15:18:19 -05:00
Richard Newman
da7f826176 Bug 941868 - Part 1: add NonEvictingLruCache. r=mcomella 2013-11-22 17:12:20 -08:00
Richard Newman
df02c23e19 Bug 941844 - Part 2: tidy BrowserToolbar.onTabChanged. r=bnicholson 2013-11-22 17:12:20 -08:00
Richard Newman
0c1fb7f45d Bug 941844 - Part 1: don't update title if title doesn't change. r=bnicholson 2013-11-22 17:12:19 -08:00
Wes Johnston
60fcf4b30e Bug 768667 - Fix un-bitrotting. r=bustage,sriram 2013-11-22 15:18:04 -08:00
Wes Johnston
4eec9e1cc4 Bug 768667 - Follow up for review comments. r=sriram 2013-11-22 14:13:23 -08:00
Wes Johnston
503e6ea447 Bug 941201 - Send old url info in location change messages. r=margaret 2013-11-22 14:11:08 -08:00
Lucas Rocha
9d2945d409 Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram) 2013-11-22 15:34:29 +00:00
Lucas Rocha
e31b05db8f Bug 938205 - Remove unused imports from BrowserToolbar (r=sriram) 2013-11-22 15:34:29 +00:00
Ryan VanderMeulen
d4c203f100 Backed out changesets ea5939461476 and eb8ef0e80c9c (bug 938205) for robocop orange. 2013-11-22 12:32:19 -05:00
Lucas Rocha
3a5430ba7c Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram) 2013-11-22 15:34:29 +00:00
Lucas Rocha
f02fcea002 Bug 938205 - Remove unused imports from BrowserToolbar (r=sriram) 2013-11-22 15:34:29 +00:00
Carsten "Tomcat" Book
fab1e969d9 merge fx-team to mozilla-central 2013-11-22 14:51:13 +01:00
Richard Newman
c10b1b92ad Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Taylor Skidmore
8f841e5e9f Bug 941795 - Simple rename of LayerView.show/hide to LayerView.showSurface/hideSurface. r=mcomella
--HG--
extra : rebase_source : e661e52c828d9b7760284abbf7ca7759ff24eb26
2013-11-21 14:18:40 -05:00
Wes Johnston
1bd57df2b3 Bug 768667 - Use an actionmode for text selection. r=margaret,sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-hdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-mdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-mdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-xhdpi/ic_menu_share.png
2013-11-19 11:57:37 -08:00
Wes Johnston
55fbf738c2 Bug 768667 - Provide an action mode for compatibility with old Android versions. r=sriram 2013-11-19 11:57:35 -08:00
Lucas Rocha
f79900bf50 Bug 938141 - Avoid showing favicons before the thumbnails are loaded (r=rnewman) 2013-11-22 14:35:27 +00:00
Lucas Rocha
926ef6a763 Bug 935628 - Remove BrowserToolbarBackground class (r=sriram) 2013-11-22 14:31:39 +00:00
Lucas Rocha
858e7d2ae6 Bug 871522 - Factor out EditText handling into ToolbarEditText (r=sriram) 2013-11-22 13:47:42 +00:00