Commit Graph

3360 Commits

Author SHA1 Message Date
Chris Peterson
9b90089db8 Bug 747629 - Part 3: Remove unnecessary InputMethodManager parameters. r=blassey 2012-09-19 17:47:39 -07:00
Chris Peterson
1dc29a1512 Bug 747629 - Part 2: Assert IME code is running on UI thread. r=blassey 2012-09-19 11:06:49 -07:00
Chris Peterson
0406748e44 Bug 747629 - Part 1: Post (most) Gecko's IME callbacks from Gecko thread to UI thread. r=blassey 2012-09-19 11:08:39 -07:00
Aiishwarya Sivaraman
2f52cd9ef1 Bug 790438 - Assign names to anonymous functions in Download manager module aboutDownloads.js. r=margaret 2012-09-26 18:56:49 -04:00
Mark Finkle
f5593a0241 Bug 793136 - java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp.onPrepareOptionsMenu(BrowserApp.java) [offset the add-on menu IDs] r=sriram 2012-09-26 15:02:48 -04:00
Margaret Leibovic
5a8318b4e0 Bug 772449 - Dismiss VKB when up/down arrows are tapped for Find in Page. r=mfinkle 2012-09-26 08:47:48 -07:00
Geoff Brown
a1910845c1 Bug 794070 - Robocop: allow for date change during testHistoryTab; r=jmaher 2012-09-26 07:30:09 -06:00
Kartikaya Gupta
a3883315b3 Bug 791338 - When scrolling editable fields into view, do a better job of handling fields inside frames. r=Cwiiis 2012-09-26 08:45:38 -04:00
Kartikaya Gupta
50e1b4f7cd Bug 793677 - Fix inverted viewport update message test. r=blassey 2012-09-26 08:45:33 -04:00
Mark Finkle
d26b578b61 Bug 793083 - Add more custom views to the LayoutInflater factory r=sriram 2012-09-26 08:24:34 -04:00
Mark Finkle
e3d9cafef2 Bug 787188 - Hold off on about:home marketplace promo for now r=wesj
--HG--
rename : mobile/android/base/AboutHomeContent.java => mobile/android/base/AboutHomeContent.java.in
2012-09-26 08:24:30 -04:00
Mark Finkle
864cd97c5b Bug 787188 - Allow for no promo to be shown r=wesj 2012-09-26 08:24:27 -04:00
Brian Nicholson
e6f09979f2 Bug 790448 - Center search rows in AwesomeScreen. r=mfinkle 2012-09-25 15:06:47 -07:00
Margaret Leibovic
9e70a97dd0 Bug 790897 - Capture clicks on find in page bar to prevent them from leaking into TabsTray. r=mfinkle 2012-09-25 13:43:55 -07:00
Kartikaya Gupta
ed2336ecaf Bug 791263 - Disable screenshotting under low-memory conditions. r=blassey 2012-09-25 15:46:17 -04:00
Chris Peterson
f6d8de3463 Bug 793062 - Remove unused PostToJavaThread() and ExecuteNextRunnable(). r=blassey 2012-09-20 17:44:24 -07:00
Chris Peterson
3c0576fe77 Bug 669361 - Ignore non-en_US HKB KeyEvents for Asus Transformer tablets running Honeycomb or ICS. r=blassey 2012-09-11 10:46:38 -07:00
Geoff Brown
9e0a2dd8e0 Bug 792147: Disable memory cache on armv6; r=kats 2012-09-25 11:04:36 -06:00
Geoff Brown
e0f815c0d5 Bug 785577 - Robocop: improve wait before testing menus; r=jmaher 2012-09-25 10:56:34 -06:00
Wes Johnston
33520b58c6 Bug 793750 - Fix missing scope in launching marketplace. r=mfinkle 2012-09-25 09:10:43 -07:00
Sriram Ramasubramanian
59bd74d01b Bug 793136: Crash on content type being null. [r=mfinkle] 2012-09-24 16:42:53 -07:00
Wes Johnston
444a60fb94 Bug 793162 - Use default Fennec theme for Webapps. r=mfinkle 2012-09-24 14:52:25 -07:00
Margaret Leibovic
fd802e39b5 Bug 789887 - Avoid creating unnecessary AboutHomeRunnables. r=lucasr 2012-09-24 14:48:21 -07:00
Gian-Carlo Pascutto
f507f310af Bug 741808 - Make using the URL classifier possible in Fennec. r=mfinkle 2012-09-24 22:34:27 +02:00
Brian Nicholson
c01aeb6016 Bug 781689 - Fix broken JS code for about:neterror checks. r=mfinkle 2012-09-24 13:16:50 -07:00
Sriram Ramasubramanian
60b1b3ba76 Bug 652168: Add thumb for input box. [r=mfinkle]
--HG--
extra : rebase_source : 9cd553fedb4e58a6dee437ed0360b6ba5df56c54
2012-09-21 10:56:41 -07:00
Chenxia Liu
d99ef9279b Bug 791056 - Always hide keyboard on J-PAKE pairing screen. r=nalexander 2012-09-24 12:33:42 -07:00
Wes Johnston
95435ef4c3 Bug 786826 - Use SharedPrefs.commit in WebAppAllocator for Eclair compatibility r=mfinkle 2012-09-24 08:55:52 -07:00
Wes Johnston
74d8c54bcf Bug 791612 - Hide other origin bar when tabs are changed. r=mfinkle 2012-09-24 08:54:26 -07:00
Mark Capella
190ab245f5 Bug 791662 - Add toaster notification to Copy-to-clipboard in about:support, r=margaret, f=mfinkle 2012-09-22 13:12:30 -04:00
Brad Lassey
e4c15f1c55 bug 727352 - don't use JSON for viewport meta data r=kats,mfinkle 2012-09-12 23:47:08 +02:00
Benoit Girard
e487fbec5d Bug 791640 - EventTracer will only measure the main thread responsiveness, fixes profiling hang. r=blassey
--HG--
extra : rebase_source : a5a9074b74ab8638cfc4b568b0d09ca7b5e61b17
2012-09-20 14:23:15 -04:00
Chris Peterson
59bedc9dc8 Bug 792702 - Post FilePicker dialog to UI thread, not GeckoBackgroundThread. r=kats 2012-09-20 12:06:13 -07:00
Chris Peterson
19ae83cfb8 Bug 789124 - Compile Android .jar files with $(JAR) because jar might not be in $PATH. r=khuey 2012-09-07 22:09:59 -07:00
Sriram Ramasubramanian
1e818bad1c Bug 784395: Custom menu should have proper checked/checkable behavior. [r=mfinkle]
--HG--
extra : rebase_source : 253b60b356adda9f05c834a459419b725329b59e
2012-09-20 11:04:50 -07:00
Sriram Ramasubramanian
9c38b7fbca Bug 792273: Custom menu should use Android namespace. [r=mfinkle]
--HG--
extra : rebase_source : e3de2bcb6a3ea05a7318a709f50dbf7c8020935b
2012-09-20 11:04:14 -07:00
Kartikaya Gupta
1026743af8 Bug 783230 - Add code to dump basic memory stats on receiving a special broadcast intent. r=snorp 2012-09-20 12:38:35 -04:00
Ms2ger
93d99ce749 Merge m-c to m-i. 2012-09-20 13:25:53 +02:00
Ms2ger
1e7015f897 Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Tim Taubert
577772a8e3 merge m-c to fx-team 2012-09-20 11:36:34 +02:00
Panos Astithas
c7397616ed Bug 789114 - Make B2G and Fennec browser actors inherit the extensibility API changes. f=glandium r=msucan,mfinkle,vingtetun 2012-09-20 09:38:11 +03:00
Graeme McCutcheon
ca3842944a Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-09-18 12:46:06 +01:00
Tim Taubert
f4edf13852 merge m-c to fx-team 2012-09-18 11:27:53 +02:00
Geoff Brown
ff756b9276 Bug 791859 - Robocop: change order of operations in testHistoryTab.tearDown; r=jmaher 2012-09-17 21:34:48 -06:00
Blair McBride
5687664f13 Bug 781689 - Remove usage of nsIDOMWindowUtils.goOnline() in mobile's netError.xhtml. r=mfinkle,f=bnicholson 2012-09-18 17:02:33 +12:00
Ed Morley
946a13d148 Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks 2012-09-17 16:54:09 +01:00
AlexHagerman
d9cfff8b87 Bug 769391 - Prevent axis locking when on a page that fits the user's screen vertically or horizontally. r=kats 2012-09-17 10:55:58 -04:00
Kartikaya Gupta
d2a3547aee Bug 791264 - Move ScreenshotHandler into its own file. r=blassey
--HG--
rename : mobile/android/base/GeckoAppShell.java => mobile/android/base/ScreenshotHandler.java
2012-09-15 17:17:57 -04:00
Geoff Brown
757b82a7b3 Bug 767215 - Robocop: increase wait time for paint events; r=jmaher 2012-09-14 21:50:30 -06:00
Patrick McManus
cafe3619a5 bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-14 16:27:46 -04:00