Граф коммитов

287898 Коммитов

Автор SHA1 Сообщение Дата
Gregor Wagner 586d30c826 Bug 805646 - Allow access fields in manifest files. r=ddahl, a=blocking-basecamp 2012-10-26 12:34:48 -07:00
Tim Taubert 0cbfe2d3f8 Bug 805377 - [Camera] Change to video record mode will cause app crash. r=mikeh, a=blocking-basecamp 2012-10-26 14:55:08 +02:00
Jed Parsons be62e180bc Bug 794680 - Connect gecko to gaia identity ui. r=benadida, r=cjones, a=blocking-basecamp 2012-10-26 07:39:38 -04:00
Gina Yeh 8c53060409 Bug 803475 - Failed to transfer audio back to bluetooth headset while in a phone call. r=qdot, a=blocking-basecamp 2012-10-26 17:48:47 +08:00
Gina Yeh b8aef1c73a Bug 804436 - Patch 2: Failed to connect from a headset again after turn off and turn on the headset. r=qdot, a=blocking-basecamp 2012-10-26 17:28:39 +08:00
Gina Yeh 8e80b6ea65 Bug 804436 - Patch 1: Add listening status to UnixSocket. r=gyeh, a=blocking-basecamp 2012-10-26 17:28:34 +08:00
Gina Yeh b8a22bfb53 Bug 804474 - Null address value in system message of "bluetooth-hfp-status-changed". r=qdot, a=blocking-basecamp 2012-10-26 17:21:32 +08:00
Andrea Marchesini 7d56a60b2a Bug 805282 - Add MailtoProtocolHandler.js, SmsProtocolHandler.js and TelProtocolHandler.js to package-manifest.in. r=fabrice, a=blocking-basecamp 2012-10-25 18:50:03 -07:00
Kyle Machulis e11517fc69 Bug 804687 - Remove sHfpCommandThread from BluetoothHfpManager. r=echou, a=blocking-basecamp 2012-10-25 18:25:15 -07:00
David Dahl e4617f421a Bug 773114 - Permission UI events for apps. r=sicking, r=anygregor, a=blocking-basecamp 2012-10-24 15:19:01 -05:00
Carmen Jimenez Cabezas 3a9872d681 Bug 773891 - Allow packaged apps to specify a CSP in their manifest (app:// scheme). r=sicking, a=blocking-basecamp 2012-10-19 12:43:17 +02:00
Joel Maher 9421c04642 Bug 773891 - Fix pushprefenv to support char/string types. r=jdm, a=blocking-basecamp 2012-10-18 08:03:31 -04:00
Jared Wein 2777310d42 Bug 805989 - Icons in the overflow chat menu are incorrectly sized. r=felipe, a=gavin 2012-10-26 15:51:42 -07:00
Jared Wein 801a329c3e Bug 803514 - Like button is too close to the bookmark star. r=felipe, a=gavin 2012-10-26 15:51:23 -07:00
Alfred Kayser 20afdf140c Bug 804068 - Set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws, a=gavin 2012-10-24 13:46:05 +11:00
Jared Wein 31cc34031e Bug 803336 - Social API toolbar button needs more horizontal margins on Mac. r=felipe, a=gavin 2012-10-26 15:49:42 -07:00
Blair McBride 3cc19eab41 Bug 799266 - Add hardcoded block. r=Mossop, a=lsblakk 2012-10-26 00:51:58 +13:00
Brad Lassey be87cc52d0 Bug 805191 - Reflect HVGA minimum requirement in the AndroidManifest. r=minkle, a=lsblakk 2012-10-24 17:26:48 -04:00
Jared Wein ae3df05afa Bug 805206 - Keyboard accessible menuitem has a blank label. r=felipe, a=lsblakk 2012-10-25 12:30:59 -07:00
Andrea Marchesini 6ca2dedd6f Bug 804395 - Allow app:// protocol and XHR. r=sicking, a=bajaj 2012-10-25 21:57:57 -04:00
Mark Hammond a303e1c459 Bug 790201 - Better cleanup of social worker sandbox. r=felipe, a=lsblakk 2012-10-18 16:42:40 +11:00
Jared Wein 4e07d8ab04 Bug 804736 - Allow reactivation from content for Social API. r=mixedpuppy, a=lsblakk 2012-10-25 12:29:12 -07:00
Ben Turner cbbaa0e14b Bug 782766 - [WebActivities] support blobs - Part 2: IPC changes. r=khuey, a=lsblakk 2012-10-25 11:45:15 -07:00
Fabrice Desré 7770d2008b Bug 782766 - [WebActivities] support blobs - Part 1: System Messages changes. r=gene, a=lsblakk 2012-10-25 11:45:14 -07:00
Markus Stange 1f556bb123 Bug 770524 - Fix FuzzyEqual to not return false for equal floats which are smaller than -2048.0f. r=roc, a=bajaj 2012-10-25 12:54:15 +02:00
Nathan Froyd c71f2c9d90 Bug 765244 - Add a memory reporter for preferences. r=njn, a=bajaj 2012-10-11 11:36:21 -04:00
Jared Wein 4d329bc272 Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe, a=gavin 2012-10-21 17:25:19 -07:00
Chris Lord 02a8ca97ab Bug 803826 - Assert the layer builder exists in DrawThebesLayer. r=mattwoodrow, a=bajaj
If the layer builder is NULL, this function will cause a crash. The layer
builder being NULL indicates a bug, so assert that it isn't.
2012-10-23 12:05:29 +01:00
Chris Lord a32492abc9 Bug 803826 - Only reset the layer builder pointer in ~ClippedDisplayItem. r=mattwoodrow, a=bajaj
PaintInactiveLayer was resetting the layer manager's layer builder pointer, but
this was unnecessary as this was also being done on destruction of the
ClippedDisplayItem.
2012-10-23 12:05:14 +01:00
Chris Lord da5e3699b5 Bug 803826 - Restore the layer builder pointer on return from PaintForFrame. r=mattwoodrow, a=bajaj
It's possible for nsDisplayList::PaintForFrame to reset the layer builder
pointer on a layer manager it didn't create. Instead of setting it to null,
store the existing pointer and restore it on return.
2012-10-23 12:01:23 +01:00
Mark Hammond a19f02dcf7 Bug 804416 - Only use the social toolbar cache when the provider is active. r=felipe, a=gavin 2012-10-23 18:47:29 +11:00
Sean Stangl bc0cc4b42a Bug 801915 - Handle JSOP_IN with IonMonkey. r=jandem, a=bajaj 2012-10-17 13:57:16 -07:00
Boris Zbarsky 5c4d13e16d Bug 799796 - Do memory reporting for stylesheets that only the CSS loader might know about. r=dbaron,njn, a=bajaj 2012-10-17 17:01:56 -04:00
Matt Woodrow f65351f242 Bug 801365 - Invalidate ThebesLayers if the zoom factor changes. r=roc, a=bajaj 2012-10-16 14:10:51 +13:00
Matt Woodrow bba58f73ef Bug 797059 - Schedule a paint when slider frames change position. r=roc, a=bajaj 2012-10-11 18:44:59 +13:00
Nicholas Nethercote 59b01e156e Bug 768901 - Don't double-count shared nsCSSStyleSheetInners. r=bz, a=bajaj 2012-10-09 20:03:18 -07:00
Benoit Jacob 5c43551102 Bug 795186 - fix the WebGL robustness timer, don't inherit the timer callback base class - r=opettay, a=bbajaj 2012-10-23 12:21:23 -04:00
Benoit Jacob eb01d6c087 Bug 795186 - Declare refptrs between WebGL objects to the CC even if there is no cycle at C++ level - r=opettay, a=bbajaj 2012-10-22 17:17:42 -04:00
Rob Wood b169f27cf6 Bug 800377 - Develop a test to verify sms timestamps, update manifest; r=jgriffin, a=NPOTB 2012-10-25 09:50:56 -04:00
Daniel Holbert 7ed6edf9dc Bug 805325 - Use the actual search engine name for logo's alt text on about:home, instead of the string "undefined". r=mak a=bajaj 2012-10-25 07:18:07 -07:00
Jonathan Griffin 972c4001ee Bug 805430 - Install mochitest extensions in B2G as app bundles, r=ahal, a=NPOTB 2012-10-25 09:53:19 -07:00
Chris AtLee 2d2517cbc4 Bug 802763: Set objcopy for gonk builds. r=ted DONTBUILD, a=NPOTB 2012-10-27 09:37:36 -07:00
Kyle Huey 64c8ac792a Bug 802239: Actually shut down storage threads. r=asuth, a=bbajaj 2012-10-18 11:50:39 -07:00
Dave Hylands a0a6069248 Bug 805531 - Turn off javascript.options.mem.log for b2g. r=gwagner a=akeybl
--HG--
extra : transplant_source : %F3%5C%E2%3D%DF%C8Gi%CBI%F1%BB%FFt%D3%A3%7E%D38%C2
2012-10-25 12:01:59 -07:00
Rafael Ávila de Espíndola 7a73c8270b Bug 799572 - clang update broke NSS. a=bbajaj. 2012-10-26 20:24:28 -04:00
Rafael Ávila de Espíndola c7f3c215de Bug 802381 - fix clang build. a=bbajaj. 2012-10-26 20:22:02 -04:00
Olli Pettay b1edbf02d0 Bug 733305, add a way to hide XBL, r=bz, a=bbajaj 2012-10-10 22:04:42 +03:00
Richard Newman 7a8006dc39 Bug 798043 - Move 'sync' to 'services' as a precursor to landing product announcements. r=blassey, a=akeybl
--HG--
rename : mobile/android/base/android-sync-files.mk => mobile/android/base/android-services-files.mk
rename : mobile/android/sync/README.txt => mobile/android/services/README.txt
rename : mobile/android/sync/android-drawable-hdpi-resources.mn => mobile/android/services/android-drawable-hdpi-resources.mn
rename : mobile/android/sync/android-drawable-ldpi-resources.mn => mobile/android/services/android-drawable-ldpi-resources.mn
rename : mobile/android/sync/android-drawable-mdpi-resources.mn => mobile/android/services/android-drawable-mdpi-resources.mn
rename : mobile/android/sync/android-drawable-resources.mn => mobile/android/services/android-drawable-resources.mn
rename : mobile/android/sync/android-layout-resources.mn => mobile/android/services/android-layout-resources.mn
rename : mobile/android/sync/android-values-resources.mn => mobile/android/services/android-values-resources.mn
rename : mobile/android/sync/java-sources.mn => mobile/android/services/java-sources.mn
rename : mobile/android/sync/java-third-party-sources.mn => mobile/android/services/java-third-party-sources.mn
rename : mobile/android/sync/manifests/SyncAndroidManifest_activities.xml.in => mobile/android/services/manifests/SyncAndroidManifest_activities.xml.in
rename : mobile/android/sync/manifests/SyncAndroidManifest_permissions.xml.in => mobile/android/services/manifests/SyncAndroidManifest_permissions.xml.in
rename : mobile/android/sync/manifests/SyncAndroidManifest_services.xml.in => mobile/android/services/manifests/SyncAndroidManifest_services.xml.in
rename : mobile/android/sync/preprocess-sources.mn => mobile/android/services/preprocess-sources.mn
rename : mobile/android/sync/strings.xml.in => mobile/android/services/strings.xml.in
2012-10-11 10:10:49 -07:00
David Burns 5a30f21f8f Bug 805635: making sure we close the file on import_script; r=mdas a=NPOTB 2012-10-25 23:12:46 +01:00
Rafael Ávila de Espíndola a264f7ca52 Bug 799572 - Revert because of missing dependency. a=bustage. 2012-10-26 17:14:26 -04:00