Andreas Gal
1518859a5b
Bug 714408 Part 2 - Media plugin support for libstagefright - r=doublec
...
--HG--
extra : rebase_source : 308d1aab3cfffbb7ddeb0602a3991565603e6212
2012-06-01 12:54:23 +12:00
Chris Double
1695b48a48
Bug 714408 Part 1 - Add configure/link features to enable media plugins and omx-plugin for libstagefright support - r=mh
...
--HG--
extra : rebase_source : 51e850e4dec9a53569c0c6991145c5e070781f95
2012-06-01 12:52:09 +12:00
Luke Wagner
8b0499a3a1
Bug 760071 - Debug scope proxies should allow the debugger to define new properties (r=jimb)
2012-05-31 17:44:00 -07:00
Ed Morley
41f0822cf7
Merge mozilla-central to mozilla-inbound
2012-06-01 01:12:32 +01:00
Jared Wein
97cbdf055a
Bug 760322 - New loading and connecting throbbers. r=dolske
2012-05-31 17:02:32 -07:00
Jason Duell
d4a8be89ed
Bug 748766 - Only count connected websockets toward max-websocket limit. r=mcmanus
2012-05-31 16:41:24 -07:00
Ehsan Akhgari
2859b240a3
Bug 758890 - Destroy the TableTicker object when the profiler is stopped; r=BenWa
2012-05-31 19:38:49 -04:00
Sriram Ramasubramanian
e5e2798c42
Bug 758804: Softer textures for backgrounds. [r=mfinkle]
2012-05-31 16:12:33 -07:00
Sriram Ramasubramanian
8698b9921d
Bug 760234: Phone UI URL bar should have orange highlight. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi/address_bar_url_bg.9.png => mobile/android/base/resources/drawable-hdpi/address_bar_url_default.9.png
rename : mobile/android/base/resources/drawable-hdpi/address_bar_url_outline.9.png => mobile/android/base/resources/drawable-hdpi/address_bar_url_pressed.9.png
rename : mobile/android/base/resources/drawable-land-hdpi-v14/address_bar_url_bg.9.png => mobile/android/base/resources/drawable-land-hdpi-v14/address_bar_url_default.9.png
rename : mobile/android/base/resources/drawable-land-hdpi-v14/address_bar_url_outline.9.png => mobile/android/base/resources/drawable-land-hdpi-v14/address_bar_url_pressed.9.png
rename : mobile/android/base/resources/drawable-land-mdpi-v14/address_bar_url_bg.9.png => mobile/android/base/resources/drawable-land-mdpi-v14/address_bar_url_default.9.png
rename : mobile/android/base/resources/drawable-land-mdpi-v14/address_bar_url_outline.9.png => mobile/android/base/resources/drawable-land-mdpi-v14/address_bar_url_pressed.9.png
rename : mobile/android/base/resources/drawable-land-xhdpi-v14/address_bar_url_bg.9.png => mobile/android/base/resources/drawable-land-xhdpi-v14/address_bar_url_default.9.png
rename : mobile/android/base/resources/drawable-land-xhdpi-v14/address_bar_url_outline.9.png => mobile/android/base/resources/drawable-land-xhdpi-v14/address_bar_url_pressed.9.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/address_bar_url_bg.9.png => mobile/android/base/resources/drawable-xhdpi-v11/address_bar_url_default.9.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/address_bar_url_outline.9.png => mobile/android/base/resources/drawable-xhdpi-v11/address_bar_url_pressed.9.png
rename : mobile/android/base/resources/drawable/address_bar_url_default.xml => mobile/android/base/resources/drawable/address_bar_url_default.9.png
rename : mobile/android/base/resources/drawable/address_bar_url_pressed.xml => mobile/android/base/resources/drawable/address_bar_url_pressed.9.png
2012-05-31 16:11:12 -07:00
Sriram Ramasubramanian
b3b13476f5
Bug 760234: Tablet should have orange URL bar. [r=mfinkle]
2012-05-31 16:09:53 -07:00
Sriram Ramasubramanian
c2e1967d15
Bug 739412: Support custom menu for post-honeycomb devices. [r=mfinkle]
2012-05-31 16:01:50 -07:00
Sriram Ramasubramanian
cdc9e5ae79
Bug 760196: Find in page for tablets. [r=mfinkle]
2012-05-31 15:50:33 -07:00
Jeff Muizelaar
90cf6fdec4
Bug 759457. Don't fast path shadows with negative scale. r=roc
...
We don't support this yet, so don't bother trying.
2012-05-31 18:22:28 -04:00
Brian Smith
368ca29a54
Bug 722034 - Yes, I really mean to skip Part 7 in this push, r=me, a=empty
2012-05-31 15:20:06 -07:00
Brian Smith
9e08c77759
Bug 722034 - Part 6 - Stop accessing cache descriptor on main thread for telemetry purposes, r=hurley
2012-05-31 15:20:06 -07:00
Brian Smith
5a381f2098
Bug 722034 - Part 5 - Move cache validation to the cache thread, r=honzab
2012-05-31 15:20:05 -07:00
Brian Smith
fbced92697
Bug 722034 - Part 4 - Make a copy of the information needed during cache validation in preparation for moving cache validation to the cache thread, r=honzab
2012-05-31 15:20:05 -07:00
Brian Smith
1b457f2f45
Bug 722034 - Part 3 - Convert HttpBaseChannel::mRedirectedCachekeys to nsAutoPtr<nsTArray<nsCString> >, r=biesi
2012-05-31 15:20:05 -07:00
Jeff Muizelaar
633fcc1dfd
Bug 759866. Crash more aggressively if we aren't going to be able to paint. r=bgirard
...
This should make it easier to get an idea how common these kinds of failures are.
--HG--
extra : rebase_source : c5c029ebfe723fc4d32d604528beb1769c21d98c
2012-05-31 17:51:52 -04:00
Mike Hommey
d78150b8da
Bug 758010 - Wrap operator new/delete to jemalloc on Android. r=jlebar
2012-05-31 23:49:03 +02:00
Benjamin Peterson
e6f4f0a5a9
Bug 759976: remove JSDEBUGGER* sections, r=jorendorff
...
--HG--
extra : rebase_source : 28218e232c0ad77f649ce7d56a430b8f2e20777c
2012-05-31 16:14:13 -05:00
Benjamin Peterson
580bad1a81
Bug 759902: reduce JSBool usage in js.cpp to a minimum, r=jorendorff
...
--HG--
extra : rebase_source : 096c936550ff7de2e89362a177fde76dfb58dbce
2012-05-31 16:14:04 -05:00
Benjamin Peterson
cf89c34c44
Bug 758428: complain when the compiler returns false without an error, r=jorendorff
...
--HG--
extra : rebase_source : 7a4b97f8e28c7d89ab682d9d21dcfe65b23b2939
2012-05-31 16:13:10 -05:00
Jason Orendorff
6088ac02f0
Fix building with --disable-e4x. No bug, r=jimb on IRC.
...
--HG--
extra : rebase_source : 7b9a7f8a6ec479caacbbf5ac36b89a0464efe897
2012-05-31 15:53:32 -05:00
Matt Brubeck
737347a966
Back out 202d63933120 and 6a232df5e065 (bug 739412, bug 760196) because of Android startup crashes
2012-05-31 14:41:35 -07:00
Tom Schuster
edc8473e2a
Bug 420837 - Calling Iterator() without parameters should throw a better error message. r=luke
2012-05-31 23:28:39 +02:00
Gregory Szorc
8dcf738875
Bug 755339 - Part 1b Create dummy file in modules/ directory; r=ted
2012-05-31 21:54:10 +02:00
Ehsan Akhgari
c1a2ef8da5
Bug 760027 - Attempt to retry moving the installation directory when performing the replace stage of an update 10 times; r=strong
...
This will hopefully give the applications which might have a handle to some
file in that directory open a chance to close them up so that the replace
operation would finish successfully.
2012-05-31 15:40:07 -04:00
Mihai Sucan
dfa577d0f7
merge fx-team to m-c
2012-05-31 21:46:33 +03:00
Doug Turner
eadde1488d
Bug 738528: Android still image for getUserMedia; r=fabrice
2012-05-31 10:28:04 -07:00
Kan-Ru Chen
d48d06cd05
Bug 752649 - Fill empty GPS callbacks. r=dougt
2012-06-04 11:17:43 +08:00
Pranav Ravichandran
a74d2889e8
Bug 750554 - If service is not used for updates then do not show it in preferences. r=bbondy
2012-05-31 10:28:01 -04:00
Mats Palmgren
bed881bdd0
Bug 759788 - Keep the plugin instance owner alive for the duration of DoStopPlugin so that everything gets cleaned up correctly, r=bsmedberg
2012-05-31 08:44:10 -04:00
Raymond Lee
ea3b7aba0b
Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77
2012-05-31 14:45:28 +02:00
Ed Morley
add1e0e903
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-31 13:15:09 +01:00
Mihai Sucan
8d4d784b39
Bug 673148 - (async-webconsole) Part 5 - HUDService.jsm cleanup; r=rcampbell f=jwalker
2012-05-31 13:30:56 +03:00
Gervase Markham
be13184eac
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
2012-05-31 10:33:35 +01:00
Tim Taubert
60c21a02f2
merge m-c to fx-team
2012-05-31 10:56:34 +02:00
David Burns
fa61566e7a
Bug 758192 : Updating exceptions to match that of Selenium. DONTBUILD because NPOTB. r=jgriffin
2012-05-31 01:30:14 -07:00
Jared Wein
cff126ba64
Backed out changeset 970abbd6e5b0 due to perf regressions (bug 759252).
2012-05-31 00:46:55 -07:00
Myk Melez
947fddf773
bug 747645 - move webapp-uninstaller.properties to browser/locales/ to make it easier to localize; r=felipe
2012-05-31 00:13:00 -07:00
Makoto Kato
c73fb09ad6
Bug 721284 - GMail broken on Windows builds with JS PGO enabled. r=dmandelin
2012-05-31 15:48:30 +09:00
Yoshi Huang
c08fb45f3b
Bug 738558: B2G RIL: get cell location and cell id in processRegistrationState in ril_worker.js. r=philikon
2012-05-31 13:31:56 +08:00
Fernando RodrÃguez Sela
05899a4ef0
Bug 744453 - B2G RIL: Network Friendly / APN connection retry policy. r=philikon
2012-06-01 14:09:59 -07:00
Shian-Yow Wu
eb242e5da4
Bug 736102 - Decide on units for Wifi + MobileConnection signal strength. r=mrbkap
2012-06-01 14:09:59 -07:00
Ehsan Akhgari
0cff2c6d7a
Bug 760583 - Null check the selection parameter passed to WillDoAction properly; rs=mconley
2012-06-01 16:36:09 -04:00
Asaf Romano
068caef0d1
Bug 730340 - Don't use expando properties for storing data on places nodes. part 1 - use a WeakMap for mapping places nodes to DOM nodes. part 2 - use a WeakMap for cellProperties in treeView.js; stop caching _plainContainer. r=mak
2012-06-01 23:03:00 +03:00
Mats Palmgren
37fd0ed7aa
Bug 759249. r=bz
2012-06-01 21:56:33 +02:00
Mats Palmgren
28ae1b8cb6
Bug 759249. r=bz
2012-06-01 21:56:33 +02:00
Gregory Szorc
a593c041e6
Backout df2e1b2959d3
2012-06-01 21:49:56 +02:00