Commit Graph

120768 Commits

Author SHA1 Message Date
Ehsan Akhgari
bbb83e2600 Bug 829829 - The stub installer fails to download the file when the server redirects to an HTTPS server. r=bbondy 2013-02-06 11:06:18 -08:00
Tanvi Vyas
6a659b2924 Bug 836630 - Fix intermittent failures on try - when the http channel doesn't have an mResponseHead, we can't get the response status. r=ttaubert 2013-02-06 11:00:36 -08:00
Mike Conley
ce4b5e2cc4 Bug 838663 - Remove support for browser.download.panel.removeFinishedDownloads, and always retain completed downloads. r=mak. 2013-02-06 13:57:16 -05:00
Geoff Brown
a0f0222f7c Bug 838604 - Add mozcrash to tests.zip; r=jgriffin 2013-02-06 10:13:22 -07:00
Brian Nicholson
d4c29bd07e Bug 838398 - Make sure SyncType.onDestroy() is called when AboutHomePromoBox is removed. r=mfinkle
--HG--
rename : services/sync/tests/unit/test_utils_json.js => services/common/tests/unit/test_utils_json.js
extra : rebase_source : 4e9db7d7954d9138776bcfc1812764dcfa7bc989
2013-02-06 10:45:19 -08:00
Benoit Jacob
542c6593c5 Bug 838603 - force-enable GL layers on Android - r=blassey
See the bug for context.
2013-02-06 13:40:24 -05:00
Daniel Holbert
e8e3ef3ae3 Bug 838715: Add periods at the end of sentences in nsHTMLTagList.h header-comment. r=hsivonen DONTBUILD 2013-02-06 10:22:46 -08:00
Daniel Holbert
9b5facab02 backout eafc4cf19150 because it landed with the wrong bug number 2013-02-06 10:25:05 -08:00
Daniel Holbert
e71824c407 Bug 838394: Remove redundant/unnecessary NS_WARNING in nsMixedContentBlocker::ShouldLoad, and replace MOZ_NOT_REACHED with MOZ_ASSERT(false) to get defined behavior. r=tanvi r=smaug 2013-02-06 10:23:09 -08:00
Daniel Holbert
6a5b2190b0 Bug 838256: Add periods at the end of sentences in nsHTMLTagList.h header-comment. r=hsivonen 2013-02-06 10:22:46 -08:00
Terrence Cole
97acc19ac2 Bug 706885 - Move post barrier verifier to JSRuntime; r=billm
--HG--
extra : rebase_source : 0ecc660996501fb54573cc0081a12bbca838e45d
2013-01-28 15:59:02 -08:00
Sotaro Ikeda
ec69055c2b Bug 836782 - reduce gralloc buffer reallocation in camera StartPreview(), r=kchen 2013-02-06 12:57:50 -05:00
Martijn Wargers
e1f50ca84c Bug 830523 - Add larger set of DOM tests to B2G runs, r=jgriffin 2013-02-06 09:43:32 -08:00
Ethan Hugg
c5b4ba0740 Bug 837324 - Fix ui_ice_candidate_add call when dcb is NULL r=ekr 2013-02-05 11:24:59 -08:00
Ryan VanderMeulen
4fb6d21629 Backed out changeset 487d16b80087 (bug 812638) for mochitest orange. 2013-02-06 11:21:25 -05:00
Randell Jesup
a15d79a6d5 Bug 873103: Fix problems with large DataChannel transfers (wrong flags) r=jesup 2013-02-06 11:04:34 -05:00
Andrea Marchesini
598d08c5e9 Bug 838567 - URL.createObjectURL(new Object()); in Workers crashes debug builds reliably. r=bent 2013-02-06 10:50:27 -05:00
Martin Stransky
f69ae99aa2 Bug 829001 - End slash in srcdir causes debugedit failure. r=ted 2013-02-06 10:50:27 -05:00
Ryan VanderMeulen
c4b6bef029 Merge m-c to inbound. 2013-02-06 10:50:24 -05:00
Daniel Holbert
886de2e469 Bug 838301: Use nsCOMArray::Length() instead of Count() in nsAutoCompleteController.cpp, where appropriate. r=mounir 2013-02-06 07:40:55 -08:00
Ed Morley
47ca766a74 Merge mozilla-inbound to mozilla-central 2013-02-06 14:26:36 +00:00
Daniel Holbert
0ec55d7447 Bug 838462: Remove unused method nsBlockReflowState::Margin(). r=mats 2013-02-05 23:36:37 -08:00
Eric Chou
b2938e1493 Bug 836516 - Set a system property so that WLAN firmware could be aware of BT operations, r=gyeh
Solution was provided by ggrisco@codeaurora.org
2013-02-06 15:28:04 +08:00
Gregory Szorc
7968a67e7d Merge mozilla-central into services-central
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-05 22:40:34 -08:00
Dao Gottwald
bc7615810d Bug 825035 - Blocklisted click-to-play notification only fades in/out once per window per session. r=jaws 2013-02-06 00:59:21 -05:00
Shian-Yow Wu
15fe6a346b Bug 838127 - B2G RIL: incorrect spelling of interface name in RILNetworkInterface. r=vicamo 2013-02-06 13:12:25 +08:00
Gregory Szorc
5cf07cdd9a Bug 838291 - More robust APIs for obtaining FHR data; r=rnewman 2013-02-05 20:31:48 -08:00
Gregory Szorc
f76d57fc70 Bug 838461 - Improve rest.js interop with FHR; r=rnewman 2013-02-05 20:25:57 -08:00
Gregory Szorc
d87359ad63 Bug 830489 - Delay initializing FHR database on first run; r=rnewman 2013-02-05 20:25:48 -08:00
Richard Newman
6c91d461b7 Bug 838464 - Define MOZ_BUILD_TIMESTAMP in Fennec Makefile.in. r=gps 2013-02-05 20:15:36 -08:00
Richard Newman
84b347ac99 Bug 838459 - Add printing of current timestamp to make-platformini.py. r=gps 2013-02-05 20:15:35 -08:00
Mark Hammond
ae5deaeab7 Bug 835111 - always open new chat windows in the 'most recent' suitable browser window. r=gavin 2013-02-06 15:06:35 +11:00
Masayuki Nakano
bed575604c Bug 838001 IME management code should use root widget instead of the nearest widget of the PresContext r=smaug 2013-02-06 11:50:02 +09:00
Chris Jones
dd7c446f72 Bug 835584: Precompile forms.js and preload UserAgentOverrides.jsm. r=fabrice 2013-02-05 18:27:52 -08:00
Taras Glek
57cd8dfb3f Bug 838342 - Delete checksum-invalid saved pings. r=froydnj 2013-02-05 21:13:43 -05:00
Benoit Jacob
d7fac8eb6b Bug 827106 - turn on ANGLE GLSL array index clamping - r=jgilbert 2013-02-05 20:53:41 -05:00
Benoit Jacob
a7f318203b Bug 827106 - Cherry-pick ANGLE r1638 - r=jgilbert 2013-02-05 20:53:38 -05:00
Marco Bonardo
ac1e1e6a65 Bug 838349 - Fix bogus use of assertions in Places
r=trivial
2013-02-06 02:37:07 +01:00
Gina Yeh
350f60fffa Bug 838080 - Cannot receive all events after a series of actions, r=echou 2013-02-06 09:35:29 +08:00
Gary Kwong
425f124580 Bug 838384 - mozboot bootstrap.py does not recognize newer Xcode's clang. r=gps 2013-02-05 16:59:01 -08:00
Daniel Holbert
043397b0f8 Bug 837956: Mark docshell/shistory/src/ as FAIL_ON_WARNINGS. r=smaug 2013-02-05 16:54:42 -08:00
Jeff Walden
cb6dea2fcf Fix up a few lingering references to jsval.h. Followup to bug 837773, r=bustage in a CLOSED TREE 2013-02-05 16:13:24 -08:00
Brian Nicholson
b7ebfb9f60 Bug 777639 - Part 4: Listen for removed downloads in about:downloads. r=wesj
--HG--
extra : rebase_source : c1f83dc5708f7b930e33e0644a19dffb86aa9be8
2013-02-05 16:08:10 -08:00
Brian Nicholson
7c1b9edcf4 Bug 777639 - Part 3: Add ability to delete downloaded files. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : c147efb303a2435823690ca70731b58e528fc6f1
2013-02-05 16:08:03 -08:00
Brian Nicholson
bb9552f980 Bug 777639 - Part 2: Move sanitize.js to Sanitizer.jsm. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : 09a198591376de7f652ce2e594fffca790eeb629
2013-02-05 16:08:02 -08:00
Brian Nicholson
8626817a51 Bug 777639 - Part 1: Remove unused code from Sanitizer. r=mfinkle
--HG--
rename : content/media/MediaStreamGraphImpl.h => content/media/MediaStreamGraph.cpp
rename : dom/voicemail/Makefile.in => dom/telephony/Makefile.in
rename : dom/voicemail/nsINavigatorVoicemail.idl => dom/telephony/nsIDOMNavigatorTelephony.idl
extra : rebase_source : 378be91fbad3d04e80f130bdcd26b2e4accd5340
2013-02-05 16:08:01 -08:00
Gregory Szorc
d5ce67a3e1 Bug 837238 - Record session time in seconds not milliseconds; r=rnewman 2013-02-05 15:22:33 -08:00
Nicholas Nethercote
6edcbd1cf6 Bug 837981 - Remove GetDeflatedStringLength(). r=terrence.
--HG--
extra : rebase_source : 7966380110472b6e164c3689378fdbd788d25301
2013-02-05 15:12:05 -08:00
Gregory Szorc
4abd66daf7 Bug 838312 - Well-defined API for opting out of FHR data upload; r=rnewman
You should no longer set policy.healthReportUploadEnabled directly.
Instead, call policy.recordHealthReportUploadEnabled(). This will
trigger data deletion as needed.
2013-02-05 13:12:28 -08:00
Richard Newman
bc6bbfcb1e Bug 744981 - Part 1: share should share page title as well as URL. r=mfinkle 2013-02-05 12:55:26 -08:00