Chris Lord
5894f416fc
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
e2025aa8f2
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
6fd755c540
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
fb48e81401
Bug 848409 - Part 2: Remove unused Android defaults.xml resource files. r=kats
2013-03-06 16:37:38 +00:00
Chris Peterson
4296fa4f1f
Bug 848409 - Part 1: Enable Android Strict Mode for local builds. r=kats
2013-03-06 16:37:04 +00:00
Ryan VanderMeulen
893d8d351a
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
6fae066075
Bug 739757 - Back it out fully this time on a CLOSED TREE.
2013-03-06 13:59:09 -05:00
Nick Alexander
c4971f315b
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
f3f784461b
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
12a1234e0d
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
3666e38db8
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
e7a2989cdd
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
3bee7155b6
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
3ed0219da1
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
f33ad66987
backout 3c5239c5771d for test failures
2013-03-06 16:47:34 +00:00
Margaret Leibovic
3da20ffdbb
backout 17ab91e3a0c5 for test failures
2013-03-06 16:47:34 +00:00
Margaret Leibovic
ce462b54de
backout 38c9642dfab0 for test failures
2013-03-06 16:47:34 +00:00
Margaret Leibovic
8ef868ea46
backout 3637227e2fee for test failures
2013-03-06 16:47:34 +00:00
Margaret Leibovic
243bea06fe
backout 14893b300874 for test failures
2013-03-06 16:47:33 +00:00
Ed Morley
2758142c0e
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
f7382f62d3
Bug 847870 - Gather telemetry about character encoding menu use on Android. r=mfinkle.
2013-03-06 15:28:07 +02:00
Margaret Leibovic
b4962982e2
Bug 739757 - (Part 6) Update login manager strings. r=mfinkle
2013-03-06 13:02:46 +00:00
Margaret Leibovic
abc8373ee4
Bug 739757 - (Part 5) Update telemetry prompt strings. r=mfinkle
2013-03-06 13:02:45 +00:00
Margaret Leibovic
15563f2840
Bug 739757 - (Part 4) Update popup blocked notifications. r=mfinkle
2013-03-06 13:02:39 +00:00
Margaret Leibovic
d040c7752d
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
acbf83e683
Bug 739757 - (Part 2) Update strings for content permissions prompts. r=mfinkle
2013-03-06 13:02:38 +00:00
Margaret Leibovic
d50b154813
Bug 739757 - (Part 1) Update strings for offline apps/indexedDB notifications. r=mfinkle
2013-03-06 13:02:38 +00:00
Geoff Brown
eb4b69992a
Bug 847916 - Reduce normal logging in robocop testBrowserProvider; r=rnewman
2013-03-06 02:46:55 -07:00
Kartikaya Gupta
ba252e1b0c
Back out ecc5ce4b7632 (bug 849955) for missing Android API level checks. r=me DONTBUILD
2013-03-12 10:15:46 +00:00
Kartikaya Gupta
b8f613bb11
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
611011f01b
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
f74989e568
Bug 845499 - Fix broken sIsSmallTablet result cache. r=sriram
2013-03-12 10:06:51 +00:00
Richard Newman
0b72865495
Bug 850060 - ALL_PAGES is a crummy log tag. r=bnicholson
2013-03-12 00:19:30 -07:00
Richard Newman
13435c5402
Bug 850058 - GeckoDisplayPortCalculator is too long to be a log tag. r=trivial
2013-03-12 00:19:30 -07:00
Brian Nicholson
ca84939aa6
Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle
2013-03-11 16:09:14 -07:00
Mark Capella
63123a625f
Bug 837815 Reading list button opens Top Sites, not Reading List, r=wesj
2013-03-11 18:27:24 -04:00
Sriram Ramasubramanian
2e395eeb63
Bug 844471: Menu obscured in landscape mode. [r=mfinkle]
...
--HG--
extra : rebase_source : 3b6ae07474318995f070a32abade9406872d67f5
2013-03-11 13:10:00 -07:00
Sriram Ramasubramanian
2a57474912
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
a37162d11f
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
f919c3a84c
Bug 847578: Flatten Site identity popup. [r=mfinkle]
...
--HG--
extra : rebase_source : 89ac0bc865ddc42fc1d6cf75d48a8a3960258b13
2013-03-11 14:07:11 -07:00
Sriram Ramasubramanian
e10b68b08b
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
7413f43a3b
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
b215d10141
Bug 847578: Flat UI for Doorhangers. [r=mfinkle]
...
--HG--
extra : rebase_source : d431cbee52d6435af8f43a679adecdaf51273a43
2013-03-11 14:07:10 -07:00
Matt Brubeck
ab633799a2
Bug 849277 - Remove unused content permission strings in Firefox for Android [r=margaret]
2013-03-11 14:51:53 -07:00
Geoff Brown
add30d6d72
Bug 817899 - Use ListView.getChildAt responsibly in robocop tests; r=jmaher
2013-03-11 13:16:16 -06:00
Raymond Lee
7a36735cac
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
041549b10b
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
9146c22120
Bug 847942 - Make active tap highlight color gray instead of orange. r=wesj
2013-03-11 11:44:59 -07:00
Mark Capella
de52f5a1d2
Backing out bug 837815, changeset 64df2203966e, r=me
2013-03-05 14:58:40 -05:00
Joey Armstrong
cb6ee112e1
bug 734139: replace mkdir -p calls with mkdir_deps
2013-03-05 12:27:58 -05:00
Jim Chen
913bb71a01
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
9e77ac294d
Bug 822686 - Check for null BitmapDrawable for missing jar resources. r=mfinkle
2013-03-05 12:08:43 +00:00
Kartikaya Gupta
2822f4a442
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
c948f4560f
Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle
2013-03-05 13:05:52 +00:00
Kartikaya Gupta
988eb241e8
Bug 726335 - Code formatting cleanup. r=mfinkle
2013-03-05 13:05:26 +00:00
Kartikaya Gupta
40abc5ce5a
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
6eb13bf748
Bug 831144 - Properly pass meta states to Gecko; r=cpeterson
2013-03-05 11:07:51 +00:00
Geoff Brown
6813bc8b70
Bug 846158 - Clear mEventReceived in robocop blockForEvent; r=kats
2013-03-05 03:27:29 -07:00
Richard Newman
6f1482b813
Bug 840128 - Android client for Bagheera. r=nalexander
2013-03-04 18:38:24 -08:00
Mike Hommey
a720f1bc18
Bug 847011 - Fix NSINSTALL in res/drawable-mdpi/icon.png rule. r=ted
2013-03-04 19:34:02 +01:00
Jonathan Kew
04405fb2bc
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
37ec83527b
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
a0cb28b104
Bug 826476 - Modify sqlite database pragmas to possibly improve performance r=kats
2013-03-12 16:19:47 -04:00
Kartikaya Gupta
760411d4eb
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
a91dd4152c
Bug 846772 - Enable dynamic toolbar by default on Android. r=kats
2013-03-12 18:32:26 +00:00
Chris Lord
cba0c6ec90
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
26e7248605
Bug 846772 - Add prefs observing to PrefsHelper/browser.js on Android. r=kats
2013-03-12 18:32:25 +00:00
Ryan VanderMeulen
13518cc12e
Backed out changeset d31d517c7f7c (bug 840593) for robocop orange on a CLOSED TREE.
...
DONTBUILD
2013-03-12 14:37:39 -04:00
Chris Lord
fcabb82dc1
Bug 849845 - Map Gamepad L1/R1 to back/forward on Android. r=kats
2013-03-12 17:58:23 +00:00
Chris Lord
997de6ba7d
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
aac83ddc5a
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
eee61fd428
Bug 840593 - Remove minimum width on about pages. r=mbrubeck
2013-03-12 09:51:04 -07:00
Margaret Leibovic
39df98a432
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
2b57b0cee5
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
d112d65b68
Bug 841252 - [Robocop] Tests for localized distribution preferences, r=margaret
2013-03-04 05:22:41 -05:00
Lucas Rocha
91b209197f
Bug 846751 - Remove unnecessary log call in TwoWayView (r=mfinkle)
2013-03-03 23:01:30 +00:00
Lucas Rocha
3f4feeb7b3
Bug 817828 - Don't use hardware layers on toolbar animations (r=sriram)
2013-03-01 21:30:07 +00:00
Kartikaya Gupta
71b0a3cfca
Bug 846786 - Allow GfxInfoThread.hasData() to be called after GfxInfoThread.getData(). r=Cwiiis
2013-03-02 07:52:04 -05:00
Kartikaya Gupta
5b240fc969
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
e1c3302196
Bug 822666 - Robustify zoom comparison warning against floating point rounding. r=Cwiiis
2013-03-02 07:51:42 -05:00
Kartikaya Gupta
8ebc0ff843
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
6314571cf7
Bug 831781 - Add support for zooming in/out with gamepad zoom buttons. r=Cwiiis
2013-03-01 22:50:48 -05:00
Kartikaya Gupta
bc47c0e2e7
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
543ebc67f2
Bug 831781 - Add support for ouya gamepad joystick-based scrolling. r=Cwiiis
2013-03-01 22:50:48 -05:00
Kartikaya Gupta
10b74a82f0
Bug 769524 - Remove sleep workaround now that bug 772672 is fixed. r=gbrown
2013-03-01 22:48:33 -05:00
Mark Capella
cfff2cc75c
Bug 811905 - Make bookmarks and history buttons in awesomescreen look more clickable, r=wesj
2013-03-01 22:19:14 -05:00
Geoff Brown
b9275eb071
Bug 846353: Fix typos in robocop testBookmarksTab, testDoorHanger and testShareLink; r=jmaher DONTBUILD
2013-03-01 18:41:05 -07:00
Margaret Leibovic
5ddcbc9426
Bug 846102 - Remove sub-frame offset from cursor handle position calculation. r=bnicholson
2013-03-01 17:06:03 -08:00
Margaret Leibovic
53fc6e003c
Bug 748469 - (Part 2) Clean up FormAssist.positionAndShowPopup. r=wesj
2013-03-01 17:06:00 -08:00
Margaret Leibovic
458ae903be
Bug 748469 - (Part 1) Move FormAssistPopup viewport math to Java. r=kats
2013-03-01 17:05:58 -08:00
Wes Johnston
bc75def84e
Bug 838400 - Set an explicit minHeight on context menu items. r=sriram DONTBUILD
2013-03-01 16:09:33 -08:00
Wes Johnston
fe7fe7370f
backout 24dd58c6390c to fix commit message
2013-03-01 16:09:31 -08:00
Geoff Brown
de1907aa65
Bug 769919: Allow retry when getting awesomebar ListView in robocop tests; r=jmaher
2013-03-01 17:02:52 -07:00
Mark Capella
48ab4d0e49
Bug 784331 - No indication if a page is in reader mode, r=lucasr
2013-03-01 19:01:11 -05:00
Wes Johnston
a5df0d9ef7
Bug 844834 - Use system colors for dialog titles. r=sriram
2013-03-01 15:57:38 -08:00
Wes Johnston
9340c0619f
Bug 828400 - Set an explicit minHeight on context menu items. r=sriram
2013-03-01 15:57:36 -08:00
Ryan VanderMeulen
5d849d0751
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
b1d4a73c78
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
763609d916
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
0f2474d98f
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
ebc2d0679f
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
a02bd9b3ba
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
39b56db07c
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
1ab6d02033
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
Ryan VanderMeulen
297421e7fb
Merge m-c to inbound.
2013-02-28 22:30:20 -05:00
Ryan VanderMeulen
eec1b331d5
Merge inbound to m-c.
2013-02-28 22:28:03 -05:00
Richard Newman
9ac62b8cf5
Bug 846463 - Android Nightlies fail to build due to missing /services/sync/locales/Makefile. r=gps
2013-02-28 16:48:29 -08:00
Sriram Ramasubramanian
4d496a1bc6
Bug 845511: Accessibility strings for tabs ui. [r=mfinkle]
...
--HG--
extra : rebase_source : d98af982cea4c526070f03f647dc668013a0b1d5
2013-02-28 16:29:20 -08:00
Sriram Ramasubramanian
2b5ecb19c7
Bug 821848: Cursor is not seen in private mode. [r=bnicholson]
2013-02-28 15:27:56 -08:00
Sriram Ramasubramanian
5297e59f65
Bug 846396: Settings screen in blue. [r=wesj]
2013-02-28 15:27:51 -08:00
Ms2ger
3813557cac
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Gregory Szorc
cfadb02e2c
Bug 784841 - Part 20: Fixes to support building external projects; r=glandium
...
This is extremely hacky. It will likely need many refinements as we
figure out how we want external projects to be handled.
2013-02-28 12:56:40 +01:00
Sriram Ramasubramanian
8d246688b4
Bug 827208: Cache the delegate that consumed the MotionEvent. [r=bnicholson]
2013-02-27 23:58:09 -08:00
Gregory Szorc
89d297a677
Merge mozilla-central into build-system
...
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Sriram Ramasubramanian
be096c58f8
Bug 827208: TouchDelegate for tabs button. [r=bnicholson]
2013-02-27 15:05:28 -08:00
Gregory Szorc
f0b7e3972c
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
cd9c6150fe
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
faf262c4ee
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Margaret Leibovic
58c5bcb0dc
Bug 846013 - Get rid of about:blank subframe entries in session restore. r=bnicholson
2013-02-28 18:31:55 -08:00
Ryan VanderMeulen
ad3f82f762
Backed out changeset ea8134dfa481 (bug 843619) for robocop failures.
2013-02-25 18:21:08 -05:00
Gregory Szorc
01c06b3b88
Bug 784841 - Part 19: Remove allmakefiles.sh and friends; r=ted
2013-02-25 14:09:16 -08:00
Gregory Szorc
41964480af
Bug 784841 - Part 18x: Convert /mobile/xul; r=ted
2013-02-25 12:47:23 -08:00
Gregory Szorc
3aae6e1c08
Bug 784841 - Part 18w: Convert /mobile/android; r=ted
2013-02-25 12:47:23 -08:00
Gregory Szorc
9cb796d914
Bug 784841 - Part 18v: Convert misc remaining parts; f=Ms2ger rs=ted
2013-02-25 12:47:23 -08:00
Kartikaya Gupta
0c513c127d
Bug 843888 - Reduce LayerView overdraw by removing the background. r=sriram
2013-02-25 17:11:02 -05:00
Sriram Ramasubramanian
975f1de21a
Bug 843619: Remove tabs tray menu. [r=mfinkle] [needs-clobber]
...
--HG--
extra : rebase_source : 1a5f82f47ea115d38ad96af61df7dcb77babdeca
2013-02-21 14:21:57 -08:00
Margaret Leibovic
deb3c426e4
Bug 842883 - (Part 4) Replace DOMWindowClose event with Tab:Close. r=mfinkle
2013-02-24 20:51:05 -08:00
Margaret Leibovic
5ef9322b19
Bug 842883 - (Part 3) Move Content:* events from GeckoApp to Tabs. r=bnicholson
2013-02-24 20:51:05 -08:00
Margaret Leibovic
4333d66bb2
Bug 842883 - (Part 2.5) Clean up Tabs.handleMessage to avoid calling getTab() all the time. r=bnicholson
2013-02-24 20:51:05 -08:00
Margaret Leibovic
04f5eecdab
Bug 842883 - (Part 2) Move the Reader:* event handlers out of Tabs that don't need to be there. r=bnicholson
2013-02-24 20:51:04 -08:00
Margaret Leibovic
7b92d63fba
Bug 842883 - (Part 1) Start moving some tab-specific event listeners to Tabs. r=bnicholson
2013-02-24 20:51:04 -08:00
Margaret Leibovic
c262620a86
Bug 843821 - Support reading distribution resources from a /system location. r=mfinkle
2013-02-24 20:15:23 -08:00
Timothy Nikkel
3068726ba3
Bug 689623. Part 13. Disable image visibility pass on mobile and b2g. r=mats
2013-02-24 18:59:24 -06:00
Raymond Lee
6d14864b91
bug 839034 - move markPageAsXXX methods to nsINavHistoryService r=mak sr=gavin
2013-02-27 10:54:09 +08:00
Sriram Ramasubramanian
78075c0a49
Bug 816457: Make sure the Bitmap is accessed in UI thread in LWTheme. [r=mfinkle] DONTBUILD
2013-02-26 11:42:24 -08:00
Sriram Ramasubramanian
dc308e5ef2
Backout of 0046a607a915 due to wrong bug number. [r=me]
2013-02-27 09:39:39 -08:00
Geoff Brown
d7630e8156
Bug 845806 - Log robocop waitForText, waitForTest failures; r=jmaher
2013-02-27 08:21:24 -07:00
Geoff Brown
ed7f3825de
Bug 844239: code cleanup in robocop BaseTest; r=jmaher
2013-02-27 08:21:23 -07:00
Bob Clary
71af54b37b
Bug 845767 - Create an Autophone specific version of the robocop manifest, r=jmaher.
2013-02-27 06:52:06 -08:00
Mark Finkle
4596f8bacc
Bug 843361 - Clean up use of statics when enumerating procs r=blassey
2013-02-24 18:19:10 -05:00
Sriram Ramasubramanian
df84f1ce02
Bug 842609: Scroll to selected tab in tabs ui. [r=mfinkle]
...
--HG--
rename : toolkit/modules/Timer.jsm => browser/devtools/shared/Browser.jsm
rename : toolkit/modules/tests/xpcshell/test_timer.js => browser/devtools/shared/test/browser_browser_basic.js
extra : rebase_source : c5a6cb3d09bd673b4ac01afa90de9bc8f350601b
2013-02-19 14:29:04 -08:00
Lucas Rocha
b639aae0b4
Bug 844592 - Define awesome_bar_entry on tablet toolbar layout (r=mfinkle)
2013-02-25 19:56:04 +00:00
Lucas Rocha
3bc727855e
Bug 844588 - Set correct min-version for clone method in TwoWayView (r=mfinkle)
2013-02-25 19:56:04 +00:00
Kartikaya Gupta
238a276b2b
Bug 844930 - Make deprecation warning more useful. r=bnicholson
2013-02-25 14:42:06 -05:00
Kartikaya Gupta
081f24dc81
Bug 842946 - When there is no selected tab, don't try to apply viewport updates. r=mfinkle
2013-02-25 14:40:44 -05:00
Brian Nicholson
dd1ae46a26
Bug 845335 - Add back support for small screens. r=mfinkle
...
--HG--
extra : rebase_source : 002202390b8e24b876d7b72b5620fe8de49752f1
2013-02-27 16:50:28 -08:00
Nick Alexander
09e4c13519
Bug 844437 - post: Calculate Fennec directory dependency at build time. r=rnewman
2013-02-27 15:44:27 -08:00
Nick Alexander
e989e12867
Bug 844347 - Factor logging code that is not Sync-specific out of org.mozilla.gecko.sync. r=rnewman
...
--HG--
rename : mobile/android/base/sync/GlobalConstants.java.in => mobile/android/base/background/common/GlobalConstants.java.in
rename : mobile/android/base/sync/Logger.java => mobile/android/base/background/common/log/Logger.java
rename : mobile/android/base/sync/log/writers/AndroidLevelCachingLogWriter.java => mobile/android/base/background/common/log/writers/AndroidLevelCachingLogWriter.java
rename : mobile/android/base/sync/log/writers/AndroidLogWriter.java => mobile/android/base/background/common/log/writers/AndroidLogWriter.java
rename : mobile/android/base/sync/log/writers/LevelFilteringLogWriter.java => mobile/android/base/background/common/log/writers/LevelFilteringLogWriter.java
rename : mobile/android/base/sync/log/writers/LogWriter.java => mobile/android/base/background/common/log/writers/LogWriter.java
rename : mobile/android/base/sync/log/writers/PrintLogWriter.java => mobile/android/base/background/common/log/writers/PrintLogWriter.java
rename : mobile/android/base/sync/log/writers/SimpleTagLogWriter.java => mobile/android/base/background/common/log/writers/SimpleTagLogWriter.java
rename : mobile/android/base/sync/log/writers/StringLogWriter.java => mobile/android/base/background/common/log/writers/StringLogWriter.java
rename : mobile/android/base/sync/log/writers/TagLogWriter.java => mobile/android/base/background/common/log/writers/TagLogWriter.java
rename : mobile/android/base/sync/log/writers/ThreadLocalTagLogWriter.java => mobile/android/base/background/common/log/writers/ThreadLocalTagLogWriter.java
2013-02-27 15:44:21 -08:00
Nick Alexander
6c4b392ef8
Bug 844437 - pre: Remove unused Android Sync files. r=trivial
2013-02-27 15:44:17 -08:00
Sriram Ramasubramanian
ed5f9aedd1
Bug 845572: GeckoView should listen for LWTheme messages. [r=wesj]
...
--HG--
rename : mobile/android/base/resources/layout/awesomebar_tab_indicator.xml => mobile/android/base/resources/layout/awesomebar_tab_indicator.xml.in
2013-02-26 15:32:53 -08:00