Margaret Leibovic
a1e1d9df70
Bug 737445 - java.lang.ClassCastException: java.lang.String at org.mozilla.gecko.FormAssistPopup$AutoCompleteListAdapter.populateSuggestionsList(FormAssistPopup.java). r=mfinkle
2012-03-20 10:52:19 -07:00
Chris Lord
38755ca32d
Bug 736729 - Fix display-port on first paint and page-size changes. r=kats
...
Previously, we only set the display-port in response to a page scrolling itself,
or when we adjust the viewport. This meant that the display-port could be
incorrect if a viewport adjustment was sent after a page-size changed, but
before a render had completed.
Similarly, we were not updating the display-port when the viewport of a
foreground document that hadn't been displayed yet was changing. This would
cause the first-paint to have an incorrect (and often too small) display port,
which wouldn't be corrected until the page was scrolled.
2012-03-21 14:44:33 +00:00
Sriram Ramasubramanian
0d4d143955
Bug 727454: BrowserToolbar inflation crash in ActionBar. [r=mfinkle]
2012-03-20 17:23:06 -07:00
Matt Brubeck
388850e1f0
Back out bug 735330, bug 737462, bug 734854 because they broke XUL Fennec
...
--HG--
rename : hal/cocoa/smslib.h => dom/system/cocoa/smslib.h
rename : hal/cocoa/smslib.mm => dom/system/cocoa/smslib.mm
2012-03-20 16:59:24 -07:00
Doug Turner
025215fba6
No Bug - Build bustage due to merge of bug 734854. Resync GeckoEvent and AndroidJavaWrappers. r=mbrubeck
...
--HG--
extra : rebase_source : a50129a4a28d6c207c61ba04bbbc149e8d74f977
2012-03-20 15:26:19 -07:00
Matt Brubeck
64d0936d9b
Bug 737582 - Remove redundant Android theme files [r=mfinkle]
2012-03-20 14:57:12 -07:00
Doug Turner
d6660fc94b
Bug 734854 - Merge PROXIMITY_EVENT with SENSOR_EVENT. r=jdm
2012-03-20 14:51:06 -07:00
Doug Turner
075acfd9f5
Bug 735330 - move device motion from dom/system to hal. r=jdm
...
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
2012-03-20 14:46:14 -07:00
Kartikaya Gupta
63aae237d4
Bug 737630 - Remove duplicated code from beginDrawing. r=pcwalton
2012-03-20 16:55:28 -04:00
Richard Newman
07d1401687
Bug 736352 - Aborting… doesn't. r=nalexander
2012-03-20 13:35:09 -07:00
Margaret Leibovic
fd92a5be57
Bug 737203 - Intermittent testBookmark | testBookmark | bookmarks list has 2 children (the bookmark we added and the hidden header) - got 0, expected 2. r=gbrown
2012-03-20 10:53:51 -07:00
Richard Newman
bc6b5802b2
Bug 734316 - Part 5: fix some more checkstyle warnings. r=trivial
2012-03-20 10:17:23 -07:00
Richard Newman
c90e3f1a05
Bug 736972 - java.lang.OutOfMemoryError: at java.io.BufferedReader.<init>(BufferedReader.java). r=nalexander
2012-03-20 10:17:23 -07:00
Richard Newman
7743316f3e
Bug 737265 - Correct creation of special folders. r=nalexander
2012-03-20 10:17:23 -07:00
Mounir Lamouri
cc2d147964
Bug 737392 - Start onResume() observers in a Runnable. r=dougt
2012-03-20 16:07:39 +01:00
Mounir Lamouri
d07b010629
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
2012-03-20 14:09:45 +01:00
Mounir Lamouri
6ac09e7cc2
Bug 737394 - Remove CapturePicker.js from package-manifest.in and adds it to removed-files.in r=glandium
2012-03-20 16:08:46 +01:00
Lucas Rocha
9889479938
Bug 708149 - Replace folder column with type in bookmarks table (r=rnewman)
2012-03-20 11:44:32 +00:00
Lucas Rocha
b8cc18229e
Bug 708149 - Allow bookmarks table migration to apply a custom migrator (r=rnewman)
2012-03-20 11:44:32 +00:00
Lucas Rocha
b5e1171918
Bug 708149 - Factor out method to migrate bookmarks table (r=rnewman)
2012-03-20 11:44:31 +00:00
Kartikaya Gupta
af2f6c1900
Bug 731603 - Save the display port and resolution in the VirtualLayer's mPosition and mResolution fields. r=Cwiiis
2012-03-20 00:07:42 -04:00
Kartikaya Gupta
fdeefb7eab
Bug 731603 - Propagate a layersUpdated flag to Java for robocop use. r=ajuma
2012-03-20 00:06:56 -04:00
Kartikaya Gupta
a9fe2cdfa1
Bug 731603 - Propagate the resolution of the painted content into syncViewportInfo as well. r=Cwiiis
2012-03-20 00:05:45 -04:00
Wes Johnston
d17165f003
Bug 735676 - Fix Sanitizer.passwords.canClear. r=mleibovic
2012-03-19 16:51:29 -07:00
Matt Brubeck
561bc88e91
Merge mozilla-central and mozilla-inbound
2012-03-19 16:47:00 -07:00
Blake Kaplan
fa9f7aeced
Bug 736087 - Remove the ns prefix from the WifiWorker component. r=philikon DONTBUILD
...
--HG--
rename : dom/wifi/nsWifiWorker.h => dom/wifi/WifiWorker.h
rename : dom/wifi/nsWifiWorker.js => dom/wifi/WifiWorker.js
rename : dom/wifi/nsWifiWorker.manifest => dom/wifi/WifiWorker.manifest
2012-03-16 18:05:28 +01:00
Blake Kaplan
9e37bedad3
Bug 736087 - Rename nsDOMWifiManager to DOMWifiManager. r=philikon
...
--HG--
rename : dom/wifi/nsDOMWifiManager.js => dom/wifi/DOMWifiManager.js
rename : dom/wifi/nsDOMWifiManager.manifest => dom/wifi/DOMWifiManager.manifest
2012-03-16 17:51:05 +01:00
William Lachance
218dc8bcda
Bug 736610 - Code to set checkerboard to flat color broken with Maple merge. r=pwalton
2012-03-18 13:26:54 -04:00
William Lachance
22ce94a5f7
Bug 734003 - Using white as the base checkerboard color doesn't work. r=pwalton
2012-03-18 13:25:13 -04:00
Mark Finkle
5d52d341f9
Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android
2012-03-17 21:51:39 -04:00
Phil Ringnalda
6454be7a84
Back out bf4b1d3c624e (bug 732069) on suspicion of causing increased failure to start the browser during tests
2012-03-17 12:32:44 -07:00
Mounir Lamouri
e08453097c
Bug 734382 - Don't show the list of activities if there is only one. r=blassey
2012-03-14 19:35:47 +01:00
Mounir Lamouri
d3bf455beb
Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava
2012-03-16 22:44:00 +01:00
Mounir Lamouri
7948b3ca37
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
2012-03-16 19:43:10 +01:00
Chris Lord
e15085320f
Bug 732756 - Fix overdrawing of checkerboard. r=kats
...
Fix overdrawing of the checkerboard layer by letting layers have a concept of
a display-port, and keeping the root layer's display port in track with
Gecko's.
2012-03-17 15:08:22 +00:00
Nick Alexander
a1c8f01682
Bug 736007 - avoid Server11RepositorySession NullPointerException. r=rnewman
2012-03-16 17:06:58 -07:00
Sriram Ramasubramanian
b3d3200781
Bug 735741: Factor out UI in about:home [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/layout/abouthome_content.xml => mobile/android/base/resources/layout/abouthome_content.xml.in
2012-03-19 16:15:05 -07:00
Sriram Ramasubramanian
e7efcb7470
Bug 715928: Screenshots for about:home. [r=mfinkle]
2012-03-19 12:36:18 -07:00
Kartikaya Gupta
354b5a2e81
Bug 727236 - Fix CSS viewport height calculation so it is based on the layout at the viewport width. r=Cwiiis
2012-03-19 14:46:49 -04:00
Margaret Leibovic
b506271f8e
Bug 727449 - Update testBookmark to expect no folders when there are no desktop bookmarks. r=gbrown
2012-03-19 11:22:36 -07:00
Margaret Leibovic
d43beef754
Bug 727449 - Only show mobile bookmarks folder contents if there are no desktop bookmarks. r=lucasr
2012-03-19 11:22:33 -07:00
Brian Nicholson
2116af2881
Bug 718240 - Use 30 second timeout for crash restore. r=mfinkle
2012-03-19 11:20:42 -07:00
Sriram Ramasubramanian
f752e1ffba
Bug 736455: Remote tabs with empty tile on about:home [r=mfinkle]
2012-03-19 10:56:38 -07:00
Sriram Ramasubramanian
573f5cc1ea
Bug 734893: Faster DB accessing with priority for GeckoAsyncTask. [r=mfinkle, r=blassey]
2012-03-19 10:53:14 -07:00
Brad Lassey
a3334f6957
bug 734624 - java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask.done(AsyncTask.java) caused by: android.database.sqlite.SQLiteConstraintException: error code 19: constraint failed, synchronize inserts to avoid race condition r=lucasr
2012-03-16 12:21:06 -04:00
Ali Juma
d943081b94
Bug 737031 - Add EGL error code to error messages in GLController. r=bgirard
2012-03-19 13:35:13 -04:00
Mounir Lamouri
089f0ec075
Bug 734382 - Don't show the list of activities if there is only one. r=blassey
2012-03-14 19:35:47 +01:00
Mounir Lamouri
9cfc298e5a
Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava
2012-03-18 17:15:56 +01:00
Lucas Rocha
aff853b60c
Bug 730105 - Add Talos test for AwesomeBar frecency filter (r=gbrown)
2012-03-19 16:22:20 +00:00
Lucas Rocha
f955d468a7
Bug 730105 - Ensure test query arg on all ContentProvider operations (r=gbrown)
2012-03-19 16:22:19 +00:00