Commit Graph

132567 Commits

Author SHA1 Message Date
Vivien Nicolas
e0efa610de Bug 868816 - Remove the notifications for the displayed app when we go out of the lock screen. r=jlebar 2013-05-24 11:33:46 +02:00
Eric Chou
08fea77532 Bug 875650 - Shouldn't do the same thing when receiving ABORT and DISCONNECT, r=gyeh
The original implementation would be stuck on OPP server side after dealing with
ABORT packet. This is because we do something only should be done when receiving
DISCONNECT packet.
2013-05-24 15:59:32 +08:00
Chia-hung Tai
a427478de7 Bug 873145 - B2G MMS: remove redundant X-MMS-Message-Size header field from outgoing requests. r=vyang 2013-05-24 10:20:47 +08:00
Dave Hylands
ae3355b73c Bug 875372 - Add missing return statement in AddNamed function when passed a non-existing storage name. r=dougt 2013-05-23 22:18:03 -07:00
Phil Ringnalda
fda0263af1 Merge m-c to birch 2013-05-23 21:20:32 -07:00
Phil Ringnalda
5c5856806c Merge the last PGO-green cset from m-i to m-c 2013-05-23 21:01:29 -07:00
Phil Ringnalda
ccd21075c3 Bug 874984 followup, mark reftest as failing on b2g 2013-05-23 20:24:28 -07:00
Gregory Szorc
2275966c93 Bug 875512 - Part 2b: More bustage fix to original patch; r=ted 2013-05-23 16:50:21 -07:00
Reuben Morais
58f1479326 Bug 860951 - Follow up, fixing indentation. DONTBUILD 2013-05-23 16:39:18 -07:00
Reuben Morais
c3620113e6 Bug 860951 - Make newlines work in XUL alerts. r=Unfocused
--HG--
extra : rebase_source : a18b39cad30e711e033c91a2e67979884a8c68cf
2013-05-23 16:30:27 -07:00
Olli Pettay
1ebfe132b8 Bug 868300, use cycle collector to break the cycles between ValidityState and its owner, r=mounir
--HG--
extra : rebase_source : 7ae7d0cfdca60d71870ac7b9d7a1210c9e1f6ec3
2013-05-24 02:07:34 +03:00
Gregory Szorc
c85af048cd Bug 873720 - Part 5: Only call into subtiers that perform work; r=ted 2013-05-23 16:28:11 -07:00
Gregory Szorc
a373571c12 Bug 873720 - Part 4: Display a build progress indicator; r=ted 2013-05-23 16:28:10 -07:00
Gregory Szorc
ccf67001bd Bug 873720 - Part 3: Track build state in build monitor; r=ted 2013-05-23 16:28:10 -07:00
Gregory Szorc
65394b3ece Bug 873720 - Part 2: Move mach's build monitoring logic into mozbuild core; r=ted 2013-05-23 16:28:10 -07:00
Gregory Szorc
5060dee4f5 Bug 873720 - Part 1: Annotate build output with machine readable markers; r=ted 2013-05-23 16:28:09 -07:00
Gregory Szorc
3580b2ad01 Bug 875512 - Part 2: Followup mach bustage; r=me 2013-05-23 16:27:37 -07:00
John Schoenick
07f4748dd6 Bug 871942 - Check for closing-window reentrance in nsWebShellWindow::RequestWindowClose. r=jst 2013-05-23 16:22:29 -07:00
John Schoenick
c8c753f060 Bug 871942 - Don't synchronously stop plugins in DestroyContent. r=benjamin 2013-05-23 16:22:28 -07:00
Luke Wagner
6a1e4910e4 Bug 779863 - check in testcase for bug 778603 (r=me)
--HG--
extra : rebase_source : 64416df83a09c0ebd6253cf2e1699f5e4243dc73
2013-05-23 16:09:15 -07:00
Neil Rashbrook
22b050f212 Bug 875469 Remove bogus attribute r=Mossop
DONTBUILD because preffed off by default
2013-05-23 23:51:03 +01:00
Steve Fink
8aa355eeda Bug 874948 - Fix string rooting hazards in matching code, r=terrence 2013-05-23 15:32:41 -07:00
Gregory Szorc
04829cee1f Bug 875512 - mach now invokes pymake with an explicit python executable; r=ted 2013-05-23 14:44:35 -07:00
Joey Armstrong
a92ff3abb3 bug 874266: move DEFINES to moz.build (logic), r=gps 2013-05-23 14:30:58 -07:00
Chenxia Liu
56ae085714 Bug 873230 - Put duplicate xml files for preferences in xml/ and xml-v11/. r=wesj
--HG--
rename : mobile/android/base/resources/xml/preference_headers.xml => mobile/android/base/resources/xml-v11/preference_headers.xml
rename : mobile/android/base/resources/xml/preferences_main.xml => mobile/android/base/resources/xml-v11/preferences.xml
rename : mobile/android/base/resources/xml/preferences_content.xml => mobile/android/base/resources/xml-v11/preferences_content.xml
rename : mobile/android/base/resources/xml/preferences_general.xml => mobile/android/base/resources/xml-v11/preferences_general.xml
rename : mobile/android/base/resources/xml/preferences_privacy.xml => mobile/android/base/resources/xml-v11/preferences_privacy.xml
rename : mobile/android/base/resources/xml/preferences_nonfragment.xml.in => mobile/android/base/resources/xml/preferences.xml.in
2013-05-23 13:59:22 -07:00
Brian Hackett
a729128107 Bug 870821 - Fix typo. 2013-05-23 13:51:08 -06:00
Nicholas D. Matsakis
8927c4169b Bug 872352 - Add liquid-resize and other benchmarks into parjs-benchmarks rs=tests 2013-05-23 15:39:05 -04:00
Nicholas D. Matsakis
140ae7ec78 Bug 873522 - Perf integration for IonMonkey r=dvander 2013-05-23 15:38:56 -04:00
Brian Hackett
dd8dda9eaa Bug 875276 - Don't profile types in scripts until they are compiled by baseline, r=jandem. 2013-05-23 13:25:19 -06:00
Brian Nicholson
22f939f53e Bug 869411 - Follow-up fix to rename remaning mPaddingTop->mTopPadding. r=me 2013-05-23 12:05:51 -07:00
Tim Taubert
1d26f8d70f merge m-c to fx-team 2013-05-23 20:55:32 +02:00
Brian Nicholson
3c5bc3fb78 Bug 867058 - Check bytes.length before decoding favicons. r=mfinkle 2013-05-23 11:42:30 -07:00
Brian Nicholson
2258b24e54 Bug 869411 - Part 4: Save top padding state in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
8db15eb084 Bug 869411 - Part 3: Set AboutHome padding in setDynamicToolbarEnabled() instead of refreshToolbarHeight(). r=Cwiiis 2013-05-23 11:29:43 -07:00
Brian Nicholson
c6a2e91f5c Bug 869411 - Part 2: Replace getPadding() with getTopPadding() in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
7e35d62296 Bug 869411 - Part 1: Move toolbar to gecko_app layout. r=sriram 2013-05-23 11:29:43 -07:00
Gijs Kruitbosch
aec9c74f23 Bug 874601 - failing social API tests on OS X on UX, r=markh
--HG--
extra : rebase_source : e5873bfe4c6273512cc4892a270eca63c5ddd4cd
2013-05-22 10:29:33 +02:00
Brandon Benvie
8b013bf931 Bug 824602 - Remove getUserData() usage from devtools. r=dcamp 2013-05-20 17:46:55 -07:00
Ryan VanderMeulen
1d952cf849 Merge inbound to m-c. 2013-05-22 12:27:51 -04:00
Brian R. Bondy
40b7e62fb0 Bug 861322 - Make Metro read Desktop app.update.mode setting. r=jimm 2013-05-22 10:17:05 -04:00
Ryan VanderMeulen
8562f3d8aa Merge m-c to inbound. 2013-05-22 10:01:52 -04:00
Ryan VanderMeulen
0a40ecad93 No bug - Fix up reftest list order. DONTBUILD 2013-05-22 09:48:56 -04:00
Brian Hackett
f09bf4d7ea Bug 871075 - Add rooting analysis warnings for unsafe address taken of variables DONTBUILD 2013-05-22 07:47:41 -06:00
Jan de Mooij
d1d46a2f99 Bug 857845 part 3 - Remove JM JSAPI flags, memory reporters and browser prefs. r=djvj
--HG--
extra : rebase_source : 8b2ed85801fcd8c8fd0fc16a89b1a275add1a310
2013-05-22 14:50:45 +02:00
Brian Hackett
977c424faf Bug 871002 - Use uint32 comparisons more often, r=jandem. 2013-05-22 06:50:18 -06:00
Markus Stange
7b49365fa6 Backed out 2 changesets (bug 871590) CLOSED TREE 2013-05-22 14:10:46 +02:00
Eric Chou
21442832e7 Bug 839370 - Implement callback function OnUpdateSdpRecords() in BluetoothProfileManagers, r=gyeh 2013-05-22 19:08:21 +08:00
Eric Chou
8f97249989 Bug 839370 - Implement function UpdateSdpRecords(), r=gyeh 2013-05-22 19:08:17 +08:00
Ed Morley
948330f52b Merge mozilla-central and birch 2013-05-22 11:26:36 +01:00
Szu-Yu Chen [:aknow]
3fad2ff850 Bug 874791 - Add permission check for call barring API. r=hsinyi 2013-05-22 17:05:08 +08:00